[issue32747] remove trailing spaces in docstring

2018-02-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32747] remove trailing spaces in docstring

2018-02-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset aa0735f597b072c0eb00404c4d7df359ddc26755 by Serhiy Storchaka (oldk) in branch 'master': bpo-32747: Remove trailing spaces in docstrings. (GH-5491) https://github.com/python/cpython/commit/aa0735f597b072c0eb00404c4d7df359ddc26755 -- no

[issue32747] remove trailing spaces in docstring

2018-02-01 Thread Qian Yun
Change by Qian Yun : -- keywords: +patch pull_requests: +5324 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mai

[issue32747] remove trailing spaces in docstring

2018-02-01 Thread Qian Yun
New submission from Qian Yun : This is a simple PR that removes trailing spaces in docstring, which are found by: grep -R ' \\n\\$' . -- assignee: docs@python components: Documentation messages: 311484 nosy: Qian Yun, docs@python priority: normal severity: normal status: open title: