-
Notifications
You must be signed in to change notification settings - Fork 37
xmlrpc bug in python 2.7.1 #3
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
Comments
Thank you, Alejandro. Can you tell me how to reproduce this with python 2.7, please? I've tried it on a couple systems and I don't get that traceback when trying to query pypi with -L, -C, -D etc. I've created a hotfix branch with this patch (hotfix/issue3). |
I get the exception when I try to run anything that requires a connection to PyPI, including -L, -C, -D, -U, etc... The error seems to affect 2.7.1 only, which is the standard on Fedora 15. I have other installations with the latest 2.7.2 python, which run yolk fine. I don't have a 2.7 install to test with. |
PyPy 1.7 is compatible with 2.7.1. It suffers from the same bug. |
Thank you, I hadn't tested 2.7.1. I'm moving this weekend but may get On Fri, Feb 10, 2012 at 4:45 AM, Alejandro Giacometti
|
I just encountered this bug and the patched code linked from janrito's first post worked for me. |
Fix cakebread#3 xmlrpc bug in python 2.7.1
There is a bug in the with xmlrpclib.py in python 2.7.1:
Here is somebody else's patch:
https://bitbucket.org/dbinit/yolk/src/5f679466e2d0/yolk/pypi.py
The text was updated successfully, but these errors were encountered: