From 96e3e23d9bab0c7e79b825f38bed6f66e0d2999d Mon Sep 17 00:00:00 2001 From: Sekou Diao Date: Mon, 18 Jun 2018 18:19:55 +0200 Subject: [PATCH] Add locale.windows (#2251) This is undocumented but it exists (on all platforms AFAICT) and is used, so it should be added, marked `# undocumented`. --- stdlib/2and3/locale.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/2and3/locale.pyi b/stdlib/2and3/locale.pyi index e6d70fe7a..431c87cd4 100644 --- a/stdlib/2and3/locale.pyi +++ b/stdlib/2and3/locale.pyi @@ -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