]> 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:53:33 +0000 (13:53 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Apr 2015 10:53:33 +0000 (13:53 +0300)
commit556e08e9b2016121e0984039c7087f52ba064297
tree0c3dcc73147a7887a12a9d3ac75c9213fc12c914
parent48a724fa33143bcbab2228058d3f59e1813bd49c
parent9575e1891ff533318f6dd72ab6f6bd0f9a042014
Issue #12955: Change the urlopen() examples to use context managers where appropriate.

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