summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-07-01 14:53:06 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-07-01 14:53:06 (GMT)
commit54923951ad1bdd33028f94ed337e1a0473366605 (patch)
tree74b3dba35b08597266d03b1d8e5736e174af2d48 /Misc
parent48750022c45d6fa9f99b815dca389e930010228a (diff)
downloadcpython-54923951ad1bdd33028f94ed337e1a0473366605.zip
cpython-54923951ad1bdd33028f94ed337e1a0473366605.tar.gz
cpython-54923951ad1bdd33028f94ed337e1a0473366605.tar.bz2
Issue #6369: Fix an RLE decompression bug in the binhex module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b8271e..f8b6bb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
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.