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 georg.brandl
Recipients belopolsky, ezio.melotti, georg.brandl, lvogt, rhettinger, terry.reedy
Date 2010-07-25.22:05:53
SpamBayes Score 0.005642341
Marked as misclassified No
Message-id <1280095555.69.0.121121593553.issue7447@psf.upfronthosting.co.za>
In-reply-to
Content
Note that using `~itertools.chain.from_iterable` is equivalent to `from_iterable <itertools.chain.from_iterable>` and saves a repetition.
History
Date User Action Args
2010-07-25 22:05:55georg.brandlsetrecipients: + georg.brandl, rhettinger, terry.reedy, belopolsky, ezio.melotti, lvogt
2010-07-25 22:05:55georg.brandlsetmessageid: <1280095555.69.0.121121593553.issue7447@psf.upfronthosting.co.za>
2010-07-25 22:05:54georg.brandllinkissue7447 messages
2010-07-25 22:05:54georg.brandlcreate