On Thu, Nov 20, 2014 at 9:57 AM, Chris Angelico rosuav@gmail.com wrote:
Since generators can distinguish yield from return, they don't need to distinguish return from raise.
Bad grammar, should edit before posting. Since generators can distinguish value from no value by using yield and return, they don't need to use yield and raise.
ChrisA