]> granicus.if.org Git - python/commit
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Apr 2015 10:52:49 +0000 (13:52 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Apr 2015 10:52:49 +0000 (13:52 +0300)
commit9575e1891ff533318f6dd72ab6f6bd0f9a042014
treeb9ebbcf4b0db1eb78f209b2b5ec26a623cfda1fc
parent8ad751e0241b7bfbdfacff017c47794b3b0a3211
Issue #12955: Change the urlopen() examples to use context managers where appropriate.

Patch by Martin Panter.
Doc/faq/library.rst
Doc/howto/urllib2.rst
Doc/library/concurrent.futures.rst
Doc/library/urllib.request.rst
Doc/tutorial/stdlib.rst