diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-11 07:18:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-11 07:18:35 -0400 |
commit | 88d7fd9da9e6c192c3f2042ce127ae7ef92de134 (patch) | |
tree | d5f2379d64a99739619a3d8df38ac2c5b32d6b6c | |
parent | 07c898114e8358fedae024c9e4d12beaf4f7c472 (diff) | |
download | python-coveragepy-git-88d7fd9da9e6c192c3f2042ce127ae7ef92de134.tar.gz |
No one wonders about 3.x any more
-rw-r--r-- | doc/faq.rst | 5 |
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`__. |