[pywin32-checkins] pywin32 ToDo.txt,1.1.2.5,1.1.2.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-07 04:14:26
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28916 Modified Files: Tag: py3k ToDo.txt Log Message: Couple more things done Index: ToDo.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/Attic/ToDo.txt,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** ToDo.txt 5 Sep 2008 07:18:57 -0000 1.1.2.5 --- ToDo.txt 7 Sep 2008 04:14:36 -0000 1.1.2.6 *************** *** 2,11 **** ! Places where need to call PyType_Ready for all types defined in module ! perfmon ! directsound ! dbi, odbc ! win32help ! Swig doesn't handle com_interface_parent, adsi will not build --- 2,7 ---- ! odbc - input binding needs changes for longs, use SQL_C_LONG instead SQL_C_SBIGINT if value fits in a long ! Swig doesn't handle com_interface_parent, adsi will not build |