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 eric.snow
Recipients brett.cannon, eric.snow
Date 2013-10-03.06:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380780948.31.0.22137513887.issue19151@psf.upfronthosting.co.za>
In-reply-to
Content
Changeset 1db6553f3f8c for issue #15576 changed importlib._bootstrap._get_supported_file_loaders() to return a list of 2-tuples instead of 3-tuples.  However, the docstring for the function was not updated to reflect that.  More importantly, WindowsRegistryFinder.find_module() still expects 3-tuples.

The fix is relatively trivial (patch attached).  However, I'm not aware of any reports of problems related to what should be a very broken WindowsRegistryFinder.  So I just wanted to double-check that I haven't missed something here.  Undoubtedly the code simply hasn't gotten a lot of exposure since the patch (Aug. 2012).
History
Date User Action Args
2013-10-03 06:15:48eric.snowsetrecipients: + eric.snow, brett.cannon
2013-10-03 06:15:48eric.snowsetmessageid: <1380780948.31.0.22137513887.issue19151@psf.upfronthosting.co.za>
2013-10-03 06:15:48eric.snowlinkissue19151 messages
2013-10-03 06:15:47eric.snowcreate