[pywin32-checkins] pywin32 ToDo.txt,1.1.2.4,1.1.2.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-05 07:18:47
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20063 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.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** ToDo.txt 2 Sep 2008 09:44:09 -0000 1.1.2.4 --- ToDo.txt 5 Sep 2008 07:18:57 -0000 1.1.2.5 *************** *** 19,23 **** 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 --- 19,23 ---- 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 *************** *** 30,34 **** repr for MFC objects needs work, currently doesn't print associated python class due to recursion - ! maybe special case it in __getattr__ ? Work on direct subclassing of MFC types --- 30,34 ---- repr for MFC objects needs work, currently doesn't print associated python class due to recursion - ! fixed now, but requires using new-style class in 2.x (pywin.mfc.object.Object) Work on direct subclassing of MFC types *************** *** 44,49 **** Autoindent gets spaces/tabs wrong - Several places where 'utf-8' is hardcoded, change to default_scintilla_encoding - Figure out a clean way to switch between commctrl.*A and commctrl.*W constants for hooking messages --- 44,47 ---- |