diff options
author | Marc-André Lemburg <mal@egenix.com> | 2004-01-20 18:24:34 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2004-01-20 18:24:34 (GMT) |
commit | 57cb68fe93ab99e9dc3fb702755cfd8d914b6834 (patch) | |
tree | fcd42e9844e888e009af24756fa44277a539acc1 /Misc | |
parent | f073b7584f5f1c9a82f80ed55224678fb3262640 (diff) | |
download | cpython-57cb68fe93ab99e9dc3fb702755cfd8d914b6834.zip cpython-57cb68fe93ab99e9dc3fb702755cfd8d914b6834.tar.gz cpython-57cb68fe93ab99e9dc3fb702755cfd8d914b6834.tar.bz2 |
Add news item about change in encodings search function.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -182,6 +182,13 @@ Extension modules Library ------- +- The encodings package will now applies codec name aliases + first before starting to try the import of the codec module. + This simplifies overriding built-in codecs with external + packages, e.g. the included CJK codecs with the JapaneseCodecs + package, by adjusting the aliases dictionary in encodings.aliases + accordingly. + - base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and decoding standards. |