Skip to content

Commit a73399d

Browse files
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-7610)
(cherry picked from commit ef057bf) Co-authored-by: Ned Deily <[email protected]>
1 parent ec4343c commit a73399d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,12 +2340,6 @@ Changes in the Python API
23402340
instead of a :class:`bytes` instance.
23412341
(Contributed by Victor Stinner in :issue:`21071`.)
23422342

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-
23492343
* :meth:`ast.literal_eval()` is now stricter. Addition and subtraction of
23502344
arbitrary numbers are no longer allowed.
23512345
(Contributed by Serhiy Storchaka in :issue:`31778`.)

0 commit comments

Comments
 (0)