[issue25822] Add docstrings to fields of urllib.parse results

Serhiy Storchaka report at bugs.python.org
Tue Dec 8 04:15:40 EST 2015


New submission from Serhiy Storchaka:

Results of urlsplit() and urlparse() functions in the urllib.parse module are named tuple with a number of fields. Since property docstrings are writable now (issue24064), we can provide docstrings for all these fields. See also issue24878.

----------
components: Library (Lib)
messages: 256105
nosy: rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Add docstrings to fields of urllib.parse results
type: enhancement
versions: Python 3.6

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


More information about the Python-bugs-list mailing list