From: Guido van Rossum Date: Wed, 25 Sep 2002 16:44:34 +0000 (+0000) Subject: Add yet another alias for ASCII found in the field. Will backport to X-Git-Tag: v2.3c1~3986 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7a88e533da68906c1bb12f0b209e562b770e793;p=thirdparty%2FPython%2Fcpython.git Add yet another alias for ASCII found in the field. Will backport to 2.2.2. --- diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 23655768ddce..c842c610a7f6 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -27,6 +27,7 @@ aliases = { '646' : 'ascii', 'ansi_x3.4_1968' : 'ascii', 'ansi_x3.4_1986' : 'ascii', + 'ansi-x3-4-1968' : 'ascii', 'cp367' : 'ascii', 'csascii' : 'ascii', 'ibm367' : 'ascii',