Issue #8412: os.system() now accepts bytes, bytearray and str with
surrogates.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7465609..18d7ca9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@
 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.