mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add platform checks for various sys values (#4137)
* Add platform checks for various sys values * Add windows-only constants
This commit is contained in:
@@ -27,7 +27,6 @@ spwd.getspnam
|
||||
spwd.struct_spwd._asdict
|
||||
spwd.struct_spwd._make
|
||||
spwd.struct_spwd._replace
|
||||
sys.getwindowsversion
|
||||
time.CLOCK_HIGHRES
|
||||
urllib.request.proxy_bypass
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@ locale.nl_langinfo # Function that should be moved to _locale and re-exported c
|
||||
os.path.join # Parameter name mismatch
|
||||
posixpath.altsep # Type mismatch
|
||||
posixpath.realpath # Parameter name mismatch
|
||||
sys.abiflags # Not present
|
||||
sys.setdlopenflags # Not present
|
||||
urllib.request.pathname2url # Parameter name mismatch
|
||||
urllib.request.url2pathname # Same
|
||||
|
||||
|
||||
Reference in New Issue
Block a user