| Commit message (Collapse) | Author | Files | Lines |
|
|
|
deprecation warnings regarding string exceptions.
|
|
Python 2.5 DeprecationWarning on string exceptions.
|
|
'iso2022_jp' does not exist in japanese (but 'iso_2022_jp').
We try to test Japanese (and Korean) codecs before changing path order
and do not import japanese/korean if the codecs already exist in python
distribution. (as in 2.4 and 2.5) Importing japanese/korean is going away
in mailman-2.2.
|
|
normalization, removal of tabs, copyright year updates to changed files,
docstring and comment fixes, and usage of True/False. I also made a pass
through the NEWS file.
One import was reordered, and after this commit I will move the mmdsr.readme
file to README.mmdsr.
From my perspective, after that we're ready to go.
I will port these changes forward to the trunk.
|
|
IMHO They should be included in Python distribution.
This is a temporary solution.
|
|
|
|
with this including
- couldn't get correct, backwards compatible, working fixes into Python in time
- some controversy over whether cjkcodecs are best for Japanese.
As we're running out of time, we'll keep the status quo from Mailman
2.1.3 here.
|
|
KoreanCodecs-2.0.5 with CJKCodecs-1.0.
|