diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-19 17:38:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-19 17:38:19 (GMT) |
commit | 35804e4c63ae0a61adb71ced8ea6ddcf68908d41 (patch) | |
tree | ac9c542920e18a251f7df0175e6d4602771463f1 /Misc | |
parent | 507c591e5bb9b850c9d996d8148cb669f1b5d62b (diff) | |
download | cpython-35804e4c63ae0a61adb71ced8ea6ddcf68908d41.zip cpython-35804e4c63ae0a61adb71ced8ea6ddcf68908d41.tar.gz cpython-35804e4c63ae0a61adb71ced8ea6ddcf68908d41.tar.bz2 |
Issue #19279: UTF-7 decoder no more produces illegal strings.
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.3 release candidate 1? Core and Builtins ----------------- +- Issue #19279: UTF-7 decoder no more produces illegal strings. + - Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. |