summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-05 20:41:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-05 20:41:28 -0400
commit6c901f5201dffac37ef7b88f69718f1f88fcaad1 (patch)
tree161f5f39f4756bb36435774a1454ec6d6286c55a
parent52f2f53d96ea973284c4ae272801b9e3ec2cebbf (diff)
downloadpython-coveragepy-git-6c901f5201dffac37ef7b88f69718f1f88fcaad1.tar.gz
Created an announcement list.
-rw-r--r--doc/faq.rst7
-rw-r--r--howto.txt1
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.
diff --git a/howto.txt b/howto.txt
index 0048bd2e..6108ea22 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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.