projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3da23
)
whatsnew: unittest uses argparse now.
author
R David Murray
<rdmurray@bitdance.com>
Mon, 24 Feb 2014 02:02:53 +0000
(21:02 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Mon, 24 Feb 2014 02:02:53 +0000
(21:02 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 008660bbd042b404eb6acf35f29ba691efefc943..62c85bb9c037bf7d13daf42d370206c158715b6f 100644
(file)
--- 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
--------------------