File tree 2 files changed +5
-3
lines changed
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?
159
159
160
160
The latest Python source distribution is always available from python.org, at
161
161
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/ .
163
163
164
164
The source distribution is a gzipped tar file containing the complete C source,
165
165
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
222
222
newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
223
223
news is available.
224
224
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.
227
227
228
228
229
229
How 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
47
47
out where in the world those addresses originate from,
48
48
based on the top-level domain country code found in
49
49
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