summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-02-13 21:46:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2011-02-13 21:46:26 -0500
commit38a5725a23171b60b848fc1084435d545f04a4a1 (patch)
tree243dc7c929b3460b928337da296a079db00d86a5 /doc/faq.rst
parent6b1661854b5977267ee7bcf79e970f5ca8d02c20 (diff)
downloadpython-coveragepy-38a5725a23171b60b848fc1084435d545f04a4a1.tar.gz
Minor tweaks to the docs.
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst28
1 files changed, 20 insertions, 8 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 5bb1f2f..d2af3eb 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -51,7 +51,7 @@ importing the modules that define your functions.
**Q: Does coverage.py work on Python 3.x?**
-Yes, Python 3.1 is fully supported.
+Yes, Pythons 3.1 and 3.2 are fully supported.
**Q: Isn't coverage testing the best thing ever?**
@@ -80,20 +80,32 @@ __ http://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html
.. _django-coverage: http://pypi.python.org/pypi/django-coverage
-Getting more help
------------------
+**Q: Where can I get more help with coverage.py?**
You can discuss coverage.py or get help using it on the `Testing In Python`_
mailing list.
.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python
-Bug reports are gladly accepted at the `bitbucket issue tracker`_.
-Bitbucket also hosts the `code repository`_.
+Bug reports are gladly accepted at the `Bitbucket issue tracker`_.
-.. _bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues
-.. _code repository: http://bitbucket.org/ned/coveragepy
+.. _Bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues
-Lastly, `I can be reached`__ in a number of ways.
+`I can be reached`__ in a number of ways, I'm happy to answer questions about
+using coverage.py. I'm also available hourly for consultation or custom
+development.
__ http://nedbatchelder.com/site/aboutned.html
+
+
+History
+-------
+
+Coverage.py was originally written by `Gareth Rees`_.
+Since 2004, `Ned Batchelder`_ has extended and maintained it with the help of
+`many others`_. The :ref:`change history <changes>` has all the details.
+
+.. _Gareth Rees: http://garethrees.org/
+.. _Ned Batchelder: http://nedbatchelder.com
+.. _many others: http://bitbucket.org/ned/coveragepy/src/tip/AUTHORS.txt
+