summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-30 15:05:00 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-06-30 15:05:00 (GMT)
commit7d650ca83bfdc42e852a4a6af00b80d230ecc54a (patch)
tree3f421d109018e27740476facebbc2fef2e129907 /Misc
parent2ebfd09e5818b7c6d555bcb297ecbb7cf863fe2c (diff)
downloadcpython-7d650ca83bfdc42e852a4a6af00b80d230ecc54a.zip
cpython-7d650ca83bfdc42e852a4a6af00b80d230ecc54a.tar.gz
cpython-7d650ca83bfdc42e852a4a6af00b80d230ecc54a.tar.bz2
Implement the encoding argument for toxml and toprettyxml.
Document toprettyxml.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9fb542d..defbc47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,9 @@ Extension modules
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