redtoad / python-progressbar

Automatically exported from code.google.com/p/python-progressbar
Other
0 stars 0 forks source link

Python 3.3 compatibility - FileTransferSpeed class #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The FileTransferSpeed class in widgets.py won't compile in Python 3.3 because 
the __slots__ tuple contains "format" which is a class member. This seems to be 
a new restriction in Python 3.3.

Removing format from __slots_ seems to fix it.

Original issue reported on code.google.com by p.f.mo...@gmail.com on 21 Sep 2012 at 10:31

GoogleCodeExporter commented 8 years ago
Fixed in 
http://code.google.com/p/python-progressbar/source/detail?r=3c94a3a1ebe1325c7c60
5cc8f11126dcc632b04d

Original comment by nilton.v...@gmail.com on 21 Sep 2012 at 10:52

GoogleCodeExporter commented 8 years ago
Issue 23 has been merged into this issue.

Original comment by nilton.v...@gmail.com on 1 Oct 2012 at 3:23