XML RPC changes between 3.7 and 3.9 yield 401 http error
Chris Angelico
rosuav at gmail.com
Sun Mar 28 05:51:43 EDT 2021
On Sun, Mar 28, 2021 at 9:12 AM lucas <lucas at bourneuf.net> wrote:
>
> Thank you ChrisA !
>
> I hope it will solve it too. Do i need to do anything ?
>
> Thank you for your time and help.
>
There are a couple of things you can do actually! First off, here's
the pull request, which will be where further comments happen:
https://github.com/python/cpython/pull/25045
Since you actually use xmlrpc, you'd be the best person to devise some
useful tests. Also, the question has been raised regarding the
fragment. I suspect that a fragment is inappropriate here, since it's
effectively an external URL, but that's for you to answer; if
fragments are to be stripped, that definitely needs to be mentioned.
ChrisA
More information about the Python-list
mailing list