➜

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.

作者 rhettinger
收信人 miss-islington, nougmanoff, remi.lapeyre, rhettinger, tim.peters
日期 2020-05-28.16:50:12
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1590684613.29.0.885665721918.issue40806@roundup.psfhosted.org>
In-reply-to
内容
Updated the docs to note that inputs are fully consumed before the iterator is run.

FYI, notes on infinite iterable inputs likely belong the FAQs because they aren't specific to product().  Similar effects would be seen with list(x(1)), sorted(x(1)), set(x(1)), tuple(x(1)), etc.
历史
日期 用户 动作 参数
2020-05-28 16:50:13rhettinger修改recipients: + rhettinger, tim.peters, miss-islington, remi.lapeyre, nougmanoff
2020-05-28 16:50:13rhettinger修改messageid: <1590684613.29.0.885665721918.issue40806@roundup.psfhosted.org>
2020-05-28 16:50:13rhettinger链接issue40806 messages
2020-05-28 16:50:12rhettinger创建