]> granicus.if.org Git - python/commit
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 16 Sep 2016 11:43:58 +0000 (14:43 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 16 Sep 2016 11:43:58 +0000 (14:43 +0300)
commitf676748a052cacdf9963aa840bfa6107275d163e
treed3e9b677f728ad378a8d16c8f8155af461ac543a
parent2dc77f0e197b9ca9710d7ae20ff13fe2bea541c4
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin

Patch by Gergely Imreh and Markus Holtermann.
Doc/library/urllib.parse.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS