mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Bump pywin32 to 307 (#12742)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# Not available at runtime. Contains type definitions that are otherwise not exposed
|
||||
_win32typing
|
||||
# The exchdapi hasn't been built in years https://github.com/mhammond/pywin32/pull/2374
|
||||
win32com(ext)?.mapi._exchdapi
|
||||
win32._wincerapi
|
||||
# Internal variable for deprecation message https://github.com/mhammond/pywin32/pull/2380
|
||||
win32com.server.dispatcher.DispatcherWin32dbg_deprecation_message
|
||||
|
||||
# PyWin tool / debugger
|
||||
pythonwin.start_pythonwin
|
||||
@@ -29,10 +31,8 @@ win32com.server.localserver
|
||||
win32com.server.register
|
||||
win32com.servers.*
|
||||
# Active X Scripts
|
||||
win32com(ext)?.axscript.client.framework
|
||||
win32com(ext)?.axscript.client.pyscript_rexec
|
||||
# "pyscript.pyi" is necessary for mypy to not fail due to missing stub
|
||||
win32com(ext)?.axscript.client.pyscript.*
|
||||
win32com(ext)?.axscript.client.pyscript
|
||||
win32com(ext)?.axscript.client.scriptdispatch
|
||||
# Other scripts
|
||||
isapi.install
|
||||
@@ -44,18 +44,21 @@ win32com.test.*
|
||||
win32com(ext)?.axdebug.codecontainer
|
||||
win32com(ext)?.axdebug.dump
|
||||
win32com(ext)?.axdebug.debugger
|
||||
win32com(ext)?.axscript.client.debug
|
||||
win32com(ext)?.axscript.client.pydumper
|
||||
win32com(ext)?.directsound.test.*
|
||||
|
||||
# Deprecated and makes a buffer of random junk. Use something like `b"\x00" * bufferSize` instead
|
||||
# It's safer to not even expose this method as deprecated.
|
||||
(win32.)?win(32|xp)gui.PyMakeBuffer
|
||||
(win32.)?win32gui.PyMakeBuffer
|
||||
|
||||
# Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/main/setup.py#L403-L405
|
||||
# failed to import, ImportError: circular import https://github.com/mhammond/pywin32/pull/2381
|
||||
win32com.axscript.client.error
|
||||
win32com.axscript.client.framework
|
||||
|
||||
# Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/main/setup.py#L398-L402
|
||||
#
|
||||
# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found.
|
||||
win32com.axdebug.axdebug
|
||||
win32com(ext)?.axdebug.axdebug
|
||||
win32com(ext)?.axdebug.codecontainer
|
||||
# failed to import, ModuleNotFoundError: No module named 'gateways'
|
||||
win32com(ext)?.axdebug.contexts
|
||||
@@ -66,7 +69,7 @@ win32com(ext)?.axdebug.expressions
|
||||
# failed to import, ModuleNotFoundError: No module named 'expressions'
|
||||
win32com(ext)?.axdebug.stackframe
|
||||
# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug'
|
||||
win32com.axdebug.gateways
|
||||
win32comext.axdebug.gateways
|
||||
# failed to import, ModuleNotFoundError: No module named 'win32comext.axdebug.axdebug'
|
||||
win32comext.axdebug.axdebug
|
||||
win32com(ext)?.axdebug.gateways
|
||||
win32com(ext)?.axscript.client.debug
|
||||
win32com(ext)?.axscript.client.error
|
||||
win32com(ext)?.axscript.client.framework
|
||||
|
||||
Reference in New Issue
Block a user