]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add yet another alias for ASCII found in the field (on BSD?).
authorGuido van Rossum <guido@python.org>
Wed, 25 Sep 2002 16:46:22 +0000 (16:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 25 Sep 2002 16:46:22 +0000 (16:46 +0000)
Lib/encodings/aliases.py

index 22d3739e31db7f3b9694e469c0175e8f0b405517..64b94c466e459d0bbb6bef35ee8a4ae9a04a2c3e 100644 (file)
@@ -36,6 +36,7 @@ aliases = {
     # ASCII
     'us_ascii': 'ascii',
     'ansi_x3.4_1968': 'ascii', # used on Linux
+    'ansi-x3-4-1968': 'ascii', # used on BSD?
     '646': 'ascii',            # used on Solaris
 
     # EBCDIC