{% extends "layout.html" %} {% set title = _('Download') %} {% if daily is defined %} {% set dl_base = pathto('archives', resource=True) %} {% set dl_version = version %} {% else %} {# The link below returns HTTP 404 until the first related alpha release. This is expected; use daily documentation builds for CPython development. #} {% set dl_base = 'https://www.python.org/ftp/python/doc/' + release %} {% set dl_version = release %} {% endif %} {%- block extrahead -%} {{ super() }} {%- endblock -%} {% block body %}
{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}
{% endif %}{% trans %}To download an archive containing all the documents for this version of Python in one of various formats, follow one of links in this table.{% endtrans %}
| {% trans %}Format{% endtrans %} | {% trans %}Packed as .zip{% endtrans %} | {% trans %}Packed as .tar.bz2{% endtrans %} |
|---|---|---|
| {% trans %}HTML{% endtrans %} | {% trans %}Download{% endtrans %} | {% trans %}Download{% endtrans %} |
| {% trans %}Plain text{% endtrans %} | {% trans %}Download{% endtrans %} | {% trans %}Download{% endtrans %} |
| {% trans %}Texinfo{% endtrans %} | {% trans %}Download{% endtrans %} | {% trans %}Download{% endtrans %} |
| {% trans %}EPUB{% endtrans %} | {% trans %}Download{% endtrans %} |
{% trans %}These archives contain all the content in the documentation.{% endtrans %}
{% trans %}
We no longer provide pre-built PDFs of the documentation.
To build a PDF archive, follow the instructions in the
Developer's Guide
and run make dist-pdf in the Doc/ directory of a copy of the CPython repository.
{% endtrans %}
{% trans %} See the directory listing for file sizes.{% endtrans %}
{% trans bugs = bugs %}Open an issue if you have comments or suggestions for the Python documentation.{% endtrans %}
{% endblock %}