This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients benjamin.peterson, brett.cannon, michael.foord, ncoghlan
Date 2010-06-13.06:55:41
SpamBayes Score 0.0031140347
Marked as misclassified No
Message-id <1276412144.07.0.434688783848.issue8202@psf.upfronthosting.co.za>
In-reply-to
Content
Reverted in r81964, marking as 3.2 only.

For 3.2, I'll get rid of the hack by having SetArgV treat both "-c" and "-m" as special values for sys.argv[0], and by adding some unit tests that make sure the presence of files with those names has no effect on the value of sys.path[0] when the corresponding command line switches are used.
History
Date User Action Args
2010-06-13 06:55:44ncoghlansetrecipients: + ncoghlan, brett.cannon, benjamin.peterson, michael.foord
2010-06-13 06:55:44ncoghlansetmessageid: <1276412144.07.0.434688783848.issue8202@psf.upfronthosting.co.za>
2010-06-13 06:55:42ncoghlanlinkissue8202 messages
2010-06-13 06:55:41ncoghlancreate