From: Éric Araujo Date: Sun, 12 Feb 2012 03:54:43 +0000 (+0100) Subject: Update mention of Subversion repo in the FAQ X-Git-Tag: v2.7.3rc1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46652326bed4f657dad50e550b1cdef31f7ed112;p=python Update mention of Subversion repo in the FAQ --- diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 01b4866d1e..df43196d51 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -157,7 +157,7 @@ How do I obtain a copy of the Python source? The latest Python source distribution is always available from python.org, at http://www.python.org/download/. The latest development sources can be obtained -via anonymous Subversion at http://svn.python.org/projects/python/trunk. +via anonymous Mercurial access at http://hg.python.org/cpython. The source distribution is a gzipped tar file containing the complete C source, Sphinx-formatted documentation, Python library modules, example programs, and