Kaydet (Commit) 13703087 authored tarafından Georg Brandl's avatar Georg Brandl

Backport rev 55465 by Nick Coghlan.

üst df738021
......@@ -111,7 +111,7 @@ And lets you write code like this:
\begin{verbatim}
from __future__ import with_statement
from contextlib import closing
import codecs
import urllib
with closing(urllib.urlopen('http://www.python.org')) as page:
for line in page:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment