]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Another fix to test_executable() of test_sys: set the current working to avoid
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 11 Mar 2010 13:46:06 +0000 (13:46 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 11 Mar 2010 13:46:06 +0000 (13:46 +0000)
commit4478662f8398b2f82d6afab80afb6d5f99b01187
tree90052cb678e4969a91547e70cd608c6ecab10da9
parent6ecd85f40157dee45b1e1d55e517d83d695f0e9c
Another fix to test_executable() of test_sys: set the current working to avoid
the #7774 bug.
Lib/test/test_sys.py