[pywin32-checkins] pywin32 CHANGES.txt,1.58,1.59
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-27 06:48:01
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24893 Modified Files: CHANGES.txt Log Message: Add win32file.WSAEnumNetworkEvents (Ziga Seilnacht via patch 3022832) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** CHANGES.txt 27 Aug 2010 02:47:19 -0000 1.58 --- CHANGES.txt 27 Aug 2010 06:47:52 -0000 1.59 *************** *** 51,54 **** --- 51,56 ---- * New win32api functions GetKeyboardLayoutName, MapVirtualKey and ToAsciiEx + * Add win32file.WSAEnumNetworkEvents (Ziga Seilnacht via patch 3022832) + Since build 213: ---------------- |