Re: [Python-Dev] cpython: utilize yield from

2012-10-01 Thread Philip Jenvey
On Oct 1, 2012, at 2:32 PM, Serhiy Storchaka wrote: > On 01.10.12 22:54, philip.jenvey wrote: >> http://hg.python.org/cpython/rev/fb90e2ff95b7 >> changeset: 79378:fb90e2ff95b7 >> user:Philip Jenvey >> date:Mon Oct 01 12:53:43 2012 -0700 >> summary: >> utilize yield from > >

Re: [Python-Dev] cpython: utilize yield from

2012-10-01 Thread Serhiy Storchaka
On 01.10.12 22:54, philip.jenvey wrote: http://hg.python.org/cpython/rev/fb90e2ff95b7 changeset: 79378:fb90e2ff95b7 user:Philip Jenvey date:Mon Oct 01 12:53:43 2012 -0700 summary: utilize yield from This is not all. diff -r fb90e2ff95b7 Lib/http/cookiejar.py --- a/Lib/htt