Skip to content

Commit a4afdfc

Browse files
authored
Change some mercurial/ hg.python.org references. (#8) (#185)
(cherry picked from commit b2ee40e)
1 parent 7970cd4 commit a4afdfc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Doc/faq/general.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ How do I obtain a copy of the Python source?
159159

160160
The latest Python source distribution is always available from python.org, at
161161
https://www.python.org/downloads/. The latest development sources can be obtained
162-
via anonymous Mercurial access at https://hg.python.org/cpython.
162+
at https://github.com/python/cpython/.
163163

164164
The source distribution is a gzipped tar file containing the complete C source,
165165
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
222222
newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
223223
news is available.
224224

225-
You can also access the development version of Python through Mercurial. See
226-
https://docs.python.org/devguide/faq.html for details.
225+
You can also access the development version of Python through Git. See
226+
`The Python Developer's Guide <https://docs.python.org/devguide/>`_ for details.
227227

228228

229229
How do I submit bug reports and patches for Python?

Lib/idlelib/help.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h3>Navigation</h3>
9090

9191
<div class="section" id="idle">
9292
<span id="id1"></span><h1>25.5. IDLE<a class="headerlink" href="#idle" title="Permalink to this headline"></a></h1>
93-
<p><strong>Source code:</strong> <a class="reference external" href="https://hg.python.org/cpython/file/3.5/Lib/idlelib/">Lib/idlelib/</a></p>
93+
<p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.5/Lib/idlelib">Lib/idlelib/</a></p>
9494
<hr class="docutils" id="index-0" />
9595
<p>IDLE is Python&#8217;s Integrated Development and Learning Environment.</p>
9696
<p>IDLE has the following features:</p>

Tools/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ unittestgui A Tkinter based GUI test runner for unittest, with test
4545
discovery.
4646

4747

48-
(*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/
48+
(*) A generic benchmark suite is maintained separately at https://github.com/python/performance

Tools/importbench/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Importbench is a set of micro-benchmarks for various import scenarios.
33
It should not be used as an overall benchmark of import performance, but rather
44
an easy way to measure impact of possible code changes. For a real-world
55
benchmark of import, use the normal_startup benchmark from
6-
hg.python.org/benchmarks.
6+
https://github.com/python/performance

0 commit comments

Comments
 (0)