diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2008-08-23 08:03:03 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2008-08-23 08:03:03 (GMT) |
commit | 50d1f7935d7155fc4cf243411b5a2f1a77cf06dd (patch) | |
tree | 0a016f8e52ab8666f33d29220f475f3b500a68d7 /Misc | |
parent | 20443f30436cd93b491286a596063a9ede832467 (diff) | |
download | cpython-50d1f7935d7155fc4cf243411b5a2f1a77cf06dd.zip cpython-50d1f7935d7155fc4cf243411b5a2f1a77cf06dd.tar.gz cpython-50d1f7935d7155fc4cf243411b5a2f1a77cf06dd.tar.bz2 |
#1276: Add temporary encoding aliases for non-supported Mac CJK
encodings that are detected as system defaults in MacOS with CJK
locales. Will be replaced by properly-implemented codecs in 3.1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,12 @@ Core and Builtins Library ------- +- Issue #1276: Added temporary aliases for CJK Mac encodings to resolve + a build problem on MacOS with CJK locales. It adds four temporary + mappings to existing legacy codecs that are virtually compatible + with Mac encodings. They will be replaced by codecs correctly + implemented in 3.1. + - Issue #3614: Corrected a typo in xmlrpc.client, leading to a NameError "global name 'header' is not defined". |