summaryrefslogtreecommitdiff
path: root/doc/FAQ.rst
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-09-22 15:30:59 +0100
committerThomas Kluyver <takowl@gmail.com>2015-09-22 15:30:59 +0100
commit304c7e683b39864da3401e35e584c5526f29bdff (patch)
tree663d03446d9b0bc4f89c659d3f054c80acdfe60e /doc/FAQ.rst
parent6d80623bf4823a26ec0cc853ec5013300886134e (diff)
downloadpexpect-git-304c7e683b39864da3401e35e584c5526f29bdff.tar.gz
Reword support FAQ answer
Diffstat (limited to 'doc/FAQ.rst')
-rw-r--r--doc/FAQ.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ.rst b/doc/FAQ.rst
index 23d616d..1de1569 100644
--- a/doc/FAQ.rst
+++ b/doc/FAQ.rst
@@ -3,13 +3,13 @@ FAQ
**Q: Where can I get help with pexpect? Is there a mailing list?**
-A: As of 2015, the best ways to get general python support is the website
-forum stackoverflow_, the python-list_ mailing list, and the `#python`_
-internet relay chat channels. Please refrain from using github for general
+A: You can use the `pexpect tag on Stackoverflow <http://stackoverflow.com/questions/tagged/pexpect>`__
+to ask questions specifically related to Pexpect. For more general Python
+support, there's the python-list_ mailing list, and the `#python`_
+IRC channel. Please refrain from using github for general
python or systems scripting support.
.. _python-list: https://mail.python.org/mailman/listinfo/python-list
-.. _stackoverflow: https://stackoverflow.com/
.. _#python: https://www.python.org/community/irc/
**Q: Why don't shell pipe and redirect (| and >) work when I spawn a command?**