[Subversion] / DecoratorTools / test_decorators.py  

Revision 2608


Jump to revision:
Previous Next
Author: pje
Date: Wed May 5 17:56:17 2010 UTC (13 years, 10 months ago)

Log Message:

Changes since version 1.7:

  * The ``@template_function`` decorator now supports using a return value
    instead of a docstring, in order to work with the "-OO" option to Python;
    it's highly recommended that you update your template functions to use
    a return value instead of a docstring.  (The error message has also been
    improved for the missing docstring case.)

  * Fixed metaclass collisions in ``classy`` subclasses that mix in abstract
    classes (e.g. ``collections.Sequence``) in Python 2.6+.


Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
DecoratorTools/README.txt modified X   (diff to previous)
DecoratorTools/peak/util/decorators.py modified X   (diff to previous)
DecoratorTools/setup.py modified X   (diff to previous)
DecoratorTools/test_decorators.py modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help