This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author offby1
Recipients eric.araujo, offby1, tarek
Date 2011-05-04.16:12:02
SpamBayes Score 9.162566e-05
Marked as misclassified No
Message-id <1304525523.95.0.638077938777.issue11970@psf.upfronthosting.co.za>
In-reply-to
Content
No, not 100% sure, but my read of the 2.7 branch code certainly seemed to suggest that it was fixed.

in distutil/commands/upload.py:

Line 193 gets the response unconditionally as 'r' from the http object

Line 201 uses 'r' to show the response.

I might be missing a form that the 'r' object can take that isn't going to have a read() method, but I doubt it.
History
Date User Action Args
2011-05-04 16:12:04offby1setrecipients: + offby1, tarek, eric.araujo
2011-05-04 16:12:03offby1setmessageid: <1304525523.95.0.638077938777.issue11970@psf.upfronthosting.co.za>
2011-05-04 16:12:03offby1linkissue11970 messages
2011-05-04 16:12:02offby1create