Avasam
Avasam
Now that concerns for Windows NT4, 9x, 2k, XP and Vista are dropped (or in the process of), it should be possible to simplify the checks and comments about `Global\\`...
I'm opening this issue as a reminder and for documentation/archival purposes. This concerns https://github.com/mhammond/pywin32/tree/main/com/win32comext/mapi https://github.com/mhammond/pywin32/pull/2218 removed considerations for Windows CE, but it' still referenced in https://github.com/mhammond/pywin32/blob/a83b36c3a2f7a5c66c32dcb1ed03ff80c8509208/com/win32comext/mapi/src/mapi_headers/EdkMdb.h#L2175 --- I went looking...
As per: https://github.com/mhammond/pywin32/blob/842fbef58770d8c3a634b2e6033b95f80d19cbd3/win32/Lib/pywin32_bootstrap.py#L11-L14 `ModuleNotFoundError` can be used as a more precise error since Python 3.6
Since the help files aren't shipped with the wheel in 307, the `docs` workflow fails. Given the catch-22 nature of generating docs at the moment, and not wanting to create...
I recently noticed there's a bunch of dead msdn.microsoft.com links. The subdomain has been transferred to https://learn.microsoft.com , but not all links are still valid. We should try updating those...
I added it as an actual test in test files, rather than a CI only thing. Not sure if it belongs exactly there. Please let me know. One thing I...
I've seen this pattern a handful of time: ```py """ itemA itemB itemC """.split() ``` or ```py "a,b,c,d".split(",") ``` And I'd like a rule to transform usages of `join` with...
The core functionality of pycln (that is, cleaning up imports) is already supported by Ruff. However, there's two specific features that I would like to see. And I know they...
Libraries that typecheck their usage of `pkg_resources`. This should resolve the primer hits from removing `pkg_resources` in typeshed: https://github.com/python/typeshed/pull/13369#issuecomment-2571843734
**Description:** When pip installing a library that adds [console scripts](https://setuptools.pypa.io/en/latest/userguide/entry_point.html#console-scripts) on Python 3.10+ on Windows x86, I get the following message: > WARNING: The scripts and are installed in 'C:\Users\runneradmin\AppData\Roaming\Python\Python3XX-32\Scripts'...