diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-08 14:11:22 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-08 14:11:22 (GMT) |
commit | b5570e990909f5adaa375e43f2145f15feb6bfe1 (patch) | |
tree | a0404bee60f39f9d8d9c355dc4a8db7e1ec5ab15 /Doc | |
parent | 0f82b76b574724618f7de929c0f30aecc58c3bf7 (diff) | |
parent | 0e9a0652759e59accf822f608997637e18450fd7 (diff) | |
download | cpython-b5570e990909f5adaa375e43f2145f15feb6bfe1.zip cpython-b5570e990909f5adaa375e43f2145f15feb6bfe1.tar.gz cpython-b5570e990909f5adaa375e43f2145f15feb6bfe1.tar.bz2 |
Merge issue #16435: Link in tutorial now points to python3 FAQ.
Thanks to Yongzhi Pan from docs@
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tutorial/whatnow.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index 541b183..ac1721d 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -60,14 +60,12 @@ 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/doc/faq/>`_ (also called the FAQ), or look for it in the -:file:`Misc/` directory of the Python source distribution. 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. +<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. +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. .. Postings figure based on average of last six months activity as reported by www.egroups.com; Jan. 2000 - June 2000: 21272 msgs / 182 days = 116.9 msgs / day and steadily increasing. (XXX up to date figures?) - - |