]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Undo the removal. Guido mentioned that the encoding name is in active
authorMarc-André Lemburg <mal@egenix.com>
Fri, 4 Oct 2002 16:30:42 +0000 (16:30 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 4 Oct 2002 16:30:42 +0000 (16:30 +0000)
by some email headers.

Lib/encodings/aliases.py

index c1181eb6c89d1700e45b846f7e9bc6b4a5147a1c..6620c2e4f4627ad9f635f252327569c55cd90159 100644 (file)
@@ -26,6 +26,7 @@ aliases = {
     # ascii codec
     '646'                : 'ascii',
     'ansi_x3.4_1968'     : 'ascii',
+    'ansi_x3_4_1968'     : 'ascii', # some email headers use this non-standard name
     'ansi_x3.4_1986'     : 'ascii',
     'cp367'              : 'ascii',
     'csascii'            : 'ascii',