Hi, 2014-02-25 18:00 GMT+01:00 Victor Stinner <[email protected]>: > Using "hg merge", I build this huge diff between Trollius and Tulip: > https://codereview.appspot.com/68210047/ > > Enjoy! I leaved some comments (I didn't check tests/ yet). You can > also use "hg diff -r trollius:default" in Trollius repository to get > the diff.
I modified Tulip to avoid nonlocal keyword in test_events.py when it was not needed. I don't like calling assert methods in coroutines, I prefer to call assertions in the test function. I only modified test_events.py, nonlocal is still useful in other tests. Victor
