diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-29 16:22:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-29 16:22:26 (GMT) |
commit | 8ed91b2768137b35dd5cd45f25fa96ad53ba1066 (patch) | |
tree | 4686ac465f458492e3633b7ba2619d866426e7bc /Misc | |
parent | e23c8683a5e11307e4a3528826e0b84fa3fb5660 (diff) | |
download | cpython-8ed91b2768137b35dd5cd45f25fa96ad53ba1066.zip cpython-8ed91b2768137b35dd5cd45f25fa96ad53ba1066.tar.gz cpython-8ed91b2768137b35dd5cd45f25fa96ad53ba1066.tar.bz2 |
Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
of the command line.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.1 release candidate 1? Core and Builtins ----------------- +- Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion + of the command line. + - Issue #6012: Add cleanup support to O& argument parsing. - Issue #6089: Fixed str.format with certain invalid field specifiers |