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

Doc/faq/general.rst
Lib/idlelib/help.html
Tools/README
Tools/importbench/README

index f1e33afdabf8a58ae051b36d1fa9a20cf8c91834..8f6a907a8a2fdacf1cf79af4afe7476cd6e0f2be 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 ffc03c4112f073c56c4bbe45524e7d3714ce3cf4..f10cd345e886c87e80fe8321caa60b2619b34363 100644 (file)
@@ -90,7 +90,7 @@
 
   <div class="section" id="idle">
 <span id="id1"></span><h1>25.5. IDLE<a class="headerlink" href="#idle" title="Permalink to this headline">ΒΆ</a></h1>
-<p><strong>Source code:</strong> <a class="reference external" href="https://hg.python.org/cpython/file/3.5/Lib/idlelib/">Lib/idlelib/</a></p>
+<p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.5/Lib/idlelib">Lib/idlelib/</a></p>
 <hr class="docutils" id="index-0" />
 <p>IDLE is Python&#8217;s Integrated Development and Learning Environment.</p>
 <p>IDLE has the following features:</p>
index 0d961de23d6cb8e710a4d1aebfc9af7d989e659d..edbf4fb83321ba533fabbe234bc57425d563f606 100644 (file)
@@ -45,4 +45,4 @@ unittestgui     A Tkinter based GUI test runner for unittest, with test
                 discovery.
 
 
-(*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/
+(*) A generic benchmark suite is maintained separately at https://github.com/python/performance
index 81a5544a383b4c86a4dc8ee22b03359196c5b70a..6ba386c2b608d5d45dba72e8ae2356d63f3c86e9 100644 (file)
@@ -3,4 +3,4 @@ Importbench is a set of micro-benchmarks for various import scenarios.
 It should not be used as an overall benchmark of import performance, but rather
 an easy way to measure impact of possible code changes. For a real-world
 benchmark of import, use the normal_startup benchmark from
-hg.python.org/benchmarks.
+https://github.com/python/performance