|
From: Chris F. <cf...@en...> - 2015-07-11 20:02:06
|
Hello, On behalf of the comtypes developers, I am happy to announce the release of comtypes 1.1.2. The release can be found on PyPI: https://pypi.python.org/pypi/comtypes/1.1.2. Version 1.1.2 is a bugfix release on 1.1.1. Several bugs old and new have been fixed. See further below for the full change log. Comtypes CHANGELOG ================== Release 1.1.2 ------------- * Fix TypeError when interfaces return a single in-out result (#84). Thanks to FranOis for the bug report and max-egger for suggesting the fix. * Fix AttributeError when cleaning up safe arrays at shutdown (#83). Thanks to mitaa for the bug report and fix. * Fix 64-bit ULONG_PTR definition in typeinfo module (#82). Thanks to aparamon for the bug report. * Add POINTER(BSTR) to supported VARIANT types (#81). This allows the Esri ArcObjects library to be loaded. Thanks to Matt Wilkie for the patch. * Properly catch error when attempting to cache code to an unwritable directory (#78). Thanks to Robin Dunn for the patch. Enjoy! Chris Farrow |