Oops, must convert hyphens to underscores in keys of aliases dict.

This commit is contained in:
Guido van Rossum 2002-09-26 20:08:23 +00:00
parent 09f7424f3a
commit 479f3d3d2a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
'646' : 'ascii',
'ansi_x3.4_1968' : 'ascii',
'ansi_x3.4_1986' : 'ascii',
'ansi-x3-4-1968' : 'ascii',
'ansi_x3_4_1968' : 'ascii',
'cp367' : 'ascii',
'csascii' : 'ascii',
'ibm367' : 'ascii',