summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pulldom.py
Commit message (Collapse)AuthorAgeFilesLines
* Close a stream properly in test.test_pulldom.Brett Cannon2011-03-151-1/+3
| | | | | Closes issue #11550. Thanks to Ben Hayden for some inspiration on the solution.
* add tests for xml.pulldom #9373Benjamin Peterson2011-03-021-0/+345
Thanks to Mark Smith for the patch.