summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-22 12:03:09 (GMT)
committerGeorg Brandl <georg@python.org>2009-07-22 12:03:09 (GMT)
commit11a81b21518a263aea9642f29cbd9e78326982a6 (patch)
treef3b20581f6e4691fc4b24d4e23a49befc8e79cee /Misc
parent087d1a6d4b8659a9270eaec1154c151c0149f69c (diff)
downloadcpython-11a81b21518a263aea9642f29cbd9e78326982a6.zip
cpython-11a81b21518a263aea9642f29cbd9e78326982a6.tar.gz
cpython-11a81b21518a263aea9642f29cbd9e78326982a6.tar.bz2
Merged revisions 74167 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74167 | georg.brandl | 2009-07-22 13:57:15 +0200 (Mi, 22 Jul 2009) | 1 line Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. ........
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 e0cb38d..df3c2a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6.3
Core and Builtins
-----------------
+- Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
+
- Issue #6070: On posix platforms import no longer copies the execute bit
from the .py file to the .pyc file if it is set.