[pywin32-checkins] pywin32 CHANGES.txt,1.57,1.58
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-27 02:47:28
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv439 Modified Files: CHANGES.txt Log Message: New win32api functions GetKeyboardLayoutName, MapVirtualKey and ToAsciiEx Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** CHANGES.txt 26 Aug 2010 02:00:15 -0000 1.57 --- CHANGES.txt 27 Aug 2010 02:47:19 -0000 1.58 *************** *** 49,52 **** --- 49,54 ---- (kxroberto) + * New win32api functions GetKeyboardLayoutName, MapVirtualKey and ToAsciiEx + Since build 213: ---------------- |