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 flox
Recipients brian.curtin, ezio.melotti, flox, pitrou
Date 2010-02-12.15:39:31
SpamBayes Score 2.0365163e-05
Marked as misclassified No
Message-id <1265989175.6.0.87989838811.issue7712@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed on trunk with r78136.

Before closing this issue, we may apply additional cleanup on regrtest:
 - the "sys.path" hack is not needed anymore (no risk of relative imports)
 - the hack for sys.argv[0] could be removed too, and use __file__ instead
History
Date User Action Args
2010-02-12 15:39:35floxsetrecipients: + flox, pitrou, ezio.melotti, brian.curtin
2010-02-12 15:39:35floxsetmessageid: <1265989175.6.0.87989838811.issue7712@psf.upfronthosting.co.za>
2010-02-12 15:39:33floxlinkissue7712 messages
2010-02-12 15:39:33floxcreate