aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-10-20 02:38:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-10-20 02:38:10 +0000
commit3a4a2a2dc54d2b0d71691cff3001404d03d77fcb (patch)
treec41c573f66dd2e08ccce61c8e9ed1aacc7e09f18 /externals/grill/py/readme.txt
parent6c11b94129b43ddb663122a4d6274489e63bca3d (diff)
""
svn path=/trunk/; revision=1110
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index df8dd360..88c1ec00 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -49,7 +49,7 @@ Therefore, some help patches may not be functional.
----------------------------------------------------------------------------
The py/pyext package should run with Python version >= 2.1.
-It has been thoroughly tested with version 2.2
+It has been thoroughly tested with version 2.2 and 2.3
The package should at least compile (and is tested) with the following compilers:
@@ -79,6 +79,10 @@ 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
0.1.1:
- CHANGE: updates for flext 0.4.0
@@ -120,6 +124,5 @@ tests:
- check for python threading support
bugs:
-- the python interpreter can't be unloaded due to some bug at re-initialization
- named (keyword) arguments are not supported