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 agnosticdev
Recipients agnosticdev, bbayles, berker.peksag, eric.smith, jonathan-lp
Date 2018-03-17.13:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521292392.9.0.467229070634.issue33034@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, my goal for the patch was to provide a more explicit error message for this situation and to provide a low surface area change to the overall source, knowing that there are future development goals and backward compatibility to keep in mind.  That way the patch would be a first step in providing more explicit information when a developer would run into this situation and hopefully improving the current situation at hand.

The new ValueError message raised in this patch does work for both urlparse and urlsplit.
History
Date User Action Args
2018-03-17 13:13:12agnosticdevsetrecipients: + agnosticdev, eric.smith, berker.peksag, bbayles, jonathan-lp
2018-03-17 13:13:12agnosticdevsetmessageid: <1521292392.9.0.467229070634.issue33034@psf.upfronthosting.co.za>
2018-03-17 13:13:12agnosticdevlinkissue33034 messages
2018-03-17 13:13:12agnosticdevcreate