diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-10 01:53:14 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-10 01:53:14 (GMT) |
commit | fe08756743477eda3030c6da2d61dddeee3b8bfd (patch) | |
tree | b39bebd372fdba6853e4dbf3919b46ebd591695f /Doc/tutorial | |
parent | 956c6c2dabe893e5c389d3d84a614aae469851e3 (diff) | |
parent | 4ed4b1c7fe7caf4e7de97563fb27f28a1d26be7d (diff) | |
download | cpython-fe08756743477eda3030c6da2d61dddeee3b8bfd.zip cpython-fe08756743477eda3030c6da2d61dddeee3b8bfd.tar.gz cpython-fe08756743477eda3030c6da2d61dddeee3b8bfd.tar.bz2 |
Merge from 3.2: improve FAQ link in documentation (for issue #16435).
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/whatnow.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index ac1721d..7fcbdc3f 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -59,9 +59,8 @@ python-list@python.org. The newsgroup and mailing list are gatewayed, so messages posted to one will automatically be forwarded to the other. There are around 120 postings a day (with peaks up to several hundred), asking (and answering) questions, suggesting new features, and announcing new modules. -Before posting, be sure to check the list of `Frequently Asked Questions -<http://www.python.org/3/doc/faq/>`_ (also called the FAQ), -or look for it in the :file:`Misc/` directory of the Python source distribution. +Before posting, be sure to check the list of :ref:`Frequently Asked Questions +<faq-index>` (also called the FAQ). Mailing list archives are available at http://mail.python.org/pipermail/. The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem. |