]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_platform on cygwin. When running from build area, sys.executable
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 4 Apr 2006 15:52:00 +0000 (15:52 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 4 Apr 2006 15:52:00 +0000 (15:52 +0000)
commit06853fc15055686ec02fd2671fd37cda0f69209b
treef5a2cbe80618d7b3e0333ba7fa11319341ee464f
parentb2fc21e9f8b58dd079ea0e6ebfc49ecda6114aea
Fix test_platform on cygwin. When running from build area, sys.executable
is 'python'. But 'python' is actually a directory, 'python.exe' is the
executable.
Lib/test/test_platform.py