Issue 29218: distutils: Remove unused install_misc class (original) (raw)

Issue29218

Created on 2017-01-09 23:01 by ericvw, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
distutils-remove-install_misc-1.patch ericvw,2017-01-09 23:01
Pull Requests
URL Status Linked Edit
PR 552 closed dstufft,2017-03-31 16:36
Messages (5)
msg285080 - (view) Author: Eric N. Vander Weele (ericvw) * Date: 2017-01-09 23:01
This class hasn't been used for quite some time. Seems safe to remove.
msg285281 - (view) Author: Greg Ward (gward) (Python committer) Date: 2017-01-12 02:56
LGTM, after a cursory glance at the code history. Been a loooong time since I understood this stuff deeply, though!
msg286578 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-02-01 01:37
New changeset 19c4528f53b0 by Berker Peksag in branch 'default': Issue #29218: Remove unused install_misc command https://hg.python.org/cpython/rev/19c4528f53b0
msg286579 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-02-01 01:41
Thanks! Since Greg has given his LGTM and I couldn't find any usage of it in the wild, I've committed the patch with a NEWS entry.
msg286580 - (view) Author: Roundup Robot (python-dev) (Python triager) Date:
New changeset ef6bf4c28f78c1f9ad01ff466c9c84d4513a506b by Berker Peksag in branch 'master': Issue #29218: Remove unused install_misc command https://github.com/python/cpython/commit/ef6bf4c28f78c1f9ad01ff466c9c84d4513a506b
History
Date User Action Args
2022-04-11 14:58:41 admin set github: 73404
2017-03-31 16:36:08 dstufft set pull_requests: + <pull%5Frequest838>
2017-02-01 02:00:22 python-dev set messages: +
2017-02-01 01:41:58 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: fixedstage: resolved
2017-02-01 01:37:59 python-dev set nosy: + python-devmessages: +
2017-01-12 02:56:23 gward set messages: +
2017-01-10 00:34:20 ericvw set components: - Build
2017-01-09 23:01:13 ericvw create