Avasam
Avasam
This library seems to be typed, but its missing a `py.typed` marker file. Curiously, it's referenced in https://github.com/fonttools/fonttools/blob/main/MANIFEST.in#L16
Built on top of https://github.com/mhammond/pywin32/pull/2235/files#r1545016331 and #2211 - Annotated all params in `axscript.client.error` - Fixed type issues - Update code to not rely on tuple length (also closes #2233 )...
- Pinned mypy to ensure the CI won't start failing suddenly if next release finds new issues - Bumped `python_version` to 3.8 to stop warnings about mypy not supporting Python...
Following a general understanding that adodbapi code changes will be a lot harder to test, and comments in #1990, these changes have been completely split off. With the final goal...
Except actions/upload-artifact & actions/download-artifact since in v4 artefact names are no longer unique by default and will require additional changes.
See conversation in https://github.com/mhammond/pywin32/pull/2094 > I don't think that the facility has ever been used by anyone other than myself, and the use case for that is now very outdated....
Split off from https://github.com/mhammond/pywin32/pull/1990 to make it easier to review in isolation. Remove obsoleted code and references to `mxDateTime`, which does not support any recent enough python version. Update time...
This is the adodbapi side of #2222 CC @vernondcole
Extracted from #2094 for easier review. This contains no functional changes for Python 3.