[issue27646] doc: yield from expression can be any iterable

2021-02-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 ___ Python tracker ___

[issue27646] doc: yield from expression can be any iterable

2021-02-20 Thread miss-islington
miss-islington added the comment: New changeset 7cc58890b3c16c28360a9abe030258426e89fec1 by Miss Islington (bot) in branch '3.9': bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) https://github.com/python/cpython/commit/7cc58890b3c16c28360a9abe030258426e89fec1

[issue27646] doc: yield from expression can be any iterable

2021-02-20 Thread miss-islington
miss-islington added the comment: New changeset 089a21f7429a3fd3cf78e3779df724757d346d19 by Miss Islington (bot) in branch '3.8': bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) https://github.com/python/cpython/commit/089a21f7429a3fd3cf78e3779df724757d346d19

[issue27646] doc: yield from expression can be any iterable

2021-02-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +23380 pull_request: https://github.com/python/cpython/pull/24602 ___ Python tracker _

[issue27646] doc: yield from expression can be any iterable

2021-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +23381 pull_request: https://github.com/python/cpython/pull/24603 ___ Python tracker ___ __

[issue27646] doc: yield from expression can be any iterable

2021-02-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 2f9ef514fb24b6a95bd3272885f197752810c107 by Terry Jan Reedy in branch 'master': bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) https://github.com/python/cpython/commit/2f9ef514fb24b6a95bd3272885f197752810c107 --

[issue27646] doc: yield from expression can be any iterable

2021-02-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +23373 pull_request: https://github.com/python/cpython/pull/24595 ___ Python tracker ___ _

[issue27646] doc: yield from expression can be any iterable

2021-02-19 Thread Irit Katriel
Change by Irit Katriel : -- title: yield from expression can be any iterable -> doc: yield from expression can be any iterable versions: +Python 3.10 -Python 3.5, Python 3.6 ___ Python tracker __