Commit 5fb278fd authored by Michael Seifert's avatar Michael Seifert Committed by Ned Deily

Fixes sphinx warning in "changelog" misc/NEWS (#829)

parent 1e73dbbc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment