tempfile: fix TemporaryFile on Windows (#4112)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-05-27 20:22:01 -07:00
committed by GitHub
parent c988348179
commit 5cf2fb703a
2 changed files with 82 additions and 80 deletions

View File

@@ -6,7 +6,6 @@ posixpath.altsep # Type mismatch
posixpath.realpath # Parameter name mismatch
sys.abiflags # Not present
sys.setdlopenflags # Not present
tempfile.TemporaryFile # TODO: Weird inconsistency
urllib.request.pathname2url # Parameter name mismatch
urllib.request.url2pathname # Same
winreg.[A-Za-z]+ # Should be made positional only