[issue23701] Drop extraneous comment from winreg.QueryValue's docstring

2016-09-28 Thread Berker Peksag

Berker Peksag added the comment:

Thanks for the report and for the patch, Claudiu. The part you mentioned has 
already been removed in 6e613ecd70f0. Here's the current version:

"Values in the registry have name, type, and data components. This method
retrieves the data for a key's first value that has a NULL name.
But since the underlying API call doesn't return the type, you'll
probably be happier using QueryValueEx; this function is just here for
completeness."

--
nosy: +berker.peksag
resolution:  -> out of date
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23701] Drop extraneous comment from winreg.QueryValue's docstring

2015-04-19 Thread Claudiu Popa

Changes by Claudiu Popa pcmantic...@gmail.com:


--
stage:  - patch review

___
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



[issue23701] Drop extraneous comment from winreg.QueryValue's docstring

2015-03-18 Thread Claudiu Popa

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



[issue23701] Drop extraneous comment from winreg.QueryValue's docstring

2015-03-18 Thread Paul Moore

Changes by Paul Moore p.f.mo...@gmail.com:


--
nosy: +paul.moore

___
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