summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-29 16:22:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-29 16:22:26 (GMT)
commit8ed91b2768137b35dd5cd45f25fa96ad53ba1066 (patch)
tree4686ac465f458492e3633b7ba2619d866426e7bc /Misc
parente23c8683a5e11307e4a3528826e0b84fa3fb5660 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b98a368..1e12773 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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