]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12910: update and correct quote docstring (GH-2568)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Apr 2019 00:53:03 +0000 (17:53 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2019 00:53:03 +0000 (17:53 -0700)
commit796698adf558f2255474945082856538b1effb0b
tree7124c37018774d78e8f3053ad5474deb16bfeac7
parent86f0354fcb815312295b923c55e39364d85d0388
bpo-12910: update and correct quote docstring (GH-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
(cherry picked from commit 750d74fac5c510e39958b3f79641fe54096ee54f)

Co-authored-by: Jörn Hees <joernhees@users.noreply.github.com>
Lib/urllib/parse.py