From c94f07de7741d7c46be1e0ddeead51679ba305ff Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 11 Jun 2013 15:00:21 -0700 Subject: Issue #18186: remove obsolete 2.2 compatibility comment. --- Lib/subprocess.py | 2 -- 1 file changed, 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 # # Licensed to PSF under a Contributor Agreement. -- cgit v0.12