mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
tempfile: fix TemporaryFile on Windows (#4112)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user