]> granicus.if.org Git - python/commit
Add __enter__ and __exit__ methods to addbase() so that it supports with.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 26 Mar 2009 21:34:20 +0000 (21:34 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 26 Mar 2009 21:34:20 +0000 (21:34 +0000)
commitb476d597921ab0ef52de1f56a5efa71c65727114
treea0f034a37e0ff67de478dc52bdeaa34c887da943
parent81fac4391893ed281737283f4368c90f2c022bf1
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
Lib/test/test_urllib_response.py [new file with mode: 0644]
Lib/urllib/response.py