[issue43433] xmlrpc.client ignores query in URI ("?action=xmlrpc2") since python-3.9

2021-03-29 Thread frathgeber
frathgeber added the comment: Thanks Serhiy for the very quick fix! I believe handling these corner cases is not worth the effort and I really hope no one relies on these being differentiated. This change will go into a future 3.9 release

[issue43433] xmlrpc.client ignores query in URI ("?action=xmlrpc2") since python-3.9

2021-03-28 Thread frathgeber
Change by frathgeber : -- nosy: +kynan ___ Python tracker <https://bugs.python.org/issue43433> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38038] Remove urllib.parse._splittype from xmlrpc.client

2021-03-28 Thread frathgeber
frathgeber added the comment: Filed bpo-43645 -- ___ Python tracker <https://bugs.python.org/issue38038> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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