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
5fb278fd
Commit
5fb278fd
authored
Mar 27, 2017
by
Michael Seifert
Committed by
Ned Deily
Mar 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes sphinx warning in "changelog" misc/NEWS (#829)
parent
1e73dbbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Misc/NEWS
Misc/NEWS
+2
-2
No files found.
Misc/NEWS
View file @
5fb278fd
...
...
@@ -338,7 +338,7 @@ Library
- bpo-29728: Add new :data:`socket.TCP_NOTSENT_LOWAT` (Linux 3.12) constant.
Patch by Nathaniel J. Smith.
- bpo-29623: Allow use of path-like object as a single argument in
ConfigParser.read(). Patch by David Ellis.
...
...
@@ -791,7 +791,7 @@ Library
-
Issue
#
24142
:
Reading
a
corrupt
config
file
left
configparser
in
an
invalid
state
.
Original
patch
by
Florian
H
ö
ch
.
-
Issue
#
29581
:
ABCMeta
.
__new__
now
accepts
**
kwargs
,
allowing
abstract
base
-
Issue
#
29581
:
ABCMeta
.
__new__
now
accepts
``**
kwargs
``
,
allowing
abstract
base
classes
to
use
keyword
parameters
in
__init_subclass__
.
Patch
by
Nate
Soares
.
Windows
...
...
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