Interesting little "gotcha" with generators

Paul Rubin http
Thu Dec 22 17:31:29 EST 2005


aahz at pythoncraft.com (Aahz) writes:
> What's wrong with
> 
>     def foo():
>         if False: yield None

Does the following work?

    def foo():
        raise StopIteration



More information about the Python-list mailing list