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 steve.dower
Recipients DieInSente, dstufft, loewis, steve.dower, venza, zach.ware
Date 2014-08-07.15:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407425908.7.0.787873636791.issue22028@psf.upfronthosting.co.za>
In-reply-to
Content
Presumably the value for subkeyname being passed to OpenKey contains an embedded null, which I believe is legal for the registry in general, but doesn't make much sense in this context and is quite possibly a corruption issue on your machine.

We can certainly strengthen mimetypes against this error (I don't know who's maintaining this module, but handling the TypeError on OpenKey seems safe enough) and you may also want to ensure your virus/malware scanners are up to date - embedded nulls in registry keys are often used to trigger bugs or hide malicious data.
History
Date User Action Args
2014-08-07 15:38:28steve.dowersetrecipients: + steve.dower, loewis, zach.ware, dstufft, DieInSente, venza
2014-08-07 15:38:28steve.dowersetmessageid: <1407425908.7.0.787873636791.issue22028@psf.upfronthosting.co.za>
2014-08-07 15:38:28steve.dowerlinkissue22028 messages
2014-08-07 15:38:28steve.dowercreate