[Python-checkins] python/dist/src/Lib/encodings aliases.py, 1.25,
1.26
lemburg at users.sourceforge.net
lemburg at users.sourceforge.net
Wed Jul 28 17:35:33 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31455/Lib/encodings
Modified Files:
aliases.py
Log Message:
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
Index: aliases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/aliases.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** aliases.py 18 Jul 2004 03:06:26 -0000 1.25
--- aliases.py 28 Jul 2004 15:35:29 -0000 1.26
***************
*** 18,21 ****
--- 18,23 ----
aliases = {
+ # Please keep this list sorted alphabetically !
+
# ascii codec
'646' : 'ascii',
***************
*** 245,248 ****
--- 247,255 ----
'hex' : 'hex_codec',
+ # hp_roman8 codec
+ 'roman8' : 'hp_roman8',
+ 'r8' : 'hp_roman8',
+ 'csHPRoman8' : 'hp_roman8',
+
# hz codec
'hzgb' : 'hz',
More information about the Python-checkins
mailing list