[issue33858] A typo in multiprocessing documentation

2018-06-19 Thread aruseni
aruseni added the comment: Thanks all! -- ___ Python tracker <https://bugs.python.org/issue33858> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33858] A typo in multiprocessing documentation

2018-06-14 Thread aruseni
aruseni added the comment: I just took a look at the most recent version of this file, and found out that this has already been fixed. https://github.com/python/cpython/blob/master/Doc/library/multiprocessing.rst -- ___ Python tracker <ht

[issue33858] A typo in multiprocessing documentation

2018-06-14 Thread aruseni
New submission from aruseni : https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods > locks created using the fork context cannot be passed to a processes started > using the spawn or forkserver start methods -- assignee: docs@python comp

[issue23294] A typo in the tutorial

2015-01-22 Thread aruseni
aruseni added the comment: @Eric You’re right. I thought it should be «was» instead of «is», but it’s actually OK. -- resolution: - not a bug status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23294

[issue23294] A typo in the tutorial

2015-01-21 Thread aruseni
New submission from aruseni: https://docs.python.org/3/tutorial/controlflow.html In many ways the object returned by range() behaves as if it is a list, but in fact it isn’t. -- messages: 234449 nosy: aruseni priority: normal severity: normal status: open title: A typo

[issue23294] A typo in the tutorial

2015-01-21 Thread aruseni
Changes by aruseni aruseni.mag...@gmail.com: -- assignee: - docs@python components: +Documentation nosy: +docs@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23294

[issue23286] A typo in the tutorial

2015-01-20 Thread aruseni
New submission from aruseni: https://docs.python.org/3/tutorial/introduction.html Lists also supports operations like concatenation -- assignee: docs@python components: Documentation messages: 234401 nosy: aruseni, docs@python priority: normal severity: normal status: open title