* morituri/program/cdparanoia.py:

Add a task to read and verify a track.
	* examples/readtrack.py:
	  Use it to clean up code.
	* morituri/common/task.py:
	  describe a MultiTask better.
This commit is contained in:
Thomas Vander Stichele
2009-05-03 17:44:23 +00:00
parent 4e62448000
commit d1c3bb3def
4 changed files with 72 additions and 21 deletions

View File

@@ -1,3 +1,13 @@
2009-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
Add a task to read and verify a track.
* examples/readtrack.py:
Use it to clean up code.
* morituri/common/task.py:
describe a MultiTask better.
2009-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py: