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 RC
Recipients RC
Date 2011-01-03.15:50:00
SpamBayes Score 0.01383054
Marked as misclassified No
Message-id <1294069804.34.0.860239284714.issue10817@psf.upfronthosting.co.za>
In-reply-to
Content
When reporthook is None, size variable is not computed and defaulted to -1. Thus, without reporthook, ContentTooShortError is not raised even when Content-Length header is supplied and download size is less than expected amount, contrary to the documentation.
History
Date User Action Args
2011-01-03 15:50:04RCsetrecipients: + RC
2011-01-03 15:50:04RCsetmessageid: <1294069804.34.0.860239284714.issue10817@psf.upfronthosting.co.za>
2011-01-03 15:50:00RClinkissue10817 messages
2011-01-03 15:50:00RCcreate