Message 371181 - Python tracker
Message371181
| 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:18 | op368 | set | recipients: + op368, orsenthil, rbcollins, chris.jerdonek, berker.peksag, martin.panter, piotr.dobrogost, demian.brecht, soilandreyes |
| 2020-06-10 11:24:18 | op368 | set | messageid: <1591788258.79.0.159981740965.issue22852@roundup.psfhosted.org> |
| 2020-06-10 11:24:18 | op368 | link | issue22852 messages |
| 2020-06-10 11:24:18 | op368 | create | |