summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-06-11 22:00:21 (GMT)
committerNed Deily <nad@acm.org>2013-06-11 22:00:21 (GMT)
commitc94f07de7741d7c46be1e0ddeead51679ba305ff (patch)
tree21bf225f4c39bf4cdc5f5ca0aba5fbf92618ff2d
parentfff3f4836521c44bee4441907f7476e463f0c1d0 (diff)
downloadcpython-c94f07de7741d7c46be1e0ddeead51679ba305ff.zip
cpython-c94f07de7741d7c46be1e0ddeead51679ba305ff.tar.gz
cpython-c94f07de7741d7c46be1e0ddeead51679ba305ff.tar.bz2
Issue #18186: remove obsolete 2.2 compatibility comment.
-rw-r--r--Lib/subprocess.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 309f9a3..7fd1b02 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.