commit | 7d650ca83bfdc42e852a4a6af00b80d230ecc54a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 30 15:05:00 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 30 15:05:00 2002 +0000 |
tree | 3f421d109018e27740476facebbc2fef2e129907 | |
parent | 2ebfd09e5818b7c6d555bcb297ecbb7cf863fe2c [diff] [blame] |
Implement the encoding argument for toxml and toprettyxml. Document toprettyxml.
diff --git a/Misc/NEWS b/Misc/NEWS index 9fb542d..defbc47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -170,6 +170,9 @@ 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 the result [SF patch 565085]; deepcopy should treat instances of