Hi all,
I'm happy to announce the release of pywin32 build 221. This release has addressed a number of bugs with previous builds (most notably failure to install in Python 3.6) and has added a few new features, mostly around win32com.client.exchange - I've appended the change log at the end of this mail.

Downloads are available at:

  https://sourceforge.net/projects/pywin32/files/pywin32/Build%20221/

For initial support (eg, to ask questions about the release etc), please contact this mailing-list (python-win32@python.org). If you want to report a bug, please do so at https://sf.net/projects/pywin32.

As always, thanks to everyone who contributed to this release, both in terms of code and reporting bugs to the tracker.

Cheers,

Mark.

Changes:

Since build 220:
----------------
* Add PyIMapiSession::AdminServices method (Nick Czeczulin via patch
  #161)

* Allow win32com.client.CastTo() to have a typelib specified, which will
  be used to locate the object definition (Pieter Aarnoutse via patch
  #136)

* Add pythoncom.StgOpenStorageOnILockBytes (Nick Czeczulin via patch
  #135)

* IDispatch failures will try and get error information via IErrorInfo
  (Stefan Schukat via patch #130)

* A null SPropTagArray will now return None instead of crashing.

* New mapi/exchange interfaces PyIExchangeManageStoreEx,
  PyIMAPIAdviseSink, PyIMsgStore::Advise, PyIMsgStore::Unadvise,
  HrAllocAdviseSink, HrThisThreadAdviseSink, and HrDispatchNotifications
  (Nick Czeczulin)
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to