Issue 4577: distutils: -3 warnings (apply) (original) (raw)

Issue4577

Created on 2008-12-07 17:20 by srittau, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
distutils.diff srittau,2008-12-07 17:22 fixed patch
Messages (4)
msg77233 - (view) Author: Sebastian Rittau (srittau) * Date: 2008-12-07 17:20
The attached patch removes all instances of the deprecated "apply" function from distutils and thereby fixes warnings when run with -3.
msg77234 - (view) Author: Sebastian Rittau (srittau) * Date: 2008-12-07 17:22
Oops, missed a closing parenthesis.
msg77303 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-12-08 13:21
Patch is good.
msg102081 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-04-01 11:16
Superseded by #7092
History
Date User Action Args
2022-04-11 14:56:42 admin set github: 48827
2010-04-01 11:16:53 flox set status: open -> closednosy: + floxmessages: + versions: + Python 2.7superseder: Test suite emits many DeprecationWarnings when -3 is enabledtype: compile error -> behaviorresolution: out of date
2009-02-04 16:54:02 akitada set nosy: + tarektype: compile error
2008-12-08 13:21:25 amaury.forgeotdarc set assignee: amaury.forgeotdarcmessages: + nosy: + amaury.forgeotdarcstage: commit review
2008-12-07 17:22:28 srittau set files: - distutils.diff
2008-12-07 17:22:21 srittau set files: + distutils.diffmessages: +
2008-12-07 17:20:06 srittau create