Skip to content
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

Legacy xml rpc #143

Merged
merged 16 commits into from
Nov 7, 2013
Merged

Legacy xml rpc #143

merged 16 commits into from
Nov 7, 2013

Conversation

r1chardj0n3s
Copy link

This is a checkpoint (current implementation status is tracked in issue #59) to save merge nightmares in model code.


>>> import xmlrpclib
>>> import pprint
>>> client = xmlrpclib.ServerProxy('http://pypi.python.org/pypi')
Copy link
Member

Choose a reason for hiding this comment

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

This should probably be "https://pypi.python.org/pypi" since we force that now and I think there may be a bug with Python 2.6 and the HTTPS redirect.

Copy link
Author

Choose a reason for hiding this comment

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

Yep!

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.

None yet

2 participants