commit | 8ed91b2768137b35dd5cd45f25fa96ad53ba1066 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri May 29 16:22:26 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri May 29 16:22:26 2009 +0000 |
tree | 4686ac465f458492e3633b7ba2619d866426e7bc | |
parent | e23c8683a5e11307e4a3528826e0b84fa3fb5660 [diff] [blame] |
Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion of the command line.
diff --git a/Misc/NEWS b/Misc/NEWS index b98a368..1e12773 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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