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 vstinner
Recipients brett.cannon, christian.heimes, cool-RR, eric.snow, vstinner
Date 2014-01-03.02:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388715356.68.0.944308743539.issue20097@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be possible to put @unittest.skipUnless(...) on WindowsRegistryFinderTests instead of duplicating it?

Except of this nit, the patch looks good to me.

Note: WindowsRegistryFinder.find_spec() contains the comment:

   # XXX untested! Need a Windows person to write tests (otherwise mock out appropriately)
History
Date User Action Args
2014-01-03 02:15:56vstinnersetrecipients: + vstinner, brett.cannon, christian.heimes, cool-RR, eric.snow
2014-01-03 02:15:56vstinnersetmessageid: <1388715356.68.0.944308743539.issue20097@psf.upfronthosting.co.za>
2014-01-03 02:15:56vstinnerlinkissue20097 messages
2014-01-03 02:15:55vstinnercreate