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 santoso.wijaya
Recipients Billy.Saelim, santoso.wijaya
Date 2011-03-23.17:33:29
SpamBayes Score 0.001805538
Marked as misclassified No
Message-id <1300901610.46.0.239850438769.issue11652@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.1500 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib2
>>> request = 'http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.zip'
>>> fp = urllib2.urlopen(request)
>>> fp.info()['content-length']
'289519, 289519'
>>>

Not reproducible on Python 3.2+ (presumably 3.x, as well).
History
Date User Action Args
2011-03-23 17:33:30santoso.wijayasetrecipients: + santoso.wijaya, Billy.Saelim
2011-03-23 17:33:30santoso.wijayasetmessageid: <1300901610.46.0.239850438769.issue11652@psf.upfronthosting.co.za>
2011-03-23 17:33:29santoso.wijayalinkissue11652 messages
2011-03-23 17:33:29santoso.wijayacreate