From aa973f034fdfe4801db987afda8191177edefc04 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Fri, 27 Nov 2009 18:21:49 -0700 Subject: * Fixing exception raising syntax. Patch by Samuel Stauffer. * Optimizations in read code. Patch by Samuel Stauffer. * Changing classes to be newstyle. Patch by Samuel Stauffer. * Changed "has_key" to "in". Patch by Samuel Stauffer. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 037739e..0f2c89f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ + * Fixing exception raising syntax. Patch by Samuel Stauffer. + + * Optimizations in read code. Patch by Samuel Stauffer. + + * Changing classes to be newstyle. Patch by Samuel Stauffer. + + * Changed "has_key" to "in". Patch by Samuel Stauffer. + * incr/decr were raising ValueError if the key did not exist, the docstring said it returned none. Patch by Chihiro Sakatoku. -- cgit v1.2.1