Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18640
Modified Files:
Tag: py3k
ToDo.txt
Log Message:
Couple more odds and ends to finish up
Index: ToDo.txt
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Attic/ToDo.txt,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** ToDo.txt 29 Aug 2008 07:06:02 -0000 1.1.2.2
--- ToDo.txt 30 Aug 2008 22:38:06 -0000 1.1.2.3
***************
*** 14,17 ****
--- 14,19 ----
Several types set Py_TPFLAGS_BASETYPE but do not have required infrastructure to actually subclass.
+ servicemanager (PythonService.cpp) - Py_SetProgram and PySys_SetArgv don't work for 2.x, need char * args
+ but __argv is NULL
***************
*** 46,48 ****
Figure out a clean way to switch between commctrl.*A and commctrl.*W constants for hooking messages
!
\ No newline at end of file
--- 48,50 ----
Figure out a clean way to switch between commctrl.*A and commctrl.*W constants for hooking messages
! Add /ENTRY:wWinMainCRTStartup to linker args
\ No newline at end of file
|