[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.python.org/issue39869>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue40552>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue40552>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 explicitly."

It should be "this function", without "s".

--
assignee: docs@python
components: Documentation, asyncio
messages: 332495
nosy: Antoine Wecxsteen, asvetlov, docs@python, eric.araujo, ezio.melotti, mdk, 
willingc, yselivanov
priority: normal
severity: normal
status: open
title: Typo in in asyncio-task documentation
versions: Python 3.7, Python 3.8

___
Python tracker 
<https://bugs.python.org/issue35579>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 the warnings filter see above."

I think "see above" should be enclosed in brackets (or maybe completely removed 
as there is already a "(see above)" in the same text block).

Regards.

--
assignee: docs@python
components: Documentation
messages: 333574
nosy: awecx, docs@python, eric.araujo, ezio.melotti, mdk, willingc
priority: normal
severity: normal
status: open
title: Typo in library/warnings documentation
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 
<https://bugs.python.org/issue35732>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 "The Warnings 
Filter" respectively).

--

___
Python tracker 
<https://bugs.python.org/issue35732>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue35732>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue35732>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue35732>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue35732>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com