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 jaraco
Recipients Arfrever, benjamin.peterson, brett.cannon, jaraco
Date 2011-03-15.21:37:23
SpamBayes Score 3.272722e-07
Marked as misclassified No
Message-id <1300225044.03.0.264633986172.issue11276@psf.upfronthosting.co.za>
In-reply-to
Content
it looks like lib maintainers can work around the limitation by using the syntax:

 import _winreg as winreg

And then reference the name winreg (or any other preferred name).
History
Date User Action Args
2011-03-15 21:37:24jaracosetrecipients: + jaraco, brett.cannon, benjamin.peterson, Arfrever
2011-03-15 21:37:24jaracosetmessageid: <1300225044.03.0.264633986172.issue11276@psf.upfronthosting.co.za>
2011-03-15 21:37:23jaracolinkissue11276 messages
2011-03-15 21:37:23jaracocreate