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 asvetlov, dhgmgn, docs@python, eric.snow
Date 2012-11-17.17:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353174733.06.0.592460924059.issue16386@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, didn't knew much about importlib, I can work on a patch but have a few questions/suggestions:

1. For importlib, simply referencing the "Using on Windows" guide imo won't be ok - the importlib sources show that the key being used is "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}", while guide refers to \\PythonPath. Am I missing something here?
2. Considering that importlib code is Python, easy to retrieve without having C sources (which is common case on Windows) - do you think this should go into 3.3 docs? 
3. Do you think the current version of the patch is applicable to Python 2.7?
History
Date User Action Args
2012-11-17 17:52:13dhgmgnsetrecipients: + dhgmgn, asvetlov, docs@python, eric.snow
2012-11-17 17:52:13dhgmgnsetmessageid: <1353174733.06.0.592460924059.issue16386@psf.upfronthosting.co.za>
2012-11-17 17:52:13dhgmgnlinkissue16386 messages
2012-11-17 17:52:12dhgmgncreate