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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23701>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to