summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/spawn.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 22:09:10 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 22:09:10 (GMT)
commit9f369e91632a9249074049719e31ccb13d8ae039 (patch)
treed96cc225fc5feac2f87cf9586cfb571b09494097 /Lib/distutils/spawn.py
parent68d919e4d60b49d7252bf3a3a53299bbad86fe68 (diff)
downloadcpython-9f369e91632a9249074049719e31ccb13d8ae039.zip
cpython-9f369e91632a9249074049719e31ccb13d8ae039.tar.gz
cpython-9f369e91632a9249074049719e31ccb13d8ae039.tar.bz2
Issue #5052: removed backward compatibility information (out of date)
Diffstat (limited to 'Lib/distutils/spawn.py')
-rw-r--r--Lib/distutils/spawn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/spawn.py b/Lib/distutils/spawn.py
index e5654ff..a6d3426 100644
--- a/Lib/distutils/spawn.py
+++ b/Lib/distutils/spawn.py
@@ -6,8 +6,6 @@ Also provides the 'find_executable()' to search the path for a given
executable name.
"""
-# This module should be kept compatible with Python 2.1.
-
__revision__ = "$Id$"
import sys, os, string