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 brett.cannon, eric.araujo, lincolnauster, lukasz.langa, orsenthil
Date 2022-02-12.11:47:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644666458.18.0.34393655828.issue46337@roundup.psfhosted.org>
In-reply-to
Content
In my idea it would not be a list of things that you have to pass piecemeal to request specific behaviour, but another function or a new param (like `parse(string, universal=True)`) that implements universal parsing.

We could even handle things like #22852 in that mode (although ironically, correct behaviour for that requires having a registry of schemes).
History
Date User Action Args
2022-02-12 11:47:38eric.araujosetrecipients: + eric.araujo, brett.cannon, orsenthil, lukasz.langa, lincolnauster
2022-02-12 11:47:38eric.araujosetmessageid: <1644666458.18.0.34393655828.issue46337@roundup.psfhosted.org>
2022-02-12 11:47:38eric.araujolinkissue46337 messages
2022-02-12 11:47:38eric.araujocreate