[New-bugs-announce] [issue23701] Drop extraneous comment from winreg.QueryValue's docstring

Claudiu Popa report at bugs.python.org
Wed Mar 18 17:51:10 CET 2015


New submission from Claudiu Popa:

winreg.QueryValue's docstring has an "interesting" comment at the end:

"But the underlying API call doesn't return the type, Lame Lame Lame, DONT USE THIS!!!"

The documentation (https://docs.python.org/3.4/library/winreg.html#winreg.QueryValue) already mentions the shortcomings of QueryValue. This comment should be removed or at least rewritten in a more serious note.

----------
components: Library (Lib)
files: drop_winreg_string.patch
keywords: patch
messages: 238459
nosy: Claudiu.Popa, loewis, steve.dower
priority: low
severity: normal
status: open
title: Drop extraneous comment from winreg.QueryValue's docstring
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38545/drop_winreg_string.patch

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


More information about the New-bugs-announce mailing list