-# Copyright (C) 2001-2006 Python Software Foundation
-# Author: che@debian.org (Ben Gertzfield), barry@python.org (Barry Warsaw)
+# Copyright (C) 2001-2007 Python Software Foundation
+# Author: email-sig@python.org
from types import UnicodeType
from email.Encoders import encode_7or8bit
# of stability and useability.
CODEC_MAP = {
- 'gb2132': 'eucgb2312_cn',
+ 'gb2312': 'eucgb2312_cn',
'big5': 'big5_tw',
'utf-8': 'utf-8',
# Hack: We don't want *any* conversion for stuff marked us-ascii, as all
-# Copyright (C) 2001-2006 Python Software Foundation
-# Author: barry@python.org (Barry Warsaw)
+# Copyright (C) 2001-2007 Python Software Foundation
+# Author: email-sig@python.org
"""A package for parsing, handling, and generating email messages."""
-__version__ = '2.5.8'
+__version__ = '2.5.9'
__all__ = [
'base64MIME',