commit | b7a88e533da68906c1bb12f0b209e562b770e793 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 25 16:44:34 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 25 16:44:34 2002 +0000 |
tree | 584c2f8a75b14936ed39ee920912f02eca7b1b7d | |
parent | 04d9a80fef4815891044a4b3c08fe0faa9cedbaa [diff] |
Add yet another alias for ASCII found in the field. Will backport to 2.2.2.
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 2365576..c842c61 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py
@@ -27,6 +27,7 @@ '646' : 'ascii', 'ansi_x3.4_1968' : 'ascii', 'ansi_x3.4_1986' : 'ascii', + 'ansi-x3-4-1968' : 'ascii', 'cp367' : 'ascii', 'csascii' : 'ascii', 'ibm367' : 'ascii',