]> granicus.if.org Git - python/commit
bpo-12910: update and correct quote docstring (#2568)
authorJörn Hees <joernhees@users.noreply.github.com>
Wed, 10 Apr 2019 00:31:18 +0000 (02:31 +0200)
committerSenthil Kumaran <skumaran@gatech.edu>
Wed, 10 Apr 2019 00:31:18 +0000 (17:31 -0700)
commit750d74fac5c510e39958b3f79641fe54096ee54f
tree7c045d3bb464ee68a4cfd3f4f204ae4bcacf8e18
parent63b5fc5f42c95a9ef25f9ef9f69ef218763d28bd
bpo-12910: update and correct quote docstring (#2568)

Fixes some mistakes and misleadings in the quote function docstring:
- reserved chars are never actually used by quote code, unreserved chars are
- reserved chars were wrong and incomplete
- mentioned that use-case is not minimal quoting wrt. RFC, but cautious quoting
Lib/urllib/parse.py