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:
Sekou Diao
2018-06-18 18:19:55 +02:00
committed by Guido van Rossum
parent e404bc7cd6
commit 96e3e23d9b

View File

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