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 op368
Recipients berker.peksag, chris.jerdonek, demian.brecht, martin.panter, op368, orsenthil, piotr.dobrogost, rbcollins, soilandreyes
Date 2020-06-10.11:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591788258.79.0.159981740965.issue22852@roundup.psfhosted.org>
In-reply-to
Content
I found another related issue (issue37969).

I also filed one myself (issue 40938).

---

One thing against the 'has_netloc' etc. solution is that
while it guarantees round-trips (urlunsplit(urlsplit('...')) etc.),
it is conditional on 'urlunsplit' getting 'SplitResult' object.
When 'urlunsplit' gets a normal tuple, it is helpless.
History
Date User Action Args
2020-06-10 11:24:18op368setrecipients: + op368, orsenthil, rbcollins, chris.jerdonek, berker.peksag, martin.panter, piotr.dobrogost, demian.brecht, soilandreyes
2020-06-10 11:24:18op368setmessageid: <1591788258.79.0.159981740965.issue22852@roundup.psfhosted.org>
2020-06-10 11:24:18op368linkissue22852 messages
2020-06-10 11:24:18op368create