Mercurial > p > roundup > code
diff CHANGES.txt @ 1174:8e318dfaf479
Verify contents of tracker module when the tracker is opened
Performance improvements in *dbm and sq backends
New benchmark module. To use:
PYTHONPATH=. python2 test/benchmark.py
(yes, it's a little basic at present ;)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 20 Sep 2002 01:20:32 +0000 |
| parents | 7b448a2425fd |
| children | 49aebf5a8691 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Sep 19 05:30:25 2002 +0000 +++ b/CHANGES.txt Fri Sep 20 01:20:32 2002 +0000 @@ -17,7 +17,8 @@ - we now verify instance attributes on instance open and throw a useful error if they're not all there - sf 611217 ] menu() has problems when labelprop==None - +- verify contents of tracker module when the tracker is opened +- performance improvements in *dbm and sq backends 2002-09-13 0.5.0 beta2 . all backends now have a .close() method, and it's used everywhere
