summaryrefslogtreecommitdiff
path: root/doc/FAQ.rst
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-09-21 11:59:30 -0700
committerJeff Quast <contact@jeffquast.com>2015-09-21 11:59:30 -0700
commit6d80623bf4823a26ec0cc853ec5013300886134e (patch)
tree9e25923079b26010fa955c8d46a5b6d8754ff2c1 /doc/FAQ.rst
parentf5993888e092bd8cecc98ac9558700d4fe8624cf (diff)
downloadpexpect-6d80623bf4823a26ec0cc853ec5013300886134e.tar.gz
suggest many alternatives for pexpect support
Diffstat (limited to 'doc/FAQ.rst')
-rw-r--r--doc/FAQ.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/FAQ.rst b/doc/FAQ.rst
index bec1c35..23d616d 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: 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
+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?**
A: Remember that Pexpect does NOT interpret shell meta characters such as