[pywin32-checkins] pywin32 CHANGES.txt,1.61,1.62
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-10-23 01:03:30
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4893 Modified Files: CHANGES.txt Log Message: Fix Python reference leak when creating SRowSet objects Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** CHANGES.txt 27 Aug 2010 07:37:23 -0000 1.61 --- CHANGES.txt 23 Oct 2010 01:03:22 -0000 1.62 *************** *** 59,62 **** --- 59,65 ---- large font on the new line (markt via patch 2813056) + * Fix Python reference leak when calling MAPI/Exchange functions which + take an SRowSet param. + Since build 213: ---------------- |