mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
Merge #14399: corrected news item
This commit is contained in:
commit
2c4efa871e
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ Library
|
||||||
- Have importlib take advantage of ImportError's new 'name' and 'path'
|
- Have importlib take advantage of ImportError's new 'name' and 'path'
|
||||||
attributes.
|
attributes.
|
||||||
|
|
||||||
- Issue #14399: zipfile now correctly adds a comment even when the zipfile
|
- Issue #14399: zipfile now recognizes that the archive has been modified even
|
||||||
being created is otherwise empty. In addition, the TypeError that results
|
if only the comment is changed. In addition, the TypeError that results from
|
||||||
from trying to set a non-binary value as a comment is now now raised at the
|
trying to set a non-binary value as a comment is now now raised at the time
|
||||||
time the comment is set rather than at the time the zipfile is written.
|
the comment is set rather than at the time the zipfile is written.
|
||||||
|
|
||||||
- trace.CoverageResults.is_ignored_filename() now ignores any name that starts
|
- trace.CoverageResults.is_ignored_filename() now ignores any name that starts
|
||||||
with "<" and ends with ">" instead of special-casing "<string>" and
|
with "<" and ends with ">" instead of special-casing "<string>" and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue