[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread Carol Willing
Carol Willing added the comment: New changeset c90642b0d48e5ab40d05b526311ba19bb87f3233 by Miss Islington (bot) in branch '3.9': bpo-43729: Clarify comment in tutorial example (GH-25191) (GH-26137) https://github.com/python/cpython/commit/c90642b0d48e5ab40d05b526311ba19bb87f3233 --

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread Carol Willing
Carol Willing added the comment: New changeset dd4f7d96cb78b424ef8fa705aaee15a837b2d240 by Miss Islington (bot) in branch '3.10': bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136) https://github.com/python/cpython/commit/dd4f7d96cb78b424ef8fa705aaee15a837b2d240 --

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +24770 pull_request: https://github.com/python/cpython/pull/26136 ___ Python tracker

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +24771 pull_request: https://github.com/python/cpython/pull/26137 ___ Python tracker ___

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-04-05 Thread Thomas Cavalli
Change by Thomas Cavalli : -- resolution: -> works for me stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-04-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +ezio.melotti, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-04-05 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch nosy: +erlendaasland nosy_count: 2.0 -> 3.0 pull_requests: +23933 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25191 ___ Python tracker

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-04-04 Thread Thomas Cavalli
New submission from Thomas Cavalli : The Division (/) section example uses the commented variable "result" without it being defined. I am counting 4 numbers, (5.6667, 5, 2, 17), that are called result. The correct result can be implied but its poor documentation. So, either change: >>> 17