[issue43330] xmlrpc.Server URI query and fragment are discarded from HTTP query since py3

2021-03-31 Thread Julien Castiaux
Julien Castiaux added the comment: Duplicate of 43433 -- message_count: 1.0 -> 2.0 pull_requests: +23871 resolution: -> duplicate status: open -> closed pull_request: https://github.com/python/cpython/pull/25057 ___ Python tracker

[issue43330] xmlrpc.Server URI query and fragment are discarded from HTTP query since py3

2021-03-01 Thread Julien Castiaux
Change by Julien Castiaux : -- keywords: +patch pull_requests: +23467 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24683 ___ Python tracker ___

[issue43330] xmlrpc.Server URI query and fragment are discarded from HTTP query since py3

2021-02-26 Thread Julien Castiaux
New submission from Julien Castiaux : Hello, There is a backward incompatibility between xmlrpc.client and xmlrpclib in server classes about how the URI is parsed and used to connect to the remote server. While py2's xmlrpclib use the path, query and fragment parts of the URI request the