[Subversion] / BytecodeAssembler / README.txt  

Diff of /BytecodeAssembler/README.txt

Parent Directory | Revision Log

version 2209, Wed Jul 5 05:46:10 2006 UTC version 2210, Wed Jul 5 05:56:42 2006 UTC
Line 20 
Line 20 
   differing types (e.g. ``1.0`` and ``True``), or equal unhashable objects    differing types (e.g. ``1.0`` and ``True``), or equal unhashable objects
   (e.g. two empty lists).    (e.g. two empty lists).
   
 * Removed ``nil`, ``ast_curry()`` and ``folding_curry()``, replacing them with  * Removed ``nil``, ``ast_curry()`` and ``folding_curry()``, replacing them with
   the ``nodetype()`` decorator and ``fold_args()``; please see the docs for    the ``nodetype()`` decorator and ``fold_args()``; please see the docs for
   more details.    more details.
   
Line 779 
Line 779 
     ExprStmt(2,)      ExprStmt(2,)
   
 * Hashing and comparison work as expected (handy for algorithms that require  * Hashing and comparison work as expected (handy for algorithms that require
 comparing or caching AST subtrees, such as common subexpression elimination)::    comparing or caching AST subtrees, such as common subexpression
     elimination)::
   
     >>> ExprStmt(1) == ExprStmt(1)      >>> ExprStmt(1) == ExprStmt(1)
     True      True


Generate output suitable for use with a patch program
Legend:
Removed from v.2209  
changed lines
  Added in v.2210

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help