]> granicus.if.org Git - python/commitdiff
[2.7] Change some mercurial/ hg.python.org references. (#8) (#183)
authorSenthil Kumaran <skumaran@gatech.edu>
Mon, 20 Feb 2017 01:49:54 +0000 (17:49 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 01:49:54 +0000 (17:49 -0800)
(cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)

Doc/faq/general.rst
Tools/README

index 2de378d324aa78956eb25b83fbb12cb09af16242..35cad55c3a9e5edfe6fe6ee7b006e2418f2d3f39 100644 (file)
@@ -159,7 +159,7 @@ How do I obtain a copy of the Python source?
 
 The latest Python source distribution is always available from python.org, at
 https://www.python.org/downloads/.  The latest development sources can be obtained
-via anonymous Mercurial access at https://hg.python.org/cpython.
+at https://github.com/python/cpython/.
 
 The source distribution is a gzipped tar file containing the complete C source,
 Sphinx-formatted documentation, Python library modules, example programs, and
@@ -222,8 +222,8 @@ releases are announced on the comp.lang.python and comp.lang.python.announce
 newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
 news is available.
 
-You can also access the development version of Python through Mercurial.  See
-https://docs.python.org/devguide/faq.html for details.
+You can also access the development version of Python through Git.  See
+`The Python Developer's Guide <https://docs.python.org/devguide/>`_ for details.
 
 
 How do I submit bug reports and patches for Python?
index 1fb010358c85f222b4ccf18804204494545bc621..a2252f2f608e8cf20631094fed694207dd425742 100644 (file)
@@ -47,3 +47,5 @@ world         Script to take a list of Internet addresses and print
                out where in the world those addresses originate from,
                based on the top-level domain country code found in
                the address. 
+
+A generic benchmark suite is maintained separately at https://github.com/python/performance