summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2014-01-30 07:02:49 (GMT)
committerGregory P. Smith <greg@krypto.org>2014-01-30 07:02:49 (GMT)
commit63a615cfa1db02f18de5827ca1d2d1d3a0c58411 (patch)
tree88498a8efe9bb8c7916166df4c70cb1d9e83932c
parentd71e52fc33ea6e36a5d0670a65d9973cb2eace13 (diff)
parent844dcfbf59b6c26ade093a9801cf454554fc0e57 (diff)
downloadcpython-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/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21e6f02..39007c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------