Kaydet (Commit) d42124cb authored tarafından Guido van Rossum's avatar Guido van Rossum

Change co.detach() to co.back() call.

üst 27f9b846
...@@ -9,7 +9,7 @@ def fringe( co, list ): ...@@ -9,7 +9,7 @@ def fringe( co, list ):
if type(x) is type([]): if type(x) is type([]):
fringe(co, x) fringe(co, x)
else: else:
co.detach(x) co.back(x)
def printinorder( list ): def printinorder( list ):
co = Coroutine() co = Coroutine()
......
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