This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane, remi.lapeyre, rhettinger, selik, serhiy.storchaka, tim.peters
Date 2018-06-11.00:17:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Txqrn0_WjPJeOpkHuHKaPjCpwF98EzFDJqCH87PjGax4Q@mail.gmail.com>
In-reply-to <1528664689.07.0.592728768989.issue33462@psf.upfronthosting.co.za>
Content
My patch was quick and dirty.
Please read _collections_abc module and follow the style. (you need to use
temporary variables.)
And new reviter types can be registered to Iterator ABC too.
-- 
INADA Naoki  <songofacandy@gmail.com>
History
Date User Action Args
2018-06-11 00:17:06methanesetrecipients: + methane, tim.peters, rhettinger, serhiy.storchaka, selik, remi.lapeyre
2018-06-11 00:17:06methanelinkissue33462 messages
2018-06-11 00:17:05methanecreate