[python-win32] [ANN] pywin32 build 225 released

Mark Hammond mhammond at skippinet.com.au
Sun Sep 15 01:52:05 EDT 2019


Hi all,
   I'm happy to announce the release of pywin32 build 225.

Downloads are available at:

   https://github.com/mhammond/pywin32/releases/tag/b225

and via pypi.

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

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

Cheers,

Mark.

Changes:
* Huge shout-out to @thopiekar for helping with github triage, getting
   CI working and sane, and other general help and patches!

* Significant work by @joankaradimov in porting pywin32 so that it works
   in a MingGW/msys2 environment.

* ntsecuritycon.FILE_ALL_ACCESS had an incorrect value (#1354)

* SetSecurityDescriptorGroup now accepts None as group value (#1382)

* Fix an issue where win32gui.EnumChildWindows may throw a spurious
   exception. (#1350)

* Better support for numpy objects in COM methods (#1388, @panikc and
   @SReicheltPTV)

* PythonWin is now able to start with non-English active keyboard
   layout.

* Corrected wMilliseconds truncation in PyTime::getattro (Dorian
   Bivolaru)

* Implement PdhGetFormattedCounterArray (#1306, konserw)


More information about the python-win32 mailing list