[Zope-CVS] CVS: PythonNet/doc - ToDo.txt:1.3
Brian Lloyd
brian@zope.com
Wed, 30 Jul 2003 09:52:18 -0400
Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv26682
Modified Files:
ToDo.txt
Log Message:
checkpoint
=== PythonNet/doc/ToDo.txt 1.2 => 1.3 ===
--- PythonNet/doc/ToDo.txt:1.2 Mon Jul 28 22:28:10 2003
+++ PythonNet/doc/ToDo.txt Wed Jul 30 09:52:13 2003
@@ -3,9 +3,9 @@
- Pester Guido about letting exceptions be new-style classe that
don't have to subclass Python's Exception class :)
- - Implement thread state management
+ - Test thread state management & async delegates
- - Support async delegates (depends on thread state mgmt)
+ - Fix and test support for subclassing managed classes
- Implement basic embedding APIs
@@ -13,7 +13,7 @@
- Finish events / tests
- - Documentation
+
- Figure out the malloc / gc bug
@@ -21,9 +21,10 @@
- Refactor thunk generation
+ - Better documentation :)
-Future:
+Futures:
- Implement class wrappers to allow Python code to implement interfaces
and abstract .NET classes