summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-11 07:18:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-11 07:18:35 -0400
commit88d7fd9da9e6c192c3f2042ce127ae7ef92de134 (patch)
treed5f2379d64a99739619a3d8df38ac2c5b32d6b6c
parent07c898114e8358fedae024c9e4d12beaf4f7c472 (diff)
downloadpython-coveragepy-git-88d7fd9da9e6c192c3f2042ce127ae7ef92de134.tar.gz
No one wonders about 3.x any more
-rw-r--r--doc/faq.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 11261f7d..6609ab32 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -66,11 +66,6 @@ Try re-installing coverage.py to see what happened and if you get the CTracer
as you should.
-**Q: Does coverage.py work on Python 3.x?**
-
-Yes, Python 3 is fully supported.
-
-
**Q: Isn't coverage testing the best thing ever?**
It's good, but `it isn't perfect`__.