[ANN] pywin32 build 302 released
Mark Hammond <[email protected]>
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I'm happy to announce the release of pywin32 build 302. There are a relatively small number of visible changes in this release, although there are quite a few changes underneath the covers (eg, the entire repository has been formatted with `black`, so files with a mix of tabs and spaces is finally a thing of the past), most should be invisible. Most notably, Python 3.10 is supported. Thanks heaps to @kxrob for helping with the heavy-lifting there. Downloads are available at: https://github.com/mhammond/pywin32/releases/tag/b302 and via pypi. For initial support (eg, to ask questions about the release etc), please contact this mailing-list ([email protected]). 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 301: ---------------- * Fixed support for unicode as a `win32crypt.CREDENTIAL_ATTRIBUTE.Value` * Support for Python 10, dropped support for Python 3.5 (3.5 security support ended 13 Sep 2020) * Merged win2kras into win32ras. In the unlikely case that anyone is still using win2kras, there is a win2kras.py that imports all of win32ras. If you import win2kras and it fails with 'you must import win32ras first', then it means an old win2kras.pyd exists, which you should remove. * github branch 'master' was renamed to 'main'.