mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Fixes sphinx warning in "changelog" misc/NEWS (#829)
This commit is contained in:
parent
1e73dbbc29
commit
5fb278fd58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue