[pywin32-checkins] pywin32 ToDo.txt,1.1.2.7,1.1.2.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-26 06:47:49
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13220 Modified Files: Tag: py3k ToDo.txt Log Message: add comment. Index: ToDo.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/Attic/ToDo.txt,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -C2 -d -r1.1.2.7 -r1.1.2.8 *** ToDo.txt 16 Sep 2008 01:07:20 -0000 1.1.2.7 --- ToDo.txt 26 Nov 2008 06:47:43 -0000 1.1.2.8 *************** *** 10,17 **** Pythonwin - xxx LVITEM and TVITEM conversions use PyWinobject_AsTCHAR, result needs to be freed ! xxx LV_COLUMN conversion - same as above xxx win32uimodule - Python_callback has 64-bit issues with HWND, WPARAM, LPARAM xxx win32util.cpp - GetReprText needs fixes for Py3k unicode repr --- 10,19 ---- Pythonwin - xxx LVITEM and TVITEM conversions use PyWinobject_AsTCHAR, result needs to be freed ! LV_COLUMN conversion - same as above xxx win32uimodule - Python_callback has 64-bit issues with HWND, WPARAM, LPARAM + [markh - the above pythonwin issues all seem done?] + xxx win32util.cpp - GetReprText needs fixes for Py3k unicode repr |