diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-05-11 13:58:34 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-05-11 13:58:34 (GMT) |
commit | 8b0e98426dd0e1fde93715256413bc707759db6f (patch) | |
tree | 6ac26277c19dfd6823688385462aae63b7862808 /Misc | |
parent | d8f870d0faad949fa6ad073d35bc45ebf7074452 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |