[pywin32-checkins] pywin32 CHANGES.txt,1.26.2.6,1.26.2.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-11 05:45:26
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29773 Modified Files: Tag: py3k CHANGES.txt Log Message: merge more .py changes from the trunk (via 2to3) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.26.2.6 retrieving revision 1.26.2.7 diff -C2 -d -r1.26.2.6 -r1.26.2.7 *** CHANGES.txt 11 Dec 2008 04:13:35 -0000 1.26.2.6 --- CHANGES.txt 11 Dec 2008 05:45:21 -0000 1.26.2.7 *************** *** 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. |