Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b32adf

Browse files
committed
whatsnew: unittest uses argparse now.
1 parent ef3da23 commit 0b32adf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/whatsnew/3.4.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,6 +1889,11 @@ Changes in the Python API
18891889
``_removeTestAtIndex`` method that does nothing (see
18901890
:meth:`.TestSuite.__iter__`) (:issue:`11798`).
18911891

1892+
* :mod:`unittest` now uses :mod:`argparse` for command line parsing. There are
1893+
certain invalid command forms that used to work that are no longer allowed;
1894+
in theory this should not cause backward compatibility issues since the
1895+
disallowed command forms didn't make any sense and are unlikely to be in use.
1896+
18921897

18931898
Changes in the C API
18941899
--------------------

0 commit comments

Comments
 (0)