Update of /cvsroot/ctypes/ctypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28269
Modified Files:
Tag: branch_1_0
ChangeLog
Log Message:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v
retrieving revision 1.86.2.34
retrieving revision 1.86.2.35
diff -C2 -d -r1.86.2.34 -r1.86.2.35
*** ChangeLog 4 Jan 2006 19:21:37 -0000 1.86.2.34
--- ChangeLog 27 Jan 2006 17:57:23 -0000 1.86.2.35
***************
*** 1,2 ****
--- 1,13 ----
+ 2006-01-26 Thomas Heller <th...@py...>
+
+ * ctypes._loader implements the new LibraryLoader class. The
+ class itself is exposed from the ctypes module itself.
+
+ LibraryLoader objects expose load(), find(), and load_version()
+ methods - see the docstrings.
+
+ The register_library_alias() function is gone, it does belong
+ somewhere else (if at all).
+
2006-01-02 Thomas Heller <th...@py...>
|