[Python-checkins] python/dist/src/Misc NEWS,1.434,1.435

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Jun 2002 08:05:02 -0700


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

Modified Files:
	NEWS 
Log Message:
Implement the encoding argument for toxml and toprettyxml.
Document toprettyxml.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.434
retrieving revision 1.435
diff -C2 -d -r1.434 -r1.435
*** NEWS	25 Jun 2002 00:25:30 -0000	1.434
--- NEWS	30 Jun 2002 15:05:00 -0000	1.435
***************
*** 171,174 ****
--- 171,177 ----
  Library
  
+ - xml.dom.minidom.toxml and toprettyxml now take an optional encoding
+   argument.
+ 
  - Some fixes in the copy module: when an object is copied through its
    __reduce__ method, there was no check for a __setstate__ method on