]> granicus.if.org Git - python/commit
Fixes to support CJKCodecs as per SF bug #852347. Actually, this
authorBarry Warsaw <barry@python.org>
Tue, 30 Dec 2003 16:52:25 +0000 (16:52 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 30 Dec 2003 16:52:25 +0000 (16:52 +0000)
commit4a442937359fa29af8457bd22b2d73fe39327cf8
tree06c7951946350708795ee2fe189583830d778a08
parent339270e6f541ad2de86750bfc30ae1e642dc142b
Fixes to support CJKCodecs as per SF bug #852347.  Actually, this
patch removes dependencies on the old unsupported KoreanCodecs package
and the alternative JapaneseCodecs package.  Since both of those
provide aliases for their codecs, this removal just makes the generic
codec names work.

We needed to make slight changes to __init__() as well.

This will be backported to Python 2.3 when its branch freeze is over.
Lib/email/Charset.py