mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add encodings.mbcs and encodings.oem (#13122)
This commit is contained in:
@@ -32,6 +32,8 @@ select.POLLMSG # system dependent
|
||||
_winapi
|
||||
asyncio.windows_events
|
||||
asyncio.windows_utils
|
||||
encodings.oem
|
||||
encodings.mbcs
|
||||
msvcrt
|
||||
nt
|
||||
winreg
|
||||
|
||||
@@ -13,6 +13,8 @@ selectors.KqueueSelector
|
||||
_winapi
|
||||
asyncio.windows_events
|
||||
asyncio.windows_utils
|
||||
encodings.oem
|
||||
encodings.mbcs
|
||||
msvcrt
|
||||
nt
|
||||
winreg
|
||||
|
||||
@@ -4,8 +4,6 @@ ctypes.GetLastError # Is actually a pointer
|
||||
multiprocessing.reduction.AbstractReducer.DupHandle
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
encodings.mbcs
|
||||
encodings.oem
|
||||
_winapi.CreateFileMapping
|
||||
_winapi.MapViewOfFile
|
||||
_winapi.OpenFileMapping
|
||||
|
||||
Reference in New Issue
Block a user