summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib_response.py
Commit message (Collapse)AuthorAgeFilesLines
* Add __enter__ and __exit__ methods to addbase() so that it supports with.Jeremy Hylton2009-03-261-0/+42
This change also adds a minimal unittest of urllib.response.addbase. More are needed, but not to cover the small change being made here. Addresses http://bugs.python.org/issue5418