[Python-checkins] CVS: python/dist/src/Misc NEWS,1.244,1.245
M.-A. Lemburg
lemburg@users.sourceforge.net
2001年9月19日 04:33:34 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv27633/Misc
Modified Files:
NEWS
Log Message:
Docs and News item for the codecs.py additions.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.244
retrieving revision 1.245
diff -C2 -d -r1.244 -r1.245
*** NEWS 2001年09月18日 15:21:04 1.244
--- NEWS 2001年09月19日 11:33:31 1.245
***************
*** 35,38 ****
--- 35,42 ----
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.