6 Aug
2013
6 Aug
'13
5:11 a.m.
Serhiy Storchaka added the comment: It should be a classmethod.
import itertools class C(itertools.chain): pass ... type(C.from_iterable(['ab', 'cd'])) <class '__main__.C'>
The patch LGTM. ---------- assignee: docs@python -> serhiy.storchaka stage: -> commit review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18301> _______________________________________