summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-07-01 15:03:38 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-07-01 15:03:38 (GMT)
commit53f4ed7da522527768bdcf5f199cdd11701b9c38 (patch)
treec796de730d2e26f05d4d958c74139cd9732db47e /Misc
parent731371268e62608725267f127e228f777153fe49 (diff)
downloadcpython-53f4ed7da522527768bdcf5f199cdd11701b9c38.zip
cpython-53f4ed7da522527768bdcf5f199cdd11701b9c38.tar.gz
cpython-53f4ed7da522527768bdcf5f199cdd11701b9c38.tar.bz2
Merged revisions 73747 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73747 | antoine.pitrou | 2009-07-01 16:53:06 +0200 (mer., 01 juil. 2009) | 3 lines 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 0b66254..125a5f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,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.
Build