mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
This commit is contained in:
commit
63a615cfa1
1 changed files with 0 additions and 5 deletions
|
@ -105,11 +105,6 @@ Core and Builtins
|
||||||
source encoding declarations, and can be used to make Python batch files
|
source encoding declarations, and can be used to make Python batch files
|
||||||
on Windows.
|
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
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue