python / typeshed

Collection of library stubs for Python, with static types
Other
4.39k stars 1.77k forks source link

Add pywin32's isapi.install #13119

Closed Avasam closed 3 days ago

Avasam commented 4 days ago

Resolves one of the pywin32 items of https://github.com/python/typeshed/issues/12595

Used by https://github.com/jaraco/jaraco.media/pull/3/files#diff-6f2d4ba9ca9a357d31014946667b7bed1bfdbc6d2530afc77778fa0a36bee457R62-R64

I autogenerated the module using stubgen and did nothing more than cleanup the unused imports.

github-actions[bot] commented 4 days ago

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉