random832 added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25778>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to