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

R. David Murray report at bugs.python.org
Fri Dec 12 22:07:38 CET 2014


R. David Murray added the comment:

OK, now I understand.  How about this phrasing:

"The *safe*, *encoding*, and *error* parameters are passed down to :func:`quote_plus` (the *encoding* and *error* parameters are only passed when the query element is a :class:`str`).

----------

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


More information about the docs mailing list