[pywin32-checkins] /hgroot/pywin32/pywin32: Add recent changes
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <pyw...@li...> - 2012-08-19 16:56:17
|
changeset f48937c1d707 in /hgroot/pywin32/pywin32 details: http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/hgroot/pywin32/pywin32?cmd=changeset;node=f48937c1d707 summary: Add recent changes diffstat: CHANGES.txt | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diffs (22 lines): diff -r 158fa5384a45 -r f48937c1d707 CHANGES.txt --- a/CHANGES.txt Sat Aug 18 22:08:05 2012 -0400 +++ b/CHANGES.txt Sun Aug 19 12:55:25 2012 -0400 @@ -30,10 +30,17 @@ * Python 3.3 version is built with VS2010. -* win32com.shell - IShellItem2 added +* win32com.shell - added function SHCreateStreamOnFileEx and + interfaces IShellItem2, IEnumShellItems * win32com.propsys - Many Property System interfaces and functions added +* pythoncom - added StgCreateStorageEx + +* win32com.client - + Fix iteration of objects that don't declare an enumerator in their typelib + Validate syntax of constants written to makepy generated files + Since build 216: ---------------- * ISAPI extension works with Python 3.x |