[pywin32-checkins] pywin32 CHANGES.txt,1.64,1.65
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-10-28 01:52:57
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17893 Modified Files: CHANGES.txt Log Message: Pythonwin: Better support for international keyboard. (Bug 896502 and help from kxroberto) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** CHANGES.txt 28 Oct 2010 01:01:08 -0000 1.64 --- CHANGES.txt 28 Oct 2010 01:52:49 -0000 1.65 *************** *** 49,52 **** --- 49,55 ---- (kxroberto) + * Pythonwin: Better support for international keyboards. (Bug 896502 and + help from kxroberto) + * New win32api functions GetKeyboardLayoutName, MapVirtualKey and ToAsciiEx |