diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-10 16:34:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-10 16:34:05 (GMT) |
commit | 161194a5d0b0785cefe9dde017707409a31ef712 (patch) | |
tree | 3b1ab3d8831e6e7b78b9e6e7781a0436dd370f23 /Misc | |
parent | 3f5ffbee2323770399c9e80cf9c807dc21b3e009 (diff) | |
parent | cd514cf175ef820fe62f7e201f596f930d4b1d02 (diff) | |
download | cpython-161194a5d0b0785cefe9dde017707409a31ef712.zip cpython-161194a5d0b0785cefe9dde017707409a31ef712.tar.gz cpython-161194a5d0b0785cefe9dde017707409a31ef712.tar.bz2 |
#12820: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -240,6 +240,7 @@ Paul Colomiets Christophe Combelles Geremy Condra Denver Coneybeare +Phil Connell Juan José Conti Matt Conway David M. Cooke @@ -67,6 +67,12 @@ Library - Issue #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. +Tests +----- + +- Issue #12820: add tests for the xml.dom.minicompat module. + Patch by John Chandler and Phil Connell. + What's New in Python 3.3.1 release candidate 1? =============================================== |