bpo-12910: update and correct quote docstring by joernhees · Pull Request #2568 · python/cpython

@joernhees

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

orsenthil

orsenthil

orsenthil

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 10, 2019
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>

miss-islington added a commit that referenced this pull request

Apr 10, 2019
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>