[issue35395] Typo in asyncio eventloop documentation

2018-12-04 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks Naglis -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread miss-islington
miss-islington added the comment: New changeset 6627d3ae1e151095fda4ec2592c7cfb759f23669 by Miss Islington (bot) in branch '3.7': bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) https://github.com/python/cpython/commit/6627d3ae1e151095fda4ec2592c7cfb759f23669 --

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +10123 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread miss-islington
miss-islington added the comment: New changeset 17473347942353946fe455f797a2197cb89c1090 by Miss Islington (bot) (Naglis) in branch 'master': bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) https://github.com/python/cpython/commit/17473347942353946fe455f797a2197cb89c1090

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Would you create a PR with a fix? -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, you did already -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread Naglis
Change by Naglis : -- keywords: +patch pull_requests: +10119 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread Naglis
New submission from Naglis : loop.add_writer and loop.add_signal_handler have *callback* in their signatures, but in their documentation regarding functools.partial usage the function is referred to as *func*. -- assignee: docs@python components: Documentation messages: 330989 nosy: