[issue10919] Environment variables are not expanded in _winreg when using REG_EXPAND_SZ.

Richard Nienaber report at bugs.python.org
Sun Jan 16 23:28:13 CET 2011


Richard Nienaber <rjnienaber at gmail.com> added the comment:

Further documentation on the RegEnumValue function (used by the _winreg module): http://msdn.microsoft.com/en-us/library/ms724865(v=vs.85).aspx. The documentation doesn't say whether the string is expanded or not on retrieval. 

Given the current behaviour plus the ExpandEnvironmentStrings function, this seems like a non-issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10919>
_______________________________________


More information about the Python-bugs-list mailing list