mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Fix winreg pos-only args and parameter names (#4117)
* Fix winreg pos-only args and parameter names * Fix consistency check
This commit is contained in:
@@ -8,7 +8,6 @@ sys.abiflags # Not present
|
||||
sys.setdlopenflags # Not present
|
||||
urllib.request.pathname2url # Parameter name mismatch
|
||||
urllib.request.url2pathname # Same
|
||||
winreg.[A-Za-z]+ # Should be made positional only
|
||||
|
||||
# ==========
|
||||
# Whitelist entries that cannot or should not be fixed
|
||||
|
||||
Reference in New Issue
Block a user