Add platform checks for various sys values (#4137)

* Add platform checks for various sys values

* Add windows-only constants
This commit is contained in:
Rune Tynan
2020-05-28 22:00:31 -04:00
committed by GitHub
parent a1953431ff
commit d035ce57e3
3 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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