Krzysztof Pawlik <[EMAIL PROTECTED]> added the comment:
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 maintain
New submission from Krzysztof Pawlik <[EMAIL PROTECTED]>:
Using stderr=subprocess.STDOUT causes Python 3.0 (RC1 from Ubuntu 8.10)
to raise AttributeError, important code snippet (whole test program
attached):
proc = subprocess.Popen(['whoami'], stdout=subprocess.PIPE,
stderr=s