diff options
author | Gregory P. Smith <greg@krypto.org> | 2014-01-30 06:59:34 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2014-01-30 06:59:34 (GMT) |
commit | 844dcfbf59b6c26ade093a9801cf454554fc0e57 (patch) | |
tree | 94538b74088111be3a6093ef987ea7a10752b084 /Misc | |
parent | 224c9c1f49d5746a7f0004829b72c14b959a0e44 (diff) | |
download | cpython-844dcfbf59b6c26ade093a9801cf454554fc0e57.zip cpython-844dcfbf59b6c26ade093a9801cf454554fc0e57.tar.gz cpython-844dcfbf59b6c26ade093a9801cf454554fc0e57.tar.bz2 |
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -24,11 +24,6 @@ Core and Builtins source encoding declarations, and can be used to make Python batch files on Windows. -- Issue #19081: When a zipimport .zip file in sys.path being imported from - is modified during the lifetime of the Python process after zipimport has - already cached the zip's table of contents we detect this and recover - rather than read bad data from the .zip (causing odd import errors). - - Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. - Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" |