Update of /cvsroot/pywin32/pywin32
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19534
Modified Files:
Tag: py3k
CHANGES.txt
Log Message:
Merge missing change notes from trunk
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -C2 -d -r1.26.2.1 -r1.26.2.2
*** CHANGES.txt 2 Nov 2008 11:52:02 -0000 1.26.2.1
--- CHANGES.txt 2 Nov 2008 12:14:41 -0000 1.26.2.2
***************
*** 13,16 ****
--- 13,23 ----
and OleTranslateAccelerator function.
+ * 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].)
+ See the help file for details on the attribute names.
+
* MAPI gets support for IMAPIAdviseSink
|