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 ----
|