[pywin32-checkins] pywin32 CHANGES.txt,1.48,1.49
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-06-12 07:49:24
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28035 Modified Files: CHANGES.txt Log Message: mention Roger fixing pythoncom import on win2k Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** CHANGES.txt 30 Mar 2009 12:02:42 -0000 1.48 --- CHANGES.txt 12 Jun 2009 07:47:53 -0000 1.49 *************** *** 9,12 **** --- 9,15 ---- ---------------- + * pythoncom may fail to import on Windows 2000 installs with a default IE + (Roger) + * Fix Pythonwin when backspacing over an extended character (from markt (metolone), via bug 2618277) |