Issue32747
Created on 2018-02-02 07:49 by Qian Yun, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5491 | merged | Qian Yun, 2018-02-02 07:54 | |
| Messages (2) | |||
|---|---|---|---|
| msg311484 - (view) | Author: Qian Yun (Qian Yun) * | Date: 2018-02-02 07:49 | |
This is a simple PR that removes trailing spaces in docstring,
which are found by:
grep -R ' \\n\\$' .
|
|||
| msg311485 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-02-02 08:52 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:57 | admin | set | github: 76928 |
| 2018-02-02 08:53:24 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-02-02 08:52:58 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg311485 |
| 2018-02-02 07:54:44 | Qian Yun | set | keywords:
+ patch stage: patch review pull_requests: + pull_request5324 |
| 2018-02-02 07:49:51 | Qian Yun | create | |
