mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add locale.windows (#2251)
This is undocumented but it exists (on all platforms AFAICT) and is used, so it should be added, marked `# undocumented`.
This commit is contained in:
committed by
Guido van Rossum
parent
e404bc7cd6
commit
96e3e23d9b
@@ -110,3 +110,4 @@ def str(float: float) -> _str: ...
|
||||
|
||||
locale_alias: Dict[_str, _str] # undocumented
|
||||
locale_encoding_alias: Dict[_str, _str] # undocumented
|
||||
windows_locale: Dict[int, _str] # undocumented
|
||||
|
||||
Reference in New Issue
Block a user