[pywin32-checkins] pywin32 CHANGES.txt,1.28,1.29
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-10-02 10:16:20
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10812 Modified Files: CHANGES.txt Log Message: Note about MsgWaitForMultipleObjectsEx fix. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** CHANGES.txt 1 Oct 2008 14:36:22 -0000 1.28 --- CHANGES.txt 2 Oct 2008 10:16:11 -0000 1.29 *************** *** 9,12 **** --- 9,15 ---- ---------------- + * MsgWaitForMultipleObjectsEx() would crash in all cases. Fix from + Ziga Seilnacht via [2141368]. + * pywintypes.error and com_error get support for attributes as well as indexing (ie, exc.winerror can now be used in place of exc[0].) |