Issue33541
Created on 2018-05-16 16:05 by mariocj89, last changed 2018-05-20 17:44 by belopolsky. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4377 | merged | mariocj89, 2018-05-16 16:06 | |
| Messages (2) | |||
|---|---|---|---|
| msg316827 - (view) | Author: Mario Corchero (mariocj89) * | Date: 2018-05-16 16:05 | |
When checking on ways to improve coverage of datetime related functions I found this function that seems not to be used anyware. It is private and mangled, should be safe to remove. Creating the issue as requested in the PR: https://github.com/python/cpython/pull/4377 |
|||
| msg317192 - (view) | Author: Alexander Belopolsky (belopolsky) * | Date: 2018-05-20 17:42 | |
New changeset 89a25ce4fdb9c2a1a59d8cbfc498a2614b98e9ae by Alexander Belopolsky (Mario Corchero) in branch 'master': bpo-33541: Remove unused __pad function (GH-4377) https://github.com/python/cpython/commit/89a25ce4fdb9c2a1a59d8cbfc498a2614b98e9ae |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-20 17:44:22 | belopolsky | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-05-20 17:42:32 | belopolsky | set | messages: + msg317192 |
| 2018-05-16 16:08:01 | serhiy.storchaka | set | assignee: belopolsky nosy: + belopolsky |
| 2018-05-16 16:06:15 | mariocj89 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request6579 |
| 2018-05-16 16:05:33 | mariocj89 | create | |