File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (C) 2001-2006 Python Software Foundation
2
- # Author: che@debian.org (Ben Gertzfield), barry@ python.org (Barry Warsaw)
1
+ # Copyright (C) 2001-2007 Python Software Foundation
2
+ # Author: email-sig@ python.org
3
3
4
4
from types import UnicodeType
5
5
from email .Encoders import encode_7or8bit
@@ -99,7 +99,7 @@ def _isunicode(s):
99
99
# of stability and useability.
100
100
101
101
CODEC_MAP = {
102
- 'gb2132 ' : 'eucgb2312_cn' ,
102
+ 'gb2312 ' : 'eucgb2312_cn' ,
103
103
'big5' : 'big5_tw' ,
104
104
'utf-8' : 'utf-8' ,
105
105
# Hack: We don't want *any* conversion for stuff marked us-ascii, as all
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2001-2006 Python Software Foundation
2
- # Author: barry @python.org (Barry Warsaw)
1
+ # Copyright (C) 2001-2007 Python Software Foundation
2
+ # Author: email-sig @python.org
3
3
4
4
"""A package for parsing, handling, and generating email messages."""
5
5
6
- __version__ = '2.5.8 '
6
+ __version__ = '2.5.9 '
7
7
8
8
__all__ = [
9
9
'base64MIME' ,
You can’t perform that action at this time.
0 commit comments