mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
#19839: Fix lzma module's handling of non-lzma data at EOF.
This commit is contained in:
parent
1de19ac7da
commit
9c72ebc96b
3 changed files with 48 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ Library
|
|||
-------
|
||||
|
||||
- Issue #19839: Fix regression in bz2 module's handling of non-bzip2 data at
|
||||
EOF.
|
||||
EOF, and analogous bug in lzma module.
|
||||
|
||||
- Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows a match when
|
||||
no exception detail exists (no colon following the exception's name, or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue