Update compatibility comments to 2.1, corresponding to PEP 291 1.13.

This commit is contained in:
Martin v. Löwis 2004-11-10 22:23:15 +00:00
parent 0a3c818fc5
commit 5a6601cfc6
37 changed files with 37 additions and 37 deletions

View file

@ -3,7 +3,7 @@
Package containing implementation of all the standard Distutils
commands."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -3,7 +3,7 @@
Implements the Distutils 'bdist' command (create a built [binary]
distribution)."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -4,7 +4,7 @@ Implements the Distutils 'bdist_dumb' command (create a "dumb" built
distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix)."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -3,7 +3,7 @@
Implements the Distutils 'bdist_rpm' command (create RPM source and binary
distributions)."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -3,7 +3,7 @@
Implements the Distutils 'bdist_wininst' command: create a windows installer
exe-program."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -2,7 +2,7 @@
Implements the Distutils 'build' command."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -4,7 +4,7 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension
module."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -4,7 +4,7 @@ Implements the Distutils 'build_ext' command, for building extension
modules (currently limited to C extensions, should accommodate C++
extensions ASAP)."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -2,7 +2,7 @@
Implements the Distutils 'build_py' command."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -2,7 +2,7 @@
Implements the Distutils 'build_scripts' command."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -4,7 +4,7 @@ Implements the Distutils 'clean' command."""
# contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -9,7 +9,7 @@ configure-like tasks: "try to compile this C code", or "figure out where
this header file lives".
"""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -4,7 +4,7 @@ Implements the Distutils 'install' command."""
from distutils import log
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -5,7 +5,7 @@ platform-independent data files."""
# contributed by Bastian Kleineidam
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -3,7 +3,7 @@
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -1,4 +1,4 @@
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -5,7 +5,7 @@ Python scripts."""
# contributed by Bastian Kleineidam
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"

View file

@ -2,7 +2,7 @@
Implements the Distutils 'sdist' command (create a source distribution)."""
# This module should be kept compatible with Python 1.5.2.
# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"