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 random832
Recipients SilentGhost, anshul6, eryksun, paul.moore, r.david.murray, random832, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-12-03.06:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449125013.68.0.956466130789.issue25778@psf.upfronthosting.co.za>
In-reply-to
Content
> The winreg module is a low-level interface

High enough to return a string instead of bytes, an int for REG_DWORD, and to parse out REG_MULTI_SZ into a list. Maybe for if people really want the blob there should be an interface that always returns bytes and doesn't strip *any* null, even the one (if present) at the end.
History
Date User Action Args
2015-12-03 06:43:33random832setrecipients: + random832, paul.moore, tim.golden, stutzbach, r.david.murray, SilentGhost, zach.ware, eryksun, steve.dower, anshul6
2015-12-03 06:43:33random832setmessageid: <1449125013.68.0.956466130789.issue25778@psf.upfronthosting.co.za>
2015-12-03 06:43:33random832linkissue25778 messages
2015-12-03 06:43:33random832create