From: Ned Deily Date: Tue, 11 Jun 2013 22:00:21 +0000 (-0700) Subject: Issue #18186: remove obsolete 2.2 compatibility comment. X-Git-Tag: v2.7.6rc1~357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c94f07de7741d7c46be1e0ddeead51679ba305ff;p=thirdparty%2FPython%2Fcpython.git Issue #18186: remove obsolete 2.2 compatibility comment. --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 309f9a39728e..7fd1b025c283 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 # # Licensed to PSF under a Contributor Agreement.