summaryrefslogtreecommitdiff
path: root/doc/source.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/source.rst
parentffb7230e2f6e64b9ba219e12a1488038f42472b4 (diff)
downloadpython-coveragepy-git-39f8ce22f2a6fa9d19f45211b5981ac900b8154b.tar.gz
Remove :history: lines
Diffstat (limited to 'doc/source.rst')
-rw-r--r--doc/source.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source.rst b/doc/source.rst
index 21a5f612..241c3d96 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -7,9 +7,6 @@
Specifying source files
=======================
-.. :history: 20100725T172000, new in 3.4
-
-
When coverage.py is running your program and measuring its execution, it needs
to know what code to measure and what code not to. Measurement imposes a speed
penalty, and the collected data must be stored in memory and then on disk.