[issue42670] Missing word in itertools.product

2020-12-18 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue42670] Missing word in itertools.product

2020-12-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset eef33e6d49d05aad4111da4ad2d9cb34e7a5206c by Miss Islington (bot) in branch '3.9': bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-23824) https://github.com/python/cpython/commit/eef33e6d49d05aad4111da4ad2d9cb34e7

[issue42670] Missing word in itertools.product

2020-12-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +22684 pull_request: https://github.com/python/cpython/pull/23824 ___ Python tracker ___ __

[issue42670] Missing word in itertools.product

2020-12-17 Thread miss-islington
miss-islington added the comment: New changeset 074ad5123f18923bdb5fa0b6e4bf24de45e32ba9 by Zackery Spytz in branch 'master': bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) https://github.com/python/cpython/commit/074ad5123f18923bdb5fa0b6e4bf24de45e32ba9 --

[issue42670] Missing word in itertools.product

2020-12-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22683 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23823 ___ Python tracker

[issue42670] Missing word in itertools.product

2020-12-17 Thread Scott Noyes
New submission from Scott Noyes : -Accordingly, it only useful with finite inputs. +Accordingly, it is only useful with finite inputs. -- assignee: docs@python components: Documentation messages: 383257 nosy: docs@python, snoyes priority: normal severity: normal status: open title: Miss