[Python-checkins] [python/cpython] 21024f: bpo-16285: Update urllib quoting to RFC 3986 (#173...

GitHub noreply at github.com
Sat Feb 25 04:00:30 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 21024f06622c4c55b666adb130797a4ee205d005
      https://github.com/python/cpython/commit/21024f06622c4c55b666adb130797a4ee205d005
  Author: Ratnadeep Debnath <rtnpro at gmail.com>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M Doc/library/urllib.parse.rst
    M Doc/whatsnew/3.7.rst
    M Lib/test/test_urllib.py
    M Lib/urllib/parse.py
    M Misc/ACKS
    M Misc/NEWS

  Log Message:
  -----------
  bpo-16285: Update urllib quoting to RFC 3986 (#173)

* bpo-16285: Update urllib quoting to RFC 3986

urllib.parse.quote is now based on RFC 3986, and hence
includes `'~'` in the set of characters that is not escaped
by default.

Patch by Christian Theune and Ratnadeep Debnath.




More information about the Python-checkins mailing list