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, rhettinger, santoso.wijaya
Date 2011-03-23.18:12:34
SpamBayes Score 0.003938176
Marked as misclassified No
Message-id <1300903955.33.0.837542414217.issue11652@psf.upfronthosting.co.za>
In-reply-to
Content
This affects urllib, as well:

C:\Users\santa>python
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 urllib
>>> request = 'http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.z
ip'
>>> fp = urllib.urlopen(request)
>>> fp.headers['content-length']
'289519, 289519'
History
Date User Action Args
2011-03-23 18:12:35santoso.wijayasetrecipients: + santoso.wijaya, rhettinger, Billy.Saelim
2011-03-23 18:12:35santoso.wijayasetmessageid: <1300903955.33.0.837542414217.issue11652@psf.upfronthosting.co.za>
2011-03-23 18:12:34santoso.wijayalinkissue11652 messages
2011-03-23 18:12:34santoso.wijayacreate