forked from pool/python-Chameleon
- update to 2.8.1
- Feature: The exception formatter now lists errors in 'wrapping order'.
This means that the innermost, and presumably most relevant exception is shown last.
- Fix: The exception formatter now correctly recognizes nested errors
and does not rewrap the dynamically generated exception class.
- Fix: The exception formatter now correctly sets the __module__
attribute to that of the original exception class.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
914cd26632
commit
7da1934955
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 30 11:37:12 UTC 2012 - suse@ammler.ch
|
||||
|
||||
- update to 2.8.1
|
||||
- Feature: The exception formatter now lists errors in 'wrapping order'.
|
||||
This means that the innermost, and presumably most relevant exception is shown last.
|
||||
- Fix: The exception formatter now correctly recognizes nested errors
|
||||
and does not rewrap the dynamically generated exception class.
|
||||
- Fix: The exception formatter now correctly sets the __module__
|
||||
attribute to that of the original exception class.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 13:13:04 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user