[issue42670] Missing word in itertools.product
New submission from Scott Noyes <snoyes@gmail.com>: -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: Missing word in itertools.product type: behavior versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42670> _______________________________________
Change by Zackery Spytz <zspytz@gmail.com>: ---------- 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 <report@bugs.python.org> <https://bugs.python.org/issue42670> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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/074ad5123f18923bdb5fa0b6e4bf24de45e... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42670> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +22684 pull_request: https://github.com/python/cpython/pull/23824 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42670> _______________________________________
Raymond Hettinger <raymond.hettinger@gmail.com> 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/eef33e6d49d05aad4111da4ad2d9cb34e7a... ---------- nosy: +rhettinger _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42670> _______________________________________
Change by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42670> _______________________________________
participants (4)
-
miss-islington -
Raymond Hettinger -
Scott Noyes -
Zackery Spytz