Mailing List Archive

python/dist/src/Lib/encodings aliases.py,1.18,1.19
Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory usw-pr-cvs1:/tmp/cvs-serv21695/Lib/encodings

Modified Files:
aliases.py
Log Message:
Undo the removal. Guido mentioned that the encoding name is in active
by some email headers.



Index: aliases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/aliases.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** aliases.py 4 Oct 2002 15:57:03 -0000 1.18
--- aliases.py 4 Oct 2002 16:30:42 -0000 1.19
***************
*** 27,30 ****
--- 27,31 ----
'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',