[PD-cvs] externals/grill/py readme.txt,1.29,1.30

Thomas Grill xovo at users.sourceforge.net
Sat Feb 26 05:57:50 CET 2005


Update of /cvsroot/pure-data/externals/grill/py
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15178

Modified Files:
	readme.txt 
Log Message:
- garbage collection at module scope
- better handling of bang messages
better error reporting


Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** readme.txt	23 Feb 2005 04:57:18 -0000	1.29
--- readme.txt	26 Feb 2005 04:57:48 -0000	1.30
***************
*** 151,157 ****
  features:
  - enable multiple interpreters? ( -> not possible within one thread)
  - stop individual threads
  - support named (keyword) arguments (like attributes for messages)
  
  tests:
! - check for python threading support
--- 151,158 ----
  features:
  - enable multiple interpreters? ( -> not possible within one thread)
+ - options to fully detach a script (included initialization and finalization)
  - stop individual threads
  - support named (keyword) arguments (like attributes for messages)
  
  tests:
! - compile-time check for python threading support





More information about the Pd-cvs mailing list