[pywin32-checkins] pywin32 ToDo.txt,1.1.2.6,1.1.2.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-16 01:07:13
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31183 Modified Files: Tag: py3k ToDo.txt Log Message: Couple more things taken care of Index: ToDo.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/Attic/ToDo.txt,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** ToDo.txt 7 Sep 2008 04:14:36 -0000 1.1.2.6 --- ToDo.txt 16 Sep 2008 01:07:20 -0000 1.1.2.7 *************** *** 1,6 **** Some things that still need work for Python 3.0 - - - 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 --- 1,3 ---- *************** *** 11,16 **** but __argv is NULL - pythoncom - Get*String routines for looking up error codes return bytes instead of unicode - Pythonwin - xxx LVITEM and TVITEM conversions use PyWinobject_AsTCHAR, result needs to be freed --- 8,11 ---- *************** *** 34,40 **** as they will be very similar to tp_new for created type ! ! ! Pasted text ends up with empty lines Autoindent gets spaces/tabs wrong --- 29,35 ---- as they will be very similar to tp_new for created type ! xxx Pasted text ends up with empty lines ! Need to define scintilla line ending alongside default_scintilla_encoding, ! can be switched using SCI_SETEOLMODE with SC_EOL_LF Autoindent gets spaces/tabs wrong |