diff options
-rw-r--r-- | doc/faq.rst | 7 | ||||
-rw-r--r-- | howto.txt | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index d2af3ebb..d495721d 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -7,12 +7,12 @@ FAQ and other help :history: 20090613T141800, brand new docs. :history: 20091005T073900, updated for 3.1. :history: 20091127T201500, updated for 3.2. +:history: 20110605T175500, add the announcement mailing list. Frequently asked questions -------------------------- - **Q: I use nose to run my tests, and its cover plugin doesn't let me create HTML or XML reports. What should I do?** @@ -91,6 +91,11 @@ Bug reports are gladly accepted at the `Bitbucket issue tracker`_. .. _Bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues +Announcements of new coverage.py releases are sent to the +`coveragepy-announce`_ mailing list. + +.. _coveragepy-announce: http://groups.google.com/group/coveragepy-announce + `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. @@ -49,6 +49,7 @@ - Issue tracker should get new version number in picker. # Note: don't delete old version numbers: it marks changes on the tickets # with that number. +- Announce on coveragepy-announce@googlegroups.com . - Announce on TIP. - Ask Christophe Zwerschke (cito@online.de) to build win64 kits. |