diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-06-30 15:05:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-06-30 15:05:00 (GMT) |
commit | 7d650ca83bfdc42e852a4a6af00b80d230ecc54a (patch) | |
tree | 3f421d109018e27740476facebbc2fef2e129907 /Misc | |
parent | 2ebfd09e5818b7c6d555bcb297ecbb7cf863fe2c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |