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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b66254..125a5f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,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.
Build