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 cjw296
Recipients cjw296
Date 2008-11-12.16:41:12
SpamBayes Score 7.735468e-05
Marked as misclassified No
Message-id <1226508081.14.0.590007271511.issue4308@psf.upfronthosting.co.za>
In-reply-to
Content
The repr of httplib.IncompleteRead contains all the data in the read so far.

This is stupid. Consider the download of a 100Mb file which fails after
30Mb. You end up with 90Mb of text in the log entry logged with the
python logging framework 
(eg: logger.error('Something bad happened',exc_info=True) )
History
Date User Action Args
2008-11-12 16:41:21cjw296setrecipients: + cjw296
2008-11-12 16:41:21cjw296setmessageid: <1226508081.14.0.590007271511.issue4308@psf.upfronthosting.co.za>
2008-11-12 16:41:13cjw296linkissue4308 messages
2008-11-12 16:41:12cjw296create