commit | 54923951ad1bdd33028f94ed337e1a0473366605 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jul 01 14:53:06 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jul 01 14:53:06 2009 +0000 |
tree | 74b3dba35b08597266d03b1d8e5736e174af2d48 | |
parent | 48750022c45d6fa9f99b815dca389e930010228a [diff] [blame] |
Issue #6369: Fix an RLE decompression bug in the binhex module.
diff --git a/Misc/NEWS b/Misc/NEWS index 3b8271e..f8b6bb5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Library ------- +- Issue #6369: Fix an RLE decompression bug in the binhex module. + - Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. - The deprecated function string.maketrans has been removed.