commit | 8dc5ff2e5a37381c0ed9f166c82bfb09d865898c | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Fri Oct 04 16:30:42 2002 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Fri Oct 04 16:30:42 2002 +0000 |
tree | 2953de0a9861e8af18d82580df201269f509ea5c | |
parent | 68fc27385d93ca82ad34fa0ab8cd77576abbf4e1 [diff] [blame] |
Undo the removal. Guido mentioned that the encoding name is in active by some email headers.
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index c1181eb..6620c2e 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py
@@ -26,6 +26,7 @@ # 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',