{% 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 %} {%- if is_deployment_preview %}
{% trans %}This is a deploy preview created from a pull request. For authoritative documentation, see{% endtrans %} {% trans %}the current stable release{% endtrans %}.
{%- endif %} {% endblock %} {% block rootrellink %} {{ super() }}
  • {{ shorttitle }}{{ reldelim1 }}
  • {% endblock %} {% block extrahead %} {% if builder == "html" %} {% endif %} {% if builder != "htmlhelp" %} {% if pagename == 'whatsnew/changelog' and not embedded %} {% endif %} {% endif %} {# custom CSS; used in asyncio docs! #} {{ super() }} {% endblock %}