From: Kamil Turek Date: Thu, 4 Mar 2021 18:24:42 +0000 (+0100) Subject: bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736) X-Git-Tag: v3.10.0a7~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b225d91f0a92d657d9a1b62daa53ab239c8191e3;p=thirdparty%2FPython%2Fcpython.git bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736) --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index aa107cb60e46..e4ca5f500c21 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -5,7 +5,6 @@ # Copyright (c) 2003-2005 by Peter Astrand # # Licensed to PSF under a Contributor Agreement. -# See http://www.python.org/2.4/license for licensing details. r"""Subprocesses with accessible I/O streams