File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ How do I obtain a copy of the Python source?
159159
160160The latest Python source distribution is always available from python.org, at
161161https://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
164164The source distribution is a gzipped tar file containing the complete C source,
165165Sphinx-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
222222newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
223223news 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
229229How do I submit bug reports and patches for Python?
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments