Skip to content

Add XML-RPC /RPC2 endpoint #3594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2018
Merged

Add XML-RPC /RPC2 endpoint #3594

merged 2 commits into from
Apr 10, 2018

Conversation

di
Copy link
Member

@di di commented Apr 9, 2018

Per #3436, add a /RPC2 endpoint for XML-RPC clients that will use this endpoint when the root does not support XML-RPC.

@di di requested a review from dstufft April 9, 2018 21:47
Copy link
Member

@dstufft dstufft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one comment, but feel free to ignore it!

pypi_xmlrpc = functools.partial(
xmlrpc_method,
endpoint="pypi",
_xmlrpc_method_partial = functools.partial(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be cleaner by just eliminating the partial and inlining these options into the one method now.

@di di merged commit bc26649 into pypi:master Apr 10, 2018
@di di deleted the add-xmlrpc-rpc2-endpoint branch April 10, 2018 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants