From 60d09f59f53245bca42e44c3ab335cdc102b7fe8 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 20 Dec 2003 07:13:43 +0000 Subject: - Update to Python-2.3.3 - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. --- lang/python24/files/patch-Lib::email::Charset.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lang/python24/files/patch-Lib::email::Charset.py (limited to 'lang/python24/files/patch-Lib::email::Charset.py') diff --git a/lang/python24/files/patch-Lib::email::Charset.py b/lang/python24/files/patch-Lib::email::Charset.py new file mode 100644 index 000000000000..31063a951a80 --- /dev/null +++ b/lang/python24/files/patch-Lib::email::Charset.py @@ -0,0 +1,23 @@ +--- Lib/email/Charset.py.orig Sat Dec 20 15:16:29 2003 ++++ Lib/email/Charset.py Sat Dec 20 15:16:54 2003 +@@ -99,13 +99,13 @@ + # of stability and useability. + + CODEC_MAP = { +- 'euc-jp': 'japanese.euc-jp', +- 'iso-2022-jp': 'japanese.iso-2022-jp', +- 'shift_jis': 'japanese.shift_jis', +- 'euc-kr': 'korean.euc-kr', +- 'ks_c_5601-1987': 'korean.cp949', +- 'iso-2022-kr': 'korean.iso-2022-kr', +- 'johab': 'korean.johab', ++ 'euc-jp': 'euc-jp', ++ 'iso-2022-jp': 'iso-2022-jp', ++ 'shift_jis': 'shift_jis', ++ 'euc-kr': 'euc-kr', ++ 'ks_c_5601-1987': 'cp949', ++ 'iso-2022-kr': 'iso-2022-kr', ++ 'johab': 'johab', + 'gb2132': 'eucgb2312_cn', + 'big5': 'big5_tw', + 'utf-8': 'utf-8', -- cgit v1.2.3