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:
Rune Tynan
2020-05-27 23:22:32 -04:00
committed by GitHub
parent 5cf2fb703a
commit 712f6d3709
3 changed files with 38 additions and 39 deletions

View File

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