[issue10697] host and port attributes not documented well in function urllib.parse.urlparse and urlsplit

R. David Murray report at bugs.python.org
Mon Dec 13 21:30:46 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

The repr gives the primary components defined by the URL.  The subfields are provided as attributes of the result.  This is documented in the example at the top of the chapter, but it is not, IMO, well documented in the rest of the chapter.

I'm not sure when this feature was introduced, so I'm leaving 3.1 in the versions for now.

----------
assignee:  -> docs at python
components: +Documentation -Library (Lib)
nosy: +docs at python, orsenthil, r.david.murray
stage:  -> needs patch
title: port not split in function urllib.parse.urlparse -> host and port attributes not documented well in function urllib.parse.urlparse and urlsplit
versions: +Python 3.2

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


More information about the Python-bugs-list mailing list