summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-05-11 13:58:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-05-11 13:58:34 (GMT)
commit8b0e98426dd0e1fde93715256413bc707759db6f (patch)
tree6ac26277c19dfd6823688385462aae63b7862808 /Misc
parentd8f870d0faad949fa6ad073d35bc45ebf7074452 (diff)
downloadcpython-8b0e98426dd0e1fde93715256413bc707759db6f.zip
cpython-8b0e98426dd0e1fde93715256413bc707759db6f.tar.gz
cpython-8b0e98426dd0e1fde93715256413bc707759db6f.tar.bz2
Issue #17237: Fix crash in the ASCII decoder on m68k.
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 4d1ee47..bccd7f66 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.2?
Core and Builtins
-----------------
+- Issue #17237: Fix crash in the ASCII decoder on m68k.
+
- Issue #17408: Avoid using an obsolete instance of the copyreg module when
the interpreter is shutdown and then started again.