[issue40552] Enhance for loop and copy example in tutorial

2020-05-08 Thread Antoine Wecxsteen
Antoine Wecxsteen added the comment: I've issued https://github.com/python/cpython/pull/19992. I've changed the names mdk suggested to give an example of using non-ascii characters. -- ___ Python tracker <https://bugs.python.o

[issue40552] Enhance for loop and copy example in tutorial

2020-05-08 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch nosy: +awecx nosy_count: 2.0 -> 3.0 pull_requests: +19309 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19992 ___ Python tracker <https://bugs.python.org/i

[issue39869] Improve Instance Objects tutorial documentation

2020-03-09 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch nosy: +awecx nosy_count: 2.0 -> 3.0 pull_requests: +18246 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18889 ___ Python tracker <https://bugs.p

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Antoine Wecxsteen added the comment: https://github.com/python/cpython/pull/11549 Reading the dev guide, I see there is actually no need to open an issue for mere typos. I should have made a PR directly... -- ___ Python tracker <ht

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch, patch, patch pull_requests: +11171, 11172, 11173 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch, patch, patch, patch pull_requests: +11171, 11172, 11173, 11174 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch, patch pull_requests: +11171, 11172 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch pull_requests: +11171 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35732> ___ _

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Antoine Wecxsteen added the comment: Hello Pablo, Yes, I'll be happy to make a PR. I don't think it should be removed after all as, actually, the two "see above" do not refer to the same paragraph ("Warning Categories" and "

[issue35732] Typo in library/warnings documentation

2019-01-13 Thread Antoine Wecxsteen
New submission from Antoine Wecxsteen : Hello, I believe there's a mistake in the documentation of library/warnings. https://docs.python.org/3.8/library/warnings.html#warnings.warn "This function raises an exception if the particular warning issued is changed into an error by th

[issue35579] Typo in in asyncio-task documentation

2018-12-27 Thread Antoine Wecxsteen
Antoine Wecxsteen added the comment: Thank you all. -- ___ Python tracker <https://bugs.python.org/issue35579> ___ ___ Python-bugs-list mailing list Unsub

[issue35579] Typo in in asyncio-task documentation

2018-12-24 Thread Antoine Wecxsteen
New submission from Antoine Wecxsteen : I believe there is a typo in the library/asyncio-task documentation https://docs.python.org/3.8/library/asyncio-task.html#scheduling-from-other-threads "Unlike other asyncio functions this functions requires the loop argument to be passed expli