]> granicus.if.org Git - python/commit
Issue #8412: os.system() now accepts bytes, bytearray and str with
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 16 Apr 2010 11:45:13 +0000 (11:45 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 16 Apr 2010 11:45:13 +0000 (11:45 +0000)
commitcfa72789c4c38620f05170694ebc21bb61837155
treef4d430cc7349ca988c6cb6d298b248d236d08e6e
parentad02d239ffc247c6f4ccafaa1428d47465f178ef
Issue #8412: os.system() now accepts bytes, bytearray and str with
surrogates.
Misc/NEWS
Modules/posixmodule.c