mirror of https://github.com/python/cpython.git
Add NEWS entries for the changes I made recently.
This commit is contained in:
parent
515a74fbf9
commit
9b45cb4f27
10
Misc/NEWS
10
Misc/NEWS
|
@ -43,6 +43,16 @@ Library
|
||||||
|
|
||||||
- The deprecated function string.maketrans has been removed.
|
- The deprecated function string.maketrans has been removed.
|
||||||
|
|
||||||
|
- Issue #4005: Fixed a crash of pydoc when there was a zip file present in
|
||||||
|
sys.path.
|
||||||
|
|
||||||
|
Extension Modules
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
- Issue #4509: array.array objects are no longer modified after an operation
|
||||||
|
failing due to the resize restriction in-place when the object has exported
|
||||||
|
buffers.
|
||||||
|
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue