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

berker.peksag at gmail.com berker.peksag at gmail.com
Mon Jun 22 00:01:42 CEST 2015


The patch looks good to me. You don't need to send another patch. I can
do the last modifications and apply it.

Thanks!


http://bugs.python.org/review/23684/diff/14992/Doc/library/urllib.parse.rst
File Doc/library/urllib.parse.rst (right):

http://bugs.python.org/review/23684/diff/14992/Doc/library/urllib.parse.rst#newcode95
Doc/library/urllib.parse.rst:95: | :attr:`scheme`   | 0     | URL scheme
specifier     | *scheme* argument    |
"argument" looks incorrect to me. Can this be "value of *scheme*",
"*scheme* parameter" or something else?

See also
https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter

http://bugs.python.org/review/23684/


More information about the docs mailing list