[pywin32-checkins] pywin32 CHANGES.txt,1.51,1.52
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-10-15 05:31:35
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20869 Modified Files: CHANGES.txt Log Message: resolve issue causing ASP pages to fail when reloaded Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** CHANGES.txt 27 Sep 2009 12:04:31 -0000 1.51 --- CHANGES.txt 15 Oct 2009 05:31:26 -0000 1.52 *************** *** 9,12 **** --- 9,14 ---- ---------------- + * Fix problem causing ASP pages to fail when reloaded. + * mapiutil.py functions GetMapiTypeName and GetPropTagName have been modified to better distinguish between PT_UNICODE and PT_STRING8 type names |