diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 06:52:34 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 06:52:34 -0500 |
| commit | b2cf3b8d1f1908c3d9732387346f038f84cc6ca0 (patch) | |
| tree | 000022c6f3ef28e6f5ebb578a65c20c7eb186db9 /doc/faq.rst | |
| parent | 7537d098950ad231991bbaabbe2bddca8cd024c7 (diff) | |
| download | python-coveragepy-git-b2cf3b8d1f1908c3d9732387346f038f84cc6ca0.tar.gz | |
More doc tweaks, and a css file to make the drafts look more like the site.
Diffstat (limited to 'doc/faq.rst')
| -rw-r--r-- | doc/faq.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index b65a77ab..fceac38f 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -6,6 +6,8 @@ FAQ and other help :history: 20090613T141800, brand new docs. :history: 20091005T073900, updated for 3.1. +:history: 20091127T201500, updated for 3.2. + Frequently asked questions -------------------------- @@ -49,7 +51,7 @@ importing the modules that define your functions. **Q: Does coverage.py work on Python 3.x?** -Yes, as of coverage.py 3.1, Python 3.1 is supported. +Yes, Python 3.1 is fully supported. **Q: Isn't coverage testing the best thing ever?** |
