[pywin32-checkins] pywin32 CHANGES.txt,1.11,1.12
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-10-22 04:36:28
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26725 Modified Files: CHANGES.txt Log Message: Add CoInternetIsFeatureEnabled and CoInternetSetFeatureEnabled Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CHANGES.txt 22 Oct 2007 04:34:34 -0000 1.11 --- CHANGES.txt 22 Oct 2007 04:36:29 -0000 1.12 *************** *** 30,33 **** --- 30,36 ---- inside a win32gui window. + - win32com.internet: + * Add CoInternetIsFeatureEnabled and CoInternetSetFeatureEnabled + - pythoncom: * event handlers implemented in Python that were called with named params |