[Python-Dev] r84229 - in python/branches/py3k: Doc/library/codecs.rst Lib/encodings/aliases.py Misc/NEWS

Antoine Pitrou solipsis at pitrou.net
Sat Aug 21 12:01:29 CEST 2010


On Sat, 21 Aug 2010 04:54:44 +0200 (CEST)
benjamin.peterson <python-checkins at python.org> wrote:
> Log:
> alias macintosh to mac_roman #843590
> 
[...]
>  
>      # mac_roman codec
> +    'macintosh'          : 'macintosh',
>      'macroman'           : 'mac_roman',

I'm not sure what is achieved by aliasing 'macintosh' to itself?

Regards

Antoine.




More information about the Python-Dev mailing list