]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #18186: remove obsolete 2.2 compatibility comment.
authorNed Deily <nad@acm.org>
Tue, 11 Jun 2013 22:00:21 +0000 (15:00 -0700)
committerNed Deily <nad@acm.org>
Tue, 11 Jun 2013 22:00:21 +0000 (15:00 -0700)
Lib/subprocess.py

index 309f9a39728eddeb468d5c592cabe444f4d58556..7fd1b025c283c75ec24152f8ba02e4810dd9b8ff 100644 (file)
@@ -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.