Message290866
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. |
|
Date |
User |
Action |
Args |
2017-03-30 18:02:03 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, twouters, rhettinger, gregory.p.smith, mark.dickinson |
2017-03-30 18:02:03 | serhiy.storchaka | set | messageid: <1490896923.91.0.0973014309499.issue29942@psf.upfronthosting.co.za> |
2017-03-30 18:02:03 | serhiy.storchaka | link | issue29942 messages |
2017-03-30 18:02:03 | serhiy.storchaka | create | |
|