From: Victor Stinner Date: Sun, 25 Apr 2010 22:21:04 +0000 (+0000) Subject: Unblocked revisions 80421 via svnmerge X-Git-Tag: v3.1.3rc1~866 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5781076ebff95e4d1a7054d77fb87041675baf1;p=thirdparty%2FPython%2Fcpython.git Unblocked 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 ........ ---