Files
typeshed/stdlib/_bootlocale.pyi
Sebastian Rittau 1eb64b4372 Mark stdlib modules with upper version bounds (#5394)
* Mark stdlib modules with upper version bounds

* Add minus to all versions and enforce in check_consistent

* Fix check_consistent and mypy_test to work with new VERSIONS format
2021-05-10 16:29:43 +03:00

2 lines
63 B
Python

def getpreferredencoding(do_setlocale: bool = ...) -> str: ...