This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: distutils: -3 warnings (apply)
Type: behavior Stage: commit review
Components: Distutils Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder: Test suite emits many DeprecationWarnings when -3 is enabled
View: 7092
Assigned To: amaury.forgeotdarc Nosy List: amaury.forgeotdarc, flox, srittau, tarek
Priority: normal Keywords: patch

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:42adminsetgithub: 48827
2010-04-01 11:16:53floxsetstatus: open -> closed

nosy: + flox
messages: + msg102081
versions: + Python 2.7
superseder: Test suite emits many DeprecationWarnings when -3 is enabled

type: compile error -> behavior
resolution: out of date
2009-02-04 16:54:02akitadasetnosy: + tarek
type: compile error
2008-12-08 13:21:25amaury.forgeotdarcsetassignee: amaury.forgeotdarc
messages: + msg77303
nosy: + amaury.forgeotdarc
stage: commit review
2008-12-07 17:22:28srittausetfiles: - distutils.diff
2008-12-07 17:22:21srittausetfiles: + distutils.diff
messages: + msg77234
2008-12-07 17:20:06srittaucreate