[issue13244] WebSocket schemes in urlparse

Éric Araujo report at bugs.python.org
Sun Oct 23 01:45:49 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

>>> urlparse.urlparse("ws://example.com/something#somewhere")
ParseResult(scheme='ws', netloc='example.com', path='/something#somewhere', params='', query='', fragment='')

This makes me sad.  I thought we had fixed urllib months ago to follow the damn rules that have been in a bunch of RFCs for years.

----------

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


More information about the Python-bugs-list mailing list