[ctypes-commit] ctypes/codegen TODO,1.1,1.2
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-06-08 19:11:42
|
Update of /cvsroot/ctypes/ctypes/codegen In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11458 Modified Files: TODO Log Message: Don't create a 'None' output file when no output file is specified on the command line. Index: TODO =================================================================== RCS file: /cvsroot/ctypes/ctypes/codegen/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TODO 8 Jun 2006 18:58:17 -0000 1.1 --- TODO 8 Jun 2006 19:11:36 -0000 1.2 *************** *** 9,15 **** - Import definitions from ctypes.wintypes - - When no '-o outfile' flag is given to h2xml.py, it generates an - output file named 'None' ;-). - - Import the old docs into cvs. --- 9,12 ---- |