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 ec4343c commit a73399dCopy full SHA for a73399d
Doc/whatsnew/3.7.rst
@@ -2340,12 +2340,6 @@ Changes in the Python API
2340
instead of a :class:`bytes` instance.
2341
(Contributed by Victor Stinner in :issue:`21071`.)
2342
2343
-* :mod:`argparse` subparsers are now required by default. This matches the
2344
- behaviour in Python 2. To add an optional subparser, pass
2345
- ``required=False`` to
2346
- :meth:`ArgumentParser.add_subparsers() <argparse.ArgumentParser.add_subparsers>`.
2347
- (Contributed by Anthony Sottile in :issue:`26510`.)
2348
-
2349
* :meth:`ast.literal_eval()` is now stricter. Addition and subtraction of
2350
arbitrary numbers are no longer allowed.
2351
(Contributed by Serhiy Storchaka in :issue:`31778`.)
0 commit comments