Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2825
Modified Files: readme.txt Log Message: better exception handling and error message much better detach method handling (one thread for all object instances) oops, forgot to code one branch better definition of output values (atoms, lists, anythings)
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** readme.txt 18 Jul 2005 18:03:11 -0000 1.39 --- readme.txt 19 Jul 2005 13:18:33 -0000 1.40 *************** *** 99,102 **** --- 99,103 ---- - FIX: better exception handling (no longer leaves reference to function object) and cleared misleading error message - FIX: better definition of output values for atoms, lists and anythings + - FIX: much better detached method handling (one thread for all object instances!)
0.2.0: