commit | b476d597921ab0ef52de1f56a5efa71c65727114 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Thu Mar 26 21:34:20 2009 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Thu Mar 26 21:34:20 2009 +0000 |
tree | a0f034a37e0ff67de478dc52bdeaa34c887da943 | |
parent | 81fac4391893ed281737283f4368c90f2c022bf1 [diff] |
Add __enter__ and __exit__ methods to addbase() so that it supports with. 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