summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-02-16 16:20:10 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-02-16 16:20:10 (GMT)
commit821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17 (patch)
tree90947a9a2802b4aeb80786890e94b8d18eb270af /Lib/subprocess.py
parentb7851694e0bcfad81844021da0dead4d0948c651 (diff)
downloadcpython-821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17.zip
cpython-821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17.tar.gz
cpython-821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17.tar.bz2
no 2.3 compat in the py3k lib #3676
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index b47ebb8..391edca 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -2,8 +2,6 @@
#
# For more information about this module, see PEP 324.
#
-# This module should remain compatible with Python 2.2, see PEP 291.
-#
# Copyright (c) 2003-2005 by Peter Astrand <astrand@lysator.liu.se>
#
# Licensed to PSF under a Contributor Agreement.