Issue 33541: Remove private and apparently unused __pad function (original) (raw)

Issue33541

Created on 2018-05-16 16:05 by mariocj89, last changed 2022-04-11 14:59 by admin. 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) * (Python triager) 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) * (Python committer) 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
2022-04-11 14:59:00 admin set github: 77722
2018-05-20 17:44:22 belopolsky set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-05-20 17:42:32 belopolsky set messages: +
2018-05-16 16:08:01 serhiy.storchaka set assignee: belopolskynosy: + belopolsky
2018-05-16 16:06:15 mariocj89 set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6579>
2018-05-16 16:05:33 mariocj89 create