summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-16 11:45:13 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-16 11:45:13 (GMT)
commitcfa72789c4c38620f05170694ebc21bb61837155 (patch)
treef4d430cc7349ca988c6cb6d298b248d236d08e6e /Misc
parentad02d239ffc247c6f4ccafaa1428d47465f178ef (diff)
downloadcpython-cfa72789c4c38620f05170694ebc21bb61837155.zip
cpython-cfa72789c4c38620f05170694ebc21bb61837155.tar.gz
cpython-cfa72789c4c38620f05170694ebc21bb61837155.tar.bz2
Issue #8412: os.system() now accepts bytes, bytearray and str with
surrogates.
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 7465609..18d7ca9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@ C-API
Library
-------
+- Issue #8412: os.system() now accepts bytes, bytearray and str with
+ surrogates.
+
- Issue #2987: RFC2732 support for urlparse (IPv6 addresses). Patch by Tony
Locke and Hans Ulrich Niedermann.