[pywin32-checkins] pywin32 CHANGES.txt,1.59,1.60
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-27 07:32:10
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30327 Modified Files: CHANGES.txt Log Message: Get vtable interfaces working on 64bit windows (Nikolay Igotti) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** CHANGES.txt 27 Aug 2010 06:47:52 -0000 1.59 --- CHANGES.txt 27 Aug 2010 07:32:02 -0000 1.60 *************** *** 53,56 **** --- 53,59 ---- * Add win32file.WSAEnumNetworkEvents (Ziga Seilnacht via patch 3022832) + * Get vtable interfaces working on 64bit windows (Nikolay Igotti via patch + 3002383) + Since build 213: ---------------- |