-
urago changed the public information on the tinpy - tiny python template project.
2009-09-25 06:20:12 UTC by urago
-
First, thanks for tinpy it's nice and simple...
I've noticed that when exceptions are re-raised in DictEnhanceAccessor.__getitem__ (line 178) the previous tracestack of the exception is discarded.
Instead of:
if self.strict: raise Exception, e
You should use:
if self.strict: raise
This will, according to python documentation [1], re-raise the previous exception. This means that the...
2009-07-23 13:19:27 UTC by jopsen
-
urago committed patchset 20 of module tinpy to the tinpy - tiny python template CVS repository, changing 1 files.
2006-04-10 13:53:20 UTC by urago
-
2.4 is major update from 2.3. Please view changelog.
2006-04-10 03:55:40 UTC by urago
-
urago committed patchset 19 of module tinpy to the tinpy - tiny python template CVS repository, changing 3 files.
2006-04-10 03:36:17 UTC by urago
-
urago committed patchset 18 of module tinpy to the tinpy - tiny python template CVS repository, changing 1 files.
2003-04-30 05:40:34 UTC by urago
-
urago committed patchset 17 of module tinpy to the tinpy - tiny python template CVS repository, changing 2 files.
2003-03-16 14:49:32 UTC by urago
-
urago committed patchset 16 of module tinpy to the tinpy - tiny python template CVS repository, changing 2 files.
2003-03-04 05:21:55 UTC by urago
-
urago committed patchset 15 of module tinpy to the tinpy - tiny python template CVS repository, changing 3 files.
2003-02-27 04:21:21 UTC by urago
-
urago committed patchset 14 of module tinpy to the tinpy - tiny python template CVS repository, changing 3 files.
2003-02-26 16:29:11 UTC by urago