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
Date 2013-07-09.20:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373400107.5.0.285657244525.issue18416@psf.upfronthosting.co.za>
In-reply-to
Content
$ touch blah.py; ./python -c "import blah; print(blah.__file__)"
./blah.py

Should really change that to be an absolute path since the file's location is not accurate if you call os.chdir().
History
Date User Action Args
2013-07-09 20:01:47brett.cannonsetrecipients: + brett.cannon
2013-07-09 20:01:47brett.cannonsetmessageid: <1373400107.5.0.285657244525.issue18416@psf.upfronthosting.co.za>
2013-07-09 20:01:47brett.cannonlinkissue18416 messages
2013-07-09 20:01:47brett.cannoncreate