[docs] [issue23684] urlparse() documentation does not account for default scheme

Martin Panter report at bugs.python.org
Sun May 31 12:45:47 CEST 2015


Martin Panter added the comment:

Here is a patch changing the table entries to “*scheme* argument”. Hopefully this is fairly obvious and doesn’t sound like it defaults to itself.

I also made the descriptions of “scheme” and “allow_fragments” more specific, and added some unit tests, because there didn’t seem to be any exercising them.

----------
components: +Tests
keywords: +patch
stage:  -> patch review
type:  -> behavior
versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39573/urlparse-scheme.patch

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


More information about the docs mailing list