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 OndrejPtak
Recipients OndrejPtak
Date 2021-03-08.12:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615206556.6.0.195752820504.issue43433@roundup.psfhosted.org>
In-reply-to
Content
xmlrpc.client proxy behaviour changed and broke tools depending on URI containing query part.

Last working version: https://github.com/python/cpython/blob/3.8/Lib/xmlrpc/client.py#L1417

Changed behaviour here: https://github.com/python/cpython/blob/3.9/Lib/xmlrpc/client.py#L1424

Is this change intended? If so, what is recommended solution for xmlrpc client communicating with URI: http://example.com/path?var=foo ?
History
Date User Action Args
2021-03-08 12:29:16OndrejPtaksetrecipients: + OndrejPtak
2021-03-08 12:29:16OndrejPtaksetmessageid: <1615206556.6.0.195752820504.issue43433@roundup.psfhosted.org>
2021-03-08 12:29:16OndrejPtaklinkissue43433 messages
2021-03-08 12:29:15OndrejPtakcreate