[pywin32-checkins] pywin32 CHANGES.txt,1.50,1.51
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-09-27 12:04:46
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23510 Modified Files: CHANGES.txt Log Message: mapiutil.py functions GetMapiTypeName and GetPropTagName have been modified to better distinguish between PT_UNICODE and PT_STRING8 type names during reverse lookups. (Nick Czeczulin) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** CHANGES.txt 12 Jun 2009 07:48:33 -0000 1.50 --- CHANGES.txt 27 Sep 2009 12:04:31 -0000 1.51 *************** *** 6,9 **** --- 6,18 ---- However contributors are encouraged to add their own entries for their work. + Since build 214: + ---------------- + + * mapiutil.py functions GetMapiTypeName and GetPropTagName have been modified + to better distinguish between PT_UNICODE and PT_STRING8 type names + during reverse lookups. (Nick Czeczulin) + + * Fix encoding problem in makepy (Massa, Harald Armin) + Since build 213: ---------------- |