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 Arfrever, brett.cannon, eric.snow, loewis, ncoghlan, vajrasky
Date 2014-01-03.05:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388727759.23.0.513059201739.issue19714@psf.upfronthosting.co.za>
In-reply-to
Content
I added 2 rudimentary tests for issue #20097 which gives at least coverage in the test suite, but we need the following tests still:

* registry entry exists and module is found (spec returned)
* registry entry exists and module is not found (None returned)

Depending on what time I have I may take a stab at this using test_winreg as an example.
History
Date User Action Args
2014-01-03 05:42:39eric.snowsetrecipients: + eric.snow, loewis, brett.cannon, ncoghlan, Arfrever, vajrasky
2014-01-03 05:42:39eric.snowsetmessageid: <1388727759.23.0.513059201739.issue19714@psf.upfronthosting.co.za>
2014-01-03 05:42:39eric.snowlinkissue19714 messages
2014-01-03 05:42:38eric.snowcreate