Skip to content

Commit 8b118b5

Browse files
authored
Remove mentions of Python 2 (#2176)
1 parent c2209fe commit 8b118b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h2 class="widget-title">Sources</h2>
22
<p>For most Unix systems, you must download and compile the source code. The same source code archive can also be used to build the Windows and Mac versions, and is the starting point for ports to all other platforms.</p>
33

4-
<p>Download the latest <a href="{{ latest_python3_source.url }}">Python 3</a> and <a href="{{ latest_python2_source.url }}">Python 2</a> source.</p>
4+
<p>Download the latest <a href="{{ latest_python3_source.url }}">Python 3</a> source.</p>
55

66
<p><a class="readmore" href="/download/source/">Read more</a></p>

templates/downloads/os_list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ <h1 class="page-title">Python Releases for {{ os.name }}</h1>
2929

3030
<ul>
3131
<li><a href="{{ latest_python3.get_absolute_url }}">Latest Python 3 Release - {{ latest_python3.name }}</a></li>
32-
<li><a href="{{ latest_python2.get_absolute_url }}">Latest Python 2 Release - {{ latest_python2.name }}</a></li>
3332
</ul>
3433
<div class="col-row two-col">
3534
<div class="column">

0 commit comments

Comments
 (0)