Skip to content

Commit

Permalink
Remove mentions of Python 2 (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Oct 31, 2022
1 parent c2209fe commit 8b118b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion templates/downloads/download-sources-box.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2 class="widget-title">Sources</h2>
<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>

<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>
<p>Download the latest <a href="{{ latest_python3_source.url }}">Python 3</a> source.</p>

<p><a class="readmore" href="/download/source/">Read more</a></p>
1 change: 0 additions & 1 deletion templates/downloads/os_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ <h1 class="page-title">Python Releases for {{ os.name }}</h1>

<ul>
<li><a href="{{ latest_python3.get_absolute_url }}">Latest Python 3 Release - {{ latest_python3.name }}</a></li>
<li><a href="{{ latest_python2.get_absolute_url }}">Latest Python 2 Release - {{ latest_python2.name }}</a></li>
</ul>
<div class="col-row two-col">
<div class="column">
Expand Down

0 comments on commit 8b118b5

Please sign in to comment.