]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a small bug when sys.argv[0] has an absolute path.
authorThomas Heller <theller@ctypes.org>
Thu, 7 Nov 2002 16:41:38 +0000 (16:41 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 7 Nov 2002 16:41:38 +0000 (16:41 +0000)
commit8560bb816720a6b8069f9850d5203ed2425e9cbc
tree38f2b510f85458f5acca136c72546ffa5f5d899f
parent5b470e0a3aa0ad4da38b603d88b90a3018cfa131
Fix a small bug when sys.argv[0] has an absolute path.
See http://mail.python.org/pipermail/distutils-sig/2002-November/003039.html
Lib/distutils/core.py