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

Mark Hammond mhammond at skippinet.com.au
Sun Dec 19 21:16:44 EST 2021


Hi all,
   I'm happy to announce the release of pywin32 build 303. There are a 
small number of changes in this release, but maybe virtualenv will work 
better!

3.11 gets support, but no .exe installers for 32-bit 3.10+ due to Python 
dropping support for bdist_wininst.

Downloads are available at:

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

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 - there were a number of new 
contributors which is great to see,

Cheers,

Mark.

Changes:

Since build 302:
----------------
* Tweaks to how DLLs are loaded and our installation found, which should
   improve virtualenv support and version mismatch issues (#1787, #1794)

* Fixed a bug where `win32clipboard.GetClipboardData()` may have 
returned extra
   data.

* Binary installers for 32-bit 3.10+ are no longer released (#1805)


More information about the python-win32 mailing list