[Python-checkins] python/dist/src/Lib/distutils/command __init__.py, 1.20, 1.21 bdist.py, 1.29, 1.30 bdist_dumb.py, 1.24, 1.25 bdist_rpm.py, 1.45, 1.46 bdist_wininst.py, 1.55, 1.56 build.py, 1.35, 1.36 build_clib.py, 1.27, 1.28 build_ext.py, 1.97, 1.98 build_py.py, 1.45, 1.46 build_scripts.py, 1.24, 1.25 clean.py, 1.15, 1.16 config.py, 1.17, 1.18 install.py, 1.71, 1.72 install_data.py, 1.21, 1.22 install_headers.py, 1.10, 1.11 install_lib.py, 1.43, 1.44 install_scripts.py, 1.15, 1.16 sdist.py, 1.58, 1.59

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Nov 10 23:23:19 CET 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15410/command

Modified Files:
	__init__.py bdist.py bdist_dumb.py bdist_rpm.py 
	bdist_wininst.py build.py build_clib.py build_ext.py 
	build_py.py build_scripts.py clean.py config.py install.py 
	install_data.py install_headers.py install_lib.py 
	install_scripts.py sdist.py 
Log Message:
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/__init__.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- __init__.py	13 Oct 2004 12:35:28 -0000	1.20
+++ __init__.py	10 Nov 2004 22:23:14 -0000	1.21
@@ -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$"
 

Index: bdist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- bdist.py	18 Jul 2004 06:14:42 -0000	1.29
+++ bdist.py	10 Nov 2004 22:23:14 -0000	1.30
@@ -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$"
 

Index: bdist_dumb.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_dumb.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- bdist_dumb.py	18 Jul 2004 06:14:42 -0000	1.24
+++ bdist_dumb.py	10 Nov 2004 22:23:14 -0000	1.25
@@ -4,7 +4,7 @@
 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$"
 

Index: bdist_rpm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_rpm.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- bdist_rpm.py	17 Sep 2004 08:34:12 -0000	1.45
+++ bdist_rpm.py	10 Nov 2004 22:23:14 -0000	1.46
@@ -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$"
 

Index: bdist_wininst.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_wininst.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- bdist_wininst.py	27 Oct 2004 21:54:33 -0000	1.55
+++ bdist_wininst.py	10 Nov 2004 22:23:14 -0000	1.56
@@ -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$"
 

Index: build.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- build.py	25 Aug 2004 11:37:43 -0000	1.35
+++ build.py	10 Nov 2004 22:23:15 -0000	1.36
@@ -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$"
 

Index: build_clib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_clib.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- build_clib.py	19 Nov 2002 13:12:28 -0000	1.27
+++ build_clib.py	10 Nov 2004 22:23:15 -0000	1.28
@@ -4,7 +4,7 @@
 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$"
 

Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- build_ext.py	14 Oct 2004 10:02:08 -0000	1.97
+++ build_ext.py	10 Nov 2004 22:23:15 -0000	1.98
@@ -4,7 +4,7 @@
 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$"
 

Index: build_py.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_py.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- build_py.py	18 Jun 2004 20:39:11 -0000	1.45
+++ build_py.py	10 Nov 2004 22:23:15 -0000	1.46
@@ -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$"
 

Index: build_scripts.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_scripts.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- build_scripts.py	25 Aug 2004 11:37:43 -0000	1.24
+++ build_scripts.py	10 Nov 2004 22:23:15 -0000	1.25
@@ -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$"
 

Index: clean.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/clean.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- clean.py	19 Nov 2002 13:12:28 -0000	1.15
+++ clean.py	10 Nov 2004 22:23:15 -0000	1.16
@@ -4,7 +4,7 @@
 
 # contributed by Bastian Kleineidam <calvin at 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$"
 

Index: config.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/config.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- config.py	18 Feb 2003 01:28:51 -0000	1.17
+++ config.py	10 Nov 2004 22:23:15 -0000	1.18
@@ -9,7 +9,7 @@
 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$"
 

Index: install.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install.py,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- install.py	13 Oct 2004 12:35:28 -0000	1.71
+++ install.py	10 Nov 2004 22:23:15 -0000	1.72
@@ -4,7 +4,7 @@
 
 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$"
 

Index: install_data.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install_data.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- install_data.py	26 Nov 2002 21:28:23 -0000	1.21
+++ install_data.py	10 Nov 2004 22:23:15 -0000	1.22
@@ -5,7 +5,7 @@
 
 # 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$"
 

Index: install_headers.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install_headers.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- install_headers.py	19 Nov 2002 13:12:28 -0000	1.10
+++ install_headers.py	10 Nov 2004 22:23:15 -0000	1.11
@@ -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$"
 

Index: install_lib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install_lib.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- install_lib.py	28 Jul 2004 14:55:10 -0000	1.43
+++ install_lib.py	10 Nov 2004 22:23:15 -0000	1.44
@@ -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$"
 

Index: install_scripts.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install_scripts.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- install_scripts.py	29 Nov 2002 19:45:58 -0000	1.15
+++ install_scripts.py	10 Nov 2004 22:23:15 -0000	1.16
@@ -5,7 +5,7 @@
 
 # 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$"
 

Index: sdist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/sdist.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- sdist.py	31 May 2004 19:27:59 -0000	1.58
+++ sdist.py	10 Nov 2004 22:23:15 -0000	1.59
@@ -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$"
 



More information about the Python-checkins mailing list