mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 02:15:58 +08:00
Add missing struct_spwd fields (#12158)
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
# Exists at runtime, but missing from stubs
|
||||
spwd.struct_spwd.sp_nam
|
||||
spwd.struct_spwd.sp_pwd
|
||||
|
||||
# doesn't exist on linux
|
||||
msilib(.[a-z]+)?
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
# Exists at runtime, but missing from stubs
|
||||
spwd.struct_spwd.sp_nam
|
||||
spwd.struct_spwd.sp_pwd
|
||||
|
||||
# doesn't exist on linux
|
||||
msilib(.[a-z]+)?
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
# Exists at runtime, but missing from stubs
|
||||
spwd.struct_spwd.sp_nam
|
||||
spwd.struct_spwd.sp_pwd
|
||||
|
||||
# doesn't exist on linux
|
||||
msilib(.[a-z]+)?
|
||||
|
||||
@@ -2,9 +2,5 @@
|
||||
# while being inspected by stubtest. Fixed in Python 3.10.
|
||||
select.epoll.register
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
spwd.struct_spwd.sp_nam
|
||||
spwd.struct_spwd.sp_pwd
|
||||
|
||||
# doesn't exist on linux
|
||||
msilib(.[a-z]+)?
|
||||
|
||||
@@ -2,9 +2,5 @@
|
||||
# while being inspected by stubtest. Fixed in Python 3.10.
|
||||
select.epoll.register
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
spwd.struct_spwd.sp_nam
|
||||
spwd.struct_spwd.sp_pwd
|
||||
|
||||
# doesn't exist on linux
|
||||
msilib(.[a-z]+)?
|
||||
|
||||
Reference in New Issue
Block a user