diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-31 10:55:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-31 10:55:41 -0500 |
commit | 72952295770b200e8efcce392bbbb5f60ac7456c (patch) | |
tree | 7228f18e131b669ccf40ee87486c9c5dda5ac95e | |
parent | 5b6bb1ac8904471372ddc2b507b70c4ea6c6b25d (diff) | |
download | python-coveragepy-git-72952295770b200e8efcce392bbbb5f60ac7456c.tar.gz |
Tweak the faq
-rw-r--r-- | doc/faq.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index 0eff28b6..6b0c4af6 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -8,6 +8,7 @@ FAQ and other help :history: 20091005T073900, updated for 3.1. :history: 20091127T201500, updated for 3.2. :history: 20110605T175500, add the announcement mailing list. +:history: 20121231T104700, Tweak the py3 text. Frequently asked questions @@ -51,7 +52,7 @@ importing the modules that define your functions. **Q: Does coverage.py work on Python 3.x?** -Yes, Pythons 3.1 and 3.2 are fully supported. +Yes, Python 3 is fully supported. **Q: Isn't coverage testing the best thing ever?** |