]> granicus.if.org Git - python/commit
Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Nov 2010 15:48:08 +0000 (15:48 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Nov 2010 15:48:08 +0000 (15:48 +0000)
commit9fc443cf590c76d4b979c46dc954d3956cee0319
tree16384a522e3cbc37539a86745f47ee6f60f18239
parent43f0c27be78ce11d871c8a80ec1251cc82010d19
Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings
Doc/library/urllib.parse.rst
Doc/whatsnew/3.2.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS