mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Continuously built downloads are in /current.
This commit is contained in:
parent
daeaf6984c
commit
50111c08ac
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% set title = 'Download' %}
|
{% set title = 'Download' %}
|
||||||
{% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %}
|
{% set dlbase = 'http://docs.python.org/ftp/python/doc/current' %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<h1>Download Python {{ release }} Documentation</h1>
|
<h1>Download Python {{ release }} Documentation</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue