[Python-checkins] python/dist/src/Misc NEWS,1.614,1.615

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 15 Jan 2003 03:37:25 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv3409/Misc

Modified Files:
	NEWS 
Log Message:
Patch #473586: Implement CGIXMLRPCRequestHandler.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.614
retrieving revision 1.615
diff -C2 -d -r1.614 -r1.615
*** NEWS	14 Jan 2003 16:45:04 -0000	1.614
--- NEWS	15 Jan 2003 11:37:23 -0000	1.615
***************
*** 79,82 ****
--- 79,85 ----
  -------
  
+ - SimpleXMLRPCServer now supports CGI through the CGIXMLRPCRequestHandler
+   class.
+ 
  - The sets module now raises TypeError in __cmp__, to clarify that
    sets are not intended to be three-way-compared; the comparison