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 dhgmgn
Recipients dhgmgn, docs@python
Date 2012-11-02.12:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351859767.89.0.815277454803.issue16386@psf.upfronthosting.co.za>
In-reply-to
Content
quote from http://docs.python.org/3/library/imp.html#imp.find_module:

"...on some systems some other places are looked in as well (on Windows, it looks in the registry which may point to a specific file)."

I actually didn't know the registry key is listed in "using Python on Window" guide until I grepped for PythonCore (which kind of requires to know the key already) - so I'm submitting a patch that cross references find_module docs and using Python on Windows guide.
History
Date User Action Args
2012-11-02 12:36:07dhgmgnsetrecipients: + dhgmgn, docs@python
2012-11-02 12:36:07dhgmgnsetmessageid: <1351859767.89.0.815277454803.issue16386@psf.upfronthosting.co.za>
2012-11-02 12:36:07dhgmgnlinkissue16386 messages
2012-11-02 12:36:07dhgmgncreate