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 serhiy.storchaka
Recipients OndrejPtak, Rosuav, eli.bendersky, kynan, scoder, serhiy.storchaka
Date 2021-03-29.09:33:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617010396.88.0.601888467946.issue43433@roundup.psfhosted.org>
In-reply-to
Content
Thank you for your reports OndrejPtak and frathgeber.

Indeed, the behavior change was unintended. PR 25057 tries to to restore the old behavior. Query and fragment are now preserved in the server URL.

But there are still minor differences. Empty query and fragment are stripped from the URL, so "http://example.org/RPC2?", "http://example.org/RPC2#" and "http://example.org/RPC2" refer to the same connection point. I am not sure that it is important. It would be not easy to preserve the old behavior in these corner cases.
History
Date User Action Args
2021-03-29 09:33:16serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, eli.bendersky, kynan, Rosuav, OndrejPtak
2021-03-29 09:33:16serhiy.storchakasetmessageid: <1617010396.88.0.601888467946.issue43433@roundup.psfhosted.org>
2021-03-29 09:33:16serhiy.storchakalinkissue43433 messages
2021-03-29 09:33:16serhiy.storchakacreate