[3.7] bpo-12910: update and correct quote docstring (GH-2568) by miss-islington · Pull Request #12754 · python/cpython
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 750d74f) Co-authored-by: Jörn Hees <joernhees@users.noreply.github.com>