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 brett.cannon
Recipients brett.cannon, pitrou
Date 2012-02-19.00:55:27
SpamBayes Score 0.00017736772
Marked as misclassified No
Message-id <1329612928.1.0.375975119287.issue14052@psf.upfronthosting.co.za>
In-reply-to
Content
It's surprisingly difficult to get right because tests will fail if you keep the path relative in other situations (such as test_cmd_line_script). It was an absolute pain to get it to where it is now. If you can make it keep the relative path and pass the test then that's great, but relative file paths suck for compatibility and I don't think they are that useful to begin with.
History
Date User Action Args
2012-02-19 00:55:28brett.cannonsetrecipients: + brett.cannon, pitrou
2012-02-19 00:55:28brett.cannonsetmessageid: <1329612928.1.0.375975119287.issue14052@psf.upfronthosting.co.za>
2012-02-19 00:55:27brett.cannonlinkissue14052 messages
2012-02-19 00:55:27brett.cannoncreate