http://hg.python.org/devguide/rev/471f70b0b6b0 changeset: 482:471f70b0b6b0 user: Ezio Melotti <ezio.melotti at gmail.com> date: Wed Jan 18 00:05:41 2012 +0200 summary: #13808: fix a link and specify the IRC server. files: faq.rst | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/faq.rst b/faq.rst --- a/faq.rst +++ b/faq.rst @@ -16,11 +16,12 @@ Where should I ask general Python questions? -------------------------------------------- -General Python questions should still go to `python-list`_ or `python-tutor`_ -or similar resources, such as StackOverflow_ or ``#python`` on IRC. +General Python questions should still go to `python-list`_ or `tutor`_ +or similar resources, such as StackOverflow_ or the ``#python`` IRC channel +on Freenode. .. _python-list: http://mail.python.org/mailman/listinfo/python-list -.. _python-tutor: http://mail.python.org/mailman/listinfo/python-tutor +.. _tutor: http://mail.python.org/mailman/listinfo/tutor .. _StackOverflow: http://stackoverflow.com/ -- Repository URL: http://hg.python.org/devguide