{% extends "!layout.html" %} {% block header %} {%- if outdated %}
{% trans %}This document is for an old version of Python that is no longer supported. You should upgrade, and read the {% endtrans %} {% trans %} Python documentation for the current stable release{% endtrans %}.
{%- endif %} {% endblock %} {% block rootrellink %} {{ super() }}
  • {%- if switchers is defined %} {{ language or 'en' }} {{ release }} {% trans %}Documentation {% endtrans %}{{ reldelim1 }} {%- else %} {{ shorttitle }}{{ reldelim1 }} {%- endif %}
  • {% endblock %} {% block extrahead %} {% if builder != "htmlhelp" %} {% if switchers is defined and not embedded %} {% endif %} {% if pagename == 'whatsnew/changelog' and not embedded %} {% endif %} {% endif %} {# custom CSS; used in asyncio docs! #} {{ super() }} {% endblock %}