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: Legacy requirements: Incorrect comments?
Type: Stage:
Components: Distutils Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dairiki
Priority: normal Keywords:

Created on 2004-11-02 17:21 by dairiki, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg22987 - (view) Author: Geoffrey T. Dairiki (dairiki) Date: 2004-11-02 17:21
Comments in numerous files state:

  # This module should be kept compatible with Python
1.5.2.

However, according to this post on distutils-sig, the
current target is Python 2.1.

http://mail.python.org/pipermail/distutils-sig/2004-September/004168.html



At least the following files contain the above-quoted
comment:

distutils/__init__.py
distutils/command/__init__.py
distutils/command/bdist.py
distutils/command/bdist_dumb.py
distutils/command/bdist_rpm.py
distutils/command/bdist_wininst.py
distutils/command/build.py
distutils/command/build_clib.py
distutils/command/build_ext.py
distutils/command/build_py.py
distutils/command/build_scripts.py
distutils/command/clean.py
distutils/command/config.py
distutils/command/install.py
distutils/command/install_data.py
distutils/command/install_headers.py
distutils/command/install_lib.py
distutils/command/install_scripts.py
distutils/command/sdist.py
distutils/command/obsolete/bdist_wininst.py.v0
distutils/archive_util.py
distutils/bcppcompiler.py
distutils/ccompiler.py
distutils/cmd.py
distutils/core.py
distutils/cygwinccompiler.py
distutils/debug.py
distutils/dep_util.py
distutils/dir_util.py
distutils/dist.py
distutils/errors.py
distutils/fancy_getopt.py
distutils/file_util.py
distutils/filelist.py
distutils/log.py
distutils/msvccompiler.py
distutils/mwerkscompiler.py
distutils/spawn.py
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41116
2004-11-02 17:21:13dairikicreate