[ctypes-commit] ctypes/codegen ChangeLog,1.3,1.4
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-06-08 19:19:25
|
Update of /cvsroot/ctypes/ctypes/codegen In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14809 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/codegen/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 8 Jun 2006 19:11:59 -0000 1.3 --- ChangeLog 8 Jun 2006 19:19:18 -0000 1.4 *************** *** 1,4 **** --- 1,7 ---- 2006-06-08 Thomas Heller <th...@py...> + * ctypes_codegen\codegenerator.py: When generating the '__all__' list, + don't break long strings. + * h2xml does no longer create a file named 'None' when no output file was given on the command line. |