]> granicus.if.org Git - python/commit
Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 23 Apr 2010 21:41:56 +0000 (21:41 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 23 Apr 2010 21:41:56 +0000 (21:41 +0000)
commit13bb71c38f1830f3fabd45b51bb3747aa841b1cb
treef904efbb7613223a12088bcd4f85b4f00d64c4bb
parent534db4e19f4d03e4bf85520bd44e0bf90fb38ae3
Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
bytes strings for environment keys and values
Lib/os.py
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/posixmodule.c