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 progval
Recipients Valentin.Lorentz, amaury.forgeotdarc, eric.araujo, orsenthil, progval
Date 2010-11-21.16:05:02
SpamBayes Score 0.0002072428
Marked as misclassified No
Message-id <1290355504.19.0.847398216743.issue10362@psf.upfronthosting.co.za>
In-reply-to
Content
This code :
import urllib2
print urllib2.urlopen('http://plugins.supybot-fr.tk/GoodFrench.tar').read(500)

Prints :
data/0000755000175000017500000000000011466030066011677 5ustar  progvalprogval



If the problem comes from networking libraries, I really don't have the skills :s
History
Date User Action Args
2010-11-21 16:05:04progvalsetrecipients: + progval, amaury.forgeotdarc, orsenthil, eric.araujo, Valentin.Lorentz
2010-11-21 16:05:04progvalsetmessageid: <1290355504.19.0.847398216743.issue10362@psf.upfronthosting.co.za>
2010-11-21 16:05:02progvallinkissue10362 messages
2010-11-21 16:05:02progvalcreate