]> granicus.if.org Git - python/commit
Issue #20270: urllib.urlparse now supports empty ports.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 16:30:33 +0000 (18:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 16:30:33 +0000 (18:30 +0200)
commitff97b08d0022392da23a25aa5ccb04e6a2966e8b
treee8b304f8bf9b2bb260a783fea484a233cffb4dab
parente413cde95f79544aefce5576ebb92d18cbf6ff2e
Issue #20270: urllib.urlparse now supports empty ports.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS