[Zope-CVS] CVS: PythonNet/doc - Changes.txt:1.12 ToDo.txt:1.12
Brian Lloyd
cvs-admin at zope.org
Thu Nov 6 23:05:35 EST 2003
Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv12322/doc
Modified Files:
Changes.txt ToDo.txt
Log Message:
Add assembly load from python path; fix bug in constructors; added some
better finalization on shutdown.
=== PythonNet/doc/Changes.txt 1.11 => 1.12 ===
--- PythonNet/doc/Changes.txt:1.11 Wed Nov 5 22:35:10 2003
+++ PythonNet/doc/Changes.txt Thu Nov 6 23:05:03 2003
@@ -21,6 +21,10 @@
people to build from source. Added the key file to the distribution
buildout for beta 2.
+ - Assemblies can now be found and loaded if they are on the PYTHONPATH.
+ Previously only the appbase and the GAC were checked. The system now
+ checks PYTHONPATH first, then the appbase, then the GAC.
+
PythonNet 1.0 beta 1
---------------------------------------------------------------------------
=== PythonNet/doc/ToDo.txt 1.11 => 1.12 ===
--- PythonNet/doc/ToDo.txt:1.11 Wed Nov 5 22:35:10 2003
+++ PythonNet/doc/ToDo.txt Thu Nov 6 23:05:03 2003
@@ -1,13 +1,9 @@
ToDo List:
-
- - fix import discrepency for CLR.dll (from CLR.System... bails)
-
- - have assembly loaded integrated with sys.path
+ - Move to using the official Python 2.3 import hooks
+ - fixes import discrepency for CLR.dll (from CLR.System... bails)
- fix loss of python wrapped instances when handed over to clr
- - fix exception handling for props (lame invokation error)
-
- Finish leaktest.py and finish checking for leaks.
- fix overload hiding __getitem__, better subclass tests
@@ -36,4 +32,4 @@
FAQ items:
- - document loading specific versions of assemblies
\ No newline at end of file
+ - document loading specific versions of assemblies
More information about the Zope-CVS
mailing list