summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-11 02:17:56 (GMT)
committerGitHub <noreply@github.com>2018-06-11 02:17:56 (GMT)
commitef057bfb06cae0718e6d708061649d2e3983e2ef (patch)
tree5d0b271046a35eb917db6b17d48174dab5ad0bcc /Doc
parent2487f30d5529948ace26559e274d7cac6abcd1a8 (diff)
downloadcpython-ef057bfb06cae0718e6d708061649d2e3983e2ef.zip
cpython-ef057bfb06cae0718e6d708061649d2e3983e2ef.tar.gz
cpython-ef057bfb06cae0718e6d708061649d2e3983e2ef.tar.bz2
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.7.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index fce073e..81ef032 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -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`.)