* morituri/common/common.py:

Add an argument for the delimiter in formatting.
	* morituri/common/encode.py:
	  Most programs use peak volume, not power, so do this too.
This commit is contained in:
Thomas Vander Stichele
2009-06-04 09:04:19 +00:00
parent 316eefbbd9
commit 3883205ed1
3 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2009-06-04 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py:
Add an argument for the delimiter in formatting.
* morituri/common/encode.py:
Most programs use peak volume, not power, so do this too.
2009-06-04 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/common.py: