Commit 5a702842 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent dc1f5073
DocumentTemplate releases
2.2.1
This is a bug fix release that fixes one bug:
- DocumentTemplate would attempt to determine whether values
(other than values of known to be uncallable types) were
callable by attempting calls. If any TypeError or AttributeError
was raised, then the value was assumed to be uncallable. This could
mask errors in many cases.
Now, no attempt is made to catch exceptions when calling objects
of known to be callable types. Attribute errors are ignored
only of the object (of InstanceType or some non-standard type)
does not have a '__call__' attribute.
2.2
This release has a number of new features and bug fixes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment