summaryrefslogtreecommitdiff
path: root/doc/excluding.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/excluding.rst
parentffb7230e2f6e64b9ba219e12a1488038f42472b4 (diff)
downloadpython-coveragepy-git-39f8ce22f2a6fa9d19f45211b5981ac900b8154b.tar.gz
Remove :history: lines
Diffstat (limited to 'doc/excluding.rst')
-rw-r--r--doc/excluding.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/excluding.rst b/doc/excluding.rst
index e56cf0a7..fc2bc116 100644
--- a/doc/excluding.rst
+++ b/doc/excluding.rst
@@ -7,12 +7,6 @@
Excluding code from coverage.py
===============================
-.. :history: 20090613T090500, brand new docs.
-.. :history: 20100224T200900, updated for 3.3.
-.. :history: 20100725T211700, updated for 3.4.
-.. :history: 20110604T184400, updated for 3.5.
-
-
You may have code in your project that you know won't be executed, and you want
to tell coverage.py to ignore it. For example, you may have debugging-only
code that won't be executed during your unit tests. You can tell coverage.py to