summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-13 14:24:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-13 14:24:00 -0400
commit2898aa9a56fcd8ff8a70d71883d8cfd90f105c8f (patch)
tree290504b28102f2d7ca661ae0ce73011d554b139c /doc/changes.rst
parentdf75b084d1cee1c5750f3e1cfc858997a55ed29f (diff)
downloadpython-coveragepy-git-2898aa9a56fcd8ff8a70d71883d8cfd90f105c8f.tar.gz
Build docs regularly so we find out when things are busted.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 406b92f4..5731d3c1 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -72,7 +72,7 @@ Version 4.0.1 --- 13 October 2015
- Importing a ``__init__`` module explicitly would lead to an error:
``AttributeError: 'module' object has no attribute '__path__'``, as reported
in `issue 410`_. This is now fixed.
-
+
- Code that uses ``sys.settrace(sys.gettrace())`` used to incur a more than 2x
speed penalty. Now there's no penalty at all. Fixes `issue 397`_.