File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ particular, the following variants typically exist:
10901090+-----------------+--------------------------------+--------------------------------+
10911091| mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe |
10921092+-----------------+--------------------------------+--------------------------------+
1093- | mac_roman | macroman | Western Europe |
1093+ | mac_roman | macroman, macintosh | Western Europe |
10941094+-----------------+--------------------------------+--------------------------------+
10951095| mac_turkish | macturkish | Turkish |
10961096+-----------------+--------------------------------+--------------------------------+
Original file line number Diff line number Diff line change 435435 'maclatin2' : 'mac_latin2' ,
436436
437437 # mac_roman codec
438+ 'macintosh' : 'macintosh' ,
438439 'macroman' : 'mac_roman' ,
439440
440441 # mac_turkish codec
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ Extensions
117117Library
118118-------
119119
120+ - Issue #843590: Make "macintosh" an alias to the "mac_roman" encoding.
121+
120122- Create os.fsdecode(): decode from the filesystem encoding with
121123 surrogateescape error handler, or strict error handler on Windows.
122124
You can’t perform that action at this time.
0 commit comments