From: R David Murray Date: Mon, 24 Feb 2014 02:02:53 +0000 (-0500) Subject: whatsnew: unittest uses argparse now. X-Git-Tag: v3.4.1rc1~233^2~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b32adf83293a8a542e8350e1bda7fde3b6de85a;p=thirdparty%2FPython%2Fcpython.git whatsnew: unittest uses argparse now. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 008660bbd042..62c85bb9c037 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1889,6 +1889,11 @@ Changes in the Python API ``_removeTestAtIndex`` method that does nothing (see :meth:`.TestSuite.__iter__`) (:issue:`11798`). +* :mod:`unittest` now uses :mod:`argparse` for command line parsing. There are + certain invalid command forms that used to work that are no longer allowed; + in theory this should not cause backward compatibility issues since the + disallowed command forms didn't make any sense and are unlikely to be in use. + Changes in the C API --------------------