This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, ezio.melotti, nailor, oberstet, orsenthil
Date 2011-10-22.23:45:48
SpamBayes Score 0.20792392
Marked as misclassified No
Message-id <1319327149.64.0.0732650070786.issue13244@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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.
History
Date User Action Args
2011-10-22 23:45:49eric.araujosetrecipients: + eric.araujo, orsenthil, ezio.melotti, nailor, oberstet
2011-10-22 23:45:49eric.araujosetmessageid: <1319327149.64.0.0732650070786.issue13244@psf.upfronthosting.co.za>
2011-10-22 23:45:49eric.araujolinkissue13244 messages
2011-10-22 23:45:48eric.araujocreate