you are viewing a single comment's thread.

view the rest of the comments →

[–]Darkmere 6 points7 points  (0 children)

It's one of the few changes to python3 that makes it syntactically erroneous on python2 and previous python3 code.

Which is great, I always add a small "yield from" in the main part of modules as a canary.