mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Add missing NEWS item (#1522771)
This commit is contained in:
parent
7b71bf3872
commit
c5e3d8a8d6
1 changed files with 4 additions and 0 deletions
|
@ -1208,6 +1208,10 @@ Extension Modules
|
|||
|
||||
Library
|
||||
-------
|
||||
|
||||
- Patch #1388073: Numerous __-prefixed attributes of unittest.TestCase have
|
||||
been renamed to have only a single underscore prefix. This was done to
|
||||
make subclassing easier.
|
||||
|
||||
- PEP 338: new module runpy defines a run_module function to support
|
||||
executing modules which provide access to source code or a code object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue