[issue25895] urllib.parse.urljoin does not handle WebSocket URLs

Berker Peksag report at bugs.python.org
Mon Sep 12 22:35:24 EDT 2016


Berker Peksag added the comment:

I think a Misc/NEWS entry is enough. We didn't use versionadded/versionchanged directives for similar changes in the past (mimetypes.types_map for example) Even if we decide to add an annotation it should be versionchanged, not versionadded (the API is not new.)

The rest of the patch looks good to me.

----------
nosy: +berker.peksag
versions: +Python 3.6, Python 3.7 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25895>
_______________________________________


More information about the Python-bugs-list mailing list