mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 02:19:18 +08:00
Update errno module for 3.14 (#14123)
This commit is contained in:
@@ -170,6 +170,9 @@ if sys.platform != "win32" and sys.platform != "darwin":
|
||||
ENOMEDIUM: int
|
||||
ERFKILL: int
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
EHWPOISON: int
|
||||
|
||||
if sys.platform == "win32":
|
||||
# All of these are undocumented
|
||||
WSABASEERR: int
|
||||
|
||||
Reference in New Issue
Block a user