mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
This commit is contained in:
		
							parent
							
								
									0a3c818fc5
								
							
						
					
					
						commit
						5a6601cfc6
					
				
					 37 changed files with 37 additions and 37 deletions
				
			
		|  | @ -8,7 +8,7 @@ | |||
|    setup (...) | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| Utility functions for creating archive files (tarballs, zip files, | ||||
| that sort of thing).""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ | |||
| # someone should sit down and factor out the common code as | ||||
| # WindowsCCompiler!  --GPW | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| Contains CCompiler, an abstract base class that defines the interface | ||||
| for the Distutils compiler abstraction model.""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| in the distutils.command package. | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 
 | ||||
| # 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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ | |||
| really defined in distutils.dist and distutils.cmd. | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -45,7 +45,7 @@ | |||
| # * mingw gcc 3.2/ld 2.13 works | ||||
| #   (ld supports -shared) | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| import os | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| and groups of files; also, function based entirely on such | ||||
| timestamp dependency analysis.""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| Utility functions for manipulating directories and directory trees.""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| being built/installed/distributed. | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
| This module is safe to use in "from ... import *" mode; it only exports | ||||
| symbols whose names start with "Distutils" and end with "Error".""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
|   * options set attributes of a passed-in object | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| Utility functions for operating on single files. | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| and building lists of files. | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| """A simple log mechanism styled after PEP 282.""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| # The class here is styled after PEP 282 so that it could later be | ||||
| # replaced with a standard Python logging implementation. | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
| # hacked by Robin Becker and Thomas Heller to do a better job of | ||||
| #   finding DevStudio (through the registry) | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| for MetroWerks CodeWarrior on the Macintosh. Needs work to support CW on | ||||
| Windows.""" | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ | |||
| executable name. | ||||
| """ | ||||
| 
 | ||||
| # This module should be kept compatible with Python 1.5.2. | ||||
| # This module should be kept compatible with Python 2.1. | ||||
| 
 | ||||
| __revision__ = "$Id$" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin v. Löwis
						Martin v. Löwis