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

#6618: fix invalid 3k syntax.

üst 0d0367f7
......@@ -416,7 +416,7 @@ generator functions::
... while True:
... try:
... value = (yield value)
... except Exception, e:
... except Exception as e:
... value = e
... finally:
... print("Don't forget to clean up when 'close()' is called.")
......
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