mirror of https://github.com/python/cpython
Add yet another alias for ASCII found in the field. Will backport to
2.2.2.
This commit is contained in:
parent
04d9a80fef
commit
b7a88e533d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue