summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2013-12-04 22:03:49 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2013-12-04 22:03:49 (GMT)
commit9c72ebc96be44c4ff66832cbe5e131065ae9d95d (patch)
tree77e980fda11a2ea996eb65042e38a630bd20ea10 /Misc
parent1de19ac7dab2f75a5886656b7272c6fb009ddd2d (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71fce50..610dcab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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