diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-10-21 02:38:31 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-10-21 02:38:31 +0000 |
commit | b23e41d46360404ab7bc19d31f6021a52ee9a08c (patch) | |
tree | c009a8c41ad8f41be4f3005a517e564d2223755c /externals/grill/py/readme.txt | |
parent | 10543931660faf1e9f45558a451cf4aac65a7b91 (diff) |
""
svn path=/trunk/; revision=1121
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r-- | externals/grill/py/readme.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt index 88c1ec00..541b7764 100644 --- a/externals/grill/py/readme.txt +++ b/externals/grill/py/readme.txt @@ -78,11 +78,14 @@ Version history: 0.1.2: - CHANGE: updates for flext 0.4.1 - method registering within class scope -- fixed bugs in bound.cpp (object_free calls) -- bug fixed for threaded methods along with flext bug fix. -- map Python threads to system threads -- shut down Python appropriately -- use flext timer and bind functionality +- FIX: bugs in bound.cpp (object_free calls) +- FIX: bug with threaded methods along with flext bug fix. +- ADD: map Python threads to system threads +- ADD: shut down the Python interpreter appropriately +- CHANGE: use flext timer and bind functionality +- ADD: attribute functionality +- ADD: dir and dir+ methods for Python dictionary listing +- ADD: get and set methods for Python class attributes 0.1.1: - CHANGE: updates for flext 0.4.0 |