summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-24 02:02:53 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-24 02:02:53 (GMT)
commit0b32adf83293a8a542e8350e1bda7fde3b6de85a (patch)
treee21e101ec32c248ca7e6edd014985d8c1a3a4f75 /Doc
parentef3da23cb3fbd1c9e35b0c7f56577312b764bd06 (diff)
downloadcpython-0b32adf83293a8a542e8350e1bda7fde3b6de85a.zip
cpython-0b32adf83293a8a542e8350e1bda7fde3b6de85a.tar.gz
cpython-0b32adf83293a8a542e8350e1bda7fde3b6de85a.tar.bz2
whatsnew: unittest uses argparse now.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 008660b..62c85bb 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
--------------------