From 844dcfbf59b6c26ade093a9801cf454554fc0e57 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 29 Jan 2014 22:59:34 -0800 Subject: [PATCH] Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. --- Misc/NEWS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 8b24dc3669..5a84af86cd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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" -- 2.40.0