[Subversion] / BytecodeAssembler / setup.py  

Revision 2208


Jump to revision:
Previous Next
Author: pje
Date: Wed Jul 5 02:56:05 2006 UTC (17 years, 8 months ago)

Log Message:

Constant handling has been fixed so that it doesn't confuse equal values of
differing types (e.g. ``1.0`` and ``True``), or equal unhashable objects
(e.g. two empty lists).

Removed ``nil`, ``ast_curry()`` and ``folding_curry()``, replacing them with
the ``nodetype()`` decorator and ``fold_args()``; please see the docs for
more details.

DecoratorTools is required now also.

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
BytecodeAssembler/README.txt modified X   (diff to previous)
BytecodeAssembler/peak/util/assembler.py modified X   (diff to previous)
BytecodeAssembler/setup.cfg deleted      
BytecodeAssembler/setup.py modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help