From f3ccc14e497993d53201c73f68e193eb84406061 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sun, 12 Aug 2012 17:11:40 +0200 Subject: [PATCH] Remove claim about memory savings. This was only true for very small schema/data sets. --- CHANGES.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3046a6c..5d60965 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,8 +7,7 @@ Changelog - Add support for `__contains__`. - Rewrite `Record` class as a new-style pure Python class using `__slots__` - instead of an extension class. Surprisingly this is even more memory - efficient and results in about two thirds of the original memory usage. + instead of an extension class. - Rewrite tests as unit tests.