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 Arfrever, brett.cannon, eric.snow, madison.may, ncoghlan, ronaldoussoren
Date 2013-08-10.21:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376171900.21.0.535232815325.issue18416@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that by *not* doing that, we may have a bug if the cwd changes and the import machinery returns a stateful importer that remembers the path name. Using the actual filesystem path for everything other than sys.path sounds like a much better option.
History
Date User Action Args
2013-08-10 21:58:20ncoghlansetrecipients: + ncoghlan, brett.cannon, ronaldoussoren, Arfrever, eric.snow, madison.may
2013-08-10 21:58:20ncoghlansetmessageid: <1376171900.21.0.535232815325.issue18416@psf.upfronthosting.co.za>
2013-08-10 21:58:20ncoghlanlinkissue18416 messages
2013-08-10 21:58:20ncoghlancreate