[Python-checkins] cpython (3.3): Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
gregory.p.smith
python-checkins at python.org
Thu Jan 30 08:03:17 CET 2014
http://hg.python.org/cpython/rev/ecb272bae417
changeset: 88835:ecb272bae417
branch: 3.3
parent: 88833:885c709d0dde
user: Gregory P. Smith <greg at krypto.org>
date: Wed Jan 29 22:59:34 2014 -0800
summary:
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
files:
Misc/NEWS | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,11 +24,6 @@
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"
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list