From ef057bfb06cae0718e6d708061649d2e3983e2ef Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 10 Jun 2018 22:17:56 -0400 Subject: [PATCH] bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) --- Doc/whatsnew/3.7.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index fce073ec17..81ef032f93 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() `. - (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`.) -- 2.40.0