diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-12 03:49:45 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-12 03:49:45 (GMT) |
commit | 01a221572742548919e58dddc0dd916576a91884 (patch) | |
tree | 93f92be18f25bb0647888f02dec757e43ba76fc2 | |
parent | 30d94b7aea69440605cc7d65e06ac374c25c74c1 (diff) | |
download | cpython-01a221572742548919e58dddc0dd916576a91884.zip cpython-01a221572742548919e58dddc0dd916576a91884.tar.gz cpython-01a221572742548919e58dddc0dd916576a91884.tar.bz2 |
Update mention of Subversion in the FAQ.
If I grepped correctly, this was the last outdated place.
-rw-r--r-- | Doc/faq/general.rst | 2 |
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 |