Commit 23110e73 authored by Benjamin Peterson's avatar Benjamin Peterson

alias macintosh to mac_roman #843590

parent 0cc7444e
...@@ -1090,7 +1090,7 @@ particular, the following variants typically exist: ...@@ -1090,7 +1090,7 @@ particular, the following variants typically exist:
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
| mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe | | mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe |
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
| mac_roman | macroman | Western Europe | | mac_roman | macroman, macintosh | Western Europe |
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
| mac_turkish | macturkish | Turkish | | mac_turkish | macturkish | Turkish |
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
......
...@@ -435,6 +435,7 @@ aliases = { ...@@ -435,6 +435,7 @@ aliases = {
'maclatin2' : 'mac_latin2', 'maclatin2' : 'mac_latin2',
# mac_roman codec # mac_roman codec
'macintosh' : 'macintosh',
'macroman' : 'mac_roman', 'macroman' : 'mac_roman',
# mac_turkish codec # mac_turkish codec
......
...@@ -117,6 +117,8 @@ Extensions ...@@ -117,6 +117,8 @@ Extensions
Library Library
------- -------
- Issue #843590: Make "macintosh" an alias to the "mac_roman" encoding.
- Create os.fsdecode(): decode from the filesystem encoding with - Create os.fsdecode(): decode from the filesystem encoding with
surrogateescape error handler, or strict error handler on Windows. surrogateescape error handler, or strict error handler on Windows.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment