diff options
author | Marc-André Lemburg <mal@egenix.com> | 2001-09-19 11:33:31 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2001-09-19 11:33:31 (GMT) |
commit | 494f2aea8e56a73012f7aeb31ecdd14b13c6da59 (patch) | |
tree | 89d9e607d0423fd9503bac07a883fccc1518b56e /Misc | |
parent | aa32c5aa7ca9ce842628d90c2d0fb4406ab5ff82 (diff) | |
download | cpython-494f2aea8e56a73012f7aeb31ecdd14b13c6da59.zip cpython-494f2aea8e56a73012f7aeb31ecdd14b13c6da59.tar.gz cpython-494f2aea8e56a73012f7aeb31ecdd14b13c6da59.tar.bz2 |
Docs and News item for the codecs.py additions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ Core Library +- The codecs module has grown four new helper APIs to access + builtin codecs: getencoder(), getdecoder(), getreader(), + getwriter(). + - SimpleXMLRPCServer: a new module (based upon SimpleHTMLServer) simplifies writing XML RPC servers. |