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 akitada, brett.cannon, giampaolo.rodola, hieu.nguyen, pitrou, terry.reedy
Date 2013-09-08.22:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378680574.09.0.250419389225.issue12317@psf.upfronthosting.co.za>
In-reply-to
Content
It technically doesn't need to be a dependency, but if __file__ goes absolute then the point of the function becomes moot and thus shouldn't get documented as it is then pointless (and honestly I don't trust any code that tries to guess at what the cwd was when a module was imported).
History
Date User Action Args
2013-09-08 22:49:34brett.cannonsetrecipients: + brett.cannon, terry.reedy, pitrou, giampaolo.rodola, akitada, hieu.nguyen
2013-09-08 22:49:34brett.cannonsetmessageid: <1378680574.09.0.250419389225.issue12317@psf.upfronthosting.co.za>
2013-09-08 22:49:34brett.cannonlinkissue12317 messages
2013-09-08 22:49:33brett.cannoncreate