diff options
author | Gregory P. Smith <greg@krypto.org> | 2014-01-30 07:02:49 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2014-01-30 07:02:49 (GMT) |
commit | 63a615cfa1db02f18de5827ca1d2d1d3a0c58411 (patch) | |
tree | 88498a8efe9bb8c7916166df4c70cb1d9e83932c | |
parent | d71e52fc33ea6e36a5d0670a65d9973cb2eace13 (diff) | |
parent | 844dcfbf59b6c26ade093a9801cf454554fc0e57 (diff) | |
download | cpython-63a615cfa1db02f18de5827ca1d2d1d3a0c58411.zip cpython-63a615cfa1db02f18de5827ca1d2d1d3a0c58411.tar.gz cpython-63a615cfa1db02f18de5827ca1d2d1d3a0c58411.tar.bz2 |
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -105,11 +105,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). - Library ------- |