]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_executable introduce in previous commit (r78835): Windows is able to
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 11 Mar 2010 13:27:35 +0000 (13:27 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 11 Mar 2010 13:27:35 +0000 (13:27 +0000)
commit6ecd85f40157dee45b1e1d55e517d83d695f0e9c
tree51bb36512efa7b13f8ebc178840c6441c00d6adc
parent4a7e0c858c624eee49b9b1a977c887f5b49d0fd4
Fix test_executable introduce in previous commit (r78835): Windows is able to
retrieve the absolute Python path even if argv[0] has been set to a non
existent program name.
Lib/test/test_sys.py