summaryrefslogtreecommitdiff
path: root/doc/subprocess.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-09 20:40:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-09 21:06:43 -0500
commit39f8ce22f2a6fa9d19f45211b5981ac900b8154b (patch)
treef699d3552adb66cb205a612c778a4cf2f9c11c17 /doc/subprocess.rst
parentffb7230e2f6e64b9ba219e12a1488038f42472b4 (diff)
downloadpython-coveragepy-git-39f8ce22f2a6fa9d19f45211b5981ac900b8154b.tar.gz
Remove :history: lines
Diffstat (limited to 'doc/subprocess.rst')
-rw-r--r--doc/subprocess.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index 34d7f5ba..516e2030 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -7,10 +7,6 @@
Measuring sub-processes
=======================
-.. :history: 20100224T201800, new for 3.3.
-.. :history: 20100725T211700, updated for 3.4.
-
-
Complex test suites may spawn sub-processes to run tests, either to run them in
parallel, or because sub-process behavior is an important part of the system
under test. Measuring coverage in those sub-processes can be tricky because you