Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3da23 commit 0b32adfCopy full SHA for 0b32adf
1 file changed
Doc/whatsnew/3.4.rst
@@ -1889,6 +1889,11 @@ Changes in the Python API
1889
``_removeTestAtIndex`` method that does nothing (see
1890
:meth:`.TestSuite.__iter__`) (:issue:`11798`).
1891
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
+
1897
1898
Changes in the C API
1899
--------------------
0 commit comments