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 loewis
Recipients Daniel.Szoska, Dmitry.Jemerov, Hugo.Lol, Michał.Pasternak, Roman.Evstifeev, Suzumizaki, Vladimir Iofik, aclover, adamhj, brian.curtin, eric.araujo, frankoid, jaraco, kaizhu, loewis, me21, r.david.murray, shimizukawa, tim.golden, vldmit, vstinner
Date 2014-02-22.17:28:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393090125.25.0.610746448284.issue9291@psf.upfronthosting.co.za>
In-reply-to
Content
Michał: Can you please report the exact registry key and value that is causing the problem? It's difficult to test a patch if one is not able to reproduce the problem.

Of the patches suggested: does any of them fix the problem for you? If so, which one?

I personally fine Vladimir's patch more plausible (EnumKeys gives bytes objects in 2.x, so it is pointless to apply .encode to them). The introduction of the count() call is unrelated, though, and should be omitted from a bug fix.
History
Date User Action Args
2014-02-22 17:28:45loewissetrecipients: + loewis, jaraco, vstinner, tim.golden, eric.araujo, kaizhu, aclover, r.david.murray, brian.curtin, Suzumizaki, frankoid, Dmitry.Jemerov, shimizukawa, vldmit, Vladimir Iofik, Roman.Evstifeev, adamhj, me21, Hugo.Lol, Daniel.Szoska, Michał.Pasternak
2014-02-22 17:28:45loewissetmessageid: <1393090125.25.0.610746448284.issue9291@psf.upfronthosting.co.za>
2014-02-22 17:28:45loewislinkissue9291 messages
2014-02-22 17:28:44loewiscreate