summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2001-09-19 11:33:31 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2001-09-19 11:33:31 (GMT)
commit494f2aea8e56a73012f7aeb31ecdd14b13c6da59 (patch)
tree89d9e607d0423fd9503bac07a883fccc1518b56e /Misc
parentaa32c5aa7ca9ce842628d90c2d0fb4406ab5ff82 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aca9b8b..f103705 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.