commit | 861fd6fdb9592e6d58a281521dea53d47ecc6adf | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Feb 21 22:05:37 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Feb 21 22:05:37 2007 +0000 |
tree | 693d567587622858c76e14a5ad9e28ca35561e8f | |
parent | ecca313aa4ea9027317f23d176e104db3bb85705 [diff] |
Fix xml.dom.minidom so it works again after the dict views introduction. There are some methods in minidom that return dict.keys() directly. There were left alone since the tests passed without touching them, but it might be prudent to just wrap them in a 'list' call to be safe for people expecting a list.