[Python-checkins] cpython (2.7): Issue #18186: remove obsolete 2.2 compatibility comment.

ned.deily python-checkins at python.org
Wed Jun 12 00:01:19 CEST 2013


http://hg.python.org/cpython/rev/4b2fdd4dd700
changeset:   84094:4b2fdd4dd700
branch:      2.7
parent:      84085:73de0794ae71
user:        Ned Deily <nad at acm.org>
date:        Tue Jun 11 15:00:21 2013 -0700
summary:
  Issue #18186: remove obsolete 2.2 compatibility comment.

files:
  Lib/subprocess.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Lib/subprocess.py b/Lib/subprocess.py
--- 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 at lysator.liu.se>
 #
 # Licensed to PSF under a Contributor Agreement.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list