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