3 | | . look in collections for limited-length queue abstraction |
4 | | . 'deque' is the right abstraction for the down/up-load history |
5 | | . likes QueueItem refactoring |
6 | | . just want PercentProgress (and change interface to include set_progress_total()) |
7 | | . @implementer -> implements (and/or when did zope.interface introduce decorator?) |
8 | | . there's some commented-out-code in downloader that should go to |
9 | | queue mixin |
| 3 | - look in collections for limited-length queue abstraction |
| 4 | - 'deque' is the right abstraction for the down/up-load history |
| 5 | - likes QueueItem refactoring |
| 6 | - just want PercentProgress (and change interface to include set_progress_total()) |
| 7 | - @implementer -> implements (and/or when did zope.interface introduce decorator?) |
| 8 | - there's some commented-out-code in downloader that should go to queue mixin |