summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Collapse)Author
2010-10-01compat/ssubprocess.py: some python versions don't have os.closerange().Avery Pennarun
Like python2.5 on Debian. It might be a MacOS extension or something. So much for the comment in subprocess.py that said "keep this compatible with python 2.2."
2010-10-01import and use subprocess.py from python 2.6.Avery Pennarun
This should hopefully let us run even on python 2.3 on really old servers.