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 brett.cannon, kota, ncoghlan
Date 2011-07-30.16:07:41
SpamBayes Score 1.9852617e-07
Marked as misclassified No
Message-id <1312042061.93.0.943626094287.issue12648@psf.upfronthosting.co.za>
In-reply-to
Content
It's actually the documentation that's slightly wrong in this case. On Windows, there is an additional import mechanism based on the Windows registry that is checked before the ordinary sys.path mechanism. (See http://docs.python.org/library/pkgutil#pkgutil.iter_importers)

The easiest way to check if this is happening is to see which version of the code is executed by "python -m parser". If I'm right, that will execute the local parser.py file on both Linux and Windows.
History
Date User Action Args
2011-07-30 16:07:42ncoghlansetrecipients: + ncoghlan, brett.cannon, kota
2011-07-30 16:07:41ncoghlansetmessageid: <1312042061.93.0.943626094287.issue12648@psf.upfronthosting.co.za>
2011-07-30 16:07:41ncoghlanlinkissue12648 messages
2011-07-30 16:07:41ncoghlancreate