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 xiang.zhang
Recipients Feng A, xiang.zhang
Date 2016-05-23.09:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463994215.04.0.636790834101.issue27089@psf.upfronthosting.co.za>
In-reply-to
Content
As a general purpose library for url parsing, I think conforming to the existing standard is a good choice.

'http://google.com]' is a malformed URI according to the standard and then I think raising an exception is quite suitable. Of course there are always malformed links in webpages but how to correct them is quite objective. I think catch the exception in application and correct them in your own logic is what you should do.
History
Date User Action Args
2016-05-23 09:03:35xiang.zhangsetrecipients: + xiang.zhang, Feng A
2016-05-23 09:03:35xiang.zhangsetmessageid: <1463994215.04.0.636790834101.issue27089@psf.upfronthosting.co.za>
2016-05-23 09:03:35xiang.zhanglinkissue27089 messages
2016-05-23 09:03:34xiang.zhangcreate