Skip to content

Commit

Permalink
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609
Browse files Browse the repository at this point in the history
…) (GH-7610)

(cherry picked from commit ef057bf)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
miss-islington and ned-deily committed Jun 11, 2018
1 parent ec4343c commit a73399d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Doc/whatsnew/3.7.rst
Expand Up @@ -2340,12 +2340,6 @@ Changes in the Python API
instead of a :class:`bytes` instance.
(Contributed by Victor Stinner in :issue:`21071`.)

* :mod:`argparse` subparsers are now required by default. This matches the
behaviour in Python 2. To add an optional subparser, pass
``required=False`` to
:meth:`ArgumentParser.add_subparsers() <argparse.ArgumentParser.add_subparsers>`.
(Contributed by Anthony Sottile in :issue:`26510`.)

* :meth:`ast.literal_eval()` is now stricter. Addition and subtraction of
arbitrary numbers are no longer allowed.
(Contributed by Serhiy Storchaka in :issue:`31778`.)
Expand Down

0 comments on commit a73399d

Please sign in to comment.