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 zach.ware
Recipients SilentGhost, anshul6, eryksun, paul.moore, r.david.murray, random832, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-12-03.06:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449124227.84.0.475227123469.issue25778@psf.upfronthosting.co.za>
In-reply-to
Content
So then this is actually matplotlib's bug: Python is returning the blob as it should, but matplotlib is assuming too much about what it contains.  However, I suspect that this particular issue isn't entirely matplotlib's fault; it looks to me like the entries nullcheck2.py turned up were inserted badly.  Most of them look almost (but not quite...) like REG_MULTI_SZ entries.

The winreg module is a low-level interface; I don't think we should change this behavior.
History
Date User Action Args
2015-12-03 06:30:27zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, stutzbach, r.david.murray, SilentGhost, eryksun, steve.dower, random832, anshul6
2015-12-03 06:30:27zach.waresetmessageid: <1449124227.84.0.475227123469.issue25778@psf.upfronthosting.co.za>
2015-12-03 06:30:27zach.warelinkissue25778 messages
2015-12-03 06:30:27zach.warecreate