* morituri/common/common.py:

Add a persisted cache so that we can store pickles on discs.
	  Automatically delete them if the class version is newer than
	  the object's.
	* morituri/rip/cd.py:
	  Use it.
This commit is contained in:
Thomas Vander Stichele
2009-05-24 18:13:16 +00:00
parent feec95e768
commit 59e8310135
3 changed files with 67 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2009-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py:
Add a persisted cache so that we can store pickles on discs.
Automatically delete them if the class version is newer than
the object's.
* morituri/rip/cd.py:
Use it.
2009-05-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py: