Add private _bootlocale stub (#3985)

This commit is contained in:
Rune Tynan
2020-05-13 18:19:18 -04:00
committed by GitHub
parent d1ef2fff7a
commit e9c7ef7406

2
stdlib/3/_bootlocale.pyi Normal file
View File

@@ -0,0 +1,2 @@
def getpreferredencoding(do_setlocale: bool = ...) -> str: ...