From a011d1945e22a79f9efede8ba0af73b25044941a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E8=91=89?= Date: Tue, 24 Sep 2019 00:24:05 +0800 Subject: [PATCH] add missing errnos (#3254) --- stdlib/2and3/errno.pyi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stdlib/2and3/errno.pyi b/stdlib/2and3/errno.pyi index 14987bbe8..731681f1c 100644 --- a/stdlib/2and3/errno.pyi +++ b/stdlib/2and3/errno.pyi @@ -128,3 +128,13 @@ ENAVAIL: int EISNAM: int EREMOTEIO: int EDQUOT: int +ECANCELED: int # undocumented +EKEYEXPIRED: int # undocumented +EKEYREJECTED: int # undocumented +EKEYREVOKED: int # undocumented +EMEDIUMTYPE: int # undocumented +ENOKEY: int # undocumented +ENOMEDIUM: int # undocumented +ENOTRECOVERABLE: int # undocumented +EOWNERDEAD: int # undocumented +ERFKILL: int # undocumented