summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-12 03:54:43 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-12 03:54:43 (GMT)
commit46652326bed4f657dad50e550b1cdef31f7ed112 (patch)
treec6fc3200c1b49e81fedf4c38894391c1b5dbbfdf /Doc
parent6faad8de7f6c4b5d13d018d552147766dd5bf12e (diff)
downloadcpython-46652326bed4f657dad50e550b1cdef31f7ed112.zip
cpython-46652326bed4f657dad50e550b1cdef31f7ed112.tar.gz
cpython-46652326bed4f657dad50e550b1cdef31f7ed112.tar.bz2
Update mention of Subversion repo in the FAQ
Diffstat (limited to 'Doc')
-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 01b4866..df43196 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