<div>urlretrieve has a callback parameter, which takes function with the following prototype:</div><div><br></div><div>  def callback(block_number, block_size, total_size):<br></div><div>    pass</div><div><br></div><div>Where block_size was constant and block_size*block_number gave an exact number of transferred bytes.</div>

<div><br></div><div>Recent change in Python 3.3 changed the semantic of block_size and broke my `wget` package. <a href="http://bugs.python.org/issue16409">http://bugs.python.org/issue16409</a></div><div><br></div><div><br>

</div><div>Can anybody tell me if I can wait for the fix in 3.3.1 or should implement a long-term workaround myself?</div><div>-- <br>anatoly t.<br>
</div>