[pywin32-checkins] pywin32 CHANGES.txt,1.45,1.46
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-02-10 11:21:24
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18254 Modified Files: CHANGES.txt Log Message: win32eventlog.OpenEventLog and OpenBackupEventLog now return a PyHANDLE object which auto-closes on destruction. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** CHANGES.txt 4 Feb 2009 02:34:24 -0000 1.45 --- CHANGES.txt 10 Feb 2009 11:21:18 -0000 1.46 *************** *** 22,25 **** --- 22,28 ---- - Vernon Cole: for help with porting adodbapi to py3k. + * win32eventlog.OpenEventLog and OpenBackupEventLog now return a PyHANDLE + object which auto-closes on destruction. + * pythoncom servers which implemented 'universal' vtable interfaces from a typelib could cause Data Execution Protection (DEP) to be triggered if |