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 nelchael
Recipients nelchael, sidnei
Date 2008-12-07.21:10:20
SpamBayes Score 9.637436e-06
Marked as misclassified No
Message-id <1228684224.16.0.421081543659.issue1490929@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch adds new argument: progresshook - it will be passed two
arguments: count of downloaded bytes and total file size (or -1 if it's
not available).

Introducing new argument instead of modifying reporthook maintains
backwards compatibility, also allows removal of reporthook at one point
in the future.

This patch is against r30 SVN tag.
History
Date User Action Args
2008-12-07 21:10:24nelchaelsetrecipients: + nelchael, sidnei
2008-12-07 21:10:24nelchaelsetmessageid: <1228684224.16.0.421081543659.issue1490929@psf.upfronthosting.co.za>
2008-12-07 21:10:23nelchaellinkissue1490929 messages
2008-12-07 21:10:22nelchaelcreate