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 terry.reedy
Recipients docs@python, ezio.melotti, py.user, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2013-08-15.21:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376600938.79.0.959304898545.issue18301@psf.upfronthosting.co.za>
In-reply-to
Content
My counter proposal #18752 is that chain.from_iterable become a deprecated alias for a new function, chain_iterable.  With '@classmethod' removed, the current Python equivalent would work for chain_iterable.
History
Date User Action Args
2013-08-15 21:08:58terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti, r.david.murray, docs@python, py.user, serhiy.storchaka
2013-08-15 21:08:58terry.reedysetmessageid: <1376600938.79.0.959304898545.issue18301@psf.upfronthosting.co.za>
2013-08-15 21:08:58terry.reedylinkissue18301 messages
2013-08-15 21:08:58terry.reedycreate