From: Martin v. Löwis Date: Thu, 12 Aug 2004 13:17:11 +0000 (+0000) Subject: Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. X-Git-Tag: v2.3.5c1~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d25948a5f22906fdf2a234319734d38a526621b;p=thirdparty%2FPython%2Fcpython.git Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. --- 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