diff options
author | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-27 01:25:57 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-03-27 01:25:57 (GMT) |
commit | 5fb278fd58688177a113755e1996cd4c9706477c (patch) | |
tree | e85b336c25448a4cdf4f932f414f991d8700523c /Misc | |
parent | 1e73dbbc29c96d0739ffef92db36f63aa1aa30da (diff) | |
download | cpython-5fb278fd58688177a113755e1996cd4c9706477c.zip cpython-5fb278fd58688177a113755e1996cd4c9706477c.tar.gz cpython-5fb278fd58688177a113755e1996cd4c9706477c.tar.bz2 |
Fixes sphinx warning in "changelog" misc/NEWS (#829)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |