Files
typeshed/stdlib/_bootlocale.pyi
Shantanu 75e196e18a formatter, parser, _bootlocale: remove for py310 (#5298)
Co-authored-by: hauntsaninja <>
2021-05-02 06:24:30 -07:00

5 lines
110 B
Python

import sys
if sys.version_info < (3, 10):
def getpreferredencoding(do_setlocale: bool = ...) -> str: ...