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 jonathan-lp
Recipients agnosticdev, bbayles, berker.peksag, eric.smith, jonathan-lp
Date 2018-03-17.12:45:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521290729.06.0.467229070634.issue33034@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the thoughts.
If only the exception message changes, that doesn't really address the issue that caused me to raise this - namely that it seems to be inconsistent with how almost every other Python builtin function I've used works. I have to defer to you folks who know how feasible changing any of that is - I can see your reasoning.

One quick observation - on glancing over the patch, it seems to only be for urlparse, but this happens to urlsplit too. Or does urlsplit import from that function (as I said, I only glanced).
History
Date User Action Args
2018-03-17 12:45:29jonathan-lpsetrecipients: + jonathan-lp, eric.smith, berker.peksag, bbayles, agnosticdev
2018-03-17 12:45:29jonathan-lpsetmessageid: <1521290729.06.0.467229070634.issue33034@psf.upfronthosting.co.za>
2018-03-17 12:45:29jonathan-lplinkissue33034 messages
2018-03-17 12:45:28jonathan-lpcreate