File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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 @@ -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’s Integrated Development and Learning Environment.</ p >
9696< p > IDLE has the following features:</ p >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Importbench is a set of micro-benchmarks for various import scenarios.
33It should not be used as an overall benchmark of import performance, but rather
44an easy way to measure impact of possible code changes. For a real-world
55benchmark of import, use the normal_startup benchmark from
6- hg. python.org/benchmarks.
6+ https://github.com/ python/performance
You can’t perform that action at this time.
0 commit comments