#19839: Fix lzma module's handling of non-lzma data at EOF.

This commit is contained in:
Nadeem Vawda 2013-12-04 23:03:49 +01:00
parent 1de19ac7da
commit 9c72ebc96b
3 changed files with 48 additions and 8 deletions

View file

@ -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