mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #5052: removed backward compatibility information (out of date)
This commit is contained in:
parent
68d919e4d6
commit
9f369e9163
36 changed files with 0 additions and 72 deletions
|
@ -4,8 +4,6 @@ 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 2.1.
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import sys, os, string, re
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue