]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update mention of Subversion in the FAQ.
authorÉric Araujo <merwok@netwok.org>
Sun, 12 Feb 2012 03:49:45 +0000 (04:49 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 12 Feb 2012 03:49:45 +0000 (04:49 +0100)
If I grepped correctly, this was the last outdated place.

Doc/faq/general.rst

index 53c3b61286c07b6a0b5ff3adc795e5d2d2e92a32..9f26dc9f8a0bf0679c43c6b6677afe042be32511 100644 (file)
@@ -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