summaryrefslogtreecommitdiff
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-02-16 16:20:10 +0000
committerBenjamin Peterson <benjamin@python.org>2009-02-16 16:20:10 +0000
commitb556343df32cc207dbdd2e7654ea79f7b8e7d97c (patch)
tree347a7309a155b6dfba5d66e099eab727691507bd /Lib/subprocess.py
parentfb2426dabd39f8707054b0dc3ced1ce0fb1b8535 (diff)
downloadcpython-b556343df32cc207dbdd2e7654ea79f7b8e7d97c.tar.gz
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 b47ebb8aac..391edcae1e 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.