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

R. David Murray report at bugs.python.org
Tue Sep 13 11:35:09 EDT 2016


R. David Murray added the comment:

I believe our stance on these has changed over time from "feature" to "bugfix", especially when there is a standards document to back it (but sometimes when there is not...we gave up a while ago on the MIME-type standards ever getting finalized and just bow to the reality of something being a defacto standard).

Given that, there should be no versionchanged directive.  I agree that if you want a versionchanged, then it is an enhancement and can only go into 3.7.

I'm a bit conflicted about whether these are bug fixes or features...I used to be on the feature side, but it is really annoying to have these 
"standard" things not work, so I'm more on the bugfix side now.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list