From: Guido van Rossum Date: Wed, 25 Sep 2002 16:46:22 +0000 (+0000) Subject: Add yet another alias for ASCII found in the field (on BSD?). X-Git-Tag: v2.2.2b1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf727449d742232256daa7b6e7962933c87d7c72;p=thirdparty%2FPython%2Fcpython.git Add yet another alias for ASCII found in the field (on BSD?). --- diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 22d3739e31db..64b94c466e45 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -36,6 +36,7 @@ aliases = { # ASCII 'us_ascii': 'ascii', 'ansi_x3.4_1968': 'ascii', # used on Linux + 'ansi-x3-4-1968': 'ascii', # used on BSD? '646': 'ascii', # used on Solaris # EBCDIC