[issue43645] xmlrpc.client.ServerProxy silently drops query string from URI

2021-03-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> xmlrpc.client ignores query in URI ("?action=xmlrpc2") since python-3.9 ___ Python tracker ___

[issue43645] xmlrpc.client.ServerProxy silently drops query string from URI

2021-03-28 Thread frathgeber
New submission from frathgeber : The change introduced in https://github.com/python/cpython/pull/15703 (bpo-38038) caused an (I presume unintended) behavior change that breaks some xmlrpc users: previously, the XLMRPC handler was everything after the host part of the URI (https://github.com/