From: Victor Stinner Date: Fri, 23 Apr 2010 21:43:49 +0000 (+0000) Subject: Blocked revisions 80421 via svnmerge X-Git-Tag: v3.1.3rc1~876 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d44b7d2b3bc3ff59ef893f93796e83f7a5e19fd;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 80421 via svnmerge ........ r80421 | victor.stinner | 2010-04-23 23:41:56 +0200 (ven., 23 avril 2010) | 3 lines Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and bytes strings for environment keys and values ........ ---