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?
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 @@ -90,7 +90,7 @@ <h3>Navigation</h3>
90
90
91
91
< div class ="section " id ="idle ">
92
92
< 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 >
94
94
< hr class ="docutils " id ="index-0 " />
95
95
< p > IDLE is Python’s Integrated Development and Learning Environment.</ p >
96
96
< 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
45
45
discovery.
46
46
47
47
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.
3
3
It should not be used as an overall benchmark of import performance, but rather
4
4
an easy way to measure impact of possible code changes. For a real-world
5
5
benchmark 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