[issue8898] The email package should defer to the codecs module for all aliases

Ezio Melotti report at bugs.python.org
Sun May 22 14:36:01 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Something like:
if name == 'mbcs' and not sys.platform.startswith('win'):
    continue
should be enough.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8898>
_______________________________________


More information about the Python-bugs-list mailing list