diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-10 16:30:11 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-10 16:30:11 (GMT) |
commit | cd514cf175ef820fe62f7e201f596f930d4b1d02 (patch) | |
tree | ffc80f4b081de75675bf75adbfbe4fde256ee563 /Misc | |
parent | c09959ae0f76ee758980c999ff777ae72375b1b2 (diff) | |
download | cpython-cd514cf175ef820fe62f7e201f596f930d4b1d02.zip cpython-cd514cf175ef820fe62f7e201f596f930d4b1d02.tar.gz cpython-cd514cf175ef820fe62f7e201f596f930d4b1d02.tar.bz2 |
#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -236,6 +236,7 @@ Paul Colomiets Christophe Combelles Geremy Condra Denver Coneybeare +Phil Connell Juan José Conti Matt Conway David M. Cooke @@ -63,6 +63,12 @@ IDLE - Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. +Tests +----- + +- Issue #12820: add tests for the xml.dom.minicompat module. + Patch by John Chandler and Phil Connell. + Documentation ------------- |