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, Vladimir.Iofik, aclover, adamhj, benjamin.peterson, brian.curtin, eric.araujo, exarkun, foom, frankoid, gcarothers, jaraco, kaizhu, loewis, me21, ned.deily, python-dev, quick.es, r.david.murray, shimizukawa, tim.golden, vldmit, vstinner
Date 2014-06-13.20:35:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402691742.21.0.504136077879.issue21652@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the issue with the attached script. The problem is not that EnumKey returns a Unicode string (which it never does), but that QueryValueEx returns a Unicode string. See http://hg.python.org/cpython/rev/18cfc2a42772 for the actual change in question.
History
Date User Action Args
2014-06-13 20:35:42loewissetrecipients: + loewis, exarkun, jaraco, foom, vstinner, tim.golden, benjamin.peterson, ned.deily, eric.araujo, kaizhu, aclover, r.david.murray, brian.curtin, Suzumizaki, frankoid, Dmitry.Jemerov, shimizukawa, vldmit, Vladimir.Iofik, Vladimir Iofik, python-dev, Roman.Evstifeev, adamhj, me21, Hugo.Lol, Daniel.Szoska, Michał.Pasternak, quick.es, gcarothers
2014-06-13 20:35:42loewissetmessageid: <1402691742.21.0.504136077879.issue21652@psf.upfronthosting.co.za>
2014-06-13 20:35:42loewislinkissue21652 messages
2014-06-13 20:35:42loewiscreate