[issue43042] Augment tutorial sentence.

2021-02-22 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: -patch resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43042] Augment tutorial sentence.

2021-02-19 Thread miss-islington
miss-islington added the comment: New changeset a67fd011eadfae7103ca9e0a0b0f8312e4f00b0f by Miss Islington (bot) in branch '3.9': bpo-43042: Augment tutorial sentence (GH-24514) https://github.com/python/cpython/commit/a67fd011eadfae7103ca9e0a0b0f8312e4f00b0f -- ___

[issue43042] Augment tutorial sentence.

2021-02-19 Thread miss-islington
miss-islington added the comment: New changeset a072788c57f7a40ecc53cb32f795f4ec844c0aba by Miss Islington (bot) in branch '3.8': bpo-43042: Augment tutorial sentence (GH-24514) https://github.com/python/cpython/commit/a072788c57f7a40ecc53cb32f795f4ec844c0aba -- ___

[issue43042] Augment tutorial sentence.

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

[issue43042] Augment tutorial sentence.

2021-02-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +23369 pull_request: https://github.com/python/cpython/pull/24589 ___ Python tracker _

[issue43042] Augment tutorial sentence.

2021-02-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset b30fcba3a8abaabd1087f2392ae8aec4c1b1f210 by Terry Jan Reedy in branch 'master': bpo-43042: Augment tutorial sentence (GH-24514) https://github.com/python/cpython/commit/b30fcba3a8abaabd1087f2392ae8aec4c1b1f210 -- _

[issue43042] Augment tutorial sentence.

2021-02-11 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +23300 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/24514 ___ Python tracker __

[issue43042] Augment tutorial sentence.

2021-02-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://docs.python.org/3/tutorial/controlflow.html#defining-functions I decided to augment the sentence as suggested by Jesse, and see what any reviewers think. -- assignee: docs@python -> terry.reedy nosy: -rhettinger title: Delete or merge redunda