Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ef057bfb
Commit
ef057bfb
authored
Jun 10, 2018
by
Ned Deily
Committed by
GitHub
Jun 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
parent
2487f30d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.7.rst
+0
-6
No files found.
Doc/whatsnew/3.7.rst
View file @
ef057bfb
...
@@ -2340,12 +2340,6 @@ Changes in the Python API
...
@@ -2340,12 +2340,6 @@ Changes in the Python API
instead of a :class:`bytes` instance.
instead of a :class:`bytes` instance.
(Contributed by Victor Stinner in :issue:`21071`.)
(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
* :meth:`ast.literal_eval()` is now stricter. Addition and subtraction of
arbitrary numbers are no longer allowed.
arbitrary numbers are no longer allowed.
(Contributed by Serhiy Storchaka in :issue:`31778`.)
(Contributed by Serhiy Storchaka in :issue:`31778`.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment