[docs] [issue23040] Better documentation for the urlencode safe parameter

Wojtek Ruszczewski report at bugs.python.org
Sat Dec 13 00:35:02 CET 2014


Wojtek Ruszczewski added the comment:

Thanks, that's right and better, as it doesn't replicate the safe explanation.

I've just noticed another small one, the docstring for quote() [2] says:
"encoding must not be specified if string is a str" -- that should be "... is a bytes".

[2] https://hg.python.org/cpython/file/default/Lib/urllib/parse.py#l690

----------

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


More information about the docs mailing list