diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-01-25 22:09:10 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-01-25 22:09:10 (GMT) |
commit | 9f369e91632a9249074049719e31ccb13d8ae039 (patch) | |
tree | d96cc225fc5feac2f87cf9586cfb571b09494097 /Lib/distutils/ccompiler.py | |
parent | 68d919e4d60b49d7252bf3a3a53299bbad86fe68 (diff) | |
download | cpython-9f369e91632a9249074049719e31ccb13d8ae039.zip cpython-9f369e91632a9249074049719e31ccb13d8ae039.tar.gz cpython-9f369e91632a9249074049719e31ccb13d8ae039.tar.bz2 |
Issue #5052: removed backward compatibility information (out of date)
Diffstat (limited to 'Lib/distutils/ccompiler.py')
-rw-r--r-- | Lib/distutils/ccompiler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py index aa92a9f..a56a038 100644 --- a/Lib/distutils/ccompiler.py +++ b/Lib/distutils/ccompiler.py @@ -3,8 +3,6 @@ Contains CCompiler, an abstract base class that defines the interface for the Distutils compiler abstraction model.""" -# This module should be kept compatible with Python 2.1. - __revision__ = "$Id$" import sys, os, re |