[Python-checkins] python/dist/src/Misc NEWS,1.733,1.734

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 18 Apr 2003 14:04:43 -0700


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

Modified Files:
	NEWS 
Log Message:
Patch #536883: SimpleXMLRPCServer auto-docing subclass.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.733
retrieving revision 1.734
diff -C2 -d -r1.733 -r1.734
*** NEWS	18 Apr 2003 10:39:52 -0000	1.733
--- NEWS	18 Apr 2003 21:04:39 -0000	1.734
***************
*** 119,122 ****
--- 119,124 ----
  -------
  
+ - The self-documenting XML server library DocXMLRPCServer was added.
+ 
  - Support for internationalized domain names has been added through
    the 'idna' and 'punycode' encodings, the 'stringprep' module, the