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 serhiy.storchaka
Recipients gregory.p.smith, mark.dickinson, rhettinger, serhiy.storchaka, twouters
Date 2017-03-30.18:02:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490896923.91.0.0973014309499.issue29942@psf.upfronthosting.co.za>
In-reply-to
Content
Possible workaround: use chain.from_iterable(filter(None, iterables)) instead of chain.from_iterable(iterables). But this works only when iterables are collections, not iterators.
History
Date User Action Args
2017-03-30 18:02:03serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, rhettinger, gregory.p.smith, mark.dickinson
2017-03-30 18:02:03serhiy.storchakasetmessageid: <1490896923.91.0.0973014309499.issue29942@psf.upfronthosting.co.za>
2017-03-30 18:02:03serhiy.storchakalinkissue29942 messages
2017-03-30 18:02:03serhiy.storchakacreate