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

@ -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$"