[pywin32-checkins] pywin32/com/win32comext/mapi/demos mapisend.py, 1.2, 1.2.4.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-26 09:03:33
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/demos In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20331/com/win32comext/mapi/demos Modified Files: Tag: py3k mapisend.py Log Message: many more upgrades to py3k syntax Index: mapisend.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/demos/mapisend.py,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** mapisend.py 24 Sep 2004 04:03:52 -0000 1.2 --- mapisend.py 26 Nov 2008 09:03:30 -0000 1.2.4.1 *************** *** 45,49 **** #check for errors if mapitags.PROP_TYPE(tag) == mapitags.PT_ERROR: ! raise TypeError,'got PT_ERROR instead of PT_BINARY: %s'%eid outboxfolder = msgstore.OpenEntry(eid,None,mapi.MAPI_BEST_ACCESS) --- 45,49 ---- #check for errors if mapitags.PROP_TYPE(tag) == mapitags.PT_ERROR: ! raise TypeError('got PT_ERROR instead of PT_BINARY: %s'%eid) outboxfolder = msgstore.OpenEntry(eid,None,mapi.MAPI_BEST_ACCESS) |