summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-12 03:58:46 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-12 03:58:46 (GMT)
commita9d2b6420692c0bd1c17450d67fd1843603259fa (patch)
treed360e13a62e73b934caf8039c26706ebd7dd5862 /Doc/faq
parent4f863433fd570cf22d765c051433d24fd523a031 (diff)
parent9ce366a5a691fb929c41d7f2c065bcbbddc81026 (diff)
downloadcpython-a9d2b6420692c0bd1c17450d67fd1843603259fa.zip
cpython-a9d2b6420692c0bd1c17450d67fd1843603259fa.tar.gz
cpython-a9d2b6420692c0bd1c17450d67fd1843603259fa.tar.bz2
Merge fixes for #13193 and FAQ from 3.2
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/general.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 53c3b61..9f26dc9 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