summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorKamil Turek <kamil.turek@hotmail.com>2021-03-04 18:24:42 (GMT)
committerGitHub <noreply@github.com>2021-03-04 18:24:42 (GMT)
commitb225d91f0a92d657d9a1b62daa53ab239c8191e3 (patch)
tree4794593c2cd9c80cf9b1554fdb0518dbd4b0066e /Lib/subprocess.py
parentcb7bc7640935f6b05e9d2acfe4b33d496e8f8666 (diff)
downloadcpython-b225d91f0a92d657d9a1b62daa53ab239c8191e3.zip
cpython-b225d91f0a92d657d9a1b62daa53ab239c8191e3.tar.gz
cpython-b225d91f0a92d657d9a1b62daa53ab239c8191e3.tar.bz2
bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index aa107cb..e4ca5f5 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -5,7 +5,6 @@
# Copyright (c) 2003-2005 by Peter Astrand <astrand@lysator.liu.se>
#
# 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