diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-16 11:43:58 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-16 11:43:58 (GMT) |
commit | f676748a052cacdf9963aa840bfa6107275d163e (patch) | |
tree | d3e9b677f728ad378a8d16c8f8155af461ac543a /Misc | |
parent | 2dc77f0e197b9ca9710d7ae20ff13fe2bea541c4 (diff) | |
download | cpython-f676748a052cacdf9963aa840bfa6107275d163e.zip cpython-f676748a052cacdf9963aa840bfa6107275d163e.tar.gz cpython-f676748a052cacdf9963aa840bfa6107275d163e.tar.bz2 |
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Patch by Gergely Imreh and Markus Holtermann.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ Core and Builtins Library ------- +- Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin. + Patch by Gergely Imreh and Markus Holtermann. + - Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). - Issue #19003:m email.generator now replaces only \r and/or \n line |