Skip to content

Commit af9a40d

Browse files
authored
[2.7] Change some mercurial/ hg.python.org references. (#8) (#183)
(cherry picked from commit b2ee40e)
1 parent cf44d95 commit af9a40d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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?

Tools/README

+2
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ world Script to take a list of Internet addresses and print
4747
out where in the world those addresses originate from,
4848
based on the top-level domain country code found in
4949
the address.
50+
51+
A generic benchmark suite is maintained separately at https://github.com/python/performance

0 commit comments

Comments
 (0)