[Zope-CVS] CVS: PythonNet/doc - Changes.txt:1.10 ToDo.txt:1.10

Brian Lloyd cvs-admin at zope.org
Mon Oct 27 23:01:16 EST 2003


Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv26100/doc

Modified Files:
	Changes.txt ToDo.txt 
Log Message:
Fixups for b1 release


=== PythonNet/doc/Changes.txt 1.9 => 1.10 ===
--- PythonNet/doc/Changes.txt:1.9	Mon Oct 27 21:06:59 2003
+++ PythonNet/doc/Changes.txt	Mon Oct 27 23:00:45 2003
@@ -24,7 +24,8 @@
     - Added automatic conversion from Python sequence types to managed array
       types. This means, for example, that you can now call a managed method
       like AddRange that expects an array with any Python object that supports 
-      the Python sequence protocol.
+      the Python sequence protocol, provided the items of the sequence are
+      convertible to the item type of the managed array.
 
     - Added new demo scripts, mostly more substantial winforms examples. 
 
@@ -62,10 +63,16 @@
       it is not possible to call that instance method unbound (the static 
       method will always be called).
 
+    - Overload selection for overloaded methods is now much better and uses
+      a method resolution algorithm similar to that used by Jython.
+
     - Changed the managed python.exe wrapper to run as an STA thread, which 
       seems to be more compatible with winforms apps. This needs a better 
       solution long-term. One possibility would be a command line switch 
       so that -sta or -mta could control the python.exe apartment state.
+
+    - Added support for the Python boolean type (True, False). Bool values 
+      now appear as True or False to Python.
 
 
   PythonNet Preview 2


=== PythonNet/doc/ToDo.txt 1.9 => 1.10 ===
--- PythonNet/doc/ToDo.txt:1.9	Mon Oct 27 21:06:59 2003
+++ PythonNet/doc/ToDo.txt	Mon Oct 27 23:00:45 2003
@@ -1,4 +1,3 @@
-
 ToDo List:
 
   - Finish leaktest.py and finish checking for leaks.




More information about the Zope-CVS mailing list