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 karanchaudhary
Recipients P0cas, karanchaudhary
Date 2022-02-28.02:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646013745.87.0.149081517321.issue46870@roundup.psfhosted.org>
In-reply-to
Content
Here are the results from other languages. Go parses incorrectly at the same time rust does it correctly.

Go- https://go.dev/play/p/nNMhyznuGpn
&url.URL{Scheme:"http", Opaque:"@localhost", User:(*url.Userinfo)(nil), Host:"", Path:"", RawPath:"", ForceQuery:false, RawQuery:"", Fragment:"", RawFragment:""}


Rust- https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=92681b56f7cbd62b7735c962a2f5321e
Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("localhost")), port: None, path: "/", query: None, fragment: None }
History
Date User Action Args
2022-02-28 02:02:25karanchaudharysetrecipients: + karanchaudhary, P0cas
2022-02-28 02:02:25karanchaudharysetmessageid: <1646013745.87.0.149081517321.issue46870@roundup.psfhosted.org>
2022-02-28 02:02:25karanchaudharylinkissue46870 messages
2022-02-28 02:02:25karanchaudharycreate