This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2015-12-08.09:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449566140.42.0.349073725206.issue25822@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-08 09:15:40serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2015-12-08 09:15:40serhiy.storchakasetmessageid: <1449566140.42.0.349073725206.issue25822@psf.upfronthosting.co.za>
2015-12-08 09:15:40serhiy.storchakalinkissue25822 messages
2015-12-08 09:15:39serhiy.storchakacreate