mirror of https://github.com/python/cpython
Undo the removal. Guido mentioned that the encoding name is in active
by some email headers.
This commit is contained in:
parent
68fc27385d
commit
8dc5ff2e5a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue