Update of /cvsroot/ctypes/ctypes/docs/manual
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18066
Modified Files:
ctypes.txt
Log Message:
*** empty log message ***
Index: ctypes.txt
===================================================================
RCS file: /cvsroot/ctypes/ctypes/docs/manual/ctypes.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ctypes.txt 26 May 2006 10:27:54 -0000 1.1
--- ctypes.txt 29 May 2006 12:49:00 -0000 1.2
***************
*** 1,2 ****
--- 1,9 ----
+ :Module: ctypes
+ :Summary: A foreign function library for Python.
+ :Module Type: standard
+ :Author: Thomas Heller <th...@py...>
+ :Synopsis: A foreign function library for Python.
+ :Version Added: 2.5
+
``ctypes`` is a foreign function library for Python.
|