-
Notifications
You must be signed in to change notification settings - Fork 963
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
Legacy xml rpc #143
Conversation
…e first time in warehouse ... probably contentious...
|
||
>>> import xmlrpclib | ||
>>> import pprint | ||
>>> client = xmlrpclib.ServerProxy('http://pypi.python.org/pypi') |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep!
This is a checkpoint (current implementation status is tracked in issue #59) to save merge nightmares in model code.