diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-12-04 22:03:49 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-12-04 22:03:49 (GMT) |
commit | 9c72ebc96be44c4ff66832cbe5e131065ae9d95d (patch) | |
tree | 77e980fda11a2ea996eb65042e38a630bd20ea10 /Misc | |
parent | 1de19ac7dab2f75a5886656b7272c6fb009ddd2d (diff) | |
download | cpython-9c72ebc96be44c4ff66832cbe5e131065ae9d95d.zip cpython-9c72ebc96be44c4ff66832cbe5e131065ae9d95d.tar.gz cpython-9c72ebc96be44c4ff66832cbe5e131065ae9d95d.tar.bz2 |
#19839: Fix lzma module's handling of non-lzma data at EOF.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 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 |