summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-09-22 15:31:09 +0100
committerThomas Kluyver <takowl@gmail.com>2015-09-22 15:31:09 +0100
commit4411cd9203c0624f9f800726ea4b5ea24c989424 (patch)
tree3c15eba376e37bff6915c37fe8d77f4b1d16f7c5
parent1b4e14489c7c8102f4a6af32a8f0f2ae9aa3c186 (diff)
parent304c7e683b39864da3401e35e584c5526f29bdff (diff)
downloadpexpect-4411cd9203c0624f9f800726ea4b5ea24c989424.tar.gz
Merge branch 'suggest-support-elsewhere'
-rw-r--r--doc/FAQ.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/FAQ.rst b/doc/FAQ.rst
index dc86c4f..1964b12 100644
--- a/doc/FAQ.rst
+++ b/doc/FAQ.rst
@@ -1,6 +1,17 @@
FAQ
===
+**Q: Where can I get help with pexpect? Is there a mailing list?**
+
+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
+.. _#python: https://www.python.org/community/irc/
+
**Q: Why don't shell pipe and redirect (| and >) work when I spawn a command?**
A: Remember that Pexpect does NOT interpret shell meta characters such as