From 3d25948a5f22906fdf2a234319734d38a526621b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 12 Aug 2004 13:17:11 +0000 Subject: [PATCH] Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 0b2cc51e07d8..fcdb8b73942e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -43,6 +43,8 @@ Extension modules Library ------- +- Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. + - Patch #946153: Add wait_visibility before grab_set. - Patch #994595: urllib2 now recognizes Basic authentication even if -- 2.47.3