From 2341a0fd8342dd2b352a57da45c4f03e72a89e9d Mon Sep 17 00:00:00 2001 From: etobi Date: Mon, 3 Oct 2011 22:45:11 +0200 Subject: Use cStringIO instead of string concatenation - about 3 times faster --- HISTORY | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 6ce6aa4..cd02a51 100644 --- a/HISTORY +++ b/HISTORY @@ -1,9 +1,13 @@ -version 0.0.7 +version 0.8 + - Use cStringIO instead of string concatenation - about 3 times faster + (Patch provided by Ed Hein) + +version 0.7 - Fixed file/dir node permissions - Added README - BSD Licence - Added TODO and HISTORY - Enable "./setup.py test" for running the tests -version 0.0.6 +version 0.6 - inital release -- cgit v1.2.3