[pywin32-checkins] pywin32 CHANGES.txt,1.36,1.37
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-11 05:03:00
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27956 Modified Files: CHANGES.txt Log Message: revert some of the French keyboard changes due to conflicts with US keyboard Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** CHANGES.txt 10 Dec 2008 11:13:51 -0000 1.36 --- CHANGES.txt 11 Dec 2008 05:02:54 -0000 1.37 *************** *** 22,26 **** * Pythonwin updates from Rémi Paucher; enter completes auto-complete in the editor and interactive windows, auto-complete should now work on French ! keyboards. * Lots of work to better support unicode, py3k and 64bits from Roger. --- 22,26 ---- * Pythonwin updates from Rémi Paucher; enter completes auto-complete in the editor and interactive windows, auto-complete should now work on French ! keyboards. (XXX - some of this was reverted - update!) * Lots of work to better support unicode, py3k and 64bits from Roger. |