I'm happy to announce that MetaContract 0.2 is now available for download
from:

      http://sourceforge.net/projects/metacontract/

what is metacontract ?
--------------------

Design by Contract allows a programmer to document a function/class with 
statements
describing behavior. Metacontract implements the PEP-0316 related to this 
feature
for the Python language using meta classes.

Major changes
-------------
- improve doc string parsing
        * ignore the whitespace at the start of the line and around the colon
        * take account a single expression if followed the colon
        * take account line continuation like the standard Python rule.
- add functions forall, exists, implies
- add a function classmaker for metaclass conflicts.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to