• Jörn Hees's avatar
    bpo-12910: update and correct quote docstring (#2568) · 750d74fa
    Jörn Hees authored
    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
    750d74fa
parse.py 40.6 KB