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-16.11:15:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521198941.8.0.467229070634.issue33034@psf.upfronthosting.co.za>
In-reply-to
Content
Jonathan, thank you very much for your thoughts I appreciate the pros and cons of each option.

In regards to your option C, if we provided a flag to optionally raise the error in urlsplit and urlparse were you thinking the default flag to be set to True?  

For example:

def urlparse(url, scheme='', allow_fragments=True, port_validation=True):


def urlsplit(url, scheme='', allow_fragments=True, port_validation=True):
History
Date User Action Args
2018-03-16 11:15:41agnosticdevsetrecipients: + agnosticdev, eric.smith, berker.peksag, bbayles, jonathan-lp
2018-03-16 11:15:41agnosticdevsetmessageid: <1521198941.8.0.467229070634.issue33034@psf.upfronthosting.co.za>
2018-03-16 11:15:41agnosticdevlinkissue33034 messages
2018-03-16 11:15:41agnosticdevcreate