Kaydet (Commit) 5de33786 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF patch #892821: example for urllib2 has SyntaxError

(Contributed by George Yoshida.)
üst 3fd97796
......@@ -681,6 +681,5 @@ The code for the sample CGI used in the above example is:
#!/usr/bin/env python
import sys
data = sys.stdin.read()
print 'Content-type: text-plain\n\nGot Data: "%s"' %
data
print 'Content-type: text-plain\n\nGot Data: "%s"' % data
\end{verbatim}
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