[pywin32-checkins] pywin32 CHANGES.txt,1.47,1.48
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-03-30 12:02:50
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8398 Modified Files: CHANGES.txt Log Message: Fix Pythonwin when backspacing over an extended character (from markt (metolone), via bug 2618277) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** CHANGES.txt 22 Mar 2009 01:27:15 -0000 1.47 --- CHANGES.txt 30 Mar 2009 12:02:42 -0000 1.48 *************** *** 9,12 **** --- 9,15 ---- ---------------- + * Fix Pythonwin when backspacing over an extended character (from markt + (metolone), via bug 2618277) + * Fixed a regression which would cause an error if you compared a PyTime object to any other type, including None |