commit | a5ab4fcf68104495056d1ddedb9726fed09ba58e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 12:47:52 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 12:47:52 2010 +0000 |
tree | 7a9e131ea0abf0c4b5789b0e7d3d2ba9cbf1de44 | |
parent | 81eb8d46100beff4acd564319c607df9f70f50cc [diff] |
Merged revisions 80105 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80105 | victor.stinner | 2010-04-16 13:45:13 +0200 (ven., 16 avril 2010) | 3 lines Issue #8412: os.system() now accepts bytes, bytearray and str with surrogates. ........