[pywin32-checkins] pywin32 CHANGES.txt,1.25,1.26
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-08-10 13:13:16
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5469 Modified Files: CHANGES.txt Log Message: add win32api.GetNativeSystemInfo() Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** CHANGES.txt 9 Aug 2008 01:53:01 -0000 1.25 --- CHANGES.txt 10 Aug 2008 13:13:20 -0000 1.26 *************** *** 13,16 **** --- 13,18 ---- * win32com.shell gets support for IContextMenu2 and IContextMenu3 + * add win32api.GetNativeSystemInfo() + Since build 211: ---------------- |