On Wed, Sep 30, 2009 at 4:24 PM, Andrey Fedorov <anfedo...@gmail.com> wrote:
> As far as I can tell, a generator's .next() is equivalent to .send(None). Is
> this true?

They are equivalent AFAIK.

> If so, [why] aren't they unified in a method with a single argument which 
> defaults
> to None?
> - Andrey

next() predates send().
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to