> **Источник:** https://python-all.ru/3/contents.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# Содержание документации Python

- [Что нового в Python](https://python-all.ru/3/whatsnew/index.html)

  - [Что нового в Python 3.14](https://python-all.ru/3/whatsnew/3.14.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.14.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.14.html#new-features)

      - [**PEP 649** и **PEP 749**: отложенное вычисление аннотаций](https://python-all.ru/3/whatsnew/3.14.html#pep-649-pep-749-deferred-evaluation-of-annotations)
      - [**PEP 734**: несколько интерпретаторов в стандартной библиотеке](https://python-all.ru/3/whatsnew/3.14.html#pep-734-multiple-interpreters-in-the-standard-library)
      - [**PEP 750**: строковые шаблонные литералы](https://python-all.ru/3/whatsnew/3.14.html#pep-750-template-string-literals)
      - [**PEP 768**: безопасный интерфейс внешнего отладчика](https://python-all.ru/3/whatsnew/3.14.html#pep-768-safe-external-debugger-interface)
      - [Новый тип интерпретатора](https://python-all.ru/3/whatsnew/3.14.html#a-new-type-of-interpreter)
      - [Улучшения свободно-поточного режима](https://python-all.ru/3/whatsnew/3.14.html#free-threaded-mode-improvements)
      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.14.html#improved-error-messages)
      - [**PEP 784**: поддержка Zstandard в стандартной библиотеке](https://python-all.ru/3/whatsnew/3.14.html#pep-784-zstandard-support-in-the-standard-library)
      - [Возможности самоанализа asyncio](https://python-all.ru/3/whatsnew/3.14.html#asyncio-introspection-capabilities)
      - [Потокобезопасное управление предупреждениями](https://python-all.ru/3/whatsnew/3.14.html#concurrent-safe-warnings-control)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.14.html#other-language-changes)

      - [Встроенные функции](https://python-all.ru/3/whatsnew/3.14.html#built-ins)
      - [Командная строка и окружение](https://python-all.ru/3/whatsnew/3.14.html#command-line-and-environment)
      - [PEP 758: Разрешены выражения `except` и `except*` без скобок](https://python-all.ru/3/whatsnew/3.14.html#pep-758-allow-except-and-except-expressions-without-brackets)
      - [PEP 765: Управление потоком в блоках `finally`](https://python-all.ru/3/whatsnew/3.14.html#pep-765-control-flow-in-finally-blocks)
      - [Сборка мусора](https://python-all.ru/3/whatsnew/3.14.html#garbage-collection)
      - [Интерактивная оболочка по умолчанию](https://python-all.ru/3/whatsnew/3.14.html#default-interactive-shell)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.14.html#new-modules)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.14.html#improved-modules)

      - [argparse](https://python-all.ru/3/whatsnew/3.14.html#argparse)
      - [ast](https://python-all.ru/3/whatsnew/3.14.html#ast)
      - [asyncio](https://python-all.ru/3/whatsnew/3.14.html#asyncio)
      - [calendar](https://python-all.ru/3/whatsnew/3.14.html#calendar)
      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.14.html#concurrent-futures)
      - [configparser](https://python-all.ru/3/whatsnew/3.14.html#configparser)
      - [contextvars](https://python-all.ru/3/whatsnew/3.14.html#contextvars)
      - [ctypes](https://python-all.ru/3/whatsnew/3.14.html#ctypes)
      - [curses](https://python-all.ru/3/whatsnew/3.14.html#curses)
      - [datetime](https://python-all.ru/3/whatsnew/3.14.html#datetime)
      - [decimal](https://python-all.ru/3/whatsnew/3.14.html#decimal)
      - [difflib](https://python-all.ru/3/whatsnew/3.14.html#difflib)
      - [dis](https://python-all.ru/3/whatsnew/3.14.html#dis)
      - [errno](https://python-all.ru/3/whatsnew/3.14.html#errno)
      - [faulthandler](https://python-all.ru/3/whatsnew/3.14.html#faulthandler)
      - [fnmatch](https://python-all.ru/3/whatsnew/3.14.html#fnmatch)
      - [fractions](https://python-all.ru/3/whatsnew/3.14.html#fractions)
      - [functools](https://python-all.ru/3/whatsnew/3.14.html#functools)
      - [getopt](https://python-all.ru/3/whatsnew/3.14.html#getopt)
      - [getpass](https://python-all.ru/3/whatsnew/3.14.html#getpass)
      - [graphlib](https://python-all.ru/3/whatsnew/3.14.html#graphlib)
      - [heapq](https://python-all.ru/3/whatsnew/3.14.html#heapq)
      - [hmac](https://python-all.ru/3/whatsnew/3.14.html#hmac)
      - [http](https://python-all.ru/3/whatsnew/3.14.html#http)
      - [imaplib](https://python-all.ru/3/whatsnew/3.14.html#imaplib)
      - [inspect](https://python-all.ru/3/whatsnew/3.14.html#inspect)
      - [io](https://python-all.ru/3/whatsnew/3.14.html#io)
      - [json](https://python-all.ru/3/whatsnew/3.14.html#json)
      - [linecache](https://python-all.ru/3/whatsnew/3.14.html#linecache)
      - [logging.handlers](https://python-all.ru/3/whatsnew/3.14.html#logging-handlers)
      - [math](https://python-all.ru/3/whatsnew/3.14.html#math)
      - [mimetypes](https://python-all.ru/3/whatsnew/3.14.html#mimetypes)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.14.html#multiprocessing)
      - [оператор](https://python-all.ru/3/whatsnew/3.14.html#operator)
      - [os](https://python-all.ru/3/whatsnew/3.14.html#os)
      - [os.path](https://python-all.ru/3/whatsnew/3.14.html#os-path)
      - [pathlib](https://python-all.ru/3/whatsnew/3.14.html#pathlib)
      - [pdb](https://python-all.ru/3/whatsnew/3.14.html#pdb)
      - [pickle](https://python-all.ru/3/whatsnew/3.14.html#pickle)
      - [platform](https://python-all.ru/3/whatsnew/3.14.html#platform)
      - [pydoc](https://python-all.ru/3/whatsnew/3.14.html#pydoc)
      - [re](https://python-all.ru/3/whatsnew/3.14.html#re)
      - [сокет](https://python-all.ru/3/whatsnew/3.14.html#socket)
      - [ssl](https://python-all.ru/3/whatsnew/3.14.html#ssl)
      - [struct](https://python-all.ru/3/whatsnew/3.14.html#struct)
      - [symtable](https://python-all.ru/3/whatsnew/3.14.html#symtable)
      - [sys](https://python-all.ru/3/whatsnew/3.14.html#sys)
      - [sys.monitoring](https://python-all.ru/3/whatsnew/3.14.html#sys-monitoring)
      - [sysconfig](https://python-all.ru/3/whatsnew/3.14.html#sysconfig)
      - [tarfile](https://python-all.ru/3/whatsnew/3.14.html#tarfile)
      - [threading](https://python-all.ru/3/whatsnew/3.14.html#threading)
      - [tkinter](https://python-all.ru/3/whatsnew/3.14.html#tkinter)
      - [turtle](https://python-all.ru/3/whatsnew/3.14.html#turtle)
      - [типы](https://python-all.ru/3/whatsnew/3.14.html#types)
      - [typing](https://python-all.ru/3/whatsnew/3.14.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.14.html#unicodedata)
      - [unittest](https://python-all.ru/3/whatsnew/3.14.html#unittest)
      - [urllib](https://python-all.ru/3/whatsnew/3.14.html#urllib)
      - [uuid](https://python-all.ru/3/whatsnew/3.14.html#uuid)
      - [webbrowser](https://python-all.ru/3/whatsnew/3.14.html#webbrowser)
      - [zipfile](https://python-all.ru/3/whatsnew/3.14.html#zipfile)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.14.html#optimizations)

      - [asyncio](https://python-all.ru/3/whatsnew/3.14.html#id2)
      - [base64](https://python-all.ru/3/whatsnew/3.14.html#base64)
      - [bdb](https://python-all.ru/3/whatsnew/3.14.html#bdb)
      - [difflib](https://python-all.ru/3/whatsnew/3.14.html#id3)
      - [gc](https://python-all.ru/3/whatsnew/3.14.html#gc)
      - [io](https://python-all.ru/3/whatsnew/3.14.html#id4)
      - [pathlib](https://python-all.ru/3/whatsnew/3.14.html#id5)
      - [pdb](https://python-all.ru/3/whatsnew/3.14.html#id6)
      - [textwrap](https://python-all.ru/3/whatsnew/3.14.html#textwrap)
      - [uuid](https://python-all.ru/3/whatsnew/3.14.html#id7)
      - [zlib](https://python-all.ru/3/whatsnew/3.14.html#zlib)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.14.html#removed)

      - [argparse](https://python-all.ru/3/whatsnew/3.14.html#id8)
      - [ast](https://python-all.ru/3/whatsnew/3.14.html#id9)
      - [asyncio](https://python-all.ru/3/whatsnew/3.14.html#id10)
      - [email](https://python-all.ru/3/whatsnew/3.14.html#email)
      - [importlib.abc](https://python-all.ru/3/whatsnew/3.14.html#importlib-abc)
      - [itertools](https://python-all.ru/3/whatsnew/3.14.html#itertools)
      - [pathlib](https://python-all.ru/3/whatsnew/3.14.html#id11)
      - [pkgutil](https://python-all.ru/3/whatsnew/3.14.html#pkgutil)
      - [pty](https://python-all.ru/3/whatsnew/3.14.html#pty)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.14.html#sqlite3)
      - [urllib](https://python-all.ru/3/whatsnew/3.14.html#id12)
    - [Устарело](https://python-all.ru/3/whatsnew/3.14.html#deprecated)

      - [Новые устаревания](https://python-all.ru/3/whatsnew/3.14.html#new-deprecations)
      - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-15)
      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-16)
      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-17)
      - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-18)
      - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-19)
      - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-future-versions)
    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.14.html#cpython-bytecode-changes)

      - [Псевдоинструкции](https://python-all.ru/3/whatsnew/3.14.html#pseudo-instructions)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.14.html#c-api-changes)

      - [C API конфигурации Python](https://python-all.ru/3/whatsnew/3.14.html#python-configuration-c-api)
      - [Новые возможности C API](https://python-all.ru/3/whatsnew/3.14.html#new-features-in-the-c-api)
      - [Изменения ограниченного C API](https://python-all.ru/3/whatsnew/3.14.html#limited-c-api-changes)
      - [Удалённые C API](https://python-all.ru/3/whatsnew/3.14.html#removed-c-apis)
      - [Устаревшие C API](https://python-all.ru/3/whatsnew/3.14.html#deprecated-c-apis)

        - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.14.html#id13)
        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.14.html#id14)
        - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.14.html#id15)
        - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.14.html#id16)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.14.html#build-changes)

      - [`build-details.json`](https://python-all.ru/3/whatsnew/3.14.html#build-details-json)
      - [Прекращение использования PGP-подписей](https://python-all.ru/3/whatsnew/3.14.html#discontinuation-of-pgp-signatures)
      - [Free-threaded Python официально поддерживается](https://python-all.ru/3/whatsnew/3.14.html#free-threaded-python-is-officially-supported)
      - [Бинарные сборки для экспериментального JIT-компилятора](https://python-all.ru/3/whatsnew/3.14.html#binary-releases-for-the-experimental-just-in-time-compiler)
    - [Перенос на Python 3.14](https://python-all.ru/3/whatsnew/3.14.html#porting-to-python-3-14)

      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.14.html#changes-in-the-python-api)
      - [Изменения в аннотациях (**PEP 649** и **PEP 749**)](https://python-all.ru/3/whatsnew/3.14.html#changes-in-annotations-pep-649-and-pep-749)

        - [Последствия для аннотированного кода](https://python-all.ru/3/whatsnew/3.14.html#implications-for-annotated-code)
        - [Последствия для читателей `__annotations__`](https://python-all.ru/3/whatsnew/3.14.html#implications-for-readers-of-annotations)
        - [Связанные изменения](https://python-all.ru/3/whatsnew/3.14.html#related-changes)
        - [`from __future__ import annotations`](https://python-all.ru/3/whatsnew/3.14.html#from-future-import-annotations)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.14.html#changes-in-the-c-api)
    - [Заметные изменения в 3.14.1](https://python-all.ru/3/whatsnew/3.14.html#notable-changes-in-3-14-1)
    - [Значительные изменения в 3.14.5](https://python-all.ru/3/whatsnew/3.14.html#notable-changes-in-3-14-5)

      - [gc](https://python-all.ru/3/whatsnew/3.14.html#id19)
  - [Что нового в Python 3.13](https://python-all.ru/3/whatsnew/3.13.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.13.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.13.html#new-features)

      - [Улучшенный интерактивный интерпретатор](https://python-all.ru/3/whatsnew/3.13.html#a-better-interactive-interpreter)
      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.13.html#improved-error-messages)
      - [Свободнопоточный CPython](https://python-all.ru/3/whatsnew/3.13.html#free-threaded-cpython)
      - [Экспериментальный JIT-компилятор](https://python-all.ru/3/whatsnew/3.13.html#an-experimental-just-in-time-jit-compiler)
      - [Определена семантика мутаций для `locals()`](https://python-all.ru/3/whatsnew/3.13.html#defined-mutation-semantics-for-locals)
      - [Поддержка мобильных платформ](https://python-all.ru/3/whatsnew/3.13.html#support-for-mobile-platforms)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.13.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.13.html#new-modules)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.13.html#improved-modules)

      - [argparse](https://python-all.ru/3/whatsnew/3.13.html#argparse)
      - [array](https://python-all.ru/3/whatsnew/3.13.html#array)
      - [ast](https://python-all.ru/3/whatsnew/3.13.html#ast)
      - [asyncio](https://python-all.ru/3/whatsnew/3.13.html#asyncio)
      - [base64](https://python-all.ru/3/whatsnew/3.13.html#base64)
      - [compileall](https://python-all.ru/3/whatsnew/3.13.html#compileall)
      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.13.html#concurrent-futures)
      - [configparser](https://python-all.ru/3/whatsnew/3.13.html#configparser)
      - [copy](https://python-all.ru/3/whatsnew/3.13.html#copy)
      - [ctypes](https://python-all.ru/3/whatsnew/3.13.html#ctypes)
      - [dbm](https://python-all.ru/3/whatsnew/3.13.html#dbm)
      - [dis](https://python-all.ru/3/whatsnew/3.13.html#dis)
      - [doctest](https://python-all.ru/3/whatsnew/3.13.html#doctest)
      - [email](https://python-all.ru/3/whatsnew/3.13.html#email)
      - [enum](https://python-all.ru/3/whatsnew/3.13.html#enum)
      - [fractions](https://python-all.ru/3/whatsnew/3.13.html#fractions)
      - [glob](https://python-all.ru/3/whatsnew/3.13.html#glob)
      - [importlib](https://python-all.ru/3/whatsnew/3.13.html#importlib)
      - [io](https://python-all.ru/3/whatsnew/3.13.html#io)
      - [ipaddress](https://python-all.ru/3/whatsnew/3.13.html#ipaddress)
      - [itertools](https://python-all.ru/3/whatsnew/3.13.html#itertools)
      - [marshal](https://python-all.ru/3/whatsnew/3.13.html#marshal)
      - [math](https://python-all.ru/3/whatsnew/3.13.html#math)
      - [mimetypes](https://python-all.ru/3/whatsnew/3.13.html#mimetypes)
      - [mmap](https://python-all.ru/3/whatsnew/3.13.html#mmap)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.13.html#multiprocessing)
      - [os](https://python-all.ru/3/whatsnew/3.13.html#os)
      - [os.path](https://python-all.ru/3/whatsnew/3.13.html#os-path)
      - [pathlib](https://python-all.ru/3/whatsnew/3.13.html#pathlib)
      - [pdb](https://python-all.ru/3/whatsnew/3.13.html#pdb)
      - [очередь](https://python-all.ru/3/whatsnew/3.13.html#queue)
      - [random](https://python-all.ru/3/whatsnew/3.13.html#random)
      - [re](https://python-all.ru/3/whatsnew/3.13.html#re)
      - [shutil](https://python-all.ru/3/whatsnew/3.13.html#shutil)
      - [site](https://python-all.ru/3/whatsnew/3.13.html#site)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.13.html#sqlite3)
      - [ssl](https://python-all.ru/3/whatsnew/3.13.html#ssl)
      - [statistics](https://python-all.ru/3/whatsnew/3.13.html#statistics)
      - [подпроцесс](https://python-all.ru/3/whatsnew/3.13.html#subprocess)
      - [sys](https://python-all.ru/3/whatsnew/3.13.html#sys)
      - [tempfile](https://python-all.ru/3/whatsnew/3.13.html#tempfile)
      - [time](https://python-all.ru/3/whatsnew/3.13.html#time)
      - [tkinter](https://python-all.ru/3/whatsnew/3.13.html#tkinter)
      - [traceback](https://python-all.ru/3/whatsnew/3.13.html#traceback)
      - [типы](https://python-all.ru/3/whatsnew/3.13.html#types)
      - [typing](https://python-all.ru/3/whatsnew/3.13.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.13.html#unicodedata)
      - [venv](https://python-all.ru/3/whatsnew/3.13.html#venv)
      - [warnings](https://python-all.ru/3/whatsnew/3.13.html#warnings)
      - [xml](https://python-all.ru/3/whatsnew/3.13.html#xml)
      - [zipimport](https://python-all.ru/3/whatsnew/3.13.html#zipimport)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.13.html#optimizations)
    - [Удалённые модули и API](https://python-all.ru/3/whatsnew/3.13.html#removed-modules-and-apis)

      - [PEP 594: Удаление «мёртвых батареек» из стандартной библиотеки](https://python-all.ru/3/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library)
      - [2to3](https://python-all.ru/3/whatsnew/3.13.html#to3)
      - [builtins](https://python-all.ru/3/whatsnew/3.13.html#builtins)
      - [configparser](https://python-all.ru/3/whatsnew/3.13.html#id3)
      - [importlib.metadata](https://python-all.ru/3/whatsnew/3.13.html#importlib-metadata)
      - [locale](https://python-all.ru/3/whatsnew/3.13.html#locale)
      - [opcode](https://python-all.ru/3/whatsnew/3.13.html#opcode)
      - [optparse](https://python-all.ru/3/whatsnew/3.13.html#optparse)
      - [pathlib](https://python-all.ru/3/whatsnew/3.13.html#id4)
      - [re](https://python-all.ru/3/whatsnew/3.13.html#id5)
      - [tkinter.tix](https://python-all.ru/3/whatsnew/3.13.html#tkinter-tix)
      - [turtle](https://python-all.ru/3/whatsnew/3.13.html#turtle)
      - [typing](https://python-all.ru/3/whatsnew/3.13.html#id6)
      - [unittest](https://python-all.ru/3/whatsnew/3.13.html#unittest)
      - [urllib](https://python-all.ru/3/whatsnew/3.13.html#urllib)
      - [webbrowser](https://python-all.ru/3/whatsnew/3.13.html#webbrowser)
    - [Новые объявления об устаревании](https://python-all.ru/3/whatsnew/3.13.html#new-deprecations)

      - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-14)
      - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-15)
      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-16)
      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-17)
      - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-18)
      - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-19)
      - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-future-versions)
    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.13.html#cpython-bytecode-changes)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.13.html#c-api-changes)

      - [Новые возможности](https://python-all.ru/3/whatsnew/3.13.html#id7)
      - [Изменённые C API](https://python-all.ru/3/whatsnew/3.13.html#changed-c-apis)
      - [Изменения ограниченного C API](https://python-all.ru/3/whatsnew/3.13.html#limited-c-api-changes)
      - [Удалённые C API](https://python-all.ru/3/whatsnew/3.13.html#removed-c-apis)
      - [Устаревшие C API](https://python-all.ru/3/whatsnew/3.13.html#deprecated-c-apis)

        - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.13.html#id8)
        - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.13.html#id9)
        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.13.html#id10)
        - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.13.html#id11)
        - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.13.html#id12)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.13.html#build-changes)
    - [Перенос на Python 3.13](https://python-all.ru/3/whatsnew/3.13.html#porting-to-python-3-13)

      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.13.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.13.html#changes-in-the-c-api)
    - [Изменения в регрессионных тестах](https://python-all.ru/3/whatsnew/3.13.html#regression-test-changes)
  - [Что нового в Python 3.12](https://python-all.ru/3/whatsnew/3.12.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.12.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.12.html#new-features)

      - [PEP 695: Синтаксис параметров типа](https://python-all.ru/3/whatsnew/3.12.html#pep-695-type-parameter-syntax)
      - [PEP 701: Формализация синтаксиса f-строк](https://python-all.ru/3/whatsnew/3.12.html#pep-701-syntactic-formalization-of-f-strings)
      - [PEP 684: GIL для каждого интерпретатора](https://python-all.ru/3/whatsnew/3.12.html#pep-684-a-per-interpreter-gil)
      - [PEP 669: Мониторинг с низким влиянием для CPython](https://python-all.ru/3/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython)
      - [PEP 688: Доступность протокола буфера в Python](https://python-all.ru/3/whatsnew/3.12.html#pep-688-making-the-buffer-protocol-accessible-in-python)
      - [PEP 709: Встраивание генераторных выражений](https://python-all.ru/3/whatsnew/3.12.html#pep-709-comprehension-inlining)
      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.12.html#improved-error-messages)
    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.12.html#new-features-related-to-type-hints)

      - [PEP 692: Использование `TypedDict` для более точной типизации `**kwargs`](https://python-all.ru/3/whatsnew/3.12.html#pep-692-using-typeddict-for-more-precise-kwargs-typing)
      - [PEP 698: Декоратор override для статической типизации](https://python-all.ru/3/whatsnew/3.12.html#pep-698-override-decorator-for-static-typing)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.12.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.12.html#new-modules)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.12.html#improved-modules)

      - [array](https://python-all.ru/3/whatsnew/3.12.html#array)
      - [asyncio](https://python-all.ru/3/whatsnew/3.12.html#asyncio)
      - [calendar](https://python-all.ru/3/whatsnew/3.12.html#calendar)
      - [csv](https://python-all.ru/3/whatsnew/3.12.html#csv)
      - [dis](https://python-all.ru/3/whatsnew/3.12.html#dis)
      - [fractions](https://python-all.ru/3/whatsnew/3.12.html#fractions)
      - [importlib.resources](https://python-all.ru/3/whatsnew/3.12.html#importlib-resources)
      - [inspect](https://python-all.ru/3/whatsnew/3.12.html#inspect)
      - [itertools](https://python-all.ru/3/whatsnew/3.12.html#itertools)
      - [math](https://python-all.ru/3/whatsnew/3.12.html#math)
      - [os](https://python-all.ru/3/whatsnew/3.12.html#os)
      - [os.path](https://python-all.ru/3/whatsnew/3.12.html#os-path)
      - [pathlib](https://python-all.ru/3/whatsnew/3.12.html#pathlib)
      - [platform](https://python-all.ru/3/whatsnew/3.12.html#platform)
      - [pdb](https://python-all.ru/3/whatsnew/3.12.html#pdb)
      - [random](https://python-all.ru/3/whatsnew/3.12.html#random)
      - [shutil](https://python-all.ru/3/whatsnew/3.12.html#shutil)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.12.html#sqlite3)
      - [statistics](https://python-all.ru/3/whatsnew/3.12.html#statistics)
      - [sys](https://python-all.ru/3/whatsnew/3.12.html#sys)
      - [tempfile](https://python-all.ru/3/whatsnew/3.12.html#tempfile)
      - [threading](https://python-all.ru/3/whatsnew/3.12.html#threading)
      - [tkinter](https://python-all.ru/3/whatsnew/3.12.html#tkinter)
      - [tokenize](https://python-all.ru/3/whatsnew/3.12.html#tokenize)
      - [типы](https://python-all.ru/3/whatsnew/3.12.html#types)
      - [typing](https://python-all.ru/3/whatsnew/3.12.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.12.html#unicodedata)
      - [unittest](https://python-all.ru/3/whatsnew/3.12.html#unittest)
      - [uuid](https://python-all.ru/3/whatsnew/3.12.html#uuid)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.12.html#optimizations)
    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.12.html#cpython-bytecode-changes)
    - [Демонстрации и инструменты](https://python-all.ru/3/whatsnew/3.12.html#demos-and-tools)
    - [Устарело](https://python-all.ru/3/whatsnew/3.12.html#deprecated)

      - [Запланировано к удалению в Python 3.13](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-13)
      - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-14)
      - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-15)
      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-16)
      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-17)
      - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-future-versions)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.12.html#removed)

      - [asynchat и asyncore](https://python-all.ru/3/whatsnew/3.12.html#asynchat-and-asyncore)
      - [configparser](https://python-all.ru/3/whatsnew/3.12.html#configparser)
      - [distutils](https://python-all.ru/3/whatsnew/3.12.html#distutils)
      - [ensurepip](https://python-all.ru/3/whatsnew/3.12.html#ensurepip)
      - [enum](https://python-all.ru/3/whatsnew/3.12.html#enum)
      - [ftplib](https://python-all.ru/3/whatsnew/3.12.html#ftplib)
      - [gzip](https://python-all.ru/3/whatsnew/3.12.html#gzip)
      - [hashlib](https://python-all.ru/3/whatsnew/3.12.html#hashlib)
      - [importlib](https://python-all.ru/3/whatsnew/3.12.html#importlib)
      - [imp](https://python-all.ru/3/whatsnew/3.12.html#imp)
      - [io](https://python-all.ru/3/whatsnew/3.12.html#io)
      - [locale](https://python-all.ru/3/whatsnew/3.12.html#locale)
      - [smtpd](https://python-all.ru/3/whatsnew/3.12.html#smtpd)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.12.html#id2)
      - [ssl](https://python-all.ru/3/whatsnew/3.12.html#ssl)
      - [unittest](https://python-all.ru/3/whatsnew/3.12.html#id3)
      - [webbrowser](https://python-all.ru/3/whatsnew/3.12.html#webbrowser)
      - [xml.etree.ElementTree](https://python-all.ru/3/whatsnew/3.12.html#xml-etree-elementtree)
      - [zipimport](https://python-all.ru/3/whatsnew/3.12.html#zipimport)
      - [Другие](https://python-all.ru/3/whatsnew/3.12.html#others)
    - [Переход на Python 3.12](https://python-all.ru/3/whatsnew/3.12.html#porting-to-python-3-12)

      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.12.html#changes-in-the-python-api)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.12.html#build-changes)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.12.html#c-api-changes)

      - [Новые возможности](https://python-all.ru/3/whatsnew/3.12.html#id4)
      - [Переход на Python 3.12](https://python-all.ru/3/whatsnew/3.12.html#id5)
      - [Устарело](https://python-all.ru/3/whatsnew/3.12.html#id6)

        - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.12.html#id7)
        - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.12.html#id8)
        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.12.html#id9)
        - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.12.html#id10)
      - [Удалённое](https://python-all.ru/3/whatsnew/3.12.html#id11)
  - [Что нового в Python 3.11](https://python-all.ru/3/whatsnew/3.11.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.11.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.11.html#new-features)

      - [PEP 657: Точное указание местоположения ошибок в трассировках](https://python-all.ru/3/whatsnew/3.11.html#pep-657-fine-grained-error-locations-in-tracebacks)
      - [PEP 654: Группы исключений и `except*`](https://python-all.ru/3/whatsnew/3.11.html#pep-654-exception-groups-and-except)
      - [PEP 678: Исключения можно дополнять заметками](https://python-all.ru/3/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes)
      - [Улучшения программы запуска `py.exe` в Windows](https://python-all.ru/3/whatsnew/3.11.html#windows-py-exe-launcher-improvements)
    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.11.html#new-features-related-to-type-hints)

      - [PEP 646: Вариативные дженерики](https://python-all.ru/3/whatsnew/3.11.html#pep-646-variadic-generics)
      - [PEP 655: Пометка отдельных `TypedDict` элементов как обязательных или необязательных](https://python-all.ru/3/whatsnew/3.11.html#pep-655-marking-individual-typeddict-items-as-required-or-not-required)
      - [PEP 673: тип `Self`](https://python-all.ru/3/whatsnew/3.11.html#pep-673-self-type)
      - [PEP 675: Тип произвольной литеральной строки](https://python-all.ru/3/whatsnew/3.11.html#pep-675-arbitrary-literal-string-type)
      - [PEP 681: Преобразования классов данных](https://python-all.ru/3/whatsnew/3.11.html#pep-681-data-class-transforms)
      - [PEP 563 может не стать будущим](https://python-all.ru/3/whatsnew/3.11.html#pep-563-may-not-be-the-future)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.11.html#other-language-changes)
    - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.11.html#other-cpython-implementation-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.11.html#new-modules)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.11.html#improved-modules)

      - [asyncio](https://python-all.ru/3/whatsnew/3.11.html#asyncio)
      - [contextlib](https://python-all.ru/3/whatsnew/3.11.html#contextlib)
      - [dataclasses](https://python-all.ru/3/whatsnew/3.11.html#dataclasses)
      - [datetime](https://python-all.ru/3/whatsnew/3.11.html#datetime)
      - [enum](https://python-all.ru/3/whatsnew/3.11.html#enum)
      - [fcntl](https://python-all.ru/3/whatsnew/3.11.html#fcntl)
      - [fractions](https://python-all.ru/3/whatsnew/3.11.html#fractions)
      - [functools](https://python-all.ru/3/whatsnew/3.11.html#functools)
      - [gzip](https://python-all.ru/3/whatsnew/3.11.html#gzip)
      - [hashlib](https://python-all.ru/3/whatsnew/3.11.html#hashlib)
      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-idle)
      - [inspect](https://python-all.ru/3/whatsnew/3.11.html#inspect)
      - [locale](https://python-all.ru/3/whatsnew/3.11.html#locale)
      - [logging](https://python-all.ru/3/whatsnew/3.11.html#logging)
      - [math](https://python-all.ru/3/whatsnew/3.11.html#math)
      - [оператор](https://python-all.ru/3/whatsnew/3.11.html#operator)
      - [os](https://python-all.ru/3/whatsnew/3.11.html#os)
      - [pathlib](https://python-all.ru/3/whatsnew/3.11.html#pathlib)
      - [re](https://python-all.ru/3/whatsnew/3.11.html#re)
      - [shutil](https://python-all.ru/3/whatsnew/3.11.html#shutil)
      - [сокет](https://python-all.ru/3/whatsnew/3.11.html#socket)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.11.html#sqlite3)
      - [строка](https://python-all.ru/3/whatsnew/3.11.html#string)
      - [sys](https://python-all.ru/3/whatsnew/3.11.html#sys)
      - [sysconfig](https://python-all.ru/3/whatsnew/3.11.html#sysconfig)
      - [tempfile](https://python-all.ru/3/whatsnew/3.11.html#tempfile)
      - [threading](https://python-all.ru/3/whatsnew/3.11.html#threading)
      - [time](https://python-all.ru/3/whatsnew/3.11.html#time)
      - [tkinter](https://python-all.ru/3/whatsnew/3.11.html#tkinter)
      - [traceback](https://python-all.ru/3/whatsnew/3.11.html#traceback)
      - [typing](https://python-all.ru/3/whatsnew/3.11.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.11.html#unicodedata)
      - [unittest](https://python-all.ru/3/whatsnew/3.11.html#unittest)
      - [venv](https://python-all.ru/3/whatsnew/3.11.html#venv)
      - [warnings](https://python-all.ru/3/whatsnew/3.11.html#warnings)
      - [zipfile](https://python-all.ru/3/whatsnew/3.11.html#zipfile)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.11.html#optimizations)
    - [Более быстрый CPython](https://python-all.ru/3/whatsnew/3.11.html#faster-cpython)

      - [Более быстрый запуск](https://python-all.ru/3/whatsnew/3.11.html#faster-startup)

        - [Замороженные импорты / Статические объекты кода](https://python-all.ru/3/whatsnew/3.11.html#frozen-imports-static-code-objects)
      - [Более быстрое выполнение](https://python-all.ru/3/whatsnew/3.11.html#faster-runtime)

        - [Более дешёвые и ленивые фреймы Python](https://python-all.ru/3/whatsnew/3.11.html#cheaper-lazy-python-frames)
        - [Встраиваемые вызовы функций Python](https://python-all.ru/3/whatsnew/3.11.html#inlined-python-function-calls)
        - [PEP 659: Специализирующийся адаптивный интерпретатор](https://python-all.ru/3/whatsnew/3.11.html#pep-659-specializing-adaptive-interpreter)
      - [Разное](https://python-all.ru/3/whatsnew/3.11.html#misc)
      - [Часто задаваемые вопросы](https://python-all.ru/3/whatsnew/3.11.html#faq)

        - [Как следует писать код, чтобы воспользоваться этими ускорениями?](https://python-all.ru/3/whatsnew/3.11.html#how-should-i-write-my-code-to-utilize-these-speedups)
        - [Будет ли CPython 3.11 потреблять больше памяти?](https://python-all.ru/3/whatsnew/3.11.html#will-cpython-3-11-use-more-memory)
        - [Я не вижу ускорений в своей рабочей нагрузке. Почему?](https://python-all.ru/3/whatsnew/3.11.html#i-don-t-see-any-speedups-in-my-workload-why)
        - [Есть ли JIT-компилятор?](https://python-all.ru/3/whatsnew/3.11.html#is-there-a-jit-compiler)
      - [Общие сведения](https://python-all.ru/3/whatsnew/3.11.html#about)
    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.11.html#cpython-bytecode-changes)

      - [Новые опкоды](https://python-all.ru/3/whatsnew/3.11.html#new-opcodes)
      - [Заменённые опкоды](https://python-all.ru/3/whatsnew/3.11.html#replaced-opcodes)
      - [Изменённые/удалённые опкоды](https://python-all.ru/3/whatsnew/3.11.html#changed-removed-opcodes)
    - [Устарело](https://python-all.ru/3/whatsnew/3.11.html#deprecated)

      - [Язык/Встроенные функции](https://python-all.ru/3/whatsnew/3.11.html#language-builtins)
      - [Модули](https://python-all.ru/3/whatsnew/3.11.html#modules)
      - [Стандартная библиотека](https://python-all.ru/3/whatsnew/3.11.html#standard-library)
    - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3/whatsnew/3.11.html#pending-removal-in-python-3-12)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.11.html#removed)
    - [Переход на Python 3.11](https://python-all.ru/3/whatsnew/3.11.html#porting-to-python-3-11)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.11.html#build-changes)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.11.html#c-api-changes)

      - [Новые возможности](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-new-features)
      - [Переход на Python 3.11](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-porting)
      - [Устарело](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-deprecated)
      - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-pending-removal)
      - [Удалённое](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-removed)
    - [Заметные изменения в 3.11.4](https://python-all.ru/3/whatsnew/3.11.html#notable-changes-in-3-11-4)

      - [tarfile](https://python-all.ru/3/whatsnew/3.11.html#tarfile)
    - [Заметные изменения в 3.11.5](https://python-all.ru/3/whatsnew/3.11.html#notable-changes-in-3-11-5)

      - [OpenSSL](https://python-all.ru/3/whatsnew/3.11.html#openssl)
  - [Что нового в Python 3.10](https://python-all.ru/3/whatsnew/3.10.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.10.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.10.html#new-features)

      - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3/whatsnew/3.10.html#parenthesized-context-managers)
      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.10.html#better-error-messages)

        - [SyntaxErrors](https://python-all.ru/3/whatsnew/3.10.html#syntaxerrors)
        - [IndentationErrors](https://python-all.ru/3/whatsnew/3.10.html#indentationerrors)
        - [AttributeErrors](https://python-all.ru/3/whatsnew/3.10.html#attributeerrors)
        - [NameErrors](https://python-all.ru/3/whatsnew/3.10.html#nameerrors)
      - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)
      - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3/whatsnew/3.10.html#pep-634-structural-pattern-matching)

        - [Синтаксис и операции](https://python-all.ru/3/whatsnew/3.10.html#syntax-and-operations)
        - [Декларативный подход](https://python-all.ru/3/whatsnew/3.10.html#declarative-approach)
        - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3/whatsnew/3.10.html#simple-pattern-match-to-a-literal)

          - [Поведение без символа подстановки](https://python-all.ru/3/whatsnew/3.10.html#behavior-without-the-wildcard)
        - [Шаблоны с литералом и переменной](https://python-all.ru/3/whatsnew/3.10.html#patterns-with-a-literal-and-variable)
        - [Шаблоны и классы](https://python-all.ru/3/whatsnew/3.10.html#patterns-and-classes)

          - [Шаблоны с позиционными параметрами](https://python-all.ru/3/whatsnew/3.10.html#patterns-with-positional-parameters)
        - [Вложенные шаблоны](https://python-all.ru/3/whatsnew/3.10.html#nested-patterns)
        - [Сложные шаблоны и символ подстановки](https://python-all.ru/3/whatsnew/3.10.html#complex-patterns-and-the-wildcard)
        - [Ограничитель](https://python-all.ru/3/whatsnew/3.10.html#guard)
        - [Другие ключевые особенности](https://python-all.ru/3/whatsnew/3.10.html#other-key-features)
      - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)
    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.10.html#new-features-related-to-type-hints)

      - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3/whatsnew/3.10.html#pep-604-new-type-union-operator)
      - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3/whatsnew/3.10.html#pep-612-parameter-specification-variables)
      - [PEP 613: TypeAlias](https://python-all.ru/3/whatsnew/3.10.html#pep-613-typealias)
      - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3/whatsnew/3.10.html#pep-647-user-defined-type-guards)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.10.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.10.html#new-modules)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.10.html#improved-modules)

      - [asyncio](https://python-all.ru/3/whatsnew/3.10.html#asyncio)
      - [argparse](https://python-all.ru/3/whatsnew/3.10.html#argparse)
      - [array](https://python-all.ru/3/whatsnew/3.10.html#array)
      - [asynchat, asyncore, smtpd](https://python-all.ru/3/whatsnew/3.10.html#asynchat-asyncore-smtpd)
      - [base64](https://python-all.ru/3/whatsnew/3.10.html#base64)
      - [bdb](https://python-all.ru/3/whatsnew/3.10.html#bdb)
      - [bisect](https://python-all.ru/3/whatsnew/3.10.html#bisect)
      - [codecs](https://python-all.ru/3/whatsnew/3.10.html#codecs)
      - [collections.abc](https://python-all.ru/3/whatsnew/3.10.html#collections-abc)
      - [contextlib](https://python-all.ru/3/whatsnew/3.10.html#contextlib)
      - [curses](https://python-all.ru/3/whatsnew/3.10.html#curses)
      - [dataclasses](https://python-all.ru/3/whatsnew/3.10.html#dataclasses)

        - [\_\_slots\_\_](https://python-all.ru/3/whatsnew/3.10.html#slots)
        - [Поля, задаваемые только по ключу](https://python-all.ru/3/whatsnew/3.10.html#keyword-only-fields)
      - [distutils](https://python-all.ru/3/whatsnew/3.10.html#distutils)
      - [doctest](https://python-all.ru/3/whatsnew/3.10.html#doctest)
      - [encodings](https://python-all.ru/3/whatsnew/3.10.html#encodings)
      - [enum](https://python-all.ru/3/whatsnew/3.10.html#enum)
      - [fileinput](https://python-all.ru/3/whatsnew/3.10.html#fileinput)
      - [faulthandler](https://python-all.ru/3/whatsnew/3.10.html#faulthandler)
      - [gc](https://python-all.ru/3/whatsnew/3.10.html#gc)
      - [glob](https://python-all.ru/3/whatsnew/3.10.html#glob)
      - [hashlib](https://python-all.ru/3/whatsnew/3.10.html#hashlib)
      - [hmac](https://python-all.ru/3/whatsnew/3.10.html#hmac)
      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.10.html#idle-and-idlelib)
      - [importlib.metadata](https://python-all.ru/3/whatsnew/3.10.html#importlib-metadata)
      - [inspect](https://python-all.ru/3/whatsnew/3.10.html#inspect)
      - [itertools](https://python-all.ru/3/whatsnew/3.10.html#itertools)
      - [linecache](https://python-all.ru/3/whatsnew/3.10.html#linecache)
      - [os](https://python-all.ru/3/whatsnew/3.10.html#os)
      - [os.path](https://python-all.ru/3/whatsnew/3.10.html#os-path)
      - [pathlib](https://python-all.ru/3/whatsnew/3.10.html#pathlib)
      - [platform](https://python-all.ru/3/whatsnew/3.10.html#platform)
      - [pprint](https://python-all.ru/3/whatsnew/3.10.html#pprint)
      - [py\_compile](https://python-all.ru/3/whatsnew/3.10.html#py-compile)
      - [pyclbr](https://python-all.ru/3/whatsnew/3.10.html#pyclbr)
      - [shelve](https://python-all.ru/3/whatsnew/3.10.html#shelve)
      - [statistics](https://python-all.ru/3/whatsnew/3.10.html#statistics)
      - [site](https://python-all.ru/3/whatsnew/3.10.html#site)
      - [сокет](https://python-all.ru/3/whatsnew/3.10.html#socket)
      - [ssl](https://python-all.ru/3/whatsnew/3.10.html#ssl)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.10.html#sqlite3)
      - [sys](https://python-all.ru/3/whatsnew/3.10.html#sys)
      - [\_thread](https://python-all.ru/3/whatsnew/3.10.html#thread)
      - [threading](https://python-all.ru/3/whatsnew/3.10.html#threading)
      - [traceback](https://python-all.ru/3/whatsnew/3.10.html#traceback)
      - [типы](https://python-all.ru/3/whatsnew/3.10.html#types)
      - [typing](https://python-all.ru/3/whatsnew/3.10.html#typing)
      - [unittest](https://python-all.ru/3/whatsnew/3.10.html#unittest)
      - [urllib.parse](https://python-all.ru/3/whatsnew/3.10.html#urllib-parse)
      - [xml](https://python-all.ru/3/whatsnew/3.10.html#xml)
      - [zipimport](https://python-all.ru/3/whatsnew/3.10.html#zipimport)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.10.html#optimizations)
    - [Устарело](https://python-all.ru/3/whatsnew/3.10.html#deprecated)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.10.html#removed)
    - [Перенос на Python 3.10](https://python-all.ru/3/whatsnew/3.10.html#porting-to-python-3-10)

      - [Изменения в синтаксисе Python](https://python-all.ru/3/whatsnew/3.10.html#changes-in-the-python-syntax)
      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.10.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.10.html#changes-in-the-c-api)
    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.10.html#cpython-bytecode-changes)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.10.html#build-changes)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.10.html#c-api-changes)

      - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)
      - [Новые возможности](https://python-all.ru/3/whatsnew/3.10.html#id1)
      - [Перенос на Python 3.10](https://python-all.ru/3/whatsnew/3.10.html#id2)
      - [Устарело](https://python-all.ru/3/whatsnew/3.10.html#id3)
      - [Удалённое](https://python-all.ru/3/whatsnew/3.10.html#id4)
    - [Важная функция безопасности в 3.10.7](https://python-all.ru/3/whatsnew/3.10.html#notable-security-feature-in-3-10-7)
    - [Важная функция безопасности в 3.10.8](https://python-all.ru/3/whatsnew/3.10.html#notable-security-feature-in-3-10-8)
    - [Важные изменения в 3.10.12](https://python-all.ru/3/whatsnew/3.10.html#notable-changes-in-3-10-12)

      - [tarfile](https://python-all.ru/3/whatsnew/3.10.html#tarfile)
  - [Что нового в Python 3.9](https://python-all.ru/3/whatsnew/3.9.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.9.html#summary-release-highlights)
    - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.9.html#new-features)

      - [Операторы слияния и обновления словарей](https://python-all.ru/3/whatsnew/3.9.html#dictionary-merge-update-operators)
      - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)
      - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)
      - [Новый парсер](https://python-all.ru/3/whatsnew/3.9.html#new-parser)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.9.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.9.html#new-modules)

      - [zoneinfo](https://python-all.ru/3/whatsnew/3.9.html#zoneinfo)
      - [graphlib](https://python-all.ru/3/whatsnew/3.9.html#graphlib)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.9.html#improved-modules)

      - [ast](https://python-all.ru/3/whatsnew/3.9.html#ast)
      - [asyncio](https://python-all.ru/3/whatsnew/3.9.html#asyncio)
      - [compileall](https://python-all.ru/3/whatsnew/3.9.html#compileall)
      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.9.html#concurrent-futures)
      - [curses](https://python-all.ru/3/whatsnew/3.9.html#curses)
      - [datetime](https://python-all.ru/3/whatsnew/3.9.html#datetime)
      - [distutils](https://python-all.ru/3/whatsnew/3.9.html#distutils)
      - [fcntl](https://python-all.ru/3/whatsnew/3.9.html#fcntl)
      - [ftplib](https://python-all.ru/3/whatsnew/3.9.html#ftplib)
      - [gc](https://python-all.ru/3/whatsnew/3.9.html#gc)
      - [hashlib](https://python-all.ru/3/whatsnew/3.9.html#hashlib)
      - [http](https://python-all.ru/3/whatsnew/3.9.html#http)
      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.9.html#idle-and-idlelib)
      - [imaplib](https://python-all.ru/3/whatsnew/3.9.html#imaplib)
      - [importlib](https://python-all.ru/3/whatsnew/3.9.html#importlib)
      - [inspect](https://python-all.ru/3/whatsnew/3.9.html#inspect)
      - [ipaddress](https://python-all.ru/3/whatsnew/3.9.html#ipaddress)
      - [math](https://python-all.ru/3/whatsnew/3.9.html#math)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.9.html#multiprocessing)
      - [nntplib](https://python-all.ru/3/whatsnew/3.9.html#nntplib)
      - [os](https://python-all.ru/3/whatsnew/3.9.html#os)
      - [pathlib](https://python-all.ru/3/whatsnew/3.9.html#pathlib)
      - [pdb](https://python-all.ru/3/whatsnew/3.9.html#pdb)
      - [poplib](https://python-all.ru/3/whatsnew/3.9.html#poplib)
      - [pprint](https://python-all.ru/3/whatsnew/3.9.html#pprint)
      - [pydoc](https://python-all.ru/3/whatsnew/3.9.html#pydoc)
      - [random](https://python-all.ru/3/whatsnew/3.9.html#random)
      - [signal](https://python-all.ru/3/whatsnew/3.9.html#signal)
      - [smtplib](https://python-all.ru/3/whatsnew/3.9.html#smtplib)
      - [сокет](https://python-all.ru/3/whatsnew/3.9.html#socket)
      - [time](https://python-all.ru/3/whatsnew/3.9.html#time)
      - [sys](https://python-all.ru/3/whatsnew/3.9.html#sys)
      - [tracemalloc](https://python-all.ru/3/whatsnew/3.9.html#tracemalloc)
      - [typing](https://python-all.ru/3/whatsnew/3.9.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.9.html#unicodedata)
      - [venv](https://python-all.ru/3/whatsnew/3.9.html#venv)
      - [xml](https://python-all.ru/3/whatsnew/3.9.html#xml)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.9.html#optimizations)
    - [Устарело](https://python-all.ru/3/whatsnew/3.9.html#deprecated)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.9.html#removed)
    - [Перенос на Python 3.9](https://python-all.ru/3/whatsnew/3.9.html#porting-to-python-3-9)

      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.9.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.9.html#changes-in-the-c-api)
      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.9.html#cpython-bytecode-changes)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.9.html#build-changes)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.9.html#c-api-changes)

      - [Новые возможности](https://python-all.ru/3/whatsnew/3.9.html#id1)
      - [Перенос на Python 3.9](https://python-all.ru/3/whatsnew/3.9.html#id2)
      - [Удалённое](https://python-all.ru/3/whatsnew/3.9.html#id3)
    - [Заметные изменения в Python 3.9.1](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-1)

      - [typing](https://python-all.ru/3/whatsnew/3.9.html#id4)
      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)
    - [Заметные изменения в Python 3.9.2](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-2)

      - [collections.abc](https://python-all.ru/3/whatsnew/3.9.html#collections-abc)
      - [urllib.parse](https://python-all.ru/3/whatsnew/3.9.html#urllib-parse)
    - [Заметные изменения в Python 3.9.3](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-3)
    - [Заметные изменения в Python 3.9.5](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-5)

      - [urllib.parse](https://python-all.ru/3/whatsnew/3.9.html#id5)
    - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3/whatsnew/3.9.html#notable-security-feature-in-3-9-14)
    - [Заметные изменения в 3.9.17](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-3-9-17)

      - [tarfile](https://python-all.ru/3/whatsnew/3.9.html#tarfile)
  - [Что нового в Python 3.8](https://python-all.ru/3/whatsnew/3.8.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.8.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.8.html#new-features)

      - [Присваивающие выражения](https://python-all.ru/3/whatsnew/3.8.html#assignment-expressions)
      - [Только позиционные параметры](https://python-all.ru/3/whatsnew/3.8.html#positional-only-parameters)
      - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)
      - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)
      - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)
      - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)
      - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3/whatsnew/3.8.html#pep-587-python-initialization-configuration)
      - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)
      - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.8.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.8.html#new-modules)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.8.html#improved-modules)

      - [ast](https://python-all.ru/3/whatsnew/3.8.html#ast)
      - [asyncio](https://python-all.ru/3/whatsnew/3.8.html#asyncio)
      - [builtins](https://python-all.ru/3/whatsnew/3.8.html#builtins)
      - [collections](https://python-all.ru/3/whatsnew/3.8.html#collections)
      - [cProfile](https://python-all.ru/3/whatsnew/3.8.html#cprofile)
      - [csv](https://python-all.ru/3/whatsnew/3.8.html#csv)
      - [curses](https://python-all.ru/3/whatsnew/3.8.html#curses)
      - [ctypes](https://python-all.ru/3/whatsnew/3.8.html#ctypes)
      - [datetime](https://python-all.ru/3/whatsnew/3.8.html#datetime)
      - [functools](https://python-all.ru/3/whatsnew/3.8.html#functools)
      - [gc](https://python-all.ru/3/whatsnew/3.8.html#gc)
      - [gettext](https://python-all.ru/3/whatsnew/3.8.html#gettext)
      - [gzip](https://python-all.ru/3/whatsnew/3.8.html#gzip)
      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.8.html#idle-and-idlelib)
      - [inspect](https://python-all.ru/3/whatsnew/3.8.html#inspect)
      - [io](https://python-all.ru/3/whatsnew/3.8.html#io)
      - [itertools](https://python-all.ru/3/whatsnew/3.8.html#itertools)
      - [json.tool](https://python-all.ru/3/whatsnew/3.8.html#json-tool)
      - [logging](https://python-all.ru/3/whatsnew/3.8.html#logging)
      - [math](https://python-all.ru/3/whatsnew/3.8.html#math)
      - [mmap](https://python-all.ru/3/whatsnew/3.8.html#mmap)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.8.html#multiprocessing)
      - [os](https://python-all.ru/3/whatsnew/3.8.html#os)
      - [os.path](https://python-all.ru/3/whatsnew/3.8.html#os-path)
      - [pathlib](https://python-all.ru/3/whatsnew/3.8.html#pathlib)
      - [pickle](https://python-all.ru/3/whatsnew/3.8.html#pickle)
      - [plistlib](https://python-all.ru/3/whatsnew/3.8.html#plistlib)
      - [pprint](https://python-all.ru/3/whatsnew/3.8.html#pprint)
      - [py\_compile](https://python-all.ru/3/whatsnew/3.8.html#py-compile)
      - [shlex](https://python-all.ru/3/whatsnew/3.8.html#shlex)
      - [shutil](https://python-all.ru/3/whatsnew/3.8.html#shutil)
      - [сокет](https://python-all.ru/3/whatsnew/3.8.html#socket)
      - [ssl](https://python-all.ru/3/whatsnew/3.8.html#ssl)
      - [statistics](https://python-all.ru/3/whatsnew/3.8.html#statistics)
      - [sys](https://python-all.ru/3/whatsnew/3.8.html#sys)
      - [tarfile](https://python-all.ru/3/whatsnew/3.8.html#tarfile)
      - [threading](https://python-all.ru/3/whatsnew/3.8.html#threading)
      - [tokenize](https://python-all.ru/3/whatsnew/3.8.html#tokenize)
      - [tkinter](https://python-all.ru/3/whatsnew/3.8.html#tkinter)
      - [time](https://python-all.ru/3/whatsnew/3.8.html#time)
      - [typing](https://python-all.ru/3/whatsnew/3.8.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.8.html#unicodedata)
      - [unittest](https://python-all.ru/3/whatsnew/3.8.html#unittest)
      - [venv](https://python-all.ru/3/whatsnew/3.8.html#venv)
      - [weakref](https://python-all.ru/3/whatsnew/3.8.html#weakref)
      - [xml](https://python-all.ru/3/whatsnew/3.8.html#xml)
      - [xmlrpc](https://python-all.ru/3/whatsnew/3.8.html#xmlrpc)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.8.html#optimizations)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.8.html#build-and-c-api-changes)
    - [Устарело](https://python-all.ru/3/whatsnew/3.8.html#deprecated)
    - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.8.html#api-and-feature-removals)
    - [Перенос на Python 3.8](https://python-all.ru/3/whatsnew/3.8.html#porting-to-python-3-8)

      - [Изменения в поведении Python](https://python-all.ru/3/whatsnew/3.8.html#changes-in-python-behavior)
      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.8.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.8.html#changes-in-the-c-api)
      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.8.html#cpython-bytecode-changes)
      - [Демонстрации и инструменты](https://python-all.ru/3/whatsnew/3.8.html#demos-and-tools)
    - [Заметные изменения в Python 3.8.1](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-1)
    - [Заметные изменения в Python 3.8.2](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-2)
    - [Заметные изменения в Python 3.8.3](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-3)
    - [Заметные изменения в Python 3.8.8](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-8)
    - [Заметные изменения в Python 3.8.9](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-9)
    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-10)

      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)
    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3/whatsnew/3.8.html#id1)

      - [urllib.parse](https://python-all.ru/3/whatsnew/3.8.html#urllib-parse)
    - [Заметные изменения в Python 3.8.12](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-12)

      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.8.html#id2)
    - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3/whatsnew/3.8.html#notable-security-feature-in-3-8-14)
    - [Заметные изменения в 3.8.17](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-3-8-17)

      - [tarfile](https://python-all.ru/3/whatsnew/3.8.html#id3)
  - [Что нового в Python 3.7](https://python-all.ru/3/whatsnew/3.7.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.7.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.7.html#new-features)

      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)
      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)
      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)
      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3/whatsnew/3.7.html#pep-553-built-in-breakpoint)
      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)
      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)
      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)
      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)
      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)
      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3/whatsnew/3.7.html#pep-552-hash-based-pyc-files)
      - [PEP 545: Переводы документации Python](https://python-all.ru/3/whatsnew/3.7.html#pep-545-python-documentation-translations)
      - [Режим разработки Python (-X dev)](https://python-all.ru/3/whatsnew/3.7.html#python-development-mode-x-dev)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.7.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.7.html#new-modules)

      - [contextvars](https://python-all.ru/3/whatsnew/3.7.html#contextvars)
      - [dataclasses](https://python-all.ru/3/whatsnew/3.7.html#dataclasses)
      - [importlib.resources](https://python-all.ru/3/whatsnew/3.7.html#importlib-resources)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.7.html#improved-modules)

      - [argparse](https://python-all.ru/3/whatsnew/3.7.html#argparse)
      - [asyncio](https://python-all.ru/3/whatsnew/3.7.html#asyncio)
      - [binascii](https://python-all.ru/3/whatsnew/3.7.html#binascii)
      - [calendar](https://python-all.ru/3/whatsnew/3.7.html#calendar)
      - [collections](https://python-all.ru/3/whatsnew/3.7.html#collections)
      - [compileall](https://python-all.ru/3/whatsnew/3.7.html#compileall)
      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.7.html#concurrent-futures)
      - [contextlib](https://python-all.ru/3/whatsnew/3.7.html#contextlib)
      - [cProfile](https://python-all.ru/3/whatsnew/3.7.html#cprofile)
      - [crypt](https://python-all.ru/3/whatsnew/3.7.html#crypt)
      - [datetime](https://python-all.ru/3/whatsnew/3.7.html#datetime)
      - [dbm](https://python-all.ru/3/whatsnew/3.7.html#dbm)
      - [decimal](https://python-all.ru/3/whatsnew/3.7.html#decimal)
      - [dis](https://python-all.ru/3/whatsnew/3.7.html#dis)
      - [distutils](https://python-all.ru/3/whatsnew/3.7.html#distutils)
      - [enum](https://python-all.ru/3/whatsnew/3.7.html#enum)
      - [functools](https://python-all.ru/3/whatsnew/3.7.html#functools)
      - [gc](https://python-all.ru/3/whatsnew/3.7.html#gc)
      - [hmac](https://python-all.ru/3/whatsnew/3.7.html#hmac)
      - [http.client](https://python-all.ru/3/whatsnew/3.7.html#http-client)
      - [http.server](https://python-all.ru/3/whatsnew/3.7.html#http-server)
      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.7.html#idlelib-and-idle)
      - [importlib](https://python-all.ru/3/whatsnew/3.7.html#importlib)
      - [io](https://python-all.ru/3/whatsnew/3.7.html#io)
      - [ipaddress](https://python-all.ru/3/whatsnew/3.7.html#ipaddress)
      - [itertools](https://python-all.ru/3/whatsnew/3.7.html#itertools)
      - [locale](https://python-all.ru/3/whatsnew/3.7.html#locale)
      - [logging](https://python-all.ru/3/whatsnew/3.7.html#logging)
      - [math](https://python-all.ru/3/whatsnew/3.7.html#math)
      - [mimetypes](https://python-all.ru/3/whatsnew/3.7.html#mimetypes)
      - [msilib](https://python-all.ru/3/whatsnew/3.7.html#msilib)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.7.html#multiprocessing)
      - [os](https://python-all.ru/3/whatsnew/3.7.html#os)
      - [pathlib](https://python-all.ru/3/whatsnew/3.7.html#pathlib)
      - [pdb](https://python-all.ru/3/whatsnew/3.7.html#pdb)
      - [py\_compile](https://python-all.ru/3/whatsnew/3.7.html#py-compile)
      - [pydoc](https://python-all.ru/3/whatsnew/3.7.html#pydoc)
      - [очередь](https://python-all.ru/3/whatsnew/3.7.html#queue)
      - [re](https://python-all.ru/3/whatsnew/3.7.html#re)
      - [signal](https://python-all.ru/3/whatsnew/3.7.html#signal)
      - [сокет](https://python-all.ru/3/whatsnew/3.7.html#socket)
      - [socketserver](https://python-all.ru/3/whatsnew/3.7.html#socketserver)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.7.html#sqlite3)
      - [ssl](https://python-all.ru/3/whatsnew/3.7.html#ssl)
      - [строка](https://python-all.ru/3/whatsnew/3.7.html#string)
      - [подпроцесс](https://python-all.ru/3/whatsnew/3.7.html#subprocess)
      - [sys](https://python-all.ru/3/whatsnew/3.7.html#sys)
      - [time](https://python-all.ru/3/whatsnew/3.7.html#time)
      - [tkinter](https://python-all.ru/3/whatsnew/3.7.html#tkinter)
      - [tracemalloc](https://python-all.ru/3/whatsnew/3.7.html#tracemalloc)
      - [типы](https://python-all.ru/3/whatsnew/3.7.html#types)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.7.html#unicodedata)
      - [unittest](https://python-all.ru/3/whatsnew/3.7.html#unittest)
      - [unittest.mock](https://python-all.ru/3/whatsnew/3.7.html#unittest-mock)
      - [urllib.parse](https://python-all.ru/3/whatsnew/3.7.html#urllib-parse)
      - [uu](https://python-all.ru/3/whatsnew/3.7.html#uu)
      - [uuid](https://python-all.ru/3/whatsnew/3.7.html#uuid)
      - [warnings](https://python-all.ru/3/whatsnew/3.7.html#warnings)
      - [xml](https://python-all.ru/3/whatsnew/3.7.html#xml)
      - [xml.etree](https://python-all.ru/3/whatsnew/3.7.html#xml-etree)
      - [xmlrpc.server](https://python-all.ru/3/whatsnew/3.7.html#xmlrpc-server)
      - [zipapp](https://python-all.ru/3/whatsnew/3.7.html#zipapp)
      - [zipfile](https://python-all.ru/3/whatsnew/3.7.html#zipfile)
    - [Изменения C API](https://python-all.ru/3/whatsnew/3.7.html#c-api-changes)
    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.7.html#build-changes)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.7.html#optimizations)
    - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.7.html#other-cpython-implementation-changes)
    - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.7.html#deprecated-python-behavior)
    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)

      - [aifc](https://python-all.ru/3/whatsnew/3.7.html#aifc)
      - [asyncio](https://python-all.ru/3/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)
      - [collections](https://python-all.ru/3/whatsnew/3.7.html#id3)
      - [dbm](https://python-all.ru/3/whatsnew/3.7.html#id4)
      - [enum](https://python-all.ru/3/whatsnew/3.7.html#id5)
      - [gettext](https://python-all.ru/3/whatsnew/3.7.html#gettext)
      - [importlib](https://python-all.ru/3/whatsnew/3.7.html#id6)
      - [locale](https://python-all.ru/3/whatsnew/3.7.html#id7)
      - [macpath](https://python-all.ru/3/whatsnew/3.7.html#macpath)
      - [threading](https://python-all.ru/3/whatsnew/3.7.html#threading)
      - [сокет](https://python-all.ru/3/whatsnew/3.7.html#id8)
      - [ssl](https://python-all.ru/3/whatsnew/3.7.html#id9)
      - [sunau](https://python-all.ru/3/whatsnew/3.7.html#sunau)
      - [sys](https://python-all.ru/3/whatsnew/3.7.html#id10)
      - [wave](https://python-all.ru/3/whatsnew/3.7.html#wave)
    - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)
    - [Удаление поддержки платформ](https://python-all.ru/3/whatsnew/3.7.html#platform-support-removals)
    - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.7.html#api-and-feature-removals)
    - [Удаление модулей](https://python-all.ru/3/whatsnew/3.7.html#module-removals)
    - [Изменения только для Windows](https://python-all.ru/3/whatsnew/3.7.html#windows-only-changes)
    - [Перенос на Python 3.7](https://python-all.ru/3/whatsnew/3.7.html#porting-to-python-3-7)

      - [Изменения в поведении Python](https://python-all.ru/3/whatsnew/3.7.html#changes-in-python-behavior)
      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.7.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.7.html#changes-in-the-c-api)
      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.7.html#cpython-bytecode-changes)
      - [Изменения только для Windows](https://python-all.ru/3/whatsnew/3.7.html#id12)
      - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.7.html#id13)
    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-1)
    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-2)
    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-6)
    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-10)
    - [Заметные изменения в Python 3.7.11](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-11)
    - [Важная функция безопасности в 3.7.14](https://python-all.ru/3/whatsnew/3.7.html#notable-security-feature-in-3-7-14)
  - [Что нового в Python 3.6](https://python-all.ru/3/whatsnew/3.6.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.6.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.6.html#new-features)

      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3/whatsnew/3.6.html#pep-498-formatted-string-literals)
      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)
      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)
      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3/whatsnew/3.6.html#pep-525-asynchronous-generators)
      - [PEP 530: Асинхронные включения](https://python-all.ru/3/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)
      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)
      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)
      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)
      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3/whatsnew/3.6.html#pep-495-local-time-disambiguation)
      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)
      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)
      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)
      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)
      - [Новая реализация dict](https://python-all.ru/3/whatsnew/3.6.html#new-dict-implementation)
      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)
      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3/whatsnew/3.6.html#pythonmalloc-environment-variable)
      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.6.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.6.html#new-modules)

      - [secrets](https://python-all.ru/3/whatsnew/3.6.html#secrets)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.6.html#improved-modules)

      - [array](https://python-all.ru/3/whatsnew/3.6.html#array)
      - [ast](https://python-all.ru/3/whatsnew/3.6.html#ast)
      - [asyncio](https://python-all.ru/3/whatsnew/3.6.html#asyncio)
      - [binascii](https://python-all.ru/3/whatsnew/3.6.html#binascii)
      - [cmath](https://python-all.ru/3/whatsnew/3.6.html#cmath)
      - [collections](https://python-all.ru/3/whatsnew/3.6.html#collections)
      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.6.html#concurrent-futures)
      - [contextlib](https://python-all.ru/3/whatsnew/3.6.html#contextlib)
      - [datetime](https://python-all.ru/3/whatsnew/3.6.html#datetime)
      - [decimal](https://python-all.ru/3/whatsnew/3.6.html#decimal)
      - [distutils](https://python-all.ru/3/whatsnew/3.6.html#distutils)
      - [email](https://python-all.ru/3/whatsnew/3.6.html#email)
      - [encodings](https://python-all.ru/3/whatsnew/3.6.html#encodings)
      - [enum](https://python-all.ru/3/whatsnew/3.6.html#enum)
      - [faulthandler](https://python-all.ru/3/whatsnew/3.6.html#faulthandler)
      - [fileinput](https://python-all.ru/3/whatsnew/3.6.html#fileinput)
      - [hashlib](https://python-all.ru/3/whatsnew/3.6.html#hashlib)
      - [http.client](https://python-all.ru/3/whatsnew/3.6.html#http-client)
      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.6.html#idlelib-and-idle)
      - [importlib](https://python-all.ru/3/whatsnew/3.6.html#importlib)
      - [inspect](https://python-all.ru/3/whatsnew/3.6.html#inspect)
      - [json](https://python-all.ru/3/whatsnew/3.6.html#json)
      - [logging](https://python-all.ru/3/whatsnew/3.6.html#logging)
      - [math](https://python-all.ru/3/whatsnew/3.6.html#math)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.6.html#multiprocessing)
      - [os](https://python-all.ru/3/whatsnew/3.6.html#os)
      - [pathlib](https://python-all.ru/3/whatsnew/3.6.html#pathlib)
      - [pdb](https://python-all.ru/3/whatsnew/3.6.html#pdb)
      - [pickle](https://python-all.ru/3/whatsnew/3.6.html#pickle)
      - [pickletools](https://python-all.ru/3/whatsnew/3.6.html#pickletools)
      - [pydoc](https://python-all.ru/3/whatsnew/3.6.html#pydoc)
      - [random](https://python-all.ru/3/whatsnew/3.6.html#random)
      - [re](https://python-all.ru/3/whatsnew/3.6.html#re)
      - [readline](https://python-all.ru/3/whatsnew/3.6.html#readline)
      - [rlcompleter](https://python-all.ru/3/whatsnew/3.6.html#rlcompleter)
      - [shlex](https://python-all.ru/3/whatsnew/3.6.html#shlex)
      - [site](https://python-all.ru/3/whatsnew/3.6.html#site)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.6.html#sqlite3)
      - [сокет](https://python-all.ru/3/whatsnew/3.6.html#socket)
      - [socketserver](https://python-all.ru/3/whatsnew/3.6.html#socketserver)
      - [ssl](https://python-all.ru/3/whatsnew/3.6.html#ssl)
      - [statistics](https://python-all.ru/3/whatsnew/3.6.html#statistics)
      - [struct](https://python-all.ru/3/whatsnew/3.6.html#struct)
      - [подпроцесс](https://python-all.ru/3/whatsnew/3.6.html#subprocess)
      - [sys](https://python-all.ru/3/whatsnew/3.6.html#sys)
      - [telnetlib](https://python-all.ru/3/whatsnew/3.6.html#telnetlib)
      - [time](https://python-all.ru/3/whatsnew/3.6.html#time)
      - [timeit](https://python-all.ru/3/whatsnew/3.6.html#timeit)
      - [tkinter](https://python-all.ru/3/whatsnew/3.6.html#tkinter)
      - [traceback](https://python-all.ru/3/whatsnew/3.6.html#traceback)
      - [tracemalloc](https://python-all.ru/3/whatsnew/3.6.html#tracemalloc)
      - [typing](https://python-all.ru/3/whatsnew/3.6.html#typing)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.6.html#unicodedata)
      - [unittest.mock](https://python-all.ru/3/whatsnew/3.6.html#unittest-mock)
      - [urllib.request](https://python-all.ru/3/whatsnew/3.6.html#urllib-request)
      - [urllib.robotparser](https://python-all.ru/3/whatsnew/3.6.html#urllib-robotparser)
      - [venv](https://python-all.ru/3/whatsnew/3.6.html#venv)
      - [warnings](https://python-all.ru/3/whatsnew/3.6.html#warnings)
      - [winreg](https://python-all.ru/3/whatsnew/3.6.html#winreg)
      - [winsound](https://python-all.ru/3/whatsnew/3.6.html#winsound)
      - [xmlrpc.client](https://python-all.ru/3/whatsnew/3.6.html#xmlrpc-client)
      - [zipfile](https://python-all.ru/3/whatsnew/3.6.html#zipfile)
      - [zlib](https://python-all.ru/3/whatsnew/3.6.html#zlib)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.6.html#optimizations)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.6.html#build-and-c-api-changes)
    - [Прочие улучшения](https://python-all.ru/3/whatsnew/3.6.html#other-improvements)
    - [Устарело](https://python-all.ru/3/whatsnew/3.6.html#deprecated)

      - [Новые ключевые слова](https://python-all.ru/3/whatsnew/3.6.html#new-keywords)
      - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.6.html#deprecated-python-behavior)
      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)

        - [asynchat](https://python-all.ru/3/whatsnew/3.6.html#asynchat)
        - [asyncore](https://python-all.ru/3/whatsnew/3.6.html#asyncore)
        - [dbm](https://python-all.ru/3/whatsnew/3.6.html#dbm)
        - [distutils](https://python-all.ru/3/whatsnew/3.6.html#id2)
        - [grp](https://python-all.ru/3/whatsnew/3.6.html#grp)
        - [importlib](https://python-all.ru/3/whatsnew/3.6.html#id3)
        - [os](https://python-all.ru/3/whatsnew/3.6.html#id4)
        - [re](https://python-all.ru/3/whatsnew/3.6.html#id5)
        - [ssl](https://python-all.ru/3/whatsnew/3.6.html#id6)
        - [tkinter](https://python-all.ru/3/whatsnew/3.6.html#id7)
        - [venv](https://python-all.ru/3/whatsnew/3.6.html#whatsnew36-venv)
      - [xml](https://python-all.ru/3/whatsnew/3.6.html#xml)
      - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)
      - [Устаревшие параметры сборки](https://python-all.ru/3/whatsnew/3.6.html#deprecated-build-options)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.6.html#removed)

      - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.6.html#api-and-feature-removals)
    - [Перенос на Python 3.6](https://python-all.ru/3/whatsnew/3.6.html#porting-to-python-3-6)

      - [Изменения в поведении команды python](https://python-all.ru/3/whatsnew/3.6.html#changes-in-python-command-behavior)
      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.6.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.6.html#changes-in-the-c-api)
      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.6.html#cpython-bytecode-changes)
    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-2)

      - [Новая `make regen-all` цель сборки](https://python-all.ru/3/whatsnew/3.6.html#new-make-regen-all-build-target)
      - [Удаление `make touch` цели сборки](https://python-all.ru/3/whatsnew/3.6.html#removal-of-make-touch-build-target)
    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-4)
    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-5)
    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-7)
    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-10)
    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-13)
    - [Заметные изменения в Python 3.6.14](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-14)
  - [Что нового в Python 3.5](https://python-all.ru/3/whatsnew/3.5.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.5.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.5.html#new-features)

      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)
      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)
      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)
      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)
      - [PEP 484 - Аннотации типов](https://python-all.ru/3/whatsnew/3.5.html#pep-484-type-hints)
      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)
      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)
      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)
      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)
      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)
      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)
      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.5.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.5.html#new-modules)

      - [typing](https://python-all.ru/3/whatsnew/3.5.html#typing)
      - [zipapp](https://python-all.ru/3/whatsnew/3.5.html#zipapp)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.5.html#improved-modules)

      - [argparse](https://python-all.ru/3/whatsnew/3.5.html#argparse)
      - [asyncio](https://python-all.ru/3/whatsnew/3.5.html#asyncio)
      - [bz2](https://python-all.ru/3/whatsnew/3.5.html#bz2)
      - [cgi](https://python-all.ru/3/whatsnew/3.5.html#cgi)
      - [cmath](https://python-all.ru/3/whatsnew/3.5.html#cmath)
      - [код](https://python-all.ru/3/whatsnew/3.5.html#code)
      - [collections](https://python-all.ru/3/whatsnew/3.5.html#collections)
      - [collections.abc](https://python-all.ru/3/whatsnew/3.5.html#collections-abc)
      - [compileall](https://python-all.ru/3/whatsnew/3.5.html#compileall)
      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.5.html#concurrent-futures)
      - [configparser](https://python-all.ru/3/whatsnew/3.5.html#configparser)
      - [contextlib](https://python-all.ru/3/whatsnew/3.5.html#contextlib)
      - [csv](https://python-all.ru/3/whatsnew/3.5.html#csv)
      - [curses](https://python-all.ru/3/whatsnew/3.5.html#curses)
      - [dbm](https://python-all.ru/3/whatsnew/3.5.html#dbm)
      - [difflib](https://python-all.ru/3/whatsnew/3.5.html#difflib)
      - [distutils](https://python-all.ru/3/whatsnew/3.5.html#distutils)
      - [doctest](https://python-all.ru/3/whatsnew/3.5.html#doctest)
      - [email](https://python-all.ru/3/whatsnew/3.5.html#email)
      - [enum](https://python-all.ru/3/whatsnew/3.5.html#enum)
      - [faulthandler](https://python-all.ru/3/whatsnew/3.5.html#faulthandler)
      - [functools](https://python-all.ru/3/whatsnew/3.5.html#functools)
      - [glob](https://python-all.ru/3/whatsnew/3.5.html#glob)
      - [gzip](https://python-all.ru/3/whatsnew/3.5.html#gzip)
      - [heapq](https://python-all.ru/3/whatsnew/3.5.html#heapq)
      - [http](https://python-all.ru/3/whatsnew/3.5.html#http)
      - [http.client](https://python-all.ru/3/whatsnew/3.5.html#http-client)
      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.5.html#idlelib-and-idle)
      - [imaplib](https://python-all.ru/3/whatsnew/3.5.html#imaplib)
      - [imghdr](https://python-all.ru/3/whatsnew/3.5.html#imghdr)
      - [importlib](https://python-all.ru/3/whatsnew/3.5.html#importlib)
      - [inspect](https://python-all.ru/3/whatsnew/3.5.html#inspect)
      - [io](https://python-all.ru/3/whatsnew/3.5.html#io)
      - [ipaddress](https://python-all.ru/3/whatsnew/3.5.html#ipaddress)
      - [json](https://python-all.ru/3/whatsnew/3.5.html#json)
      - [linecache](https://python-all.ru/3/whatsnew/3.5.html#linecache)
      - [locale](https://python-all.ru/3/whatsnew/3.5.html#locale)
      - [logging](https://python-all.ru/3/whatsnew/3.5.html#logging)
      - [lzma](https://python-all.ru/3/whatsnew/3.5.html#lzma)
      - [math](https://python-all.ru/3/whatsnew/3.5.html#math)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.5.html#multiprocessing)
      - [оператор](https://python-all.ru/3/whatsnew/3.5.html#operator)
      - [os](https://python-all.ru/3/whatsnew/3.5.html#os)
      - [pathlib](https://python-all.ru/3/whatsnew/3.5.html#pathlib)
      - [pickle](https://python-all.ru/3/whatsnew/3.5.html#pickle)
      - [poplib](https://python-all.ru/3/whatsnew/3.5.html#poplib)
      - [re](https://python-all.ru/3/whatsnew/3.5.html#re)
      - [readline](https://python-all.ru/3/whatsnew/3.5.html#readline)
      - [selectors](https://python-all.ru/3/whatsnew/3.5.html#selectors)
      - [shutil](https://python-all.ru/3/whatsnew/3.5.html#shutil)
      - [signal](https://python-all.ru/3/whatsnew/3.5.html#signal)
      - [smtpd](https://python-all.ru/3/whatsnew/3.5.html#smtpd)
      - [smtplib](https://python-all.ru/3/whatsnew/3.5.html#smtplib)
      - [sndhdr](https://python-all.ru/3/whatsnew/3.5.html#sndhdr)
      - [сокет](https://python-all.ru/3/whatsnew/3.5.html#socket)
      - [ssl](https://python-all.ru/3/whatsnew/3.5.html#ssl)

        - [Поддержка Memory BIO](https://python-all.ru/3/whatsnew/3.5.html#memory-bio-support)
        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3/whatsnew/3.5.html#application-layer-protocol-negotiation-support)
        - [Прочие изменения](https://python-all.ru/3/whatsnew/3.5.html#other-changes)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.5.html#sqlite3)
      - [подпроцесс](https://python-all.ru/3/whatsnew/3.5.html#subprocess)
      - [sys](https://python-all.ru/3/whatsnew/3.5.html#sys)
      - [sysconfig](https://python-all.ru/3/whatsnew/3.5.html#sysconfig)
      - [tarfile](https://python-all.ru/3/whatsnew/3.5.html#tarfile)
      - [threading](https://python-all.ru/3/whatsnew/3.5.html#threading)
      - [time](https://python-all.ru/3/whatsnew/3.5.html#time)
      - [timeit](https://python-all.ru/3/whatsnew/3.5.html#timeit)
      - [tkinter](https://python-all.ru/3/whatsnew/3.5.html#tkinter)
      - [traceback](https://python-all.ru/3/whatsnew/3.5.html#traceback)
      - [типы](https://python-all.ru/3/whatsnew/3.5.html#types)
      - [unicodedata](https://python-all.ru/3/whatsnew/3.5.html#unicodedata)
      - [unittest](https://python-all.ru/3/whatsnew/3.5.html#unittest)
      - [unittest.mock](https://python-all.ru/3/whatsnew/3.5.html#unittest-mock)
      - [urllib](https://python-all.ru/3/whatsnew/3.5.html#urllib)
      - [wsgiref](https://python-all.ru/3/whatsnew/3.5.html#wsgiref)
      - [xmlrpc](https://python-all.ru/3/whatsnew/3.5.html#xmlrpc)
      - [xml.sax](https://python-all.ru/3/whatsnew/3.5.html#xml-sax)
      - [zipfile](https://python-all.ru/3/whatsnew/3.5.html#zipfile)
    - [Другие изменения на уровне модулей](https://python-all.ru/3/whatsnew/3.5.html#other-module-level-changes)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.5.html#optimizations)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.5.html#build-and-c-api-changes)
    - [Устарело](https://python-all.ru/3/whatsnew/3.5.html#deprecated)

      - [Новые ключевые слова](https://python-all.ru/3/whatsnew/3.5.html#new-keywords)
      - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.5.html#deprecated-python-behavior)
      - [Неподдерживаемые операционные системы](https://python-all.ru/3/whatsnew/3.5.html#unsupported-operating-systems)
      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.5.html#removed)

      - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.5.html#api-and-feature-removals)
    - [Переход на Python 3.5](https://python-all.ru/3/whatsnew/3.5.html#porting-to-python-3-5)

      - [Изменения в поведении Python](https://python-all.ru/3/whatsnew/3.5.html#changes-in-python-behavior)
      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.5.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.5.html#changes-in-the-c-api)
    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3/whatsnew/3.5.html#notable-changes-in-python-3-5-4)

      - [Новая `make regen-all` цель сборки](https://python-all.ru/3/whatsnew/3.5.html#new-make-regen-all-build-target)
      - [Удаление `make touch` цели сборки](https://python-all.ru/3/whatsnew/3.5.html#removal-of-make-touch-build-target)
  - [Что нового в Python 3.4](https://python-all.ru/3/whatsnew/3.4.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.4.html#summary-release-highlights)
    - [Новые возможности](https://python-all.ru/3/whatsnew/3.4.html#new-features)

      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)

        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3/whatsnew/3.4.html#bootstrapping-pip-by-default)
        - [Изменения в документации](https://python-all.ru/3/whatsnew/3.4.html#documentation-changes)
      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)
      - [Улучшения в обработке кодеков](https://python-all.ru/3/whatsnew/3.4.html#improvements-to-codec-handling)
      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)
      - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.4.html#other-language-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.4.html#new-modules)

      - [asyncio](https://python-all.ru/3/whatsnew/3.4.html#asyncio)
      - [ensurepip](https://python-all.ru/3/whatsnew/3.4.html#ensurepip)
      - [enum](https://python-all.ru/3/whatsnew/3.4.html#enum)
      - [pathlib](https://python-all.ru/3/whatsnew/3.4.html#pathlib)
      - [selectors](https://python-all.ru/3/whatsnew/3.4.html#selectors)
      - [statistics](https://python-all.ru/3/whatsnew/3.4.html#statistics)
      - [tracemalloc](https://python-all.ru/3/whatsnew/3.4.html#tracemalloc)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.4.html#improved-modules)

      - [abc](https://python-all.ru/3/whatsnew/3.4.html#abc)
      - [aifc](https://python-all.ru/3/whatsnew/3.4.html#aifc)
      - [argparse](https://python-all.ru/3/whatsnew/3.4.html#argparse)
      - [audioop](https://python-all.ru/3/whatsnew/3.4.html#audioop)
      - [base64](https://python-all.ru/3/whatsnew/3.4.html#base64)
      - [collections](https://python-all.ru/3/whatsnew/3.4.html#collections)
      - [colorsys](https://python-all.ru/3/whatsnew/3.4.html#colorsys)
      - [contextlib](https://python-all.ru/3/whatsnew/3.4.html#contextlib)
      - [dbm](https://python-all.ru/3/whatsnew/3.4.html#dbm)
      - [dis](https://python-all.ru/3/whatsnew/3.4.html#dis)
      - [doctest](https://python-all.ru/3/whatsnew/3.4.html#doctest)
      - [email](https://python-all.ru/3/whatsnew/3.4.html#email)
      - [filecmp](https://python-all.ru/3/whatsnew/3.4.html#filecmp)
      - [functools](https://python-all.ru/3/whatsnew/3.4.html#functools)
      - [gc](https://python-all.ru/3/whatsnew/3.4.html#gc)
      - [glob](https://python-all.ru/3/whatsnew/3.4.html#glob)
      - [hashlib](https://python-all.ru/3/whatsnew/3.4.html#hashlib)
      - [hmac](https://python-all.ru/3/whatsnew/3.4.html#hmac)
      - [html](https://python-all.ru/3/whatsnew/3.4.html#html)
      - [http](https://python-all.ru/3/whatsnew/3.4.html#http)
      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.4.html#idlelib-and-idle)
      - [importlib](https://python-all.ru/3/whatsnew/3.4.html#importlib)
      - [inspect](https://python-all.ru/3/whatsnew/3.4.html#inspect)
      - [ipaddress](https://python-all.ru/3/whatsnew/3.4.html#ipaddress)
      - [logging](https://python-all.ru/3/whatsnew/3.4.html#logging)
      - [marshal](https://python-all.ru/3/whatsnew/3.4.html#marshal)
      - [mmap](https://python-all.ru/3/whatsnew/3.4.html#mmap)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.4.html#multiprocessing)
      - [оператор](https://python-all.ru/3/whatsnew/3.4.html#operator)
      - [os](https://python-all.ru/3/whatsnew/3.4.html#os)
      - [pdb](https://python-all.ru/3/whatsnew/3.4.html#pdb)
      - [pickle](https://python-all.ru/3/whatsnew/3.4.html#pickle)
      - [plistlib](https://python-all.ru/3/whatsnew/3.4.html#plistlib)
      - [poplib](https://python-all.ru/3/whatsnew/3.4.html#poplib)
      - [pprint](https://python-all.ru/3/whatsnew/3.4.html#pprint)
      - [pty](https://python-all.ru/3/whatsnew/3.4.html#pty)
      - [pydoc](https://python-all.ru/3/whatsnew/3.4.html#pydoc)
      - [re](https://python-all.ru/3/whatsnew/3.4.html#re)
      - [resource](https://python-all.ru/3/whatsnew/3.4.html#resource)
      - [select](https://python-all.ru/3/whatsnew/3.4.html#select)
      - [shelve](https://python-all.ru/3/whatsnew/3.4.html#shelve)
      - [shutil](https://python-all.ru/3/whatsnew/3.4.html#shutil)
      - [smtpd](https://python-all.ru/3/whatsnew/3.4.html#smtpd)
      - [smtplib](https://python-all.ru/3/whatsnew/3.4.html#smtplib)
      - [сокет](https://python-all.ru/3/whatsnew/3.4.html#socket)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.4.html#sqlite3)
      - [ssl](https://python-all.ru/3/whatsnew/3.4.html#ssl)
      - [stat](https://python-all.ru/3/whatsnew/3.4.html#stat)
      - [struct](https://python-all.ru/3/whatsnew/3.4.html#struct)
      - [подпроцесс](https://python-all.ru/3/whatsnew/3.4.html#subprocess)
      - [sunau](https://python-all.ru/3/whatsnew/3.4.html#sunau)
      - [sys](https://python-all.ru/3/whatsnew/3.4.html#sys)
      - [tarfile](https://python-all.ru/3/whatsnew/3.4.html#tarfile)
      - [textwrap](https://python-all.ru/3/whatsnew/3.4.html#textwrap)
      - [threading](https://python-all.ru/3/whatsnew/3.4.html#threading)
      - [traceback](https://python-all.ru/3/whatsnew/3.4.html#traceback)
      - [типы](https://python-all.ru/3/whatsnew/3.4.html#types)
      - [urllib](https://python-all.ru/3/whatsnew/3.4.html#urllib)
      - [unittest](https://python-all.ru/3/whatsnew/3.4.html#unittest)
      - [venv](https://python-all.ru/3/whatsnew/3.4.html#venv)
      - [wave](https://python-all.ru/3/whatsnew/3.4.html#wave)
      - [weakref](https://python-all.ru/3/whatsnew/3.4.html#weakref)
      - [xml.etree](https://python-all.ru/3/whatsnew/3.4.html#xml-etree)
      - [zipfile](https://python-all.ru/3/whatsnew/3.4.html#zipfile)
    - [Изменения в реализации CPython](https://python-all.ru/3/whatsnew/3.4.html#cpython-implementation-changes)

      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)
      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3/whatsnew/3.4.html#pep-442-safe-object-finalization)
      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)
      - [PEP 436: Argument Clinic](https://python-all.ru/3/whatsnew/3.4.html#pep-436-argument-clinic)
      - [Прочие изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.4.html#other-build-and-c-api-changes)
      - [Прочие улучшения](https://python-all.ru/3/whatsnew/3.4.html#other-improvements)
      - [Значительные оптимизации](https://python-all.ru/3/whatsnew/3.4.html#significant-optimizations)
    - [Устарело](https://python-all.ru/3/whatsnew/3.4.html#deprecated)

      - [Устаревшие возможности в Python API](https://python-all.ru/3/whatsnew/3.4.html#deprecations-in-the-python-api)
      - [Устаревшие возможности](https://python-all.ru/3/whatsnew/3.4.html#deprecated-features)
    - [Удалённое](https://python-all.ru/3/whatsnew/3.4.html#removed)

      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3/whatsnew/3.4.html#operating-systems-no-longer-supported)
      - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.4.html#api-and-feature-removals)
      - [Очистка кода](https://python-all.ru/3/whatsnew/3.4.html#code-cleanups)
    - [Перенос на Python 3.4](https://python-all.ru/3/whatsnew/3.4.html#porting-to-python-3-4)

      - [Изменения в поведении команды python](https://python-all.ru/3/whatsnew/3.4.html#changes-in-python-command-behavior)
      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.4.html#changes-in-the-python-api)
      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.4.html#changes-in-the-c-api)
    - [Изменено в 3.4.3](https://python-all.ru/3/whatsnew/3.4.html#changed-in-3-4-3)

      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)
  - [Что нового в Python 3.3](https://python-all.ru/3/whatsnew/3.3.html)

    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.3.html#summary-release-highlights)
    - [PEP 405: Виртуальные окружения](https://python-all.ru/3/whatsnew/3.3.html#pep-405-virtual-environments)
    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3/whatsnew/3.3.html#pep-420-implicit-namespace-packages)
    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)

      - [Возможности](https://python-all.ru/3/whatsnew/3.3.html#features)
      - [Изменения API](https://python-all.ru/3/whatsnew/3.3.html#api-changes)
    - [PEP 393: Гибкое представление строк](https://python-all.ru/3/whatsnew/3.3.html#pep-393-flexible-string-representation)

      - [Функциональность](https://python-all.ru/3/whatsnew/3.3.html#functionality)
      - [Производительность и потребление ресурсов](https://python-all.ru/3/whatsnew/3.3.html#performance-and-resource-usage)
    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3/whatsnew/3.3.html#pep-397-python-launcher-for-windows)
    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)
    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)
    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3/whatsnew/3.3.html#pep-409-suppressing-exception-context)
    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3/whatsnew/3.3.html#pep-414-explicit-unicode-literals)
    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)
    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3/whatsnew/3.3.html#pep-412-key-sharing-dictionary)
    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3/whatsnew/3.3.html#pep-362-function-signature-object)
    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3/whatsnew/3.3.html#pep-421-adding-sys-implementation)

      - [SimpleNamespace](https://python-all.ru/3/whatsnew/3.3.html#simplenamespace)
    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)

      - [Новые API](https://python-all.ru/3/whatsnew/3.3.html#new-apis)
      - [Заметные изменения](https://python-all.ru/3/whatsnew/3.3.html#visible-changes)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.3.html#other-language-changes)
    - [Более детальная блокировка импорта](https://python-all.ru/3/whatsnew/3.3.html#a-finer-grained-import-lock)
    - [Встроенные функции и типы](https://python-all.ru/3/whatsnew/3.3.html#builtin-functions-and-types)
    - [Новые модули](https://python-all.ru/3/whatsnew/3.3.html#new-modules)

      - [faulthandler](https://python-all.ru/3/whatsnew/3.3.html#faulthandler)
      - [ipaddress](https://python-all.ru/3/whatsnew/3.3.html#ipaddress)
      - [lzma](https://python-all.ru/3/whatsnew/3.3.html#lzma)
    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.3.html#improved-modules)

      - [abc](https://python-all.ru/3/whatsnew/3.3.html#abc)
      - [array](https://python-all.ru/3/whatsnew/3.3.html#array)
      - [base64](https://python-all.ru/3/whatsnew/3.3.html#base64)
      - [binascii](https://python-all.ru/3/whatsnew/3.3.html#binascii)
      - [bz2](https://python-all.ru/3/whatsnew/3.3.html#bz2)
      - [codecs](https://python-all.ru/3/whatsnew/3.3.html#codecs)
      - [collections](https://python-all.ru/3/whatsnew/3.3.html#collections)
      - [contextlib](https://python-all.ru/3/whatsnew/3.3.html#contextlib)
      - [crypt](https://python-all.ru/3/whatsnew/3.3.html#crypt)
      - [curses](https://python-all.ru/3/whatsnew/3.3.html#curses)
      - [datetime](https://python-all.ru/3/whatsnew/3.3.html#datetime)
      - [decimal](https://python-all.ru/3/whatsnew/3.3.html#decimal)

        - [Возможности](https://python-all.ru/3/whatsnew/3.3.html#id1)
        - [Изменения API](https://python-all.ru/3/whatsnew/3.3.html#id2)
      - [email](https://python-all.ru/3/whatsnew/3.3.html#email)

        - [Каркас политик](https://python-all.ru/3/whatsnew/3.3.html#policy-framework)
        - [Временная политика с новым API заголовков](https://python-all.ru/3/whatsnew/3.3.html#provisional-policy-with-new-header-api)
        - [Другие изменения API](https://python-all.ru/3/whatsnew/3.3.html#other-api-changes)
      - [ftplib](https://python-all.ru/3/whatsnew/3.3.html#ftplib)
      - [functools](https://python-all.ru/3/whatsnew/3.3.html#functools)
      - [gc](https://python-all.ru/3/whatsnew/3.3.html#gc)
      - [hmac](https://python-all.ru/3/whatsnew/3.3.html#hmac)
      - [http](https://python-all.ru/3/whatsnew/3.3.html#http)
      - [html](https://python-all.ru/3/whatsnew/3.3.html#html)
      - [imaplib](https://python-all.ru/3/whatsnew/3.3.html#imaplib)
      - [inspect](https://python-all.ru/3/whatsnew/3.3.html#inspect)
      - [io](https://python-all.ru/3/whatsnew/3.3.html#io)
      - [itertools](https://python-all.ru/3/whatsnew/3.3.html#itertools)
      - [logging](https://python-all.ru/3/whatsnew/3.3.html#logging)
      - [math](https://python-all.ru/3/whatsnew/3.3.html#math)
      - [mmap](https://python-all.ru/3/whatsnew/3.3.html#mmap)
      - [multiprocessing](https://python-all.ru/3/whatsnew/3.3.html#multiprocessing)
      - [nntplib](https://python-all.ru/3/whatsnew/3.3.html#nntplib)
      - [os](https://python-all.ru/3/whatsnew/3.3.html#os)
      - [pdb](https://python-all.ru/3/whatsnew/3.3.html#pdb)
      - [pickle](https://python-all.ru/3/whatsnew/3.3.html#pickle)
      - [pydoc](https://python-all.ru/3/whatsnew/3.3.html#pydoc)
      - [re](https://python-all.ru/3/whatsnew/3.3.html#re)
      - [sched](https://python-all.ru/3/whatsnew/3.3.html#sched)
      - [select](https://python-all.ru/3/whatsnew/3.3.html#select)
      - [shlex](https://python-all.ru/3/whatsnew/3.3.html#shlex)
      - [shutil](https://python-all.ru/3/whatsnew/3.3.html#shutil)
      - [signal](https://python-all.ru/3/whatsnew/3.3.html#signal)
      - [smtpd](https://python-all.ru/3/whatsnew/3.3.html#smtpd)
      - [smtplib](https://python-all.ru/3/whatsnew/3.3.html#smtplib)
      - [сокет](https://python-all.ru/3/whatsnew/3.3.html#socket)
      - [socketserver](https://python-all.ru/3/whatsnew/3.3.html#socketserver)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.3.html#sqlite3)
      - [ssl](https://python-all.ru/3/whatsnew/3.3.html#ssl)
      - [stat](https://python-all.ru/3/whatsnew/3.3.html#stat)
      - [struct](https://python-all.ru/3/whatsnew/3.3.html#struct)
      - [подпроцесс](https://python-all.ru/3/whatsnew/3.3.html#subprocess)
      - [sys](https://python-all.ru/3/whatsnew/3.3.html#sys)
      - [tarfile](https://python-all.ru/3/whatsnew/3.3.html#tarfile)
      - [tempfile](https://python-all.ru/3/whatsnew/3.3.html#tempfile)
      - [textwrap](https://python-all.ru/3/whatsnew/3.3.html#textwrap)
      - [threading](https://python-all.ru/3/whatsnew/3.3.html#threading)
      - [time](https://python-all.ru/3/whatsnew/3.3.html#time)
      - [типы](https://python-all.ru/3/whatsnew/3.3.html#types)
      - [unittest](https://python-all.ru/3/whatsnew/3.3.html#unittest)
      - [urllib](https://python-all.ru/3/whatsnew/3.3.html#urllib)
      - [webbrowser](https://python-all.ru/3/whatsnew/3.3.html#webbrowser)
      - [xml.etree.ElementTree](https://python-all.ru/3/whatsnew/3.3.html#xml-etree-elementtree)
      - [zlib](https://python-all.ru/3/whatsnew/3.3.html#zlib)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.3.html#optimizations)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.3.html#build-and-c-api-changes)
    - [Устарело](https://python-all.ru/3/whatsnew/3.3.html#deprecated)

      - [Неподдерживаемые операционные системы](https://python-all.ru/3/whatsnew/3.3.html#unsupported-operating-systems)
      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)
      - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)
      - [Устаревшие возможности](https://python-all.ru/3/whatsnew/3.3.html#deprecated-features)
    - [Porting to Python 3.3](https://python-all.ru/3/whatsnew/3.3.html#porting-to-python-3-3)

      - [Перенос кода Python](https://python-all.ru/3/whatsnew/3.3.html#porting-python-code)
      - [Перенос кода C](https://python-all.ru/3/whatsnew/3.3.html#porting-c-code)
      - [Сборка расширений на C](https://python-all.ru/3/whatsnew/3.3.html#building-c-extensions)
      - [Изменения параметров командной строки](https://python-all.ru/3/whatsnew/3.3.html#command-line-switch-changes)
  - [Что нового в Python 3.2](https://python-all.ru/3/whatsnew/3.2.html)

    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3/whatsnew/3.2.html#pep-384-defining-a-stable-abi)
    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)
    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)
    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)
    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3/whatsnew/3.2.html#pep-3147-pyc-repository-directories)
    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)
    - [PEP 3333: Python Web Server Gateway Interface v1.0.1](https://python-all.ru/3/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.2.html#other-language-changes)
    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/3.2.html#new-improved-and-deprecated-modules)

      - [email](https://python-all.ru/3/whatsnew/3.2.html#email)
      - [elementtree](https://python-all.ru/3/whatsnew/3.2.html#elementtree)
      - [functools](https://python-all.ru/3/whatsnew/3.2.html#functools)
      - [itertools](https://python-all.ru/3/whatsnew/3.2.html#itertools)
      - [collections](https://python-all.ru/3/whatsnew/3.2.html#collections)
      - [threading](https://python-all.ru/3/whatsnew/3.2.html#threading)
      - [datetime и time](https://python-all.ru/3/whatsnew/3.2.html#datetime-and-time)
      - [math](https://python-all.ru/3/whatsnew/3.2.html#math)
      - [abc](https://python-all.ru/3/whatsnew/3.2.html#abc)
      - [io](https://python-all.ru/3/whatsnew/3.2.html#io)
      - [reprlib](https://python-all.ru/3/whatsnew/3.2.html#reprlib)
      - [logging](https://python-all.ru/3/whatsnew/3.2.html#logging)
      - [csv](https://python-all.ru/3/whatsnew/3.2.html#csv)
      - [contextlib](https://python-all.ru/3/whatsnew/3.2.html#contextlib)
      - [decimal и fractions](https://python-all.ru/3/whatsnew/3.2.html#decimal-and-fractions)
      - [ftp](https://python-all.ru/3/whatsnew/3.2.html#ftp)
      - [popen](https://python-all.ru/3/whatsnew/3.2.html#popen)
      - [select](https://python-all.ru/3/whatsnew/3.2.html#select)
      - [gzip и zipfile](https://python-all.ru/3/whatsnew/3.2.html#gzip-and-zipfile)
      - [tarfile](https://python-all.ru/3/whatsnew/3.2.html#tarfile)
      - [hashlib](https://python-all.ru/3/whatsnew/3.2.html#hashlib)
      - [ast](https://python-all.ru/3/whatsnew/3.2.html#ast)
      - [os](https://python-all.ru/3/whatsnew/3.2.html#os)
      - [shutil](https://python-all.ru/3/whatsnew/3.2.html#shutil)
      - [sqlite3](https://python-all.ru/3/whatsnew/3.2.html#sqlite3)
      - [html](https://python-all.ru/3/whatsnew/3.2.html#html)
      - [сокет](https://python-all.ru/3/whatsnew/3.2.html#socket)
      - [ssl](https://python-all.ru/3/whatsnew/3.2.html#ssl)
      - [nntp](https://python-all.ru/3/whatsnew/3.2.html#nntp)
      - [сертификаты](https://python-all.ru/3/whatsnew/3.2.html#certificates)
      - [imaplib](https://python-all.ru/3/whatsnew/3.2.html#imaplib)
      - [http.client](https://python-all.ru/3/whatsnew/3.2.html#http-client)
      - [unittest](https://python-all.ru/3/whatsnew/3.2.html#unittest)
      - [random](https://python-all.ru/3/whatsnew/3.2.html#random)
      - [poplib](https://python-all.ru/3/whatsnew/3.2.html#poplib)
      - [asyncore](https://python-all.ru/3/whatsnew/3.2.html#asyncore)
      - [tempfile](https://python-all.ru/3/whatsnew/3.2.html#tempfile)
      - [inspect](https://python-all.ru/3/whatsnew/3.2.html#inspect)
      - [pydoc](https://python-all.ru/3/whatsnew/3.2.html#pydoc)
      - [dis](https://python-all.ru/3/whatsnew/3.2.html#dis)
      - [dbm](https://python-all.ru/3/whatsnew/3.2.html#dbm)
      - [ctypes](https://python-all.ru/3/whatsnew/3.2.html#ctypes)
      - [site](https://python-all.ru/3/whatsnew/3.2.html#site)
      - [sysconfig](https://python-all.ru/3/whatsnew/3.2.html#sysconfig)
      - [pdb](https://python-all.ru/3/whatsnew/3.2.html#pdb)
      - [configparser](https://python-all.ru/3/whatsnew/3.2.html#configparser)
      - [urllib.parse](https://python-all.ru/3/whatsnew/3.2.html#urllib-parse)
      - [mailbox](https://python-all.ru/3/whatsnew/3.2.html#mailbox)
      - [turtledemo](https://python-all.ru/3/whatsnew/3.2.html#turtledemo)
    - [Многопоточность](https://python-all.ru/3/whatsnew/3.2.html#multi-threading)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.2.html#optimizations)
    - [Unicode](https://python-all.ru/3/whatsnew/3.2.html#unicode)
    - [Кодеки](https://python-all.ru/3/whatsnew/3.2.html#codecs)
    - [Документация](https://python-all.ru/3/whatsnew/3.2.html#documentation)
    - [IDLE](https://python-all.ru/3/whatsnew/3.2.html#idle)
    - [Репозиторий кода](https://python-all.ru/3/whatsnew/3.2.html#code-repository)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.2.html#build-and-c-api-changes)
    - [Переход на Python 3.2](https://python-all.ru/3/whatsnew/3.2.html#porting-to-python-3-2)
  - [Что нового в Python 3.1](https://python-all.ru/3/whatsnew/3.1.html)

    - [PEP 372: Упорядоченные словари](https://python-all.ru/3/whatsnew/3.1.html#pep-372-ordered-dictionaries)
    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.1.html#other-language-changes)
    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/3.1.html#new-improved-and-deprecated-modules)
    - [Оптимизации](https://python-all.ru/3/whatsnew/3.1.html#optimizations)
    - [IDLE](https://python-all.ru/3/whatsnew/3.1.html#idle)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.1.html#build-and-c-api-changes)
    - [Переход на Python 3.1](https://python-all.ru/3/whatsnew/3.1.html#porting-to-python-3-1)
  - [Что нового в Python 3.0](https://python-all.ru/3/whatsnew/3.0.html)

    - [Типичные трудности](https://python-all.ru/3/whatsnew/3.0.html#common-stumbling-blocks)

      - [Print – это функция](https://python-all.ru/3/whatsnew/3.0.html#print-is-a-function)
      - [Представления и итераторы вместо списков](https://python-all.ru/3/whatsnew/3.0.html#views-and-iterators-instead-of-lists)
      - [Сравнение на упорядочивание](https://python-all.ru/3/whatsnew/3.0.html#ordering-comparisons)
      - [Целые числа](https://python-all.ru/3/whatsnew/3.0.html#integers)
      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)
    - [Обзор изменений синтаксиса](https://python-all.ru/3/whatsnew/3.0.html#overview-of-syntax-changes)

      - [Новый синтаксис](https://python-all.ru/3/whatsnew/3.0.html#new-syntax)
      - [Изменённый синтаксис](https://python-all.ru/3/whatsnew/3.0.html#changed-syntax)
      - [Удалённый синтаксис](https://python-all.ru/3/whatsnew/3.0.html#removed-syntax)
    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3/whatsnew/3.0.html#changes-already-present-in-python-2-6)
    - [Изменения в библиотеке](https://python-all.ru/3/whatsnew/3.0.html#library-changes)
    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)
    - [Изменения в исключениях](https://python-all.ru/3/whatsnew/3.0.html#changes-to-exceptions)
    - [Прочие изменения](https://python-all.ru/3/whatsnew/3.0.html#miscellaneous-other-changes)

      - [Операторы и специальные методы](https://python-all.ru/3/whatsnew/3.0.html#operators-and-special-methods)
      - [Встроенные функции](https://python-all.ru/3/whatsnew/3.0.html#builtins)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.0.html#build-and-c-api-changes)
    - [Производительность](https://python-all.ru/3/whatsnew/3.0.html#performance)
    - [Переход на Python 3.0](https://python-all.ru/3/whatsnew/3.0.html#porting-to-python-3-0)
  - [Что нового в Python 2.7](https://python-all.ru/3/whatsnew/2.7.html)

    - [Будущее Python 2.x](https://python-all.ru/3/whatsnew/2.7.html#the-future-for-python-2-x)
    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)
    - [Возможности Python 3.1](https://python-all.ru/3/whatsnew/2.7.html#python-3-1-features)
    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)
    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)
    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)
    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)
    - [PEP 3106: Представления словаря](https://python-all.ru/3/whatsnew/2.7.html#pep-3106-dictionary-views)
    - [PEP 3137: Объект memoryview](https://python-all.ru/3/whatsnew/2.7.html#pep-3137-the-memoryview-object)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.7.html#other-language-changes)

      - [Изменения в интерпретаторе](https://python-all.ru/3/whatsnew/2.7.html#interpreter-changes)
      - [Оптимизации](https://python-all.ru/3/whatsnew/2.7.html#optimizations)
    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.7.html#new-and-improved-modules)

      - [Новый модуль: importlib](https://python-all.ru/3/whatsnew/2.7.html#new-module-importlib)
      - [Новый модуль: sysconfig](https://python-all.ru/3/whatsnew/2.7.html#new-module-sysconfig)
      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3/whatsnew/2.7.html#ttk-themed-widgets-for-tk)
      - [Обновлённый модуль: unittest](https://python-all.ru/3/whatsnew/2.7.html#updated-module-unittest)
      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3/whatsnew/2.7.html#updated-module-elementtree-1-3)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.7.html#build-and-c-api-changes)

      - [Капсулы](https://python-all.ru/3/whatsnew/2.7.html#capsules)
      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3/whatsnew/2.7.html#port-specific-changes-windows)
      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3/whatsnew/2.7.html#port-specific-changes-mac-os-x)
      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3/whatsnew/2.7.html#port-specific-changes-freebsd)
    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.7.html#other-changes-and-fixes)
    - [Переход на Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#porting-to-python-2-7)
    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)

      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)
      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)
      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)
      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)

        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3/whatsnew/2.7.html#bootstrapping-pip-by-default)
        - [Изменения в документации](https://python-all.ru/3/whatsnew/2.7.html#documentation-changes)
      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)
      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)
      - [Новая `make regen-all` цель сборки](https://python-all.ru/3/whatsnew/2.7.html#new-make-regen-all-build-target)
      - [Удаление `make touch` цели сборки](https://python-all.ru/3/whatsnew/2.7.html#removal-of-make-touch-build-target)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.7.html#acknowledgements)
  - [Что нового в Python 2.6](https://python-all.ru/3/whatsnew/2.6.html)

    - [Python 3.0](https://python-all.ru/3/whatsnew/2.6.html#python-3-0)
    - [Изменения в процессе разработки](https://python-all.ru/3/whatsnew/2.6.html#changes-to-the-development-process)

      - [Новый трекер ошибок: Roundup](https://python-all.ru/3/whatsnew/2.6.html#new-issue-tracker-roundup)
      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)
    - [PEP 343: Оператор 'with'](https://python-all.ru/3/whatsnew/2.6.html#pep-343-the-with-statement)

      - [Написание контекстных менеджеров](https://python-all.ru/3/whatsnew/2.6.html#writing-context-managers)
      - [Модуль contextlib](https://python-all.ru/3/whatsnew/2.6.html#the-contextlib-module)
    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)
    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)
    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3/whatsnew/2.6.html#pep-371-the-multiprocessing-package)
    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3/whatsnew/2.6.html#pep-3101-advanced-string-formatting)
    - [PEP 3105: `print` как функция](https://python-all.ru/3/whatsnew/2.6.html#pep-3105-print-as-a-function)
    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3/whatsnew/2.6.html#pep-3110-exception-handling-changes)
    - [PEP 3112: Байтовые литералы](https://python-all.ru/3/whatsnew/2.6.html#pep-3112-byte-literals)
    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3/whatsnew/2.6.html#pep-3116-new-i-o-library)
    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)
    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3/whatsnew/2.6.html#pep-3119-abstract-base-classes)
    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)
    - [PEP 3129: Декораторы классов](https://python-all.ru/3/whatsnew/2.6.html#pep-3129-class-decorators)
    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)

      - [Модуль `fractions`](https://python-all.ru/3/whatsnew/2.6.html#the-fractions-module)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.6.html#other-language-changes)

      - [Оптимизации](https://python-all.ru/3/whatsnew/2.6.html#optimizations)
      - [Изменения в интерпретаторе](https://python-all.ru/3/whatsnew/2.6.html#interpreter-changes)
    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.6.html#new-and-improved-modules)

      - [Модуль `ast`](https://python-all.ru/3/whatsnew/2.6.html#the-ast-module)
      - [Модуль `future_builtins`](https://python-all.ru/3/whatsnew/2.6.html#the-future-builtins-module)
      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3/whatsnew/2.6.html#the-json-module-javascript-object-notation)
      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)
      - [Улучшения ctypes](https://python-all.ru/3/whatsnew/2.6.html#ctypes-enhancements)
      - [Улучшенная поддержка SSL](https://python-all.ru/3/whatsnew/2.6.html#improved-ssl-support)
    - [Устаревания и удаления](https://python-all.ru/3/whatsnew/2.6.html#deprecations-and-removals)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.6.html#build-and-c-api-changes)

      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3/whatsnew/2.6.html#port-specific-changes-windows)
      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3/whatsnew/2.6.html#port-specific-changes-mac-os-x)
      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3/whatsnew/2.6.html#port-specific-changes-irix)
    - [Переход на Python 2.6](https://python-all.ru/3/whatsnew/2.6.html#porting-to-python-2-6)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.6.html#acknowledgements)
  - [Что нового в Python 2.5](https://python-all.ru/3/whatsnew/2.5.html)

    - [PEP 308: Условные выражения](https://python-all.ru/3/whatsnew/2.5.html#pep-308-conditional-expressions)
    - [PEP 309: Частичное применение функций](https://python-all.ru/3/whatsnew/2.5.html#pep-309-partial-function-application)
    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)
    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)
    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)
    - [PEP 341: Единый try/except/finally](https://python-all.ru/3/whatsnew/2.5.html#pep-341-unified-try-except-finally)
    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3/whatsnew/2.5.html#pep-342-new-generator-features)
    - [PEP 343: Оператор 'with'](https://python-all.ru/3/whatsnew/2.5.html#pep-343-the-with-statement)

      - [Написание контекстных менеджеров](https://python-all.ru/3/whatsnew/2.5.html#writing-context-managers)
      - [Модуль contextlib](https://python-all.ru/3/whatsnew/2.5.html#the-contextlib-module)
    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)
    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)
    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3/whatsnew/2.5.html#pep-357-the-index-method)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.5.html#other-language-changes)

      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3/whatsnew/2.5.html#interactive-interpreter-changes)
      - [Оптимизации](https://python-all.ru/3/whatsnew/2.5.html#optimizations)
    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3/whatsnew/2.5.html#new-improved-and-removed-modules)

      - [Пакет ctypes](https://python-all.ru/3/whatsnew/2.5.html#the-ctypes-package)
      - [Пакет ElementTree](https://python-all.ru/3/whatsnew/2.5.html#the-elementtree-package)
      - [Пакет hashlib](https://python-all.ru/3/whatsnew/2.5.html#the-hashlib-package)
      - [Пакет sqlite3](https://python-all.ru/3/whatsnew/2.5.html#the-sqlite3-package)
      - [Пакет wsgiref](https://python-all.ru/3/whatsnew/2.5.html#the-wsgiref-package)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.5.html#build-and-c-api-changes)

      - [Изменения для конкретных платформ](https://python-all.ru/3/whatsnew/2.5.html#port-specific-changes)
    - [Перенос на Python 2.5](https://python-all.ru/3/whatsnew/2.5.html#porting-to-python-2-5)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.5.html#acknowledgements)
  - [Что нового в Python 2.4](https://python-all.ru/3/whatsnew/2.4.html)

    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3/whatsnew/2.4.html#pep-218-built-in-set-objects)
    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)
    - [PEP 289: Генераторные выражения](https://python-all.ru/3/whatsnew/2.4.html#pep-289-generator-expressions)
    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3/whatsnew/2.4.html#pep-292-simpler-string-substitutions)
    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)
    - [PEP 322: Обратная итерация](https://python-all.ru/3/whatsnew/2.4.html#pep-322-reverse-iteration)
    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3/whatsnew/2.4.html#pep-324-new-subprocess-module)
    - [PEP 327: Тип данных Decimal](https://python-all.ru/3/whatsnew/2.4.html#pep-327-decimal-data-type)

      - [Зачем нужен Decimal?](https://python-all.ru/3/whatsnew/2.4.html#why-is-decimal-needed)
      - [Тип `Decimal`](https://python-all.ru/3/whatsnew/2.4.html#the-decimal-type)
      - [Тип `Context`](https://python-all.ru/3/whatsnew/2.4.html#the-context-type)
    - [PEP 328: Многострочные импорты](https://python-all.ru/3/whatsnew/2.4.html#pep-328-multi-line-imports)
    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.4.html#other-language-changes)

      - [Оптимизации](https://python-all.ru/3/whatsnew/2.4.html#optimizations)
    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/2.4.html#new-improved-and-deprecated-modules)

      - [cookielib](https://python-all.ru/3/whatsnew/2.4.html#cookielib)
      - [doctest](https://python-all.ru/3/whatsnew/2.4.html#doctest)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.4.html#build-and-c-api-changes)

      - [Изменения для конкретных платформ](https://python-all.ru/3/whatsnew/2.4.html#port-specific-changes)
    - [Перенос на Python 2.4](https://python-all.ru/3/whatsnew/2.4.html#porting-to-python-2-4)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.4.html#acknowledgements)
  - [Что нового в Python 2.3](https://python-all.ru/3/whatsnew/2.3.html)

    - [PEP 218: Стандартный тип set](https://python-all.ru/3/whatsnew/2.3.html#pep-218-a-standard-set-datatype)
    - [PEP 255: простые генераторы](https://python-all.ru/3/whatsnew/2.3.html#pep-255-simple-generators)
    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3/whatsnew/2.3.html#pep-263-source-code-encodings)
    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)
    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)
    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3/whatsnew/2.3.html#pep-278-universal-newline-support)
    - [PEP 279: enumerate()](https://python-all.ru/3/whatsnew/2.3.html#pep-279-enumerate)
    - [PEP 282: Пакет logging](https://python-all.ru/3/whatsnew/2.3.html#pep-282-the-logging-package)
    - [PEP 285: Булев тип](https://python-all.ru/3/whatsnew/2.3.html#pep-285-a-boolean-type)
    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)
    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)
    - [PEP 302: Новые хуки импорта](https://python-all.ru/3/whatsnew/2.3.html#pep-302-new-import-hooks)
    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3/whatsnew/2.3.html#pep-305-comma-separated-files)
    - [PEP 307: Улучшения pickle](https://python-all.ru/3/whatsnew/2.3.html#pep-307-pickle-enhancements)
    - [Расширенные срезы](https://python-all.ru/3/whatsnew/2.3.html#extended-slices)
    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.3.html#other-language-changes)

      - [Изменения в строках](https://python-all.ru/3/whatsnew/2.3.html#string-changes)
      - [Оптимизации](https://python-all.ru/3/whatsnew/2.3.html#optimizations)
    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/2.3.html#new-improved-and-deprecated-modules)

      - [Тип даты/времени](https://python-all.ru/3/whatsnew/2.3.html#date-time-type)
      - [Модуль optparse](https://python-all.ru/3/whatsnew/2.3.html#the-optparse-module)
    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)
    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.3.html#build-and-c-api-changes)

      - [Изменения для конкретных платформ](https://python-all.ru/3/whatsnew/2.3.html#port-specific-changes)
    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.3.html#other-changes-and-fixes)
    - [Перенос на Python 2.3](https://python-all.ru/3/whatsnew/2.3.html#porting-to-python-2-3)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.3.html#acknowledgements)
  - [Что нового в Python 2.2](https://python-all.ru/3/whatsnew/2.2.html)

    - [Введение](https://python-all.ru/3/whatsnew/2.2.html#introduction)
    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)

      - [Старые и новые классы](https://python-all.ru/3/whatsnew/2.2.html#old-and-new-classes)
      - [Дескрипторы](https://python-all.ru/3/whatsnew/2.2.html#descriptors)
      - [Множественное наследование: правило ромба](https://python-all.ru/3/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)
      - [Доступ к атрибутам](https://python-all.ru/3/whatsnew/2.2.html#attribute-access)
      - [Связанные ссылки](https://python-all.ru/3/whatsnew/2.2.html#related-links)
    - [PEP 234: итераторы](https://python-all.ru/3/whatsnew/2.2.html#pep-234-iterators)
    - [PEP 255: простые генераторы](https://python-all.ru/3/whatsnew/2.2.html#pep-255-simple-generators)
    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)
    - [PEP 238: изменение оператора деления](https://python-all.ru/3/whatsnew/2.2.html#pep-238-changing-the-division-operator)
    - [Изменения в Unicode](https://python-all.ru/3/whatsnew/2.2.html#unicode-changes)
    - [PEP 227: вложенные области видимости](https://python-all.ru/3/whatsnew/2.2.html#pep-227-nested-scopes)
    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.2.html#new-and-improved-modules)
    - [Изменения и исправления интерпретатора](https://python-all.ru/3/whatsnew/2.2.html#interpreter-changes-and-fixes)
    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.2.html#other-changes-and-fixes)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.2.html#acknowledgements)
  - [Что нового в Python 2.1](https://python-all.ru/3/whatsnew/2.1.html)

    - [Введение](https://python-all.ru/3/whatsnew/2.1.html#introduction)
    - [PEP 227: вложенные области видимости](https://python-all.ru/3/whatsnew/2.1.html#pep-227-nested-scopes)
    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3/whatsnew/2.1.html#pep-236-future-directives)
    - [PEP 207: расширенные сравнения](https://python-all.ru/3/whatsnew/2.1.html#pep-207-rich-comparisons)
    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3/whatsnew/2.1.html#pep-230-warning-framework)
    - [PEP 229: новая система сборки](https://python-all.ru/3/whatsnew/2.1.html#pep-229-new-build-system)
    - [PEP 205: слабые ссылки](https://python-all.ru/3/whatsnew/2.1.html#pep-205-weak-references)
    - [PEP 232: атрибуты функций](https://python-all.ru/3/whatsnew/2.1.html#pep-232-function-attributes)
    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)
    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3/whatsnew/2.1.html#pep-217-interactive-display-hook)
    - [PEP 208: новая модель приведения типов](https://python-all.ru/3/whatsnew/2.1.html#pep-208-new-coercion-model)
    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3/whatsnew/2.1.html#pep-241-metadata-in-python-packages)
    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.1.html#new-and-improved-modules)
    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.1.html#other-changes-and-fixes)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.1.html#acknowledgements)
  - [Что нового в Python 2.0](https://python-all.ru/3/whatsnew/2.0.html)

    - [Введение](https://python-all.ru/3/whatsnew/2.0.html#introduction)
    - [А что насчёт Python 1.6?](https://python-all.ru/3/whatsnew/2.0.html#what-about-python-1-6)
    - [Новый процесс разработки](https://python-all.ru/3/whatsnew/2.0.html#new-development-process)
    - [Unicode](https://python-all.ru/3/whatsnew/2.0.html#unicode)
    - [Списковые включения](https://python-all.ru/3/whatsnew/2.0.html#list-comprehensions)
    - [Расширенное присваивание](https://python-all.ru/3/whatsnew/2.0.html#augmented-assignment)
    - [Методы строк](https://python-all.ru/3/whatsnew/2.0.html#string-methods)
    - [Сборка мусора циклических ссылок](https://python-all.ru/3/whatsnew/2.0.html#garbage-collection-of-cycles)
    - [Другие изменения ядра](https://python-all.ru/3/whatsnew/2.0.html#other-core-changes)

      - [Мелкие изменения языка](https://python-all.ru/3/whatsnew/2.0.html#minor-language-changes)
      - [Изменения встроенных функций](https://python-all.ru/3/whatsnew/2.0.html#changes-to-built-in-functions)
    - [Перенос на 2.0](https://python-all.ru/3/whatsnew/2.0.html#porting-to-2-0)
    - [Изменения в расширении/встраивании](https://python-all.ru/3/whatsnew/2.0.html#extending-embedding-changes)
    - [Distutils: упрощение установки модулей](https://python-all.ru/3/whatsnew/2.0.html#distutils-making-modules-easy-to-install)
    - [Модули XML](https://python-all.ru/3/whatsnew/2.0.html#xml-modules)

      - [Поддержка SAX2](https://python-all.ru/3/whatsnew/2.0.html#sax2-support)
      - [Поддержка DOM](https://python-all.ru/3/whatsnew/2.0.html#dom-support)
      - [Связь с PyXML](https://python-all.ru/3/whatsnew/2.0.html#relationship-to-pyxml)
    - [Изменения модулей](https://python-all.ru/3/whatsnew/2.0.html#module-changes)
    - [Новые модули](https://python-all.ru/3/whatsnew/2.0.html#new-modules)
    - [Улучшения IDLE](https://python-all.ru/3/whatsnew/2.0.html#idle-improvements)
    - [Удалённые и устаревшие модули](https://python-all.ru/3/whatsnew/2.0.html#deleted-and-deprecated-modules)
    - [Благодарности](https://python-all.ru/3/whatsnew/2.0.html#acknowledgements)
  - [Журнал изменений](https://python-all.ru/3/whatsnew/changelog.html)

    - [Следующая версия Python](https://python-all.ru/3/whatsnew/changelog.html#python-next)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#windows)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#tests)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#security)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#library)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#idle)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#documentation)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#core-and-builtins)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#c-api)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#build)
    - [Python 3.14.6 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-6-final)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id2)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id3)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id4)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id5)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id6)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id7)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id8)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#macos)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id9)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id10)
    - [Python 3.14.5 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-5-final)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id11)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id12)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id13)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id14)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id15)
    - [Python 3.14.5 release candidate 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-5-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id16)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id18)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id19)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id20)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id21)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id22)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id23)
    - [Python 3.14.4 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-4-final)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id24)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id25)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id26)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id29)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id30)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id31)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id32)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id33)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id34)
    - [Python 3.14.3 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-3-final)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id35)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#tools-demos)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id36)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id37)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id38)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id39)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id40)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id41)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id42)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id43)
    - [Python 3.14.2 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-2-final)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id44)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id45)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id46)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id47)
    - [Python 3.14.1 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-1-final)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id48)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id49)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id50)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id51)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id52)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id53)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id54)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id55)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id56)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id57)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id58)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id59)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id60)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id61)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id62)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id63)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id64)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id65)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id66)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id67)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id68)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id69)
    - [Python 3.14.0 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-final)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id70)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id71)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id72)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id73)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id74)
    - [Python 3.14.0 release candidate 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-3)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id75)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id76)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id77)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id78)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id79)
    - [Python 3.14.0 release candidate 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-2)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id80)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id81)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id82)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id83)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id84)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id85)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id86)
    - [Python 3.14.0 release candidate 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-1)

      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id87)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id88)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id89)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id90)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id91)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id92)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id93)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id94)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id95)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id96)
    - [Python 3.14.0 beta 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-4)

      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id97)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id98)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id99)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id100)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id101)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id102)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id103)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id104)
    - [Python 3.14.0 beta 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-3)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id105)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id106)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id107)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id108)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id109)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id110)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id111)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id112)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id113)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id114)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id115)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id116)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id117)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id118)
    - [Python 3.14.0 beta 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-2)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id119)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id120)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id121)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id122)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id123)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id124)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id125)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id126)
    - [Python 3.14.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-1)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id127)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id128)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id129)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id130)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id131)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id132)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id133)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id134)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id135)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id136)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id137)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id138)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id139)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id140)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id141)
    - [Python 3.14.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-7)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id142)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id143)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id144)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id145)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id146)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id147)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id148)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id149)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id150)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id151)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id152)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id153)
    - [Python 3.14.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-6)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id154)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id155)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id156)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id157)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id158)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id159)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id160)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id161)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id162)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id163)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id164)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id165)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id166)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id167)
    - [Python 3.14.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-5)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id168)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id169)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id170)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id171)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id172)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id173)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id174)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id175)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id176)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id177)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id178)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id179)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id180)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id181)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id182)
    - [Python 3.14.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-4)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id183)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id184)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id185)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id186)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id187)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id188)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id189)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id190)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id191)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id192)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id193)
    - [Python 3.14.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-3)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id194)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id195)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id196)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id197)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id198)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id199)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id200)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id201)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id202)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id203)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id204)
    - [Python 3.14.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-2)

      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id205)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id206)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id207)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id208)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id209)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id210)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id211)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id212)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id213)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id214)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id215)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id216)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id217)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id218)
    - [Python 3.14.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-1)

      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id219)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id220)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id221)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id222)
      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id223)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id224)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id225)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id226)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id227)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id228)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id229)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id230)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id231)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id232)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id233)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id234)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id235)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id236)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id237)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id238)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id239)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id240)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id241)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id242)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id243)
    - [Python 3.13.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-beta-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id244)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id245)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id246)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id247)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id248)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id249)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id250)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id251)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id252)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id253)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id254)
    - [Python 3.13.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-6)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id255)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id256)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id257)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id258)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id259)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id260)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id261)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id262)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id263)
    - [Python 3.13.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-5)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id264)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id265)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id266)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id267)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id268)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id269)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id270)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id271)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id272)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id273)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id274)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id275)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id276)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id277)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id278)
    - [Python 3.13.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-4)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id279)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id280)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id281)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id282)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id283)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id284)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id285)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id286)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id287)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id288)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id289)
    - [Python 3.13.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-3)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id290)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id291)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id292)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id293)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id294)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id295)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id296)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id297)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id298)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id299)
    - [Python 3.13.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id300)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id301)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id302)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id303)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id304)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id305)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id306)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id307)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id308)
    - [Python 3.13.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id309)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id310)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id311)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id312)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id313)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id314)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id315)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id316)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id317)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id318)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id319)
    - [Python 3.12.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-beta-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id320)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id321)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id322)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id323)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id324)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id325)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id326)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id327)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id328)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id329)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id330)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id331)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id332)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id333)
    - [Python 3.12.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-7)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id334)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id335)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id336)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id337)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id338)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id339)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id340)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id341)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id342)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id343)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id344)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id345)
    - [Python 3.12.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-6)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id346)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id347)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id348)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id349)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id350)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id351)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id352)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id353)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id354)
    - [Python 3.12.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-5)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id355)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id357)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id358)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id359)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id360)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id361)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id362)
    - [Python 3.12.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id363)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id364)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id365)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id366)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id367)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id368)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id369)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id370)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id371)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id372)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id373)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id374)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id375)
    - [Python 3.12.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-3)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id376)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id377)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id378)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id379)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id380)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id381)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id382)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id383)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id384)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id385)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id386)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id387)
    - [Python 3.12.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-2)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id388)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id389)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id390)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id391)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id392)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id393)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id394)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id395)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id396)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id397)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id398)
    - [Python 3.12.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id399)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id400)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id401)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id402)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id403)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id404)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id405)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id406)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id407)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id408)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id409)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id410)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id411)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id412)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id413)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id414)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id415)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id416)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id417)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id418)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id419)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id420)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id421)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id422)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id423)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id424)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id425)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id426)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id428)
    - [Python 3.11.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-beta-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id429)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id430)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id431)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id432)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id433)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id434)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id435)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id436)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id437)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id438)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id439)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id440)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id441)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id442)
    - [Python 3.11.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-7)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id443)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id444)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id445)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id446)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id447)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id448)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id449)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id450)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id451)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id452)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id453)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id454)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id455)
    - [Python 3.11.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-6)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id456)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id457)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id458)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id459)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id460)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id461)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id462)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id463)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id464)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id465)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id466)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id467)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id468)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id469)
    - [Python 3.11.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-5)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id470)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id471)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id472)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id473)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id474)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id475)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id476)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id477)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id478)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id479)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id480)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id481)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id482)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id483)
    - [Python 3.11.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id484)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id485)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id486)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id487)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id488)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id489)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id490)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id491)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id492)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id493)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id494)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id495)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id496)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id497)
    - [Python 3.11.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id498)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id499)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id500)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id501)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id502)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id503)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id504)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id505)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id506)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id507)
    - [Python 3.11.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id508)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id509)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id510)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id511)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id512)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id513)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id514)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id515)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id516)
    - [Python 3.11.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id517)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id518)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id519)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id520)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id521)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id522)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id523)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id524)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id525)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id526)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id527)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id528)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id529)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id530)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id531)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id532)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id533)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id534)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id535)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id536)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id537)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id538)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id539)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id540)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id541)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id542)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id543)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id544)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id545)
    - [Python 3.10.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-beta-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id546)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id547)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id548)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id549)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id550)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id551)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id552)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id553)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id554)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id555)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id556)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id557)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id558)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id559)
    - [Python 3.10.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-7)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id560)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id561)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id562)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id563)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id564)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id565)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id566)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id567)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id568)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id569)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id570)
    - [Python 3.10.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-6)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id571)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id572)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id573)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id574)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id575)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id576)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id577)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id578)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id579)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id580)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id581)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id582)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id583)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id584)
    - [Python 3.10.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-5)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id585)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id586)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id587)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id588)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id589)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id590)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id591)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id592)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id593)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id594)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id595)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id596)
    - [Python 3.10.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id597)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id598)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id599)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id600)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id601)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id602)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id603)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id604)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id605)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id606)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id607)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id608)
    - [Python 3.10.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-3)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id609)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id610)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id611)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id612)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id613)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id614)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id615)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id616)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id617)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id618)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id619)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id620)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id621)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id622)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id623)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id624)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id625)
    - [Python 3.10.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-2)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id626)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id627)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id628)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id629)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id630)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id631)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id632)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id633)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id634)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id635)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id636)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id637)
    - [Python 3.10.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id638)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id639)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id640)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id641)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id642)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id643)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id644)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id645)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id646)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id647)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id648)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id649)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id650)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id651)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id652)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id653)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id654)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id655)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id656)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id657)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id658)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id659)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id660)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id661)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id662)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id663)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id664)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id665)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id666)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id667)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id668)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id669)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id670)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id671)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id672)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id673)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id674)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id675)
    - [Python 3.9.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-beta-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id676)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id677)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id678)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id679)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id680)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id681)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id682)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id683)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id684)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id685)
    - [Python 3.9.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-6)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id686)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id687)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id688)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id689)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id690)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id691)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id692)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id693)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id694)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id695)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id696)
    - [Python 3.9.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-5)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id697)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id698)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id699)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id700)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id701)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id702)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id703)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id704)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id705)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id706)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id707)
    - [Python 3.9.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-4)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id708)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id709)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id710)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id711)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id712)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id713)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id714)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id715)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id716)
    - [Python 3.9.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id717)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id718)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id719)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id720)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id721)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id722)
    - [Python 3.9.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-2)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id723)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id724)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id725)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id726)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id727)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id728)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id729)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id730)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id731)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id732)
    - [Python 3.9.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id733)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id734)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id735)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id736)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id737)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id738)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id739)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id740)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id741)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id742)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id743)
    - [Python 3.8.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-beta-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id744)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id745)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id746)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id747)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id748)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id749)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id750)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id751)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id752)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id753)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id754)
    - [Python 3.8.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-4)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id755)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id756)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id757)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id758)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id759)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id760)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id761)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id762)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id763)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id764)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id765)
    - [Python 3.8.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-3)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id766)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id767)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id768)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id769)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id770)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id771)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id772)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id773)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id774)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id775)
    - [Python 3.8.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id776)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id777)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id778)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id779)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id780)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id781)
    - [Python 3.8.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id782)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id783)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id784)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id785)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id786)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id787)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id788)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id789)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id790)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id791)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id792)
    - [Python 3.7.0 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-final)

      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id793)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id794)
    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id795)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id796)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id797)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id798)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id799)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id800)
    - [Python 3.7.0 бета 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-5)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id801)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id802)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id803)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id804)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id805)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id806)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id807)
    - [Python 3.7.0 бета 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id808)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id809)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id810)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id811)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id812)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id813)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id814)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id815)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id816)
    - [Python 3.7.0 бета 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-3)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id817)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id818)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id819)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id820)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id821)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id822)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id823)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id824)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id825)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id826)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id827)
    - [Python 3.7.0 бета 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-2)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id828)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id829)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id830)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id831)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id832)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id833)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id834)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id835)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id836)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id837)
    - [Python 3.7.0 бета 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id838)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id839)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id840)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id841)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id842)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id843)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id844)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id845)
    - [Python 3.7.0 альфа 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id846)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id847)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id848)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id849)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id850)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id851)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id852)
    - [Python 3.7.0 альфа 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id853)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id854)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id855)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id856)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id857)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id858)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id859)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id860)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id861)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id862)
    - [Python 3.7.0 альфа 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id863)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id864)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id865)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id866)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id867)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id868)
    - [Python 3.7.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id869)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id870)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id871)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id872)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id873)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id874)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id875)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id876)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id877)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id878)
    - [Python 3.6.6 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-6-final)
    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-6-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id879)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id880)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id881)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id882)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id883)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id884)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id885)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id886)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id887)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id888)
    - [Python 3.6.5 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-5-final)

      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id889)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id890)
    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-5-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id891)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id892)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id893)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id894)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id895)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id896)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id897)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id898)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id899)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id900)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id901)
    - [Python 3.6.4 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-4-final)
    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-4-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id902)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id903)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id904)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id905)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id906)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id907)
      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id908)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id909)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id910)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id911)
    - [Python 3.6.3 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-3-final)

      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id912)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id913)
    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-3-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id914)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id915)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id916)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id917)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id918)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id919)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id920)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id921)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id922)
    - [Python 3.6.2 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-final)
    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-release-candidate-2)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id923)
    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id924)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id925)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id926)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id927)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id928)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id929)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id930)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id931)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id932)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id933)
    - [Python 3.6.1 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-1-final)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id934)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id935)
    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-1-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id936)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id937)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id938)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id939)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id940)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id941)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id942)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id943)
    - [Python 3.6.0 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-final)
    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-release-candidate-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id944)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id945)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id946)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id947)
    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id948)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id949)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id950)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id951)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id952)
    - [Python 3.6.0 бета 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id953)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id954)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id955)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id956)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id957)
    - [Python 3.6.0 бета 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id958)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id959)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id960)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id961)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id962)
    - [Python 3.6.0 бета 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id963)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id964)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id965)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id966)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id967)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id968)
    - [Python 3.6.0 бета 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id969)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id970)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id971)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id972)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id973)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id974)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id975)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id976)
    - [Python 3.6.0 альфа 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id977)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id978)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id979)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id980)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id981)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id982)
    - [Python 3.6.0 альфа 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-3)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id983)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id984)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id985)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id986)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id987)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id988)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id989)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id990)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id991)
    - [Python 3.6.0 альфа 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-2)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id992)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id993)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id994)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id995)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id996)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id997)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id998)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id999)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1000)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1001)
    - [Python 3.6.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1002)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1003)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1004)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1005)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1006)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1007)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1008)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1009)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1010)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1011)
    - [Python 3.5.5 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-5-final)
    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-5-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1012)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1013)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1014)
    - [Python 3.5.4 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-4-final)

      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1015)
    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-4-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1016)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1017)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1018)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1019)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1020)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1021)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1022)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1023)
    - [Python 3.5.3 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-3-final)
    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-3-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1024)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1025)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1026)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1027)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1028)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1029)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1030)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1031)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1032)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1033)
    - [Python 3.5.2, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-2-final)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1034)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1035)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1036)
    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-2-release-candidate-1)

      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1037)
      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1038)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1039)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1040)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1041)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1042)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1043)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1044)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1045)
    - [Python 3.5.1, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-1-final)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1046)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1047)
    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-1-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1048)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1049)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1050)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1051)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1052)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1053)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1054)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1055)
    - [Python 3.5.0, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-final)

      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1056)
    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-4)

      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1057)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1058)
    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1059)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1060)
    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1061)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1062)
    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1063)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1064)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1065)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1066)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1067)
    - [Python 3.5.0 beta 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1068)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1069)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1070)
    - [Python 3.5.0 beta 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1071)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1072)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1073)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1074)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1075)
    - [Python 3.5.0 beta 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1076)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1077)
    - [Python 3.5.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1078)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1079)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1080)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1081)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1082)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1083)
    - [Python 3.5.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1084)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1085)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1086)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1087)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1088)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1089)
    - [Python 3.5.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1090)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1091)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1092)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1093)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1094)
    - [Python 3.5.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1095)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1096)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1097)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1098)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1099)
    - [Python 3.5.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-1)

      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1100)
      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1101)
      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1102)
      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1103)
      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1104)
      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1105)
      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1106)
      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1107)
      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1108)
- [Учебник Python](https://python-all.ru/3/tutorial/index.html)

  - [1. Введение](https://python-all.ru/3/tutorial/appetite.html)
  - [2. Использование интерпретатора Python](https://python-all.ru/3/tutorial/interpreter.html)

    - [2.1. Запуск интерпретатора](https://python-all.ru/3/tutorial/interpreter.html#invoking-the-interpreter)

      - [2.1.1. Передача аргументов](https://python-all.ru/3/tutorial/interpreter.html#argument-passing)
      - [2.1.2. Интерактивный режим](https://python-all.ru/3/tutorial/interpreter.html#interactive-mode)
    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3/tutorial/interpreter.html#the-interpreter-and-its-environment)

      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3/tutorial/interpreter.html#source-code-encoding)
  - [3. Неформальное введение в Python](https://python-all.ru/3/tutorial/introduction.html)

    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3/tutorial/introduction.html#using-python-as-a-calculator)

      - [3.1.1. Числа](https://python-all.ru/3/tutorial/introduction.html#numbers)
      - [3.1.2. Текст](https://python-all.ru/3/tutorial/introduction.html#text)
      - [3.1.3. Списки](https://python-all.ru/3/tutorial/introduction.html#lists)
    - [3.2. Первые шаги к программированию](https://python-all.ru/3/tutorial/introduction.html#first-steps-towards-programming)
  - [4. Дополнительные средства управления потоком](https://python-all.ru/3/tutorial/controlflow.html)

    - [4.1. `if` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#if-statements)
    - [4.2. `for` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#for-statements)
    - [4.3. Функция `range()`](https://python-all.ru/3/tutorial/controlflow.html#the-range-function)
    - [4.4. `break` и `continue` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#break-and-continue-statements)
    - [4.5. `else` Предложения в циклах](https://python-all.ru/3/tutorial/controlflow.html#else-clauses-on-loops)
    - [4.6. `pass` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#pass-statements)
    - [4.7. `match` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#match-statements)
    - [4.8. Определение функций](https://python-all.ru/3/tutorial/controlflow.html#defining-functions)
    - [4.9. Подробнее об определении функций](https://python-all.ru/3/tutorial/controlflow.html#more-on-defining-functions)

      - [4.9.1. Значения аргументов по умолчанию](https://python-all.ru/3/tutorial/controlflow.html#default-argument-values)
      - [4.9.2. Именованные аргументы](https://python-all.ru/3/tutorial/controlflow.html#keyword-arguments)
      - [4.9.3. Специальные параметры](https://python-all.ru/3/tutorial/controlflow.html#special-parameters)

        - [4.9.3.1. Позиционно-именованные аргументы](https://python-all.ru/3/tutorial/controlflow.html#positional-or-keyword-arguments)
        - [4.9.3.2. Только позиционные параметры](https://python-all.ru/3/tutorial/controlflow.html#positional-only-parameters)
        - [4.9.3.3. Только именованные аргументы](https://python-all.ru/3/tutorial/controlflow.html#keyword-only-arguments)
        - [4.9.3.4. Примеры функций](https://python-all.ru/3/tutorial/controlflow.html#function-examples)
        - [4.9.3.5. Краткий обзор](https://python-all.ru/3/tutorial/controlflow.html#recap)
      - [4.9.4. Произвольные списки аргументов](https://python-all.ru/3/tutorial/controlflow.html#arbitrary-argument-lists)
      - [4.9.5. Распаковка списков аргументов](https://python-all.ru/3/tutorial/controlflow.html#unpacking-argument-lists)
      - [4.9.6. Лямбда-выражения](https://python-all.ru/3/tutorial/controlflow.html#lambda-expressions)
      - [4.9.7. Строки документации](https://python-all.ru/3/tutorial/controlflow.html#documentation-strings)
      - [4.9.8. Аннотации функций](https://python-all.ru/3/tutorial/controlflow.html#function-annotations)
    - [4.10. Интермеццо: стиль кода](https://python-all.ru/3/tutorial/controlflow.html#intermezzo-coding-style)
  - [5. Структуры данных](https://python-all.ru/3/tutorial/datastructures.html)

    - [5.1. Подробнее о списках](https://python-all.ru/3/tutorial/datastructures.html#more-on-lists)

      - [5.1.1. Использование списков как стеков](https://python-all.ru/3/tutorial/datastructures.html#using-lists-as-stacks)
      - [5.1.2. Использование списков как очередей](https://python-all.ru/3/tutorial/datastructures.html#using-lists-as-queues)
      - [5.1.3. Списковые включения](https://python-all.ru/3/tutorial/datastructures.html#list-comprehensions)
      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3/tutorial/datastructures.html#nested-list-comprehensions)
    - [5.2. Инструкция `del`](https://python-all.ru/3/tutorial/datastructures.html#the-del-statement)
    - [5.3. Кортежи и последовательности](https://python-all.ru/3/tutorial/datastructures.html#tuples-and-sequences)
    - [5.4. Множества](https://python-all.ru/3/tutorial/datastructures.html#sets)
    - [5.5. Словари](https://python-all.ru/3/tutorial/datastructures.html#dictionaries)
    - [5.6. Приёмы работы с циклами](https://python-all.ru/3/tutorial/datastructures.html#looping-techniques)
    - [5.7. Подробнее об условиях](https://python-all.ru/3/tutorial/datastructures.html#more-on-conditions)
    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3/tutorial/datastructures.html#comparing-sequences-and-other-types)
  - [6. Модули](https://python-all.ru/3/tutorial/modules.html)

    - [6.1. Подробнее о модулях](https://python-all.ru/3/tutorial/modules.html#more-on-modules)

      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3/tutorial/modules.html#executing-modules-as-scripts)
      - [6.1.2. Путь поиска модулей](https://python-all.ru/3/tutorial/modules.html#the-module-search-path)
      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3/tutorial/modules.html#compiled-python-files)
    - [6.2. Стандартные модули](https://python-all.ru/3/tutorial/modules.html#standard-modules)
    - [6.3. Функция `dir()`](https://python-all.ru/3/tutorial/modules.html#the-dir-function)
    - [6.4. Пакеты](https://python-all.ru/3/tutorial/modules.html#packages)

      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3/tutorial/modules.html#importing-from-a-package)
      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3/tutorial/modules.html#intra-package-references)
      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3/tutorial/modules.html#packages-in-multiple-directories)
  - [7. Ввод и вывод](https://python-all.ru/3/tutorial/inputoutput.html)

    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3/tutorial/inputoutput.html#fancier-output-formatting)

      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3/tutorial/inputoutput.html#formatted-string-literals)
      - [7.1.2. Метод format() строк](https://python-all.ru/3/tutorial/inputoutput.html#the-string-format-method)
      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3/tutorial/inputoutput.html#manual-string-formatting)
      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3/tutorial/inputoutput.html#old-string-formatting)
    - [7.2. Чтение и запись файлов](https://python-all.ru/3/tutorial/inputoutput.html#reading-and-writing-files)

      - [7.2.1. Методы файловых объектов](https://python-all.ru/3/tutorial/inputoutput.html#methods-of-file-objects)
      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3/tutorial/inputoutput.html#saving-structured-data-with-json)
  - [8. Ошибки и исключения](https://python-all.ru/3/tutorial/errors.html)

    - [8.1. Синтаксические ошибки](https://python-all.ru/3/tutorial/errors.html#syntax-errors)
    - [8.2. Исключения](https://python-all.ru/3/tutorial/errors.html#exceptions)
    - [8.3. Обработка исключений](https://python-all.ru/3/tutorial/errors.html#handling-exceptions)
    - [8.4. Возбуждение исключений](https://python-all.ru/3/tutorial/errors.html#raising-exceptions)
    - [8.5. Цепочки исключений](https://python-all.ru/3/tutorial/errors.html#exception-chaining)
    - [8.6. Пользовательские исключения](https://python-all.ru/3/tutorial/errors.html#user-defined-exceptions)
    - [8.7. Определение действий по очистке](https://python-all.ru/3/tutorial/errors.html#defining-clean-up-actions)
    - [8.8. Предопределённые действия по очистке](https://python-all.ru/3/tutorial/errors.html#predefined-clean-up-actions)
    - [8.9. Возбуждение и обработка нескольких несвязанных исключений](https://python-all.ru/3/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)
    - [8.10. Обогащение исключений примечаниями](https://python-all.ru/3/tutorial/errors.html#enriching-exceptions-with-notes)
  - [9. Классы](https://python-all.ru/3/tutorial/classes.html)

    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3/tutorial/classes.html#a-word-about-names-and-objects)
    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3/tutorial/classes.html#python-scopes-and-namespaces)

      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3/tutorial/classes.html#scopes-and-namespaces-example)
    - [9.3. Первое знакомство с классами](https://python-all.ru/3/tutorial/classes.html#a-first-look-at-classes)

      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3/tutorial/classes.html#class-definition-syntax)
      - [9.3.2. Объекты классов](https://python-all.ru/3/tutorial/classes.html#class-objects)
      - [9.3.3. Объекты экземпляров](https://python-all.ru/3/tutorial/classes.html#instance-objects)
      - [9.3.4. Объекты методов](https://python-all.ru/3/tutorial/classes.html#method-objects)
      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3/tutorial/classes.html#class-and-instance-variables)
    - [9.4. Разные замечания](https://python-all.ru/3/tutorial/classes.html#random-remarks)
    - [9.5. Наследование](https://python-all.ru/3/tutorial/classes.html#inheritance)

      - [9.5.1. Множественное наследование](https://python-all.ru/3/tutorial/classes.html#multiple-inheritance)
    - [9.6. Приватные переменные](https://python-all.ru/3/tutorial/classes.html#private-variables)
    - [9.7. Разное](https://python-all.ru/3/tutorial/classes.html#odds-and-ends)
    - [9.8. Итераторы](https://python-all.ru/3/tutorial/classes.html#iterators)
    - [9.9. Генераторы](https://python-all.ru/3/tutorial/classes.html#generators)
    - [9.10. Генераторные выражения](https://python-all.ru/3/tutorial/classes.html#generator-expressions)
  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3/tutorial/stdlib.html)

    - [10.1. Интерфейс операционной системы](https://python-all.ru/3/tutorial/stdlib.html#operating-system-interface)
    - [10.2. Шаблоны имён файлов](https://python-all.ru/3/tutorial/stdlib.html#file-wildcards)
    - [10.3. Аргументы командной строки](https://python-all.ru/3/tutorial/stdlib.html#command-line-arguments)
    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3/tutorial/stdlib.html#error-output-redirection-and-program-termination)
    - [10.5. Сопоставление строк с шаблоном](https://python-all.ru/3/tutorial/stdlib.html#string-pattern-matching)
    - [10.6. Математика](https://python-all.ru/3/tutorial/stdlib.html#mathematics)
    - [10.7. Доступ к Интернету](https://python-all.ru/3/tutorial/stdlib.html#internet-access)
    - [10.8. Дата и время](https://python-all.ru/3/tutorial/stdlib.html#dates-and-times)
    - [10.9. Сжатие данных](https://python-all.ru/3/tutorial/stdlib.html#data-compression)
    - [10.10. Измерение производительности](https://python-all.ru/3/tutorial/stdlib.html#performance-measurement)
    - [10.11. Контроль качества](https://python-all.ru/3/tutorial/stdlib.html#quality-control)
    - [10.12. «Батарейки в комплекте»](https://python-all.ru/3/tutorial/stdlib.html#batteries-included)
  - [11. Краткий обзор стандартной библиотеки. Часть II](https://python-all.ru/3/tutorial/stdlib2.html)

    - [11.1. Форматирование вывода](https://python-all.ru/3/tutorial/stdlib2.html#output-formatting)
    - [11.2. Шаблоны](https://python-all.ru/3/tutorial/stdlib2.html#templating)
    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3/tutorial/stdlib2.html#working-with-binary-data-record-layouts)
    - [11.4. Многопоточность](https://python-all.ru/3/tutorial/stdlib2.html#multi-threading)
    - [11.5. Логирование](https://python-all.ru/3/tutorial/stdlib2.html#logging)
    - [11.6. Слабые ссылки](https://python-all.ru/3/tutorial/stdlib2.html#weak-references)
    - [11.7. Инструменты для работы со списками](https://python-all.ru/3/tutorial/stdlib2.html#tools-for-working-with-lists)
    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3/tutorial/stdlib2.html#decimal-floating-point-arithmetic)
  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3/tutorial/venv.html)

    - [12.1. Введение](https://python-all.ru/3/tutorial/venv.html#introduction)
    - [12.2. Создание виртуальных окружений](https://python-all.ru/3/tutorial/venv.html#creating-virtual-environments)
    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3/tutorial/venv.html#managing-packages-with-pip)
  - [13. Что дальше?](https://python-all.ru/3/tutorial/whatnow.html)
  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3/tutorial/interactive.html)

    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3/tutorial/interactive.html#tab-completion-and-history-editing)
    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)
  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3/tutorial/floatingpoint.html)

    - [15.1. Ошибка представления](https://python-all.ru/3/tutorial/floatingpoint.html#representation-error)
  - [16. Приложение](https://python-all.ru/3/tutorial/appendix.html)

    - [16.1. Интерактивный режим](https://python-all.ru/3/tutorial/appendix.html#interactive-mode)

      - [16.1.1. Обработка ошибок](https://python-all.ru/3/tutorial/appendix.html#error-handling)
      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3/tutorial/appendix.html#executable-python-scripts)
      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3/tutorial/appendix.html#the-interactive-startup-file)
      - [16.1.4. Модули настройки](https://python-all.ru/3/tutorial/appendix.html#the-customization-modules)
- [Настройка и использование Python](https://python-all.ru/3/using/index.html)

  - [1. Командная строка и окружение](https://python-all.ru/3/using/cmdline.html)

    - [1.1. Командная строка](https://python-all.ru/3/using/cmdline.html#command-line)

      - [1.1.1. Параметры интерфейса](https://python-all.ru/3/using/cmdline.html#interface-options)
      - [1.1.2. Общие параметры](https://python-all.ru/3/using/cmdline.html#generic-options)
      - [1.1.3. Прочие параметры](https://python-all.ru/3/using/cmdline.html#miscellaneous-options)
      - [1.1.4. Управление цветом](https://python-all.ru/3/using/cmdline.html#controlling-color)
    - [1.2. Переменные окружения](https://python-all.ru/3/using/cmdline.html#environment-variables)

      - [1.2.1. Переменные режима отладки](https://python-all.ru/3/using/cmdline.html#debug-mode-variables)
  - [2. Использование Python на платформах Unix](https://python-all.ru/3/using/unix.html)

    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3/using/unix.html#getting-and-installing-the-latest-version-of-python)

      - [2.1.1. В Linux](https://python-all.ru/3/using/unix.html#on-linux)

        - [2.1.1.1. Установка IDLE](https://python-all.ru/3/using/unix.html#installing-idle)
      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3/using/unix.html#on-freebsd-and-openbsd)
    - [2.2. Сборка Python](https://python-all.ru/3/using/unix.html#building-python)
    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3/using/unix.html#python-related-paths-and-files)
    - [2.4. Прочее](https://python-all.ru/3/using/unix.html#miscellaneous)
    - [2.5. Настройка OpenSSL](https://python-all.ru/3/using/unix.html#custom-openssl)
  - [3. Настройка сборки Python](https://python-all.ru/3/using/configure.html)

    - [3.1. Требования к сборке](https://python-all.ru/3/using/configure.html#build-requirements)

      - [3.1.1. Требования для опциональных модулей](https://python-all.ru/3/using/configure.html#requirements-for-optional-modules)
    - [3.2. Сгенерированные файлы](https://python-all.ru/3/using/configure.html#generated-files)

      - [3.2.1. Скрипт configure](https://python-all.ru/3/using/configure.html#configure-script)
    - [3.3. Параметры configure](https://python-all.ru/3/using/configure.html#configure-options)

      - [3.3.1. Общие параметры](https://python-all.ru/3/using/configure.html#general-options)
      - [3.3.2. Параметры компилятора C](https://python-all.ru/3/using/configure.html#c-compiler-options)
      - [3.3.3. Параметры компоновщика](https://python-all.ru/3/using/configure.html#linker-options)
      - [3.3.4. Параметры для сторонних зависимостей](https://python-all.ru/3/using/configure.html#options-for-third-party-dependencies)
      - [3.3.5. Параметры WebAssembly](https://python-all.ru/3/using/configure.html#webassembly-options)
      - [3.3.6. Параметры установки](https://python-all.ru/3/using/configure.html#install-options)
      - [3.3.7. Параметры производительности](https://python-all.ru/3/using/configure.html#performance-options)
      - [3.3.8. Отладочная сборка Python](https://python-all.ru/3/using/configure.html#python-debug-build)
      - [3.3.9. Параметры отладки](https://python-all.ru/3/using/configure.html#debug-options)
      - [3.3.10. Параметры компоновщика](https://python-all.ru/3/using/configure.html#id13)
      - [3.3.11. Параметры библиотек](https://python-all.ru/3/using/configure.html#libraries-options)
      - [3.3.12. Параметры безопасности](https://python-all.ru/3/using/configure.html#security-options)
      - [3.3.13. Параметры macOS](https://python-all.ru/3/using/configure.html#macos-options)
      - [3.3.14. Параметры iOS](https://python-all.ru/3/using/configure.html#ios-options)
      - [3.3.15. Параметры кросс-компиляции](https://python-all.ru/3/using/configure.html#cross-compiling-options)
    - [3.4. Система сборки Python](https://python-all.ru/3/using/configure.html#python-build-system)

      - [3.4.1. Основные файлы системы сборки](https://python-all.ru/3/using/configure.html#main-files-of-the-build-system)
      - [3.4.2. Основные этапы сборки](https://python-all.ru/3/using/configure.html#main-build-steps)
      - [3.4.3. Основные цели Makefile](https://python-all.ru/3/using/configure.html#main-makefile-targets)

        - [3.4.3.1. make](https://python-all.ru/3/using/configure.html#make)
        - [3.4.3.2. make platform](https://python-all.ru/3/using/configure.html#make-platform)
        - [3.4.3.3. make profile-opt](https://python-all.ru/3/using/configure.html#make-profile-opt)
        - [3.4.3.4. make clean](https://python-all.ru/3/using/configure.html#make-clean)
        - [3.4.3.5. make distclean](https://python-all.ru/3/using/configure.html#make-distclean)
        - [3.4.3.6. make install](https://python-all.ru/3/using/configure.html#make-install)
        - [3.4.3.7. make test](https://python-all.ru/3/using/configure.html#make-test)
        - [3.4.3.8. make ci](https://python-all.ru/3/using/configure.html#make-ci)
        - [3.4.3.9. make buildbottest](https://python-all.ru/3/using/configure.html#make-buildbottest)
        - [3.4.3.10. make regen-all](https://python-all.ru/3/using/configure.html#make-regen-all)
      - [3.4.4. Расширения C](https://python-all.ru/3/using/configure.html#c-extensions)
    - [3.5. Флаги компилятора и компоновщика](https://python-all.ru/3/using/configure.html#compiler-and-linker-flags)

      - [3.5.1. Флаги препроцессора](https://python-all.ru/3/using/configure.html#preprocessor-flags)
      - [3.5.2. Флаги компилятора](https://python-all.ru/3/using/configure.html#compiler-flags)
      - [3.5.3. Флаги компоновщика](https://python-all.ru/3/using/configure.html#linker-flags)
  - [4. Использование Python в Windows](https://python-all.ru/3/using/windows.html)

    - [4.1. Диспетчер установки Python](https://python-all.ru/3/using/windows.html#python-install-manager)

      - [4.1.1. Установка](https://python-all.ru/3/using/windows.html#installation)
      - [4.1.2. Основное использование](https://python-all.ru/3/using/windows.html#basic-use)
      - [4.1.3. Справка по командам](https://python-all.ru/3/using/windows.html#command-help)
      - [4.1.4. Список сред выполнения](https://python-all.ru/3/using/windows.html#listing-runtimes)
      - [4.1.5. Установка сред выполнения](https://python-all.ru/3/using/windows.html#installing-runtimes)
      - [4.1.6. Автономная установка](https://python-all.ru/3/using/windows.html#offline-installs)
      - [4.1.7. Удаление сред выполнения](https://python-all.ru/3/using/windows.html#uninstalling-runtimes)
      - [4.1.8. Настройка](https://python-all.ru/3/using/windows.html#configuration)
      - [4.1.9. Строки shebang](https://python-all.ru/3/using/windows.html#shebang-lines)
      - [4.1.10. Расширенная установка](https://python-all.ru/3/using/windows.html#advanced-installation)
      - [4.1.11. Административная настройка](https://python-all.ru/3/using/windows.html#administrative-configuration)
      - [4.1.12. Установка free-threaded двоичных файлов](https://python-all.ru/3/using/windows.html#installing-free-threaded-binaries)
      - [4.1.13. Подписи индексов](https://python-all.ru/3/using/windows.html#index-signatures)
      - [4.1.14. Устранение неполадок](https://python-all.ru/3/using/windows.html#troubleshooting)
    - [4.2. Встраиваемый пакет](https://python-all.ru/3/using/windows.html#the-embeddable-package)

      - [4.2.1. Приложение Python](https://python-all.ru/3/using/windows.html#python-application)
      - [4.2.2. Встраивание Python](https://python-all.ru/3/using/windows.html#embedding-python)
    - [4.3. Пакеты из nuget.org](https://python-all.ru/3/using/windows.html#the-nuget-org-packages)

      - [4.3.1. Free-threaded пакеты](https://python-all.ru/3/using/windows.html#free-threaded-packages)
    - [4.4. Альтернативные сборки](https://python-all.ru/3/using/windows.html#alternative-bundles)
    - [4.5. Поддерживаемые версии Windows](https://python-all.ru/3/using/windows.html#supported-windows-versions)
    - [4.6. Снятие ограничения MAX\_PATH](https://python-all.ru/3/using/windows.html#removing-the-max-path-limitation)
    - [4.7. Режим UTF-8](https://python-all.ru/3/using/windows.html#utf-8-mode)
    - [4.8. Поиск модулей](https://python-all.ru/3/using/windows.html#finding-modules)
    - [4.9. Дополнительные модули](https://python-all.ru/3/using/windows.html#additional-modules)

      - [4.9.1. PyWin32](https://python-all.ru/3/using/windows.html#pywin32)
      - [4.9.2. cx\_Freeze](https://python-all.ru/3/using/windows.html#cx-freeze)
    - [4.10. Компиляция Python в Windows](https://python-all.ru/3/using/windows.html#compiling-python-on-windows)
    - [4.11. Полный установщик (устарело)](https://python-all.ru/3/using/windows.html#the-full-installer-deprecated)

      - [4.11.1. Этапы установки](https://python-all.ru/3/using/windows.html#installation-steps)
      - [4.11.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3/using/windows.html#id2)
      - [4.11.3. Установка без интерфейса](https://python-all.ru/3/using/windows.html#installing-without-ui)
      - [4.11.4. Установка без загрузки](https://python-all.ru/3/using/windows.html#installing-without-downloading)
      - [4.11.5. Изменение установки](https://python-all.ru/3/using/windows.html#modifying-an-install)
      - [4.11.6. Установка free-threaded двоичных файлов](https://python-all.ru/3/using/windows.html#id3)
    - [4.12. Средство запуска Python для Windows (устарело)](https://python-all.ru/3/using/windows.html#python-launcher-for-windows-deprecated)

      - [4.12.1. Начало работы](https://python-all.ru/3/using/windows.html#getting-started)

        - [4.12.1.1. Из командной строки](https://python-all.ru/3/using/windows.html#from-the-command-line)
        - [4.12.1.2. Виртуальные окружения](https://python-all.ru/3/using/windows.html#virtual-environments)
        - [4.12.1.3. Из скрипта](https://python-all.ru/3/using/windows.html#from-a-script)
        - [4.12.1.4. По ассоциациям файлов](https://python-all.ru/3/using/windows.html#from-file-associations)
      - [4.12.2. Строки shebang](https://python-all.ru/3/using/windows.html#id4)
      - [4.12.3. Аргументы в строках shebang](https://python-all.ru/3/using/windows.html#arguments-in-shebang-lines)
      - [4.12.4. Настройка](https://python-all.ru/3/using/windows.html#customization)

        - [4.12.4.1. Настройка через INI-файлы](https://python-all.ru/3/using/windows.html#customization-via-ini-files)
        - [4.12.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3/using/windows.html#customizing-default-python-versions)
      - [4.12.5. Диагностика](https://python-all.ru/3/using/windows.html#diagnostics)
      - [4.12.6. Пробный запуск](https://python-all.ru/3/using/windows.html#dry-run)
      - [4.12.7. Установка по запросу](https://python-all.ru/3/using/windows.html#install-on-demand)
      - [4.12.8. Коды возврата](https://python-all.ru/3/using/windows.html#return-codes)
  - [5. Использование Python на macOS](https://python-all.ru/3/using/mac.html)

    - [5.1. Использование Python для macOS из `python.org`](https://python-all.ru/3/using/mac.html#using-python-for-macos-from-python-org)

      - [5.1.1. Этапы установки](https://python-all.ru/3/using/mac.html#installation-steps)
      - [5.1.2. Как запустить скрипт Python](https://python-all.ru/3/using/mac.html#how-to-run-a-python-script)
    - [5.2. Альтернативные дистрибутивы](https://python-all.ru/3/using/mac.html#alternative-distributions)
    - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3/using/mac.html#installing-additional-python-packages)
    - [5.4. Программирование GUI](https://python-all.ru/3/using/mac.html#gui-programming)
    - [5.5. Продвинутые темы](https://python-all.ru/3/using/mac.html#advanced-topics)

      - [5.5.1. Установка free-threaded двоичных файлов](https://python-all.ru/3/using/mac.html#installing-free-threaded-binaries)
      - [5.5.2. Установка с помощью командной строки](https://python-all.ru/3/using/mac.html#installing-using-the-command-line)
      - [5.5.3. Распространение приложений Python](https://python-all.ru/3/using/mac.html#distributing-python-applications)
      - [5.5.4. Соответствие требованиям App Store](https://python-all.ru/3/using/mac.html#app-store-compliance)
    - [5.6. Прочие ресурсы](https://python-all.ru/3/using/mac.html#other-resources)
  - [6. Использование Python на Android](https://python-all.ru/3/using/android.html)

    - [6.1. Добавление Python в приложение Android](https://python-all.ru/3/using/android.html#adding-python-to-an-android-app)
    - [6.2. Сборка пакета Python для Android](https://python-all.ru/3/using/android.html#building-a-python-package-for-android)
  - [7. Использование Python на iOS](https://python-all.ru/3/using/ios.html)

    - [7.1. Python во время выполнения на iOS](https://python-all.ru/3/using/ios.html#python-at-runtime-on-ios)

      - [7.1.1. Совместимость версий iOS](https://python-all.ru/3/using/ios.html#ios-version-compatibility)
      - [7.1.2. Определение платформы](https://python-all.ru/3/using/ios.html#platform-identification)
      - [7.1.3. Доступность стандартной библиотеки](https://python-all.ru/3/using/ios.html#standard-library-availability)
      - [7.1.4. Двоичные модули расширения](https://python-all.ru/3/using/ios.html#binary-extension-modules)
      - [7.1.5. Заглушки компилятора](https://python-all.ru/3/using/ios.html#compiler-stub-binaries)
    - [7.2. Установка Python на iOS](https://python-all.ru/3/using/ios.html#installing-python-on-ios)

      - [7.2.1. Инструменты для сборки приложений iOS](https://python-all.ru/3/using/ios.html#tools-for-building-ios-apps)
      - [7.2.2. Добавление Python в проект iOS](https://python-all.ru/3/using/ios.html#adding-python-to-an-ios-project)
      - [7.2.3. Тестирование пакета Python](https://python-all.ru/3/using/ios.html#testing-a-python-package)
    - [7.3. Соответствие требованиям App Store](https://python-all.ru/3/using/ios.html#app-store-compliance)

      - [7.3.1. Несовместимый код в стандартной библиотеке](https://python-all.ru/3/using/ios.html#incompatible-code-in-the-standard-library)
      - [7.3.2. Манифесты конфиденциальности](https://python-all.ru/3/using/ios.html#privacy-manifests)
  - [8. Редакторы и среды разработки](https://python-all.ru/3/using/editors.html)

    - [8.1. IDLE – редактор и оболочка Python](https://python-all.ru/3/using/editors.html#idle-python-editor-and-shell)
    - [8.2. Другие редакторы и среды разработки](https://python-all.ru/3/using/editors.html#other-editors-and-ides)
- [Справочник по языку Python](https://python-all.ru/3/reference/index.html)

  - [1. Введение](https://python-all.ru/3/reference/introduction.html)

    - [1.1. Альтернативные реализации](https://python-all.ru/3/reference/introduction.html#alternate-implementations)
    - [1.2. Обозначения](https://python-all.ru/3/reference/introduction.html#notation)

      - [1.2.1. Лексические и синтаксические определения](https://python-all.ru/3/reference/introduction.html#lexical-and-syntactic-definitions)
  - [2. Лексический анализ](https://python-all.ru/3/reference/lexical_analysis.html)

    - [2.1. Структура строк](https://python-all.ru/3/reference/lexical_analysis.html#line-structure)

      - [2.1.1. Логические строки](https://python-all.ru/3/reference/lexical_analysis.html#logical-lines)
      - [2.1.2. Физические строки](https://python-all.ru/3/reference/lexical_analysis.html#physical-lines)
      - [2.1.3. Комментарии](https://python-all.ru/3/reference/lexical_analysis.html#comments)
      - [2.1.4. Объявление кодировки](https://python-all.ru/3/reference/lexical_analysis.html#encoding-declarations)
      - [2.1.5. Явное объединение строк](https://python-all.ru/3/reference/lexical_analysis.html#explicit-line-joining)
      - [2.1.6. Неявное объединение строк](https://python-all.ru/3/reference/lexical_analysis.html#implicit-line-joining)
      - [2.1.7. Пустые строки](https://python-all.ru/3/reference/lexical_analysis.html#blank-lines)
      - [2.1.8. Отступы](https://python-all.ru/3/reference/lexical_analysis.html#indentation)
      - [2.1.9. Пробелы между токенами](https://python-all.ru/3/reference/lexical_analysis.html#whitespace-between-tokens)
      - [2.1.10. Маркер конца](https://python-all.ru/3/reference/lexical_analysis.html#end-marker)
    - [2.2. Другие токены](https://python-all.ru/3/reference/lexical_analysis.html#other-tokens)
    - [2.3. Имена (идентификаторы и ключевые слова)](https://python-all.ru/3/reference/lexical_analysis.html#names-identifiers-and-keywords)

      - [2.3.1. Ключевые слова](https://python-all.ru/3/reference/lexical_analysis.html#keywords)
      - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3/reference/lexical_analysis.html#soft-keywords)
      - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3/reference/lexical_analysis.html#reserved-classes-of-identifiers)
      - [2.3.4. Не-ASCII символы в именах](https://python-all.ru/3/reference/lexical_analysis.html#non-ascii-characters-in-names)
    - [2.4. Литералы](https://python-all.ru/3/reference/lexical_analysis.html#literals)
    - [2.5. Строковые и байтовые литералы](https://python-all.ru/3/reference/lexical_analysis.html#string-and-bytes-literals)

      - [2.5.1. Строки в тройных кавычках](https://python-all.ru/3/reference/lexical_analysis.html#triple-quoted-strings)
      - [2.5.2. Префиксы строк](https://python-all.ru/3/reference/lexical_analysis.html#string-prefixes)
      - [2.5.3. Формальная грамматика](https://python-all.ru/3/reference/lexical_analysis.html#formal-grammar)
      - [2.5.4. Управляющие последовательности](https://python-all.ru/3/reference/lexical_analysis.html#escape-sequences)

        - [2.5.4.1. Игнорируемый конец строки](https://python-all.ru/3/reference/lexical_analysis.html#ignored-end-of-line)
        - [2.5.4.2. Экранированные символы](https://python-all.ru/3/reference/lexical_analysis.html#escaped-characters)
        - [2.5.4.3. Восьмеричный символ](https://python-all.ru/3/reference/lexical_analysis.html#octal-character)
        - [2.5.4.4. Шестнадцатеричный символ](https://python-all.ru/3/reference/lexical_analysis.html#hexadecimal-character)
        - [2.5.4.5. Именованный символ Юникода](https://python-all.ru/3/reference/lexical_analysis.html#named-unicode-character)
        - [2.5.4.6. Шестнадцатеричные символы Юникода](https://python-all.ru/3/reference/lexical_analysis.html#hexadecimal-unicode-characters)
        - [2.5.4.7. Нераспознанные управляющие последовательности](https://python-all.ru/3/reference/lexical_analysis.html#unrecognized-escape-sequences)
      - [2.5.5. Байтовые литералы](https://python-all.ru/3/reference/lexical_analysis.html#bytes-literals)
      - [2.5.6. Сырые строковые литералы](https://python-all.ru/3/reference/lexical_analysis.html#raw-string-literals)
      - [2.5.7. f-строки](https://python-all.ru/3/reference/lexical_analysis.html#formatted-string-literals)
      - [2.5.8. t-строки](https://python-all.ru/3/reference/lexical_analysis.html#template-string-literals)
      - [2.5.9. Формальная грамматика для f-строк](https://python-all.ru/3/reference/lexical_analysis.html#formal-grammar-for-f-strings)
    - [2.6. Числовые литералы](https://python-all.ru/3/reference/lexical_analysis.html#numeric-literals)

      - [2.6.1. Целочисленные литералы](https://python-all.ru/3/reference/lexical_analysis.html#integer-literals)
      - [2.6.2. Литералы с плавающей точкой](https://python-all.ru/3/reference/lexical_analysis.html#floating-point-literals)
      - [2.6.3. Литералы мнимых чисел](https://python-all.ru/3/reference/lexical_analysis.html#imaginary-literals)
    - [2.7. Операторы и разделители](https://python-all.ru/3/reference/lexical_analysis.html#operators-and-delimiters)
  - [3. Модель данных](https://python-all.ru/3/reference/datamodel.html)

    - [3.1. Объекты, значения и типы](https://python-all.ru/3/reference/datamodel.html#objects-values-and-types)
    - [3.2. Стандартная иерархия типов](https://python-all.ru/3/reference/datamodel.html#the-standard-type-hierarchy)

      - [3.2.1. None](https://python-all.ru/3/reference/datamodel.html#none)
      - [3.2.2. NotImplemented](https://python-all.ru/3/reference/datamodel.html#notimplemented)
      - [3.2.3. Ellipsis](https://python-all.ru/3/reference/datamodel.html#ellipsis)
      - [3.2.4. `numbers.Number`](https://python-all.ru/3/reference/datamodel.html#numbers-number)

        - [3.2.4.1. `numbers.Integral`](https://python-all.ru/3/reference/datamodel.html#numbers-integral)
        - [3.2.4.2. `numbers.Real` (`float`)](https://python-all.ru/3/reference/datamodel.html#numbers-real-float)
        - [3.2.4.3. `numbers.Complex` (`complex`)](https://python-all.ru/3/reference/datamodel.html#numbers-complex-complex)
      - [3.2.5. Последовательности](https://python-all.ru/3/reference/datamodel.html#sequences)

        - [3.2.5.1. Неизменяемые последовательности](https://python-all.ru/3/reference/datamodel.html#immutable-sequences)
        - [3.2.5.2. Изменяемые последовательности](https://python-all.ru/3/reference/datamodel.html#mutable-sequences)
      - [3.2.6. Типы множеств](https://python-all.ru/3/reference/datamodel.html#set-types)
      - [3.2.7. Отображения](https://python-all.ru/3/reference/datamodel.html#mappings)

        - [3.2.7.1. Словари](https://python-all.ru/3/reference/datamodel.html#dictionaries)
      - [3.2.8. Вызываемые типы](https://python-all.ru/3/reference/datamodel.html#callable-types)

        - [3.2.8.1. Пользовательские функции](https://python-all.ru/3/reference/datamodel.html#user-defined-functions)

          - [3.2.8.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3/reference/datamodel.html#special-read-only-attributes)
          - [3.2.8.1.2. Специальные изменяемые атрибуты](https://python-all.ru/3/reference/datamodel.html#special-writable-attributes)
        - [3.2.8.2. Методы экземпляра](https://python-all.ru/3/reference/datamodel.html#instance-methods)
        - [3.2.8.3. Функции-генераторы](https://python-all.ru/3/reference/datamodel.html#generator-functions)
        - [3.2.8.4. Корутинные функции](https://python-all.ru/3/reference/datamodel.html#coroutine-functions)
        - [3.2.8.5. Асинхронные функции-генераторы](https://python-all.ru/3/reference/datamodel.html#asynchronous-generator-functions)
        - [3.2.8.6. Встроенные функции](https://python-all.ru/3/reference/datamodel.html#built-in-functions)
        - [3.2.8.7. Встроенные методы](https://python-all.ru/3/reference/datamodel.html#built-in-methods)
        - [3.2.8.8. Классы](https://python-all.ru/3/reference/datamodel.html#classes)
        - [3.2.8.9. Экземпляры классов](https://python-all.ru/3/reference/datamodel.html#class-instances)
      - [3.2.9. Модули](https://python-all.ru/3/reference/datamodel.html#modules)

        - [3.2.9.1. Атрибуты объектов модулей, связанные с импортом](https://python-all.ru/3/reference/datamodel.html#import-related-attributes-on-module-objects)
        - [3.2.9.2. Прочие изменяемые атрибуты объектов модулей](https://python-all.ru/3/reference/datamodel.html#other-writable-attributes-on-module-objects)
        - [3.2.9.3. Словари модулей](https://python-all.ru/3/reference/datamodel.html#module-dictionaries)
      - [3.2.10. Пользовательские классы](https://python-all.ru/3/reference/datamodel.html#custom-classes)

        - [3.2.10.1. Специальные атрибуты](https://python-all.ru/3/reference/datamodel.html#special-attributes)
        - [3.2.10.2. Специальные методы](https://python-all.ru/3/reference/datamodel.html#special-methods)
      - [3.2.11. Экземпляры классов](https://python-all.ru/3/reference/datamodel.html#id4)

        - [3.2.11.1. Специальные атрибуты](https://python-all.ru/3/reference/datamodel.html#id5)
      - [3.2.12. Объекты ввода-вывода (также известные как файловые объекты)](https://python-all.ru/3/reference/datamodel.html#i-o-objects-also-known-as-file-objects)
      - [3.2.13. Внутренние типы](https://python-all.ru/3/reference/datamodel.html#internal-types)

        - [3.2.13.1. Объекты кода](https://python-all.ru/3/reference/datamodel.html#code-objects)

          - [3.2.13.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3/reference/datamodel.html#index-64)
          - [3.2.13.1.2. Методы объектов кода](https://python-all.ru/3/reference/datamodel.html#methods-on-code-objects)
        - [3.2.13.2. Объекты фреймов](https://python-all.ru/3/reference/datamodel.html#frame-objects)

          - [3.2.13.2.1. Специальные атрибуты только для чтения](https://python-all.ru/3/reference/datamodel.html#index-70)
          - [3.2.13.2.2. Специальные атрибуты для записи](https://python-all.ru/3/reference/datamodel.html#index-71)
          - [3.2.13.2.3. Методы объектов фреймов](https://python-all.ru/3/reference/datamodel.html#frame-object-methods)
        - [3.2.13.3. Объекты трассировки](https://python-all.ru/3/reference/datamodel.html#traceback-objects)
        - [3.2.13.4. Объекты срезов](https://python-all.ru/3/reference/datamodel.html#slice-objects)
        - [3.2.13.5. Объекты статических методов](https://python-all.ru/3/reference/datamodel.html#static-method-objects)
        - [3.2.13.6. Объекты методов класса](https://python-all.ru/3/reference/datamodel.html#class-method-objects)
    - [3.3. Имена специальных методов](https://python-all.ru/3/reference/datamodel.html#special-method-names)

      - [3.3.1. Базовая настройка](https://python-all.ru/3/reference/datamodel.html#basic-customization)
      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3/reference/datamodel.html#customizing-attribute-access)

        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3/reference/datamodel.html#customizing-module-attribute-access)
        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3/reference/datamodel.html#implementing-descriptors)
        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3/reference/datamodel.html#invoking-descriptors)
        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3/reference/datamodel.html#slots)
      - [3.3.3. Настройка создания классов](https://python-all.ru/3/reference/datamodel.html#customizing-class-creation)

        - [3.3.3.1. Метаклассы](https://python-all.ru/3/reference/datamodel.html#metaclasses)
        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3/reference/datamodel.html#resolving-mro-entries)
        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3/reference/datamodel.html#determining-the-appropriate-metaclass)
        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3/reference/datamodel.html#preparing-the-class-namespace)
        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3/reference/datamodel.html#executing-the-class-body)
        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3/reference/datamodel.html#creating-the-class-object)
        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3/reference/datamodel.html#uses-for-metaclasses)
      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3/reference/datamodel.html#customizing-instance-and-subclass-checks)
      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3/reference/datamodel.html#emulating-generic-types)

        - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3/reference/datamodel.html#the-purpose-of-class-getitem)
        - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3/reference/datamodel.html#class-getitem-versus-getitem)
      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3/reference/datamodel.html#emulating-callable-objects)
      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3/reference/datamodel.html#emulating-container-types)
      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3/reference/datamodel.html#emulating-numeric-types)
      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3/reference/datamodel.html#with-statement-context-managers)
      - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)
      - [3.3.11. Эмуляция буферных типов](https://python-all.ru/3/reference/datamodel.html#emulating-buffer-types)
      - [3.3.12. Аннотации](https://python-all.ru/3/reference/datamodel.html#annotations)
      - [3.3.13. Поиск специальных методов](https://python-all.ru/3/reference/datamodel.html#special-method-lookup)
    - [3.4. Корутины](https://python-all.ru/3/reference/datamodel.html#coroutines)

      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3/reference/datamodel.html#awaitable-objects)
      - [3.4.2. Объекты корутин](https://python-all.ru/3/reference/datamodel.html#coroutine-objects)
      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3/reference/datamodel.html#asynchronous-iterators)
      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3/reference/datamodel.html#asynchronous-context-managers)
  - [4. Модель выполнения](https://python-all.ru/3/reference/executionmodel.html)

    - [4.1. Структура программы](https://python-all.ru/3/reference/executionmodel.html#structure-of-a-program)
    - [4.2. Имена и связывание](https://python-all.ru/3/reference/executionmodel.html#naming-and-binding)

      - [4.2.1. Связывание имён](https://python-all.ru/3/reference/executionmodel.html#binding-of-names)
      - [4.2.2. Разрешение имён](https://python-all.ru/3/reference/executionmodel.html#resolution-of-names)
      - [4.2.3. Области видимости аннотаций](https://python-all.ru/3/reference/executionmodel.html#annotation-scopes)
      - [4.2.4. Ленивые вычисления](https://python-all.ru/3/reference/executionmodel.html#lazy-evaluation)
      - [4.2.5. Встроенные функции и ограниченное выполнение](https://python-all.ru/3/reference/executionmodel.html#builtins-and-restricted-execution)
      - [4.2.6. Взаимодействие с динамическими возможностями](https://python-all.ru/3/reference/executionmodel.html#interaction-with-dynamic-features)
    - [4.3. Исключения](https://python-all.ru/3/reference/executionmodel.html#exceptions)
    - [4.4. Компоненты времени выполнения](https://python-all.ru/3/reference/executionmodel.html#runtime-components)

      - [4.4.1. Общая вычислительная модель](https://python-all.ru/3/reference/executionmodel.html#general-computing-model)
      - [4.4.2. Модель выполнения Python](https://python-all.ru/3/reference/executionmodel.html#python-runtime-model)
  - [5. Система импорта](https://python-all.ru/3/reference/import.html)

    - [5.1. `importlib`](https://python-all.ru/3/reference/import.html#importlib)
    - [5.2. Пакеты](https://python-all.ru/3/reference/import.html#packages)

      - [5.2.1. Обычные пакеты](https://python-all.ru/3/reference/import.html#regular-packages)
      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3/reference/import.html#namespace-packages)
    - [5.3. Поиск](https://python-all.ru/3/reference/import.html#searching)

      - [5.3.1. Кеш модулей](https://python-all.ru/3/reference/import.html#the-module-cache)
      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3/reference/import.html#finders-and-loaders)
      - [5.3.3. Хуки импорта](https://python-all.ru/3/reference/import.html#import-hooks)
      - [5.3.4. Метапуть](https://python-all.ru/3/reference/import.html#the-meta-path)
    - [5.4. Загрузка](https://python-all.ru/3/reference/import.html#loading)

      - [5.4.1. Загрузчики](https://python-all.ru/3/reference/import.html#loaders)
      - [5.4.2. Подмодули](https://python-all.ru/3/reference/import.html#submodules)
      - [5.4.3. Спецификации модулей](https://python-all.ru/3/reference/import.html#module-specs)
      - [5.4.4. Атрибут \_\_path\_\_ у модулей](https://python-all.ru/3/reference/import.html#path-attributes-on-modules)
      - [5.4.5. Представления модулей](https://python-all.ru/3/reference/import.html#module-reprs)
      - [5.4.6. Инвалидация кешированного байт-кода](https://python-all.ru/3/reference/import.html#cached-bytecode-invalidation)
    - [5.5. Искатель на основе путей](https://python-all.ru/3/reference/import.html#the-path-based-finder)

      - [5.5.1. Искатели записей путей](https://python-all.ru/3/reference/import.html#path-entry-finders)
      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3/reference/import.html#path-entry-finder-protocol)
    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3/reference/import.html#replacing-the-standard-import-system)
    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3/reference/import.html#package-relative-imports)
    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3/reference/import.html#special-considerations-for-main)

      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3/reference/import.html#main-spec)
    - [5.9. Ссылки](https://python-all.ru/3/reference/import.html#references)
  - [6. Выражения](https://python-all.ru/3/reference/expressions.html)

    - [6.1. Арифметические преобразования](https://python-all.ru/3/reference/expressions.html#arithmetic-conversions)
    - [6.2. Атомы](https://python-all.ru/3/reference/expressions.html#atoms)

      - [6.2.1. Встроенные константы](https://python-all.ru/3/reference/expressions.html#built-in-constants)
      - [6.2.2. Идентификаторы (имена)](https://python-all.ru/3/reference/expressions.html#atom-identifiers)

        - [6.2.2.1. Приватное искажение имён](https://python-all.ru/3/reference/expressions.html#index-5)
      - [6.2.3. Литералы](https://python-all.ru/3/reference/expressions.html#literals)

        - [6.2.3.1. Литералы и идентичность объектов](https://python-all.ru/3/reference/expressions.html#literals-and-object-identity)
        - [6.2.3.2. Конкатенация строковых литералов](https://python-all.ru/3/reference/expressions.html#string-literal-concatenation)
      - [6.2.4. Формы в круглых скобках](https://python-all.ru/3/reference/expressions.html#parenthesized-forms)
      - [6.2.5. Отображения для списков, множеств и словарей](https://python-all.ru/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries)
      - [6.2.6. Отображения списков](https://python-all.ru/3/reference/expressions.html#list-displays)
      - [6.2.7. Отображения множеств](https://python-all.ru/3/reference/expressions.html#set-displays)
      - [6.2.8. Отображения словарей](https://python-all.ru/3/reference/expressions.html#dictionary-displays)
      - [6.2.9. Генераторные выражения](https://python-all.ru/3/reference/expressions.html#generator-expressions)
      - [6.2.10. Выражения yield](https://python-all.ru/3/reference/expressions.html#yield-expressions)

        - [6.2.10.1. Методы генератора-итератора](https://python-all.ru/3/reference/expressions.html#generator-iterator-methods)
        - [6.2.10.2. Примеры](https://python-all.ru/3/reference/expressions.html#examples)
        - [6.2.10.3. Асинхронные функции-генераторы](https://python-all.ru/3/reference/expressions.html#asynchronous-generator-functions)
        - [6.2.10.4. Методы асинхронного генератора-итератора](https://python-all.ru/3/reference/expressions.html#asynchronous-generator-iterator-methods)
    - [6.3. Первичные выражения](https://python-all.ru/3/reference/expressions.html#primaries)

      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3/reference/expressions.html#attribute-references)
      - [6.3.2. Подписки и срезы](https://python-all.ru/3/reference/expressions.html#subscriptions-and-slicings)

        - [6.3.2.1. Срезы](https://python-all.ru/3/reference/expressions.html#slicings)
        - [6.3.2.2. Индексы через запятую](https://python-all.ru/3/reference/expressions.html#comma-separated-subscripts)
        - [6.3.2.3. Подписки со звёздочкой](https://python-all.ru/3/reference/expressions.html#starred-subscriptions)
        - [6.3.2.4. Формальная грамматика подписок](https://python-all.ru/3/reference/expressions.html#formal-subscription-grammar)
      - [6.3.3. Вызовы](https://python-all.ru/3/reference/expressions.html#calls)
    - [6.4. Выражение await](https://python-all.ru/3/reference/expressions.html#await-expression)
    - [6.5. Оператор возведения в степень](https://python-all.ru/3/reference/expressions.html#the-power-operator)
    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3/reference/expressions.html#unary-arithmetic-and-bitwise-operations)
    - [6.7. Бинарные арифметические операции](https://python-all.ru/3/reference/expressions.html#binary-arithmetic-operations)
    - [6.8. Операции сдвига](https://python-all.ru/3/reference/expressions.html#shifting-operations)
    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3/reference/expressions.html#binary-bitwise-operations)
    - [6.10. Сравнения](https://python-all.ru/3/reference/expressions.html#comparisons)

      - [6.10.1. Сравнения значений](https://python-all.ru/3/reference/expressions.html#value-comparisons)
      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3/reference/expressions.html#membership-test-operations)
      - [6.10.3. Сравнения идентичности](https://python-all.ru/3/reference/expressions.html#is-not)
    - [6.11. Булевы операции](https://python-all.ru/3/reference/expressions.html#boolean-operations)
    - [6.12. Присваивающие выражения](https://python-all.ru/3/reference/expressions.html#assignment-expressions)
    - [6.13. Условные выражения](https://python-all.ru/3/reference/expressions.html#conditional-expressions)
    - [6.14. Лямбда-выражения](https://python-all.ru/3/reference/expressions.html#lambda)
    - [6.15. Списки выражений](https://python-all.ru/3/reference/expressions.html#expression-lists)
    - [6.16. Порядок вычисления](https://python-all.ru/3/reference/expressions.html#evaluation-order)
    - [6.17. Приоритет операторов](https://python-all.ru/3/reference/expressions.html#operator-precedence)
  - [7. Простые инструкции](https://python-all.ru/3/reference/simple_stmts.html)

    - [7.1. Инструкции-выражения](https://python-all.ru/3/reference/simple_stmts.html#expression-statements)
    - [7.2. Инструкции присваивания](https://python-all.ru/3/reference/simple_stmts.html#assignment-statements)

      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3/reference/simple_stmts.html#augmented-assignment-statements)
      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3/reference/simple_stmts.html#annotated-assignment-statements)
    - [7.3. Инструкция `assert`](https://python-all.ru/3/reference/simple_stmts.html#the-assert-statement)
    - [7.4. Инструкция `pass`](https://python-all.ru/3/reference/simple_stmts.html#the-pass-statement)
    - [7.5. Инструкция `del`](https://python-all.ru/3/reference/simple_stmts.html#the-del-statement)
    - [7.6. Инструкция `return`](https://python-all.ru/3/reference/simple_stmts.html#the-return-statement)
    - [7.7. Инструкция `yield`](https://python-all.ru/3/reference/simple_stmts.html#the-yield-statement)
    - [7.8. Инструкция `raise`](https://python-all.ru/3/reference/simple_stmts.html#the-raise-statement)
    - [7.9. Инструкция `break`](https://python-all.ru/3/reference/simple_stmts.html#the-break-statement)
    - [7.10. Инструкция `continue`](https://python-all.ru/3/reference/simple_stmts.html#the-continue-statement)
    - [7.11. Инструкция `import`](https://python-all.ru/3/reference/simple_stmts.html#the-import-statement)

      - [7.11.1. Инструкции future](https://python-all.ru/3/reference/simple_stmts.html#future-statements)
    - [7.12. Инструкция `global`](https://python-all.ru/3/reference/simple_stmts.html#the-global-statement)
    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3/reference/simple_stmts.html#the-nonlocal-statement)
    - [7.14. Инструкция `type`](https://python-all.ru/3/reference/simple_stmts.html#the-type-statement)
  - [8. Составные инструкции](https://python-all.ru/3/reference/compound_stmts.html)

    - [8.1. Инструкция `if`](https://python-all.ru/3/reference/compound_stmts.html#the-if-statement)
    - [8.2. Инструкция `while`](https://python-all.ru/3/reference/compound_stmts.html#the-while-statement)
    - [8.3. Инструкция `for`](https://python-all.ru/3/reference/compound_stmts.html#the-for-statement)
    - [8.4. Инструкция `try`](https://python-all.ru/3/reference/compound_stmts.html#the-try-statement)

      - [8.4.1. Предложение `except`](https://python-all.ru/3/reference/compound_stmts.html#except-clause)
      - [8.4.2. Предложение `except*`](https://python-all.ru/3/reference/compound_stmts.html#except-star)
      - [8.4.3. Предложение `else`](https://python-all.ru/3/reference/compound_stmts.html#else-clause)
      - [8.4.4. Предложение `finally`](https://python-all.ru/3/reference/compound_stmts.html#finally-clause)
    - [8.5. Инструкция `with`](https://python-all.ru/3/reference/compound_stmts.html#the-with-statement)
    - [8.6. Инструкция `match`](https://python-all.ru/3/reference/compound_stmts.html#the-match-statement)

      - [8.6.1. Обзор](https://python-all.ru/3/reference/compound_stmts.html#overview)
      - [8.6.2. Ограничители](https://python-all.ru/3/reference/compound_stmts.html#guards)
      - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3/reference/compound_stmts.html#irrefutable-case-blocks)
      - [8.6.4. Шаблоны](https://python-all.ru/3/reference/compound_stmts.html#patterns)

        - [8.6.4.1. Шаблоны OR](https://python-all.ru/3/reference/compound_stmts.html#or-patterns)
        - [8.6.4.2. Шаблоны AS](https://python-all.ru/3/reference/compound_stmts.html#as-patterns)
        - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3/reference/compound_stmts.html#literal-patterns)
        - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3/reference/compound_stmts.html#capture-patterns)
        - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3/reference/compound_stmts.html#wildcard-patterns)
        - [8.6.4.6. Шаблоны значений](https://python-all.ru/3/reference/compound_stmts.html#value-patterns)
        - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3/reference/compound_stmts.html#group-patterns)
        - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3/reference/compound_stmts.html#sequence-patterns)
        - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3/reference/compound_stmts.html#mapping-patterns)
        - [8.6.4.10. Шаблоны классов](https://python-all.ru/3/reference/compound_stmts.html#class-patterns)
    - [8.7. Определения функций](https://python-all.ru/3/reference/compound_stmts.html#function-definitions)
    - [8.8. Определения классов](https://python-all.ru/3/reference/compound_stmts.html#class-definitions)
    - [8.9. Корутины](https://python-all.ru/3/reference/compound_stmts.html#coroutines)

      - [8.9.1. Определение корутинной функции](https://python-all.ru/3/reference/compound_stmts.html#coroutine-function-definition)
      - [8.9.2. Инструкция `async for`](https://python-all.ru/3/reference/compound_stmts.html#the-async-for-statement)
      - [8.9.3. Оператор `async with`](https://python-all.ru/3/reference/compound_stmts.html#the-async-with-statement)
    - [8.10. Списки параметров типов](https://python-all.ru/3/reference/compound_stmts.html#type-parameter-lists)

      - [8.10.1. Обобщённые функции](https://python-all.ru/3/reference/compound_stmts.html#generic-functions)
      - [8.10.2. Обобщённые классы](https://python-all.ru/3/reference/compound_stmts.html#generic-classes)
      - [8.10.3. Обобщённые псевдонимы типов](https://python-all.ru/3/reference/compound_stmts.html#generic-type-aliases)
    - [8.11. Аннотации](https://python-all.ru/3/reference/compound_stmts.html#annotations)
  - [9. Компоненты верхнего уровня](https://python-all.ru/3/reference/toplevel_components.html)

    - [9.1. Полные программы на Python](https://python-all.ru/3/reference/toplevel_components.html#complete-python-programs)
    - [9.2. Ввод из файла](https://python-all.ru/3/reference/toplevel_components.html#file-input)
    - [9.3. Интерактивный ввод](https://python-all.ru/3/reference/toplevel_components.html#interactive-input)
    - [9.4. Ввод выражений](https://python-all.ru/3/reference/toplevel_components.html#expression-input)
  - [10. Полная спецификация грамматики](https://python-all.ru/3/reference/grammar.html)
- [Стандартная библиотека Python](https://python-all.ru/3/library/index.html)

  - [Введение](https://python-all.ru/3/library/intro.html)

    - [Примечания о доступности](https://python-all.ru/3/library/intro.html#notes-on-availability)

      - [Платформы WebAssembly](https://python-all.ru/3/library/intro.html#webassembly-platforms)
      - [Мобильные платформы](https://python-all.ru/3/library/intro.html#mobile-platforms)
  - [Встроенные функции](https://python-all.ru/3/library/functions.html)
  - [Встроенные константы](https://python-all.ru/3/library/constants.html)

    - [Константы, добавляемые модулем `site`](https://python-all.ru/3/library/constants.html#constants-added-by-the-site-module)
  - [Встроенные типы](https://python-all.ru/3/library/stdtypes.html)

    - [Проверка истинности](https://python-all.ru/3/library/stdtypes.html#truth-value-testing)
    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3/library/stdtypes.html#boolean-operations-and-or-not)
    - [Сравнения](https://python-all.ru/3/library/stdtypes.html#comparisons)
    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3/library/stdtypes.html#numeric-types-int-float-complex)

      - [Побитовые операции над целыми типами](https://python-all.ru/3/library/stdtypes.html#bitwise-operations-on-integer-types)
      - [Дополнительные методы целых типов](https://python-all.ru/3/library/stdtypes.html#additional-methods-on-integer-types)
      - [Дополнительные методы типа float](https://python-all.ru/3/library/stdtypes.html#additional-methods-on-float)
      - [Дополнительные методы типа complex](https://python-all.ru/3/library/stdtypes.html#additional-methods-on-complex)
      - [Хеширование числовых типов](https://python-all.ru/3/library/stdtypes.html#hashing-of-numeric-types)
    - [Логический тип – `bool`](https://python-all.ru/3/library/stdtypes.html#boolean-type-bool)
    - [Типы итераторов](https://python-all.ru/3/library/stdtypes.html#iterator-types)

      - [Типы генераторов](https://python-all.ru/3/library/stdtypes.html#generator-types)
    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3/library/stdtypes.html#sequence-types-list-tuple-range)

      - [Общие операции с последовательностями](https://python-all.ru/3/library/stdtypes.html#common-sequence-operations)
      - [Неизменяемые типы последовательностей](https://python-all.ru/3/library/stdtypes.html#immutable-sequence-types)
      - [Изменяемые типы последовательностей](https://python-all.ru/3/library/stdtypes.html#mutable-sequence-types)
      - [Списки](https://python-all.ru/3/library/stdtypes.html#lists)
      - [Кортежи](https://python-all.ru/3/library/stdtypes.html#tuples)
      - [Диапазоны](https://python-all.ru/3/library/stdtypes.html#ranges)
    - [Сводка методов для текстовых и двоичных последовательностей](https://python-all.ru/3/library/stdtypes.html#text-and-binary-sequence-type-methods-summary)
    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3/library/stdtypes.html#text-sequence-type-str)

      - [Методы строк](https://python-all.ru/3/library/stdtypes.html#string-methods)
      - [Форматированные строковые литералы (f-строки)](https://python-all.ru/3/library/stdtypes.html#formatted-string-literals-f-strings)

        - [Спецификатор отладки](https://python-all.ru/3/library/stdtypes.html#debug-specifier)
        - [Спецификатор преобразования](https://python-all.ru/3/library/stdtypes.html#conversion-specifier)
        - [Спецификатор формата](https://python-all.ru/3/library/stdtypes.html#format-specifier)
      - [Шаблонные строковые литералы (t-строки)](https://python-all.ru/3/library/stdtypes.html#template-string-literals-t-strings)
      - [Форматирование строк в стиле `printf`](https://python-all.ru/3/library/stdtypes.html#printf-style-string-formatting)
    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)

      - [Объекты bytes](https://python-all.ru/3/library/stdtypes.html#bytes-objects)
      - [Объекты bytearray](https://python-all.ru/3/library/stdtypes.html#bytearray-objects)
      - [Операции с bytes и bytearray](https://python-all.ru/3/library/stdtypes.html#bytes-and-bytearray-operations)
      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3/library/stdtypes.html#printf-style-bytes-formatting)
      - [Представления памяти](https://python-all.ru/3/library/stdtypes.html#memory-views)
    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3/library/stdtypes.html#set-types-set-frozenset)
    - [Типы отображений – `dict`](https://python-all.ru/3/library/stdtypes.html#mapping-types-dict)

      - [Объекты представлений словаря](https://python-all.ru/3/library/stdtypes.html#dictionary-view-objects)
    - [Типы контекстных менеджеров](https://python-all.ru/3/library/stdtypes.html#context-manager-types)
    - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3/library/stdtypes.html#type-annotation-types-generic-alias-union)

      - [Тип общего псевдонима](https://python-all.ru/3/library/stdtypes.html#generic-alias-type)

        - [Стандартные обобщённые классы](https://python-all.ru/3/library/stdtypes.html#standard-generic-classes)
        - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3/library/stdtypes.html#special-attributes-of-genericalias-objects)
      - [Тип объединения](https://python-all.ru/3/library/stdtypes.html#union-type)
    - [Прочие встроенные типы](https://python-all.ru/3/library/stdtypes.html#other-built-in-types)

      - [Модули](https://python-all.ru/3/library/stdtypes.html#modules)
      - [Классы и экземпляры классов](https://python-all.ru/3/library/stdtypes.html#classes-and-class-instances)
      - [Функции](https://python-all.ru/3/library/stdtypes.html#functions)
      - [Методы](https://python-all.ru/3/library/stdtypes.html#methods)
      - [Объекты кода](https://python-all.ru/3/library/stdtypes.html#code-objects)
      - [Объекты типов](https://python-all.ru/3/library/stdtypes.html#type-objects)
      - [Объект None](https://python-all.ru/3/library/stdtypes.html#the-null-object)
      - [Объект Ellipsis](https://python-all.ru/3/library/stdtypes.html#the-ellipsis-object)
      - [Объект NotImplemented](https://python-all.ru/3/library/stdtypes.html#the-notimplemented-object)
      - [Внутренние объекты](https://python-all.ru/3/library/stdtypes.html#internal-objects)
    - [Специальные атрибуты](https://python-all.ru/3/library/stdtypes.html#special-attributes)
    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3/library/stdtypes.html#integer-string-conversion-length-limitation)

      - [Затронутые API](https://python-all.ru/3/library/stdtypes.html#affected-apis)
      - [Настройка ограничения](https://python-all.ru/3/library/stdtypes.html#configuring-the-limit)
      - [Рекомендуемая конфигурация](https://python-all.ru/3/library/stdtypes.html#recommended-configuration)
  - [Встроенные исключения](https://python-all.ru/3/library/exceptions.html)

    - [Контекст исключения](https://python-all.ru/3/library/exceptions.html#exception-context)
    - [Наследование от встроенных исключений](https://python-all.ru/3/library/exceptions.html#inheriting-from-built-in-exceptions)
    - [Базовые классы](https://python-all.ru/3/library/exceptions.html#base-classes)
    - [Конкретные исключения](https://python-all.ru/3/library/exceptions.html#concrete-exceptions)

      - [Исключения ОС](https://python-all.ru/3/library/exceptions.html#os-exceptions)
    - [Предупреждения](https://python-all.ru/3/library/exceptions.html#warnings)
    - [Группы исключений](https://python-all.ru/3/library/exceptions.html#exception-groups)
    - [Иерархия исключений](https://python-all.ru/3/library/exceptions.html#exception-hierarchy)
  - [Гарантии потокобезопасности](https://python-all.ru/3/library/threadsafety.html)

    - [Уровни потокобезопасности](https://python-all.ru/3/library/threadsafety.html#thread-safety-levels)

      - [Несовместимо](https://python-all.ru/3/library/threadsafety.html#incompatible)
      - [Совместимо](https://python-all.ru/3/library/threadsafety.html#compatible)
      - [Безопасно для разных объектов](https://python-all.ru/3/library/threadsafety.html#safe-on-distinct-objects)
      - [Безопасно для общих объектов](https://python-all.ru/3/library/threadsafety.html#safe-on-shared-objects)
      - [Атомарно](https://python-all.ru/3/library/threadsafety.html#atomic)
    - [Потокобезопасность объектов списка](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-list-objects)
    - [Потокобезопасность объектов словаря](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-dict-objects)
    - [Потокобезопасность объектов множества](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-set-objects)
    - [Потокобезопасность объектов bytearray](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-bytearray-objects)
    - [Потокобезопасность объектов memoryview](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-memoryview-objects)
  - [Службы обработки текста](https://python-all.ru/3/library/text.html)

    - [`string` – Общие операции со строками](https://python-all.ru/3/library/string.html)

      - [Строковые константы](https://python-all.ru/3/library/string.html#string-constants)
      - [Пользовательское форматирование строк](https://python-all.ru/3/library/string.html#custom-string-formatting)
      - [Синтаксис форматных строк](https://python-all.ru/3/library/string.html#format-string-syntax)

        - [Мини-язык спецификации формата](https://python-all.ru/3/library/string.html#format-specification-mini-language)
        - [Примеры форматирования](https://python-all.ru/3/library/string.html#format-examples)
      - [Строки-шаблоны ($-strings)](https://python-all.ru/3/library/string.html#template-strings-strings)
      - [Вспомогательные функции](https://python-all.ru/3/library/string.html#helper-functions)
    - [`string.templatelib` – Поддержка шаблонных строковых литералов](https://python-all.ru/3/library/string.templatelib.html)

      - [Строки-шаблоны](https://python-all.ru/3/library/string.templatelib.html#template-strings)
      - [Типы](https://python-all.ru/3/library/string.templatelib.html#types)
      - [Вспомогательные функции](https://python-all.ru/3/library/string.templatelib.html#helper-functions)
    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3/library/re.html)

      - [Синтаксис регулярных выражений](https://python-all.ru/3/library/re.html#regular-expression-syntax)
      - [Содержимое модуля](https://python-all.ru/3/library/re.html#module-contents)

        - [Флаги](https://python-all.ru/3/library/re.html#flags)
        - [Функции](https://python-all.ru/3/library/re.html#functions)
        - [Исключения](https://python-all.ru/3/library/re.html#exceptions)
      - [Объекты регулярных выражений](https://python-all.ru/3/library/re.html#regular-expression-objects)
      - [Объекты Match](https://python-all.ru/3/library/re.html#match-objects)
      - [Примеры регулярных выражений](https://python-all.ru/3/library/re.html#regular-expression-examples)

        - [Проверка на пару](https://python-all.ru/3/library/re.html#checking-for-a-pair)
        - [Имитация scanf()](https://python-all.ru/3/library/re.html#simulating-scanf)
        - [search() vs. match()](https://python-all.ru/3/library/re.html#search-vs-match)
        - [Создание телефонного справочника](https://python-all.ru/3/library/re.html#making-a-phonebook)
        - [Преобразование текста](https://python-all.ru/3/library/re.html#text-munging)
        - [Поиск всех наречий](https://python-all.ru/3/library/re.html#finding-all-adverbs)
        - [Поиск всех наречий и их позиций](https://python-all.ru/3/library/re.html#finding-all-adverbs-and-their-positions)
        - [Сырая строковая нотация](https://python-all.ru/3/library/re.html#raw-string-notation)
        - [Написание токенизатора](https://python-all.ru/3/library/re.html#writing-a-tokenizer)
    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3/library/difflib.html)

      - [Объекты SequenceMatcher](https://python-all.ru/3/library/difflib.html#sequencematcher-objects)
      - [Примеры SequenceMatcher](https://python-all.ru/3/library/difflib.html#sequencematcher-examples)
      - [Объекты Differ](https://python-all.ru/3/library/difflib.html#differ-objects)
      - [Пример Differ](https://python-all.ru/3/library/difflib.html#differ-example)
      - [Интерфейс командной строки для difflib](https://python-all.ru/3/library/difflib.html#a-command-line-interface-to-difflib)
      - [Пример ndiff](https://python-all.ru/3/library/difflib.html#ndiff-example)
    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3/library/textwrap.html)
    - [`unicodedata` – База данных Unicode](https://python-all.ru/3/library/unicodedata.html)
    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3/library/stringprep.html)
    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3/library/readline.html)

      - [Файл инициализации](https://python-all.ru/3/library/readline.html#init-file)
      - [Буфер строки](https://python-all.ru/3/library/readline.html#line-buffer)
      - [Файл истории](https://python-all.ru/3/library/readline.html#history-file)
      - [Список истории](https://python-all.ru/3/library/readline.html#history-list)
      - [Перехватчики запуска](https://python-all.ru/3/library/readline.html#startup-hooks)
      - [Автодополнение](https://python-all.ru/3/library/readline.html#completion)
      - [Пример](https://python-all.ru/3/library/readline.html#example)
    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3/library/rlcompleter.html)
  - [Службы двоичных данных](https://python-all.ru/3/library/binary.html)

    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3/library/struct.html)

      - [Функции и исключения](https://python-all.ru/3/library/struct.html#functions-and-exceptions)
      - [Строки формата](https://python-all.ru/3/library/struct.html#format-strings)

        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3/library/struct.html#byte-order-size-and-alignment)
        - [Символы форматирования](https://python-all.ru/3/library/struct.html#format-characters)
        - [Примеры](https://python-all.ru/3/library/struct.html#examples)
      - [Приложения](https://python-all.ru/3/library/struct.html#applications)

        - [Родные форматы](https://python-all.ru/3/library/struct.html#native-formats)
        - [Стандартные форматы](https://python-all.ru/3/library/struct.html#standard-formats)
      - [Классы](https://python-all.ru/3/library/struct.html#classes)
    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3/library/codecs.html)

      - [Базовые классы кодеков](https://python-all.ru/3/library/codecs.html#codec-base-classes)

        - [Обработчики ошибок](https://python-all.ru/3/library/codecs.html#error-handlers)
        - [Кодирование и декодирование без состояния](https://python-all.ru/3/library/codecs.html#stateless-encoding-and-decoding)
        - [Инкрементное кодирование и декодирование](https://python-all.ru/3/library/codecs.html#incremental-encoding-and-decoding)

          - [Объекты IncrementalEncoder](https://python-all.ru/3/library/codecs.html#incrementalencoder-objects)
          - [Объекты IncrementalDecoder](https://python-all.ru/3/library/codecs.html#incrementaldecoder-objects)
        - [Потоковое кодирование и декодирование](https://python-all.ru/3/library/codecs.html#stream-encoding-and-decoding)

          - [Объекты StreamWriter](https://python-all.ru/3/library/codecs.html#streamwriter-objects)
          - [Объекты StreamReader](https://python-all.ru/3/library/codecs.html#streamreader-objects)
          - [Объекты StreamReaderWriter](https://python-all.ru/3/library/codecs.html#streamreaderwriter-objects)
          - [Объекты StreamRecoder](https://python-all.ru/3/library/codecs.html#streamrecoder-objects)
      - [Кодировки и Юникод](https://python-all.ru/3/library/codecs.html#encodings-and-unicode)
      - [Стандартные кодировки](https://python-all.ru/3/library/codecs.html#standard-encodings)
      - [Специфические для Python кодировки](https://python-all.ru/3/library/codecs.html#python-specific-encodings)

        - [Текстовые кодировки](https://python-all.ru/3/library/codecs.html#text-encodings)
        - [Двоичные преобразования](https://python-all.ru/3/library/codecs.html#binary-transforms)
        - [Автономные функции кодеков](https://python-all.ru/3/library/codecs.html#standalone-codec-functions)
        - [Текстовые преобразования](https://python-all.ru/3/library/codecs.html#text-transforms)
      - [`encodings` – пакет кодировок](https://python-all.ru/3/library/codecs.html#module-encodings)
      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3/library/codecs.html#module-encodings.idna)
      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3/library/codecs.html#module-encodings.mbcs)
      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3/library/codecs.html#module-encodings.utf_8_sig)
  - [Типы данных](https://python-all.ru/3/library/datatypes.html)

    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3/library/datetime.html)

      - [Осведомлённые и наивные объекты](https://python-all.ru/3/library/datetime.html#aware-and-naive-objects)
      - [Константы](https://python-all.ru/3/library/datetime.html#constants)
      - [Доступные типы](https://python-all.ru/3/library/datetime.html#available-types)

        - [Общие свойства](https://python-all.ru/3/library/datetime.html#common-properties)
        - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3/library/datetime.html#determining-if-an-object-is-aware-or-naive)
      - [`timedelta` объекты](https://python-all.ru/3/library/datetime.html#timedelta-objects)

        - [Примеры использования: `timedelta`](https://python-all.ru/3/library/datetime.html#examples-of-usage-timedelta)
      - [`date` объекты](https://python-all.ru/3/library/datetime.html#date-objects)

        - [Примеры использования: `date`](https://python-all.ru/3/library/datetime.html#examples-of-usage-date)
      - [`datetime` объекты](https://python-all.ru/3/library/datetime.html#datetime-objects)

        - [Примеры использования: `datetime`](https://python-all.ru/3/library/datetime.html#examples-of-usage-datetime)
      - [`time` объекты](https://python-all.ru/3/library/datetime.html#time-objects)

        - [Примеры использования: `time`](https://python-all.ru/3/library/datetime.html#examples-of-usage-time)
      - [`tzinfo` объекты](https://python-all.ru/3/library/datetime.html#tzinfo-objects)
      - [`timezone` объекты](https://python-all.ru/3/library/datetime.html#timezone-objects)
      - [поведение `strftime()` и `strptime()`](https://python-all.ru/3/library/datetime.html#strftime-and-strptime-behavior)

        - [коды формата `strftime()` и `strptime()`](https://python-all.ru/3/library/datetime.html#strftime-and-strptime-format-codes)
        - [Техническая деталь](https://python-all.ru/3/library/datetime.html#technical-detail)
    - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3/library/zoneinfo.html)

      - [Использование `ZoneInfo`](https://python-all.ru/3/library/zoneinfo.html#using-zoneinfo)
      - [Источники данных](https://python-all.ru/3/library/zoneinfo.html#data-sources)

        - [Настройка источников данных](https://python-all.ru/3/library/zoneinfo.html#configuring-the-data-sources)

          - [Конфигурация на этапе компиляции](https://python-all.ru/3/library/zoneinfo.html#compile-time-configuration)
          - [Конфигурация окружения](https://python-all.ru/3/library/zoneinfo.html#environment-configuration)
          - [Конфигурация во время выполнения](https://python-all.ru/3/library/zoneinfo.html#runtime-configuration)
      - [Класс `ZoneInfo`](https://python-all.ru/3/library/zoneinfo.html#the-zoneinfo-class)

        - [Строковые представления](https://python-all.ru/3/library/zoneinfo.html#string-representations)
        - [Сериализация pickle](https://python-all.ru/3/library/zoneinfo.html#pickle-serialization)
      - [Функции](https://python-all.ru/3/library/zoneinfo.html#functions)
      - [Глобальные переменные](https://python-all.ru/3/library/zoneinfo.html#globals)
      - [Исключения и предупреждения](https://python-all.ru/3/library/zoneinfo.html#exceptions-and-warnings)
    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3/library/calendar.html)

      - [Использование командной строки](https://python-all.ru/3/library/calendar.html#command-line-usage)
    - [`collections` – контейнерные типы данных](https://python-all.ru/3/library/collections.html)

      - [`ChainMap` объекты](https://python-all.ru/3/library/collections.html#chainmap-objects)

        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3/library/collections.html#chainmap-examples-and-recipes)
      - [`Counter` объекты](https://python-all.ru/3/library/collections.html#counter-objects)
      - [`deque` объекты](https://python-all.ru/3/library/collections.html#deque-objects)

        - [Рецепты `deque`](https://python-all.ru/3/library/collections.html#deque-recipes)
      - [`defaultdict` объекты](https://python-all.ru/3/library/collections.html#defaultdict-objects)

        - [Примеры `defaultdict`](https://python-all.ru/3/library/collections.html#defaultdict-examples)
      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)
      - [`OrderedDict` объекты](https://python-all.ru/3/library/collections.html#ordereddict-objects)

        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3/library/collections.html#ordereddict-examples-and-recipes)
      - [`UserDict` объекты](https://python-all.ru/3/library/collections.html#userdict-objects)
      - [`UserList` объекты](https://python-all.ru/3/library/collections.html#userlist-objects)
      - [`UserString` объекты](https://python-all.ru/3/library/collections.html#userstring-objects)
    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3/library/collections.abc.html)

      - [Абстрактные базовые классы коллекций](https://python-all.ru/3/library/collections.abc.html#collections-abstract-base-classes)
      - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)
      - [Примеры и рецепты](https://python-all.ru/3/library/collections.abc.html#examples-and-recipes)
    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3/library/heapq.html)

      - [Основные примеры](https://python-all.ru/3/library/heapq.html#basic-examples)
      - [Другие применения](https://python-all.ru/3/library/heapq.html#other-applications)
      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3/library/heapq.html#priority-queue-implementation-notes)
      - [Теория](https://python-all.ru/3/library/heapq.html#theory)
    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3/library/bisect.html)

      - [Примечания по производительности](https://python-all.ru/3/library/bisect.html#performance-notes)
      - [Поиск в отсортированных списках](https://python-all.ru/3/library/bisect.html#searching-sorted-lists)
      - [Примеры](https://python-all.ru/3/library/bisect.html#examples)
    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3/library/array.html)
    - [`weakref` – слабые ссылки](https://python-all.ru/3/library/weakref.html)

      - [Объекты слабых ссылок](https://python-all.ru/3/library/weakref.html#weak-reference-objects)
      - [Пример](https://python-all.ru/3/library/weakref.html#example)
      - [Объекты финализаторов](https://python-all.ru/3/library/weakref.html#finalizer-objects)
      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3/library/weakref.html#comparing-finalizers-with-del-methods)
    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3/library/types.html)

      - [Динамическое создание типов](https://python-all.ru/3/library/types.html#dynamic-type-creation)
      - [Стандартные типы интерпретатора](https://python-all.ru/3/library/types.html#standard-interpreter-types)
      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3/library/types.html#additional-utility-classes-and-functions)
      - [Вспомогательные функции для корутин](https://python-all.ru/3/library/types.html#coroutine-utility-functions)
    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3/library/copy.html)
    - [`pprint` – форматированный вывод данных](https://python-all.ru/3/library/pprint.html)

      - [Функции](https://python-all.ru/3/library/pprint.html#functions)
      - [Объекты PrettyPrinter](https://python-all.ru/3/library/pprint.html#prettyprinter-objects)
      - [Пример](https://python-all.ru/3/library/pprint.html#example)
    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3/library/reprlib.html)

      - [Объекты Repr](https://python-all.ru/3/library/reprlib.html#repr-objects)
      - [Создание подклассов Repr](https://python-all.ru/3/library/reprlib.html#subclassing-repr-objects)
    - [`enum` – поддержка перечислений](https://python-all.ru/3/library/enum.html)

      - [Содержание модуля](https://python-all.ru/3/library/enum.html#module-contents)
      - [Типы данных](https://python-all.ru/3/library/enum.html#data-types)

        - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3/library/enum.html#supported-dunder-names)
        - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3/library/enum.html#supported-sunder-names)
      - [Утилиты и декораторы](https://python-all.ru/3/library/enum.html#utilities-and-decorators)
      - [Примечания](https://python-all.ru/3/library/enum.html#notes)
    - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3/library/graphlib.html)

      - [Исключения](https://python-all.ru/3/library/graphlib.html#exceptions)
  - [Числовые и математические модули](https://python-all.ru/3/library/numeric.html)

    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3/library/numbers.html)

      - [Числовая иерархия](https://python-all.ru/3/library/numbers.html#the-numeric-tower)
      - [Примечания для разработчиков типов](https://python-all.ru/3/library/numbers.html#notes-for-type-implementers)

        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3/library/numbers.html#adding-more-numeric-abcs)
        - [Реализация арифметических операций](https://python-all.ru/3/library/numbers.html#implementing-the-arithmetic-operations)
    - [`math` – Математические функции](https://python-all.ru/3/library/math.html)

      - [Теоретико-числовые функции](https://python-all.ru/3/library/math.html#number-theoretic-functions)
      - [Арифметика с плавающей запятой](https://python-all.ru/3/library/math.html#floating-point-arithmetic)
      - [Функции для работы с числами с плавающей запятой](https://python-all.ru/3/library/math.html#floating-point-manipulation-functions)
      - [Степенные, экспоненциальные и логарифмические функции](https://python-all.ru/3/library/math.html#power-exponential-and-logarithmic-functions)
      - [Функции суммирования и произведения](https://python-all.ru/3/library/math.html#summation-and-product-functions)
      - [Преобразование угловых величин](https://python-all.ru/3/library/math.html#angular-conversion)
      - [Тригонометрические функции](https://python-all.ru/3/library/math.html#trigonometric-functions)
      - [Гиперболические функции](https://python-all.ru/3/library/math.html#hyperbolic-functions)
      - [Специальные функции](https://python-all.ru/3/library/math.html#special-functions)
      - [Константы](https://python-all.ru/3/library/math.html#constants)
    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3/library/cmath.html)

      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3/library/cmath.html#conversions-to-and-from-polar-coordinates)
      - [Степенные и логарифмические функции](https://python-all.ru/3/library/cmath.html#power-and-logarithmic-functions)
      - [Тригонометрические функции](https://python-all.ru/3/library/cmath.html#trigonometric-functions)
      - [Гиперболические функции](https://python-all.ru/3/library/cmath.html#hyperbolic-functions)
      - [Функции классификации](https://python-all.ru/3/library/cmath.html#classification-functions)
      - [Константы](https://python-all.ru/3/library/cmath.html#constants)
    - [`decimal` – Десятичная арифметика с фиксированной и плавающей запятой](https://python-all.ru/3/library/decimal.html)

      - [Краткое руководство](https://python-all.ru/3/library/decimal.html#quick-start-tutorial)
      - [Объекты Decimal](https://python-all.ru/3/library/decimal.html#decimal-objects)

        - [Логические операнды](https://python-all.ru/3/library/decimal.html#logical-operands)
      - [Объекты контекста](https://python-all.ru/3/library/decimal.html#context-objects)
      - [Константы](https://python-all.ru/3/library/decimal.html#constants)
      - [Режимы округления](https://python-all.ru/3/library/decimal.html#rounding-modes)
      - [Сигналы](https://python-all.ru/3/library/decimal.html#signals)
      - [Замечания о числах с плавающей запятой](https://python-all.ru/3/library/decimal.html#floating-point-notes)

        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3/library/decimal.html#mitigating-round-off-error-with-increased-precision)
        - [Особые значения](https://python-all.ru/3/library/decimal.html#special-values)
      - [Работа с потоками](https://python-all.ru/3/library/decimal.html#working-with-threads)
      - [Рецепты](https://python-all.ru/3/library/decimal.html#recipes)
      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3/library/decimal.html#decimal-faq)
    - [`fractions` – Рациональные числа](https://python-all.ru/3/library/fractions.html)
    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3/library/random.html)

      - [Учётные функции](https://python-all.ru/3/library/random.html#bookkeeping-functions)
      - [Функции для байтов](https://python-all.ru/3/library/random.html#functions-for-bytes)
      - [Функции для целых чисел](https://python-all.ru/3/library/random.html#functions-for-integers)
      - [Функции для последовательностей](https://python-all.ru/3/library/random.html#functions-for-sequences)
      - [Дискретные распределения](https://python-all.ru/3/library/random.html#discrete-distributions)
      - [Распределения с действительными значениями](https://python-all.ru/3/library/random.html#real-valued-distributions)
      - [Альтернативный генератор](https://python-all.ru/3/library/random.html#alternative-generator)
      - [Замечания о воспроизводимости](https://python-all.ru/3/library/random.html#notes-on-reproducibility)
      - [Примеры](https://python-all.ru/3/library/random.html#examples)
      - [Рецепты](https://python-all.ru/3/library/random.html#recipes)
      - [Использование командной строки](https://python-all.ru/3/library/random.html#command-line-usage)
      - [Пример из командной строки](https://python-all.ru/3/library/random.html#command-line-example)
    - [`statistics` – Функции математической статистики](https://python-all.ru/3/library/statistics.html)

      - [Средние значения и меры центральной тенденции](https://python-all.ru/3/library/statistics.html#averages-and-measures-of-central-location)
      - [Меры разброса](https://python-all.ru/3/library/statistics.html#measures-of-spread)
      - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3/library/statistics.html#statistics-for-relations-between-two-inputs)
      - [Описание функций](https://python-all.ru/3/library/statistics.html#function-details)
      - [Исключения](https://python-all.ru/3/library/statistics.html#exceptions)
      - [`NormalDist` объекты](https://python-all.ru/3/library/statistics.html#normaldist-objects)
      - [Примеры и рецепты](https://python-all.ru/3/library/statistics.html#examples-and-recipes)

        - [Классические задачи теории вероятностей](https://python-all.ru/3/library/statistics.html#classic-probability-problems)
        - [Входные данные Монте-Карло для симуляций](https://python-all.ru/3/library/statistics.html#monte-carlo-inputs-for-simulations)
        - [Аппроксимация биномиальных распределений](https://python-all.ru/3/library/statistics.html#approximating-binomial-distributions)
        - [Наивный байесовский классификатор](https://python-all.ru/3/library/statistics.html#naive-bayesian-classifier)
  - [Модули функционального программирования](https://python-all.ru/3/library/functional.html)

    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3/library/itertools.html)

      - [Функции itertools](https://python-all.ru/3/library/itertools.html#itertool-functions)
      - [Рецепты itertools](https://python-all.ru/3/library/itertools.html#itertools-recipes)
    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3/library/functools.html)

      - [Объекты `partial`](https://python-all.ru/3/library/functools.html#partial-objects)
    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3/library/operator.html)

      - [Отображение операторов на функции](https://python-all.ru/3/library/operator.html#mapping-operators-to-functions)
      - [Операторы на месте](https://python-all.ru/3/library/operator.html#in-place-operators)
  - [Доступ к файлам и каталогам](https://python-all.ru/3/library/filesys.html)

    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3/library/pathlib.html)

      - [Основное использование](https://python-all.ru/3/library/pathlib.html#basic-use)
      - [Исключения](https://python-all.ru/3/library/pathlib.html#exceptions)
      - [Абстрактные пути](https://python-all.ru/3/library/pathlib.html#pure-paths)

        - [Общие свойства](https://python-all.ru/3/library/pathlib.html#general-properties)
        - [Операторы](https://python-all.ru/3/library/pathlib.html#operators)
        - [Доступ к отдельным частям](https://python-all.ru/3/library/pathlib.html#accessing-individual-parts)
        - [Методы и свойства](https://python-all.ru/3/library/pathlib.html#methods-and-properties)
      - [Конкретные пути](https://python-all.ru/3/library/pathlib.html#concrete-paths)

        - [Разбор и генерация URI](https://python-all.ru/3/library/pathlib.html#parsing-and-generating-uris)
        - [Развёртывание и разрешение путей](https://python-all.ru/3/library/pathlib.html#expanding-and-resolving-paths)
        - [Запрос типа и состояния файла](https://python-all.ru/3/library/pathlib.html#querying-file-type-and-status)
        - [Чтение и запись файлов](https://python-all.ru/3/library/pathlib.html#reading-and-writing-files)
        - [Чтение каталогов](https://python-all.ru/3/library/pathlib.html#reading-directories)
        - [Создание файлов и каталогов](https://python-all.ru/3/library/pathlib.html#creating-files-and-directories)
        - [Копирование, перемещение и удаление](https://python-all.ru/3/library/pathlib.html#copying-moving-and-deleting)
        - [Права доступа и владение](https://python-all.ru/3/library/pathlib.html#permissions-and-ownership)
      - [Язык шаблонов](https://python-all.ru/3/library/pathlib.html#pattern-language)
      - [Сравнение с модулем `glob`](https://python-all.ru/3/library/pathlib.html#comparison-to-the-glob-module)
      - [Сравнение с модулями `os` и `os.path`](https://python-all.ru/3/library/pathlib.html#comparison-to-the-os-and-os-path-modules)

        - [Соответствующие инструменты](https://python-all.ru/3/library/pathlib.html#corresponding-tools)
      - [Протоколы](https://python-all.ru/3/library/pathlib.html#module-pathlib.types)
    - [`os.path` – Основные операции с путями](https://python-all.ru/3/library/os.path.html)
    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3/library/stat.html)
    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3/library/filecmp.html)

      - [Класс `dircmp`](https://python-all.ru/3/library/filecmp.html#the-dircmp-class)
    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3/library/tempfile.html)

      - [Примеры](https://python-all.ru/3/library/tempfile.html#examples)
      - [Устаревшие функции и переменные](https://python-all.ru/3/library/tempfile.html#deprecated-functions-and-variables)
    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3/library/glob.html)

      - [Примеры](https://python-all.ru/3/library/glob.html#examples)
    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3/library/fnmatch.html)
    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3/library/linecache.html)
    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3/library/shutil.html)

      - [Операции с каталогами и файлами](https://python-all.ru/3/library/shutil.html#directory-and-files-operations)

        - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3/library/shutil.html#platform-dependent-efficient-copy-operations)
        - [Пример copytree](https://python-all.ru/3/library/shutil.html#copytree-example)
        - [Пример rmtree](https://python-all.ru/3/library/shutil.html#rmtree-example)
      - [Операции архивирования](https://python-all.ru/3/library/shutil.html#archiving-operations)

        - [Пример архивирования](https://python-all.ru/3/library/shutil.html#archiving-example)
        - [Пример архивирования с *base\_dir*](https://python-all.ru/3/library/shutil.html#archiving-example-with-base-dir)
      - [Определение размера выходного терминала](https://python-all.ru/3/library/shutil.html#querying-the-size-of-the-output-terminal)
  - [Постоянное хранение данных](https://python-all.ru/3/library/persistence.html)

    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3/library/pickle.html)

      - [Связь с другими модулями Python](https://python-all.ru/3/library/pickle.html#relationship-to-other-python-modules)

        - [Сравнение с `marshal`](https://python-all.ru/3/library/pickle.html#comparison-with-marshal)
        - [Сравнение с `json`](https://python-all.ru/3/library/pickle.html#comparison-with-json)
      - [Формат потока данных](https://python-all.ru/3/library/pickle.html#data-stream-format)
      - [Интерфейс модуля](https://python-all.ru/3/library/pickle.html#module-interface)
      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3/library/pickle.html#what-can-be-pickled-and-unpickled)
      - [Сериализация экземпляров классов](https://python-all.ru/3/library/pickle.html#pickling-class-instances)

        - [Сохранение внешних объектов](https://python-all.ru/3/library/pickle.html#persistence-of-external-objects)
        - [Диспетчерские таблицы](https://python-all.ru/3/library/pickle.html#dispatch-tables)
        - [Обработка объектов с состоянием](https://python-all.ru/3/library/pickle.html#handling-stateful-objects)
      - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)
      - [Внеполосные буферы](https://python-all.ru/3/library/pickle.html#out-of-band-buffers)

        - [API провайдера](https://python-all.ru/3/library/pickle.html#provider-api)
        - [API потребителя](https://python-all.ru/3/library/pickle.html#consumer-api)
        - [Пример](https://python-all.ru/3/library/pickle.html#example)
      - [Ограничение глобальных переменных](https://python-all.ru/3/library/pickle.html#restricting-globals)
      - [Производительность](https://python-all.ru/3/library/pickle.html#performance)
      - [Примеры](https://python-all.ru/3/library/pickle.html#examples)
      - [Интерфейс командной строки](https://python-all.ru/3/library/pickle.html#command-line-interface)
    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3/library/copyreg.html)

      - [Пример](https://python-all.ru/3/library/copyreg.html#example)
    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3/library/shelve.html)

      - [Ограничения](https://python-all.ru/3/library/shelve.html#restrictions)
      - [Пример](https://python-all.ru/3/library/shelve.html#example)
    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3/library/marshal.html)
    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3/library/dbm.html)

      - [`dbm.sqlite3` – Бэкенд SQLite для dbm](https://python-all.ru/3/library/dbm.html#module-dbm.sqlite3)
      - [`dbm.gnu` – Менеджер баз данных GNU](https://python-all.ru/3/library/dbm.html#module-dbm.gnu)
      - [`dbm.ndbm` – Новый менеджер баз данных](https://python-all.ru/3/library/dbm.html#module-dbm.ndbm)
      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3/library/dbm.html#module-dbm.dumb)
    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3/library/sqlite3.html)

      - [Учебное пособие](https://python-all.ru/3/library/sqlite3.html#tutorial)
      - [Справочник](https://python-all.ru/3/library/sqlite3.html#reference)

        - [Функции модуля](https://python-all.ru/3/library/sqlite3.html#module-functions)
        - [Константы модуля](https://python-all.ru/3/library/sqlite3.html#module-constants)
        - [Объекты соединения](https://python-all.ru/3/library/sqlite3.html#connection-objects)
        - [Объекты курсора](https://python-all.ru/3/library/sqlite3.html#cursor-objects)
        - [Объекты строки](https://python-all.ru/3/library/sqlite3.html#row-objects)
        - [Объекты Blob](https://python-all.ru/3/library/sqlite3.html#blob-objects)
        - [Объекты PrepareProtocol](https://python-all.ru/3/library/sqlite3.html#prepareprotocol-objects)
        - [Исключения](https://python-all.ru/3/library/sqlite3.html#exceptions)
        - [Типы SQLite и Python](https://python-all.ru/3/library/sqlite3.html#sqlite-and-python-types)
        - [Адаптеры и конвертеры по умолчанию (устарело)](https://python-all.ru/3/library/sqlite3.html#default-adapters-and-converters-deprecated)
        - [Интерфейс командной строки](https://python-all.ru/3/library/sqlite3.html#command-line-interface)
      - [Инструкции](https://python-all.ru/3/library/sqlite3.html#how-to-guides)

        - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)
        - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)

          - [Как создавать адаптируемые объекты](https://python-all.ru/3/library/sqlite3.html#how-to-write-adaptable-objects)
          - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3/library/sqlite3.html#how-to-register-adapter-callables)
        - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)
        - [Рецепты адаптеров и преобразователей](https://python-all.ru/3/library/sqlite3.html#adapter-and-converter-recipes)
        - [Как использовать сокращённые методы соединения](https://python-all.ru/3/library/sqlite3.html#how-to-use-connection-shortcut-methods)
        - [Как использовать контекстный менеджер соединения](https://python-all.ru/3/library/sqlite3.html#how-to-use-the-connection-context-manager)
        - [Как работать с URI SQLite](https://python-all.ru/3/library/sqlite3.html#how-to-work-with-sqlite-uris)
        - [Как создавать и использовать фабрики строк](https://python-all.ru/3/library/sqlite3.html#how-to-create-and-use-row-factories)
        - [Как обрабатывать кодировки текста, отличные от UTF-8](https://python-all.ru/3/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings)
      - [Пояснения](https://python-all.ru/3/library/sqlite3.html#explanation)

        - [Управление транзакциями](https://python-all.ru/3/library/sqlite3.html#transaction-control)

          - [Управление транзакциями через атрибут `autocommit`](https://python-all.ru/3/library/sqlite3.html#transaction-control-via-the-autocommit-attribute)
          - [Управление транзакциями через атрибут `isolation_level`](https://python-all.ru/3/library/sqlite3.html#transaction-control-via-the-isolation-level-attribute)
  - [Сжатие и архивирование данных](https://python-all.ru/3/library/archiving.html)

    - [Пакет `compression`](https://python-all.ru/3/library/compression.html)
    - [`compression.zstd` – сжатие, совместимое с форматом Zstandard](https://python-all.ru/3/library/compression.zstd.html)

      - [Исключения](https://python-all.ru/3/library/compression.zstd.html#exceptions)
      - [Чтение и запись сжатых файлов](https://python-all.ru/3/library/compression.zstd.html#reading-and-writing-compressed-files)
      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3/library/compression.zstd.html#compressing-and-decompressing-data-in-memory)
      - [Словари Zstandard](https://python-all.ru/3/library/compression.zstd.html#zstandard-dictionaries)
      - [Расширенное управление параметрами](https://python-all.ru/3/library/compression.zstd.html#advanced-parameter-control)
      - [Разное](https://python-all.ru/3/library/compression.zstd.html#miscellaneous)
      - [Примеры](https://python-all.ru/3/library/compression.zstd.html#examples)
    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3/library/zlib.html)
    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3/library/gzip.html)

      - [Примеры использования](https://python-all.ru/3/library/gzip.html#examples-of-usage)
      - [Интерфейс командной строки](https://python-all.ru/3/library/gzip.html#command-line-interface)

        - [Параметры командной строки](https://python-all.ru/3/library/gzip.html#command-line-options)
    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3/library/bz2.html)

      - [Сжатие и распаковка файлов](https://python-all.ru/3/library/bz2.html#de-compression-of-files)
      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3/library/bz2.html#incremental-de-compression)
      - [Однопроходное сжатие/распаковка](https://python-all.ru/3/library/bz2.html#one-shot-de-compression)
      - [Примеры использования](https://python-all.ru/3/library/bz2.html#examples-of-usage)
    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3/library/lzma.html)

      - [Чтение и запись сжатых файлов](https://python-all.ru/3/library/lzma.html#reading-and-writing-compressed-files)
      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3/library/lzma.html#compressing-and-decompressing-data-in-memory)
      - [Разное](https://python-all.ru/3/library/lzma.html#miscellaneous)
      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3/library/lzma.html#specifying-custom-filter-chains)
      - [Примеры](https://python-all.ru/3/library/lzma.html#examples)
    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3/library/zipfile.html)

      - [Объекты ZipFile](https://python-all.ru/3/library/zipfile.html#zipfile-objects)
      - [Объекты Path](https://python-all.ru/3/library/zipfile.html#path-objects)
      - [Объекты PyZipFile](https://python-all.ru/3/library/zipfile.html#pyzipfile-objects)
      - [Объекты ZipInfo](https://python-all.ru/3/library/zipfile.html#zipinfo-objects)
      - [Интерфейс командной строки](https://python-all.ru/3/library/zipfile.html#command-line-interface)

        - [Параметры командной строки](https://python-all.ru/3/library/zipfile.html#command-line-options)
      - [Подводные камни распаковки](https://python-all.ru/3/library/zipfile.html#decompression-pitfalls)

        - [Из самого файла](https://python-all.ru/3/library/zipfile.html#from-file-itself)
        - [Ограничения файловой системы](https://python-all.ru/3/library/zipfile.html#file-system-limitations)
        - [Ограничения ресурсов](https://python-all.ru/3/library/zipfile.html#resources-limitations)
        - [Прерывание](https://python-all.ru/3/library/zipfile.html#interruption)
        - [Поведение по умолчанию при извлечении](https://python-all.ru/3/library/zipfile.html#default-behaviors-of-extraction)
    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3/library/tarfile.html)

      - [Объекты TarFile](https://python-all.ru/3/library/tarfile.html#tarfile-objects)
      - [Объекты TarInfo](https://python-all.ru/3/library/tarfile.html#tarinfo-objects)
      - [Фильтры извлечения](https://python-all.ru/3/library/tarfile.html#extraction-filters)

        - [Именованные фильтры по умолчанию](https://python-all.ru/3/library/tarfile.html#default-named-filters)
        - [Ошибки фильтров](https://python-all.ru/3/library/tarfile.html#filter-errors)
        - [Подсказки для дополнительной проверки](https://python-all.ru/3/library/tarfile.html#hints-for-further-verification)
        - [Поддержка старых версий Python](https://python-all.ru/3/library/tarfile.html#supporting-older-python-versions)
        - [Пример фильтра извлечения с состоянием](https://python-all.ru/3/library/tarfile.html#stateful-extraction-filter-example)
      - [Интерфейс командной строки](https://python-all.ru/3/library/tarfile.html#command-line-interface)

        - [Параметры командной строки](https://python-all.ru/3/library/tarfile.html#command-line-options)
      - [Примеры](https://python-all.ru/3/library/tarfile.html#examples)

        - [Примеры чтения](https://python-all.ru/3/library/tarfile.html#reading-examples)
        - [Примеры записи](https://python-all.ru/3/library/tarfile.html#writing-examples)
      - [Поддерживаемые форматы tar](https://python-all.ru/3/library/tarfile.html#supported-tar-formats)
      - [Проблемы с Unicode](https://python-all.ru/3/library/tarfile.html#unicode-issues)
  - [Форматы файлов](https://python-all.ru/3/library/fileformats.html)

    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3/library/csv.html)

      - [Содержимое модуля](https://python-all.ru/3/library/csv.html#module-contents)
      - [Диалекты и параметры форматирования](https://python-all.ru/3/library/csv.html#dialects-and-formatting-parameters)
      - [Объекты чтения](https://python-all.ru/3/library/csv.html#reader-objects)
      - [Объекты записи](https://python-all.ru/3/library/csv.html#writer-objects)
      - [Примеры](https://python-all.ru/3/library/csv.html#examples)
    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3/library/configparser.html)

      - [Быстрый старт](https://python-all.ru/3/library/configparser.html#quick-start)
      - [Поддерживаемые типы данных](https://python-all.ru/3/library/configparser.html#supported-datatypes)
      - [Значения по умолчанию](https://python-all.ru/3/library/configparser.html#fallback-values)
      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3/library/configparser.html#supported-ini-file-structure)
      - [Безымянные секции](https://python-all.ru/3/library/configparser.html#unnamed-sections)
      - [Интерполяция значений](https://python-all.ru/3/library/configparser.html#interpolation-of-values)
      - [Доступ через протокол отображения](https://python-all.ru/3/library/configparser.html#mapping-protocol-access)
      - [Настройка поведения парсера](https://python-all.ru/3/library/configparser.html#customizing-parser-behaviour)
      - [Примеры устаревшего API](https://python-all.ru/3/library/configparser.html#legacy-api-examples)
      - [Объекты ConfigParser](https://python-all.ru/3/library/configparser.html#configparser-objects)
      - [Объекты RawConfigParser](https://python-all.ru/3/library/configparser.html#rawconfigparser-objects)
      - [Исключения](https://python-all.ru/3/library/configparser.html#exceptions)
    - [`tomllib` – Разбор TOML-файлов](https://python-all.ru/3/library/tomllib.html)

      - [Примеры](https://python-all.ru/3/library/tomllib.html#examples)
      - [Таблица преобразования](https://python-all.ru/3/library/tomllib.html#conversion-table)
    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3/library/netrc.html)

      - [Объекты netrc](https://python-all.ru/3/library/netrc.html#netrc-objects)
    - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3/library/plistlib.html)

      - [Примеры](https://python-all.ru/3/library/plistlib.html#examples)
  - [Криптографические службы](https://python-all.ru/3/library/crypto.html)

    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3/library/hashlib.html)

      - [Алгоритмы хеширования](https://python-all.ru/3/library/hashlib.html#hash-algorithms)
      - [Использование](https://python-all.ru/3/library/hashlib.html#usage)
      - [Конструкторы](https://python-all.ru/3/library/hashlib.html#constructors)
      - [Атрибуты](https://python-all.ru/3/library/hashlib.html#attributes)
      - [Объекты хешей](https://python-all.ru/3/library/hashlib.html#hash-objects)
      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3/library/hashlib.html#shake-variable-length-digests)
      - [Хеширование файлов](https://python-all.ru/3/library/hashlib.html#file-hashing)
      - [Вывод ключей](https://python-all.ru/3/library/hashlib.html#key-derivation)
      - [BLAKE2](https://python-all.ru/3/library/hashlib.html#blake2)

        - [Создание хеш-объектов](https://python-all.ru/3/library/hashlib.html#creating-hash-objects)
        - [Константы](https://python-all.ru/3/library/hashlib.html#constants)
        - [Примеры](https://python-all.ru/3/library/hashlib.html#examples)

          - [Простое хеширование](https://python-all.ru/3/library/hashlib.html#simple-hashing)
          - [Использование разного размера дайджестов](https://python-all.ru/3/library/hashlib.html#using-different-digest-sizes)
          - [Хеширование с ключом](https://python-all.ru/3/library/hashlib.html#keyed-hashing)
          - [Рандомизированное хеширование](https://python-all.ru/3/library/hashlib.html#randomized-hashing)
          - [Персонализация](https://python-all.ru/3/library/hashlib.html#personalization)
          - [Древовидный режим](https://python-all.ru/3/library/hashlib.html#tree-mode)
        - [Благодарности](https://python-all.ru/3/library/hashlib.html#credits)
    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3/library/hmac.html)
    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3/library/secrets.html)

      - [Случайные числа](https://python-all.ru/3/library/secrets.html#random-numbers)
      - [Генерация токенов](https://python-all.ru/3/library/secrets.html#generating-tokens)

        - [Сколько байтов должны использовать токены?](https://python-all.ru/3/library/secrets.html#how-many-bytes-should-tokens-use)
      - [Другие функции](https://python-all.ru/3/library/secrets.html#other-functions)
      - [Рецепты и лучшие практики](https://python-all.ru/3/library/secrets.html#recipes-and-best-practices)
  - [Универсальные службы операционной системы](https://python-all.ru/3/library/allos.html)

    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3/library/os.html)

      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3/library/os.html#file-names-command-line-arguments-and-environment-variables)
      - [Режим UTF-8 в Python](https://python-all.ru/3/library/os.html#python-utf-8-mode)
      - [Параметры процесса](https://python-all.ru/3/library/os.html#process-parameters)
      - [Создание файловых объектов](https://python-all.ru/3/library/os.html#file-object-creation)
      - [Операции с файловыми дескрипторами](https://python-all.ru/3/library/os.html#file-descriptor-operations)

        - [Определение размера терминала](https://python-all.ru/3/library/os.html#querying-the-size-of-a-terminal)
        - [Наследование файловых дескрипторов](https://python-all.ru/3/library/os.html#inheritance-of-file-descriptors)
      - [Файлы и каталоги](https://python-all.ru/3/library/os.html#files-and-directories)

        - [Файловые дескрипторы таймера](https://python-all.ru/3/library/os.html#timer-file-descriptors)
        - [Расширенные атрибуты Linux](https://python-all.ru/3/library/os.html#linux-extended-attributes)
      - [Управление процессами](https://python-all.ru/3/library/os.html#process-management)
      - [Интерфейс к планировщику](https://python-all.ru/3/library/os.html#interface-to-the-scheduler)
      - [Различная системная информация](https://python-all.ru/3/library/os.html#miscellaneous-system-information)
      - [Случайные числа](https://python-all.ru/3/library/os.html#random-numbers)
    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3/library/io.html)

      - [Обзор](https://python-all.ru/3/library/io.html#overview)

        - [Текстовый ввод/вывод](https://python-all.ru/3/library/io.html#text-i-o)
        - [Двоичный ввод/вывод](https://python-all.ru/3/library/io.html#binary-i-o)
        - [Необработанный ввод/вывод](https://python-all.ru/3/library/io.html#raw-i-o)
      - [Кодировка текста](https://python-all.ru/3/library/io.html#text-encoding)

        - [Добровольное предупреждение о кодировке](https://python-all.ru/3/library/io.html#opt-in-encodingwarning)
      - [Интерфейс модуля высокого уровня](https://python-all.ru/3/library/io.html#high-level-module-interface)
      - [Иерархия классов](https://python-all.ru/3/library/io.html#class-hierarchy)

        - [Базовые классы ввода/вывода](https://python-all.ru/3/library/io.html#i-o-base-classes)
        - [Необработанный файловый ввод/вывод](https://python-all.ru/3/library/io.html#raw-file-i-o)
        - [Буферизированные потоки](https://python-all.ru/3/library/io.html#buffered-streams)
        - [Текстовый ввод/вывод](https://python-all.ru/3/library/io.html#id1)
      - [Статическая типизация](https://python-all.ru/3/library/io.html#static-typing)
      - [Производительность](https://python-all.ru/3/library/io.html#performance)

        - [Двоичный ввод/вывод](https://python-all.ru/3/library/io.html#id2)
        - [Текстовый ввод/вывод](https://python-all.ru/3/library/io.html#id3)
        - [Многопоточность](https://python-all.ru/3/library/io.html#multi-threading)
        - [Реентерабельность](https://python-all.ru/3/library/io.html#reentrancy)
    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3/library/time.html)

      - [Функции](https://python-all.ru/3/library/time.html#functions)
      - [Константы идентификаторов часов](https://python-all.ru/3/library/time.html#clock-id-constants)
      - [Константы часовых поясов](https://python-all.ru/3/library/time.html#timezone-constants)
    - [`logging` – Средство журналирования для Python](https://python-all.ru/3/library/logging.html)

      - [Объекты Logger](https://python-all.ru/3/library/logging.html#logger-objects)
      - [Уровни журналирования](https://python-all.ru/3/library/logging.html#logging-levels)
      - [Объекты-обработчики](https://python-all.ru/3/library/logging.html#handler-objects)
      - [Объекты-форматировщики](https://python-all.ru/3/library/logging.html#formatter-objects)
      - [Объекты-фильтры](https://python-all.ru/3/library/logging.html#filter-objects)
      - [Объекты LogRecord](https://python-all.ru/3/library/logging.html#logrecord-objects)
      - [Атрибуты LogRecord](https://python-all.ru/3/library/logging.html#logrecord-attributes)
      - [Объекты LoggerAdapter](https://python-all.ru/3/library/logging.html#loggeradapter-objects)
      - [Потокобезопасность](https://python-all.ru/3/library/logging.html#thread-safety)
      - [Функции уровня модуля](https://python-all.ru/3/library/logging.html#module-level-functions)
      - [Атрибуты уровня модуля](https://python-all.ru/3/library/logging.html#module-level-attributes)
      - [Интеграция с модулем warnings](https://python-all.ru/3/library/logging.html#integration-with-the-warnings-module)
    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3/library/logging.config.html)

      - [Функции конфигурации](https://python-all.ru/3/library/logging.config.html#configuration-functions)
      - [Вопросы безопасности](https://python-all.ru/3/library/logging.config.html#security-considerations)
      - [Схема конфигурационного словаря](https://python-all.ru/3/library/logging.config.html#configuration-dictionary-schema)

        - [Подробности схемы словаря](https://python-all.ru/3/library/logging.config.html#dictionary-schema-details)
        - [Инкрементальная конфигурация](https://python-all.ru/3/library/logging.config.html#incremental-configuration)
        - [Соединения объектов](https://python-all.ru/3/library/logging.config.html#object-connections)
        - [Пользовательские объекты](https://python-all.ru/3/library/logging.config.html#user-defined-objects)
        - [Порядок конфигурации обработчиков](https://python-all.ru/3/library/logging.config.html#handler-configuration-order)
        - [Доступ к внешним объектам](https://python-all.ru/3/library/logging.config.html#access-to-external-objects)
        - [Доступ к внутренним объектам](https://python-all.ru/3/library/logging.config.html#access-to-internal-objects)
        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3/library/logging.config.html#import-resolution-and-custom-importers)
        - [Настройка QueueHandler и QueueListener](https://python-all.ru/3/library/logging.config.html#configuring-queuehandler-and-queuelistener)
      - [Формат файла конфигурации](https://python-all.ru/3/library/logging.config.html#configuration-file-format)
    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3/library/logging.handlers.html)

      - [StreamHandler](https://python-all.ru/3/library/logging.handlers.html#streamhandler)
      - [FileHandler](https://python-all.ru/3/library/logging.handlers.html#filehandler)
      - [NullHandler](https://python-all.ru/3/library/logging.handlers.html#nullhandler)
      - [WatchedFileHandler](https://python-all.ru/3/library/logging.handlers.html#watchedfilehandler)
      - [BaseRotatingHandler](https://python-all.ru/3/library/logging.handlers.html#baserotatinghandler)
      - [RotatingFileHandler](https://python-all.ru/3/library/logging.handlers.html#rotatingfilehandler)
      - [TimedRotatingFileHandler](https://python-all.ru/3/library/logging.handlers.html#timedrotatingfilehandler)
      - [SocketHandler](https://python-all.ru/3/library/logging.handlers.html#sockethandler)
      - [DatagramHandler](https://python-all.ru/3/library/logging.handlers.html#datagramhandler)
      - [SysLogHandler](https://python-all.ru/3/library/logging.handlers.html#sysloghandler)
      - [NTEventLogHandler](https://python-all.ru/3/library/logging.handlers.html#nteventloghandler)
      - [SMTPHandler](https://python-all.ru/3/library/logging.handlers.html#smtphandler)
      - [MemoryHandler](https://python-all.ru/3/library/logging.handlers.html#memoryhandler)
      - [HTTPHandler](https://python-all.ru/3/library/logging.handlers.html#httphandler)
      - [QueueHandler](https://python-all.ru/3/library/logging.handlers.html#queuehandler)
      - [QueueListener](https://python-all.ru/3/library/logging.handlers.html#queuelistener)
    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3/library/platform.html)

      - [Кроссплатформенный](https://python-all.ru/3/library/platform.html#cross-platform)
      - [Java platform](https://python-all.ru/3/library/platform.html#java-platform)
      - [Платформа Windows](https://python-all.ru/3/library/platform.html#windows-platform)
      - [Платформа macOS](https://python-all.ru/3/library/platform.html#macos-platform)
      - [Платформа iOS](https://python-all.ru/3/library/platform.html#ios-platform)
      - [Платформы Unix](https://python-all.ru/3/library/platform.html#unix-platforms)
      - [Платформы Linux](https://python-all.ru/3/library/platform.html#linux-platforms)
      - [Платформа Android](https://python-all.ru/3/library/platform.html#android-platform)
      - [Использование командной строки](https://python-all.ru/3/library/platform.html#command-line-usage)
    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3/library/errno.html)
    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3/library/ctypes.html)

      - [Руководство по ctypes](https://python-all.ru/3/library/ctypes.html#ctypes-tutorial)

        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3/library/ctypes.html#loading-dynamic-link-libraries)
        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3/library/ctypes.html#accessing-functions-from-loaded-dlls)
        - [Вызов функций](https://python-all.ru/3/library/ctypes.html#calling-functions)
        - [Базовые типы данных](https://python-all.ru/3/library/ctypes.html#fundamental-data-types)
        - [Вызов функций (продолжение)](https://python-all.ru/3/library/ctypes.html#calling-functions-continued)
        - [Вызов функций с переменным числом аргументов](https://python-all.ru/3/library/ctypes.html#calling-variadic-functions)
        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3/library/ctypes.html#calling-functions-with-your-own-custom-data-types)
        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)
        - [Типы возвращаемых значений](https://python-all.ru/3/library/ctypes.html#return-types)
        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)
        - [Структуры и объединения](https://python-all.ru/3/library/ctypes.html#structures-and-unions)
        - [Размещение структур/объединений, выравнивание и порядок байт](https://python-all.ru/3/library/ctypes.html#structure-union-layout-alignment-and-byte-order)
        - [Битовые поля в структурах и объединениях](https://python-all.ru/3/library/ctypes.html#bit-fields-in-structures-and-unions)
        - [Массивы](https://python-all.ru/3/library/ctypes.html#arrays)
        - [Указатели](https://python-all.ru/3/library/ctypes.html#pointers)
        - [Потокобезопасность без GIL](https://python-all.ru/3/library/ctypes.html#thread-safety-without-the-gil)
        - [Преобразования типов](https://python-all.ru/3/library/ctypes.html#type-conversions)
        - [Неполные типы](https://python-all.ru/3/library/ctypes.html#incomplete-types)
        - [Функции обратного вызова](https://python-all.ru/3/library/ctypes.html#callback-functions)
        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3/library/ctypes.html#accessing-values-exported-from-dlls)
        - [Неожиданности](https://python-all.ru/3/library/ctypes.html#surprises)
        - [Типы данных переменного размера](https://python-all.ru/3/library/ctypes.html#variable-sized-data-types)
      - [Справочник по ctypes](https://python-all.ru/3/library/ctypes.html#ctypes-reference)

        - [Поиск общих библиотек](https://python-all.ru/3/library/ctypes.html#finding-shared-libraries)
        - [Вывод загруженных общих библиотек](https://python-all.ru/3/library/ctypes.html#listing-loaded-shared-libraries)
        - [Загрузка общих библиотек](https://python-all.ru/3/library/ctypes.html#loading-shared-libraries)
        - [Внешние функции](https://python-all.ru/3/library/ctypes.html#foreign-functions)
        - [Прототипы функций](https://python-all.ru/3/library/ctypes.html#function-prototypes)
        - [Вспомогательные функции](https://python-all.ru/3/library/ctypes.html#utility-functions)
        - [Типы данных](https://python-all.ru/3/library/ctypes.html#data-types)
        - [Базовые типы данных](https://python-all.ru/3/library/ctypes.html#ctypes-fundamental-data-types-2)
        - [Структурированные типы данных](https://python-all.ru/3/library/ctypes.html#structured-data-types)
        - [Массивы и указатели](https://python-all.ru/3/library/ctypes.html#arrays-and-pointers)
        - [Исключения](https://python-all.ru/3/library/ctypes.html#exceptions)
  - [Библиотеки интерфейса командной строки](https://python-all.ru/3/library/cmdlinelibs.html)

    - [`argparse` – Парсер опций, аргументов и подкоманд командной строки](https://python-all.ru/3/library/argparse.html)

      - [Объекты ArgumentParser](https://python-all.ru/3/library/argparse.html#argumentparser-objects)

        - [prog](https://python-all.ru/3/library/argparse.html#prog)
        - [usage](https://python-all.ru/3/library/argparse.html#usage)
        - [description](https://python-all.ru/3/library/argparse.html#description)
        - [epilog](https://python-all.ru/3/library/argparse.html#epilog)
        - [parents](https://python-all.ru/3/library/argparse.html#parents)
        - [formatter\_class](https://python-all.ru/3/library/argparse.html#formatter-class)
        - [prefix\_chars](https://python-all.ru/3/library/argparse.html#prefix-chars)
        - [fromfile\_prefix\_chars](https://python-all.ru/3/library/argparse.html#fromfile-prefix-chars)
        - [argument\_default](https://python-all.ru/3/library/argparse.html#argument-default)
        - [allow\_abbrev](https://python-all.ru/3/library/argparse.html#allow-abbrev)
        - [conflict\_handler](https://python-all.ru/3/library/argparse.html#conflict-handler)
        - [add\_help](https://python-all.ru/3/library/argparse.html#add-help)
        - [exit\_on\_error](https://python-all.ru/3/library/argparse.html#exit-on-error)
        - [suggest\_on\_error](https://python-all.ru/3/library/argparse.html#suggest-on-error)
        - [color](https://python-all.ru/3/library/argparse.html#color)
      - [Метод add\_argument()](https://python-all.ru/3/library/argparse.html#the-add-argument-method)

        - [name или flags](https://python-all.ru/3/library/argparse.html#name-or-flags)
        - [action](https://python-all.ru/3/library/argparse.html#action)
        - [nargs](https://python-all.ru/3/library/argparse.html#nargs)
        - [const](https://python-all.ru/3/library/argparse.html#const)
        - [default](https://python-all.ru/3/library/argparse.html#default)
        - [тип](https://python-all.ru/3/library/argparse.html#type)
        - [choices](https://python-all.ru/3/library/argparse.html#choices)
        - [required](https://python-all.ru/3/library/argparse.html#required)
        - [help](https://python-all.ru/3/library/argparse.html#help)
        - [metavar](https://python-all.ru/3/library/argparse.html#metavar)
        - [dest](https://python-all.ru/3/library/argparse.html#dest)
        - [устарело](https://python-all.ru/3/library/argparse.html#deprecated)
        - [Классы Action](https://python-all.ru/3/library/argparse.html#action-classes)
      - [Метод parse\_args()](https://python-all.ru/3/library/argparse.html#the-parse-args-method)

        - [Синтаксис значений опций](https://python-all.ru/3/library/argparse.html#option-value-syntax)
        - [Недопустимые аргументы](https://python-all.ru/3/library/argparse.html#invalid-arguments)
        - [Аргументы, содержащие `-`](https://python-all.ru/3/library/argparse.html#arguments-containing)
        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3/library/argparse.html#argument-abbreviations-prefix-matching)
        - [За пределами `sys.argv`](https://python-all.ru/3/library/argparse.html#beyond-sys-argv)
        - [Объект Namespace](https://python-all.ru/3/library/argparse.html#the-namespace-object)
      - [Прочие утилиты](https://python-all.ru/3/library/argparse.html#other-utilities)

        - [Подкоманды](https://python-all.ru/3/library/argparse.html#subcommands)
        - [Объекты FileType](https://python-all.ru/3/library/argparse.html#filetype-objects)
        - [Группы аргументов](https://python-all.ru/3/library/argparse.html#argument-groups)
        - [Взаимное исключение](https://python-all.ru/3/library/argparse.html#mutual-exclusion)
        - [Значения по умолчанию парсера](https://python-all.ru/3/library/argparse.html#parser-defaults)
        - [Вывод справки](https://python-all.ru/3/library/argparse.html#printing-help)
        - [Частичный разбор](https://python-all.ru/3/library/argparse.html#partial-parsing)
        - [Настройка разбора файлов](https://python-all.ru/3/library/argparse.html#customizing-file-parsing)
        - [Методы завершения](https://python-all.ru/3/library/argparse.html#exiting-methods)
        - [Смешанный разбор](https://python-all.ru/3/library/argparse.html#intermixed-parsing)
        - [Регистрация пользовательских типов или действий](https://python-all.ru/3/library/argparse.html#registering-custom-types-or-actions)
      - [Исключения](https://python-all.ru/3/library/argparse.html#exceptions)

        - [Учебное пособие по argparse](https://python-all.ru/3/howto/argparse.html)

          - [Основные понятия](https://python-all.ru/3/howto/argparse.html#concepts)
          - [Основы](https://python-all.ru/3/howto/argparse.html#the-basics)
          - [Знакомство с позиционными аргументами](https://python-all.ru/3/howto/argparse.html#introducing-positional-arguments)
          - [Знакомство с необязательными аргументами](https://python-all.ru/3/howto/argparse.html#introducing-optional-arguments)

            - [Короткие опции](https://python-all.ru/3/howto/argparse.html#short-options)
          - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3/howto/argparse.html#combining-positional-and-optional-arguments)
          - [Переходим к более сложным темам](https://python-all.ru/3/howto/argparse.html#getting-a-little-more-advanced)

            - [Указание неоднозначных аргументов](https://python-all.ru/3/howto/argparse.html#specifying-ambiguous-arguments)
            - [Конфликтующие опции](https://python-all.ru/3/howto/argparse.html#conflicting-options)
          - [Как перевести вывод argparse](https://python-all.ru/3/howto/argparse.html#how-to-translate-the-argparse-output)
          - [Пользовательские преобразователи типов](https://python-all.ru/3/howto/argparse.html#custom-type-converters)
          - [Заключение](https://python-all.ru/3/howto/argparse.html#conclusion)
        - [Перенос кода `optparse` на `argparse`](https://python-all.ru/3/howto/argparse-optparse.html)
    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3/library/optparse.html)

      - [Выбор библиотеки для разбора аргументов](https://python-all.ru/3/library/optparse.html#choosing-an-argument-parsing-library)
      - [Введение](https://python-all.ru/3/library/optparse.html#introduction)
      - [Фон](https://python-all.ru/3/library/optparse.html#background)

        - [Терминология](https://python-all.ru/3/library/optparse.html#terminology)
        - [Для чего нужны опции?](https://python-all.ru/3/library/optparse.html#what-are-options-for)
        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3/library/optparse.html#what-are-positional-arguments-for)
      - [Учебное пособие](https://python-all.ru/3/library/optparse.html#tutorial)

        - [Понимание действий опций](https://python-all.ru/3/library/optparse.html#understanding-option-actions)
        - [Действие store](https://python-all.ru/3/library/optparse.html#the-store-action)
        - [Обработка булевых опций (флагов)](https://python-all.ru/3/library/optparse.html#handling-boolean-flag-options)
        - [Другие действия](https://python-all.ru/3/library/optparse.html#other-actions)
        - [Значения по умолчанию](https://python-all.ru/3/library/optparse.html#default-values)
        - [Генерация справки](https://python-all.ru/3/library/optparse.html#generating-help)

          - [Группировка опций](https://python-all.ru/3/library/optparse.html#grouping-options)
        - [Вывод строки версии](https://python-all.ru/3/library/optparse.html#printing-a-version-string)
        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3/library/optparse.html#how-optparse-handles-errors)
        - [Собираем всё вместе](https://python-all.ru/3/library/optparse.html#putting-it-all-together)
      - [Справочное руководство](https://python-all.ru/3/library/optparse.html#reference-guide)

        - [Создание парсера](https://python-all.ru/3/library/optparse.html#creating-the-parser)
        - [Наполнение парсера](https://python-all.ru/3/library/optparse.html#populating-the-parser)
        - [Определение параметров](https://python-all.ru/3/library/optparse.html#defining-options)
        - [Атрибуты параметров](https://python-all.ru/3/library/optparse.html#option-attributes)
        - [Стандартные действия параметров](https://python-all.ru/3/library/optparse.html#standard-option-actions)
        - [Стандартные типы параметров](https://python-all.ru/3/library/optparse.html#standard-option-types)
        - [Разбор аргументов](https://python-all.ru/3/library/optparse.html#parsing-arguments)
        - [Запросы и управление парсером параметров](https://python-all.ru/3/library/optparse.html#querying-and-manipulating-your-option-parser)
        - [Конфликты между параметрами](https://python-all.ru/3/library/optparse.html#conflicts-between-options)
        - [Очистка](https://python-all.ru/3/library/optparse.html#cleanup)
        - [Другие методы](https://python-all.ru/3/library/optparse.html#other-methods)
      - [Колбэки параметров](https://python-all.ru/3/library/optparse.html#option-callbacks)

        - [Определение параметра с колбэком](https://python-all.ru/3/library/optparse.html#defining-a-callback-option)
        - [Как вызываются колбэки](https://python-all.ru/3/library/optparse.html#how-callbacks-are-called)
        - [Возбуждение исключений в колбэке](https://python-all.ru/3/library/optparse.html#raising-errors-in-a-callback)
        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3/library/optparse.html#callback-example-1-trivial-callback)
        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3/library/optparse.html#callback-example-2-check-option-order)
        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3/library/optparse.html#callback-example-3-check-option-order-generalized)
        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3/library/optparse.html#callback-example-4-check-arbitrary-condition)
        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3/library/optparse.html#callback-example-5-fixed-arguments)
        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3/library/optparse.html#callback-example-6-variable-arguments)
      - [Расширение `optparse`](https://python-all.ru/3/library/optparse.html#extending-optparse)

        - [Добавление новых типов](https://python-all.ru/3/library/optparse.html#adding-new-types)
        - [Добавление новых действий](https://python-all.ru/3/library/optparse.html#adding-new-actions)
      - [Исключения](https://python-all.ru/3/library/optparse.html#exceptions)
    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3/library/getpass.html)
    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3/library/fileinput.html)
    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3/library/curses.html)

      - [Функции](https://python-all.ru/3/library/curses.html#functions)
      - [Объекты окон](https://python-all.ru/3/library/curses.html#window-objects)
      - [Константы](https://python-all.ru/3/library/curses.html#constants)
    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3/library/curses.html#module-curses.textpad)

      - [Объекты Textbox](https://python-all.ru/3/library/curses.html#textbox-objects)
    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3/library/curses.ascii.html)
    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3/library/curses.panel.html)

      - [Функции](https://python-all.ru/3/library/curses.panel.html#functions)
      - [Объекты Panel](https://python-all.ru/3/library/curses.panel.html#panel-objects)
    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3/library/cmd.html)

      - [Объекты Cmd](https://python-all.ru/3/library/cmd.html#cmd-objects)
      - [Пример Cmd](https://python-all.ru/3/library/cmd.html#cmd-example)
  - [Параллельное выполнение](https://python-all.ru/3/library/concurrency.html)

    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3/library/threading.html)

      - [Введение](https://python-all.ru/3/library/threading.html#introduction)
      - [GIL и соображения производительности](https://python-all.ru/3/library/threading.html#gil-and-performance-considerations)
      - [Справочник](https://python-all.ru/3/library/threading.html#reference)

        - [Данные, локальные для потока](https://python-all.ru/3/library/threading.html#thread-local-data)
        - [Объекты потоков](https://python-all.ru/3/library/threading.html#thread-objects)
        - [Объекты блокировок](https://python-all.ru/3/library/threading.html#lock-objects)
        - [Объекты RLock](https://python-all.ru/3/library/threading.html#rlock-objects)
        - [Объекты условия](https://python-all.ru/3/library/threading.html#condition-objects)
        - [Объекты семафоров](https://python-all.ru/3/library/threading.html#semaphore-objects)
        - [Пример `Semaphore`](https://python-all.ru/3/library/threading.html#semaphore-example)
        - [Объекты событий](https://python-all.ru/3/library/threading.html#event-objects)
        - [Объекты таймеров](https://python-all.ru/3/library/threading.html#timer-objects)
        - [Объекты барьеров](https://python-all.ru/3/library/threading.html#barrier-objects)
      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)
    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3/library/multiprocessing.html)

      - [Введение](https://python-all.ru/3/library/multiprocessing.html#introduction)

        - [Класс `Process`](https://python-all.ru/3/library/multiprocessing.html#the-process-class)
        - [Контексты и методы запуска](https://python-all.ru/3/library/multiprocessing.html#contexts-and-start-methods)
        - [Обмен объектами между процессами](https://python-all.ru/3/library/multiprocessing.html#exchanging-objects-between-processes)
        - [Синхронизация между процессами](https://python-all.ru/3/library/multiprocessing.html#synchronization-between-processes)
        - [Совместное использование состояния между процессами](https://python-all.ru/3/library/multiprocessing.html#sharing-state-between-processes)
        - [Использование пула рабочих процессов](https://python-all.ru/3/library/multiprocessing.html#using-a-pool-of-workers)
      - [Справочник](https://python-all.ru/3/library/multiprocessing.html#reference)

        - [Глобальный метод запуска](https://python-all.ru/3/library/multiprocessing.html#global-start-method)
        - [`Process` и исключения](https://python-all.ru/3/library/multiprocessing.html#process-and-exceptions)
        - [Каналы и очереди](https://python-all.ru/3/library/multiprocessing.html#pipes-and-queues)
        - [Разное](https://python-all.ru/3/library/multiprocessing.html#miscellaneous)
        - [Объекты соединений](https://python-all.ru/3/library/multiprocessing.html#connection-objects)
        - [Примитивы синхронизации](https://python-all.ru/3/library/multiprocessing.html#synchronization-primitives)
        - [Разделяемые `ctypes` объекты](https://python-all.ru/3/library/multiprocessing.html#shared-ctypes-objects)

          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.sharedctypes)
        - [Менеджеры](https://python-all.ru/3/library/multiprocessing.html#managers)

          - [Настраиваемые менеджеры](https://python-all.ru/3/library/multiprocessing.html#customized-managers)
          - [Использование удалённого менеджера](https://python-all.ru/3/library/multiprocessing.html#using-a-remote-manager)
        - [Объекты-прокси](https://python-all.ru/3/library/multiprocessing.html#proxy-objects)

          - [Очистка](https://python-all.ru/3/library/multiprocessing.html#cleanup)
        - [Пулы процессов](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.pool)
        - [Слушатели и клиенты](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.connection)

          - [Форматы адресов](https://python-all.ru/3/library/multiprocessing.html#address-formats)
        - [Ключи аутентификации](https://python-all.ru/3/library/multiprocessing.html#authentication-keys)
        - [Логирование](https://python-all.ru/3/library/multiprocessing.html#logging)
        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.dummy)
      - [Рекомендации по программированию](https://python-all.ru/3/library/multiprocessing.html#programming-guidelines)

        - [Все методы запуска](https://python-all.ru/3/library/multiprocessing.html#all-start-methods)
        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)
      - [Примеры](https://python-all.ru/3/library/multiprocessing.html#examples)
    - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3/library/multiprocessing.shared_memory.html)
    - [Пакет `concurrent`](https://python-all.ru/3/library/concurrent.html)
    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3/library/concurrent.futures.html)

      - [Объекты исполнителя](https://python-all.ru/3/library/concurrent.futures.html#executor-objects)
      - [ThreadPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#threadpoolexecutor)

        - [Пример ThreadPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#threadpoolexecutor-example)
      - [InterpreterPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#interpreterpoolexecutor)
      - [ProcessPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#processpoolexecutor)

        - [Пример ProcessPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#processpoolexecutor-example)
      - [Объекты Future](https://python-all.ru/3/library/concurrent.futures.html#future-objects)
      - [Функции модуля](https://python-all.ru/3/library/concurrent.futures.html#module-functions)
      - [Классы исключений](https://python-all.ru/3/library/concurrent.futures.html#exception-classes)
    - [`concurrent.interpreters` – Несколько интерпретаторов в одном процессе](https://python-all.ru/3/library/concurrent.interpreters.html)

      - [Ключевые детали](https://python-all.ru/3/library/concurrent.interpreters.html#key-details)
      - [Введение](https://python-all.ru/3/library/concurrent.interpreters.html#introduction)

        - [Несколько интерпретаторов и изоляция](https://python-all.ru/3/library/concurrent.interpreters.html#multiple-interpreters-and-isolation)
        - [Запуск в интерпретаторе](https://python-all.ru/3/library/concurrent.interpreters.html#running-in-an-interpreter)
        - [Конкурентность и параллелизм](https://python-all.ru/3/library/concurrent.interpreters.html#concurrency-and-parallelism)
        - [Взаимодействие между интерпретаторами](https://python-all.ru/3/library/concurrent.interpreters.html#communication-between-interpreters)
        - [«Совместное использование» объектов](https://python-all.ru/3/library/concurrent.interpreters.html#sharing-objects)
      - [Справочник](https://python-all.ru/3/library/concurrent.interpreters.html#reference)

        - [Объекты интерпретатора](https://python-all.ru/3/library/concurrent.interpreters.html#interpreter-objects)
        - [Исключения](https://python-all.ru/3/library/concurrent.interpreters.html#exceptions)
        - [Взаимодействие между интерпретаторами](https://python-all.ru/3/library/concurrent.interpreters.html#communicating-between-interpreters)
      - [Основы использования](https://python-all.ru/3/library/concurrent.interpreters.html#basic-usage)
    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3/library/subprocess.html)

      - [Использование модуля `subprocess`](https://python-all.ru/3/library/subprocess.html#using-the-subprocess-module)

        - [Часто используемые аргументы](https://python-all.ru/3/library/subprocess.html#frequently-used-arguments)
        - [Конструктор Popen](https://python-all.ru/3/library/subprocess.html#popen-constructor)
        - [Исключения](https://python-all.ru/3/library/subprocess.html#exceptions)
      - [Вопросы безопасности](https://python-all.ru/3/library/subprocess.html#security-considerations)
      - [Объекты Popen](https://python-all.ru/3/library/subprocess.html#popen-objects)
      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3/library/subprocess.html#windows-popen-helpers)

        - [Константы Windows](https://python-all.ru/3/library/subprocess.html#windows-constants)
      - [Старый высокоуровневый API](https://python-all.ru/3/library/subprocess.html#older-high-level-api)
      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)

        - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3/library/subprocess.html#replacing-bin-sh-shell-command-substitution)
        - [Замена конвейера оболочки](https://python-all.ru/3/library/subprocess.html#replacing-shell-pipeline)
        - [Замена `os.system()`](https://python-all.ru/3/library/subprocess.html#replacing-os-system)
        - [Замена семейства `os.spawn`](https://python-all.ru/3/library/subprocess.html#replacing-the-os-spawn-family)
        - [Замена `os.popen()`](https://python-all.ru/3/library/subprocess.html#replacing-os-popen)
      - [Устаревшие функции вызова оболочки](https://python-all.ru/3/library/subprocess.html#legacy-shell-invocation-functions)
      - [Примечания](https://python-all.ru/3/library/subprocess.html#notes)

        - [Поведение при тайм-ауте](https://python-all.ru/3/library/subprocess.html#timeout-behavior)
        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)
        - [Отключение использования `posix_spawn()`](https://python-all.ru/3/library/subprocess.html#disable-use-of-posix-spawn)
    - [`sched` – планировщик событий](https://python-all.ru/3/library/sched.html)

      - [Объекты планировщика](https://python-all.ru/3/library/sched.html#scheduler-objects)
    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3/library/queue.html)

      - [Объекты очередей](https://python-all.ru/3/library/queue.html#queue-objects)

        - [Ожидание завершения задачи](https://python-all.ru/3/library/queue.html#waiting-for-task-completion)
        - [Завершение очередей](https://python-all.ru/3/library/queue.html#terminating-queues)
      - [Объекты SimpleQueue](https://python-all.ru/3/library/queue.html#simplequeue-objects)
    - [`contextvars` – контекстные переменные](https://python-all.ru/3/library/contextvars.html)

      - [Контекстные переменные](https://python-all.ru/3/library/contextvars.html#context-variables)
      - [Ручное управление контекстом](https://python-all.ru/3/library/contextvars.html#manual-context-management)
      - [Поддержка asyncio](https://python-all.ru/3/library/contextvars.html#asyncio-support)
    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3/library/_thread.html)
  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3/library/ipc.html)

    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3/library/asyncio.html)

      - [Запускающие объекты](https://python-all.ru/3/library/asyncio-runner.html)

        - [Запуск asyncio-программы](https://python-all.ru/3/library/asyncio-runner.html#running-an-asyncio-program)
        - [Контекстный менеджер Runner](https://python-all.ru/3/library/asyncio-runner.html#runner-context-manager)
        - [Обработка прерывания с клавиатуры](https://python-all.ru/3/library/asyncio-runner.html#handling-keyboard-interruption)
      - [Корутины и задачи](https://python-all.ru/3/library/asyncio-task.html)

        - [Корутины](https://python-all.ru/3/library/asyncio-task.html#coroutines)
        - [Ожидаемые объекты](https://python-all.ru/3/library/asyncio-task.html#awaitables)
        - [Создание задач](https://python-all.ru/3/library/asyncio-task.html#creating-tasks)
        - [Отмена задачи](https://python-all.ru/3/library/asyncio-task.html#task-cancellation)
        - [Группы задач](https://python-all.ru/3/library/asyncio-task.html#task-groups)

          - [Завершение группы задач](https://python-all.ru/3/library/asyncio-task.html#terminating-a-task-group)
        - [Приостановка выполнения](https://python-all.ru/3/library/asyncio-task.html#sleeping)
        - [Конкурентное выполнение задач](https://python-all.ru/3/library/asyncio-task.html#running-tasks-concurrently)
        - [Фабрика задач с немедленным выполнением](https://python-all.ru/3/library/asyncio-task.html#eager-task-factory)
        - [Защита от отмены](https://python-all.ru/3/library/asyncio-task.html#shielding-from-cancellation)
        - [Тайм-ауты](https://python-all.ru/3/library/asyncio-task.html#timeouts)
        - [Примитивы ожидания](https://python-all.ru/3/library/asyncio-task.html#waiting-primitives)
        - [Выполнение в потоках](https://python-all.ru/3/library/asyncio-task.html#running-in-threads)
        - [Планирование из других потоков](https://python-all.ru/3/library/asyncio-task.html#scheduling-from-other-threads)
        - [Интроспекция](https://python-all.ru/3/library/asyncio-task.html#introspection)
        - [Объект задачи](https://python-all.ru/3/library/asyncio-task.html#task-object)
      - [Потоки данных](https://python-all.ru/3/library/asyncio-stream.html)

        - [StreamReader](https://python-all.ru/3/library/asyncio-stream.html#streamreader)
        - [StreamWriter](https://python-all.ru/3/library/asyncio-stream.html#streamwriter)
        - [Примеры](https://python-all.ru/3/library/asyncio-stream.html#examples)

          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3/library/asyncio-stream.html#tcp-echo-client-using-streams)
          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3/library/asyncio-stream.html#tcp-echo-server-using-streams)
          - [Получение HTTP-заголовков](https://python-all.ru/3/library/asyncio-stream.html#get-http-headers)
          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)
      - [Примитивы синхронизации](https://python-all.ru/3/library/asyncio-sync.html)

        - [Блокировка](https://python-all.ru/3/library/asyncio-sync.html#lock)
        - [Событие](https://python-all.ru/3/library/asyncio-sync.html#event)
        - [Условная переменная](https://python-all.ru/3/library/asyncio-sync.html#condition)
        - [Семафор](https://python-all.ru/3/library/asyncio-sync.html#semaphore)
        - [BoundedSemaphore](https://python-all.ru/3/library/asyncio-sync.html#boundedsemaphore)
        - [Барьер](https://python-all.ru/3/library/asyncio-sync.html#barrier)
      - [Подпроцессы](https://python-all.ru/3/library/asyncio-subprocess.html)

        - [Создание подпроцессов](https://python-all.ru/3/library/asyncio-subprocess.html#creating-subprocesses)
        - [Константы](https://python-all.ru/3/library/asyncio-subprocess.html#constants)
        - [Взаимодействие с подпроцессами](https://python-all.ru/3/library/asyncio-subprocess.html#interacting-with-subprocesses)

          - [Подпроцессы и потоки](https://python-all.ru/3/library/asyncio-subprocess.html#subprocess-and-threads)
          - [Примеры](https://python-all.ru/3/library/asyncio-subprocess.html#examples)
      - [Очереди](https://python-all.ru/3/library/asyncio-queue.html)

        - [Очередь](https://python-all.ru/3/library/asyncio-queue.html#queue)
        - [Очередь с приоритетом](https://python-all.ru/3/library/asyncio-queue.html#priority-queue)
        - [Очередь LIFO](https://python-all.ru/3/library/asyncio-queue.html#lifo-queue)
        - [Исключения](https://python-all.ru/3/library/asyncio-queue.html#exceptions)
        - [Примеры](https://python-all.ru/3/library/asyncio-queue.html#examples)
      - [Исключения](https://python-all.ru/3/library/asyncio-exceptions.html)
      - [Интроспекция графа вызовов](https://python-all.ru/3/library/asyncio-graph.html)

        - [Низкоуровневые служебные функции](https://python-all.ru/3/library/asyncio-graph.html#low-level-utility-functions)
      - [Цикл событий](https://python-all.ru/3/library/asyncio-eventloop.html)

        - [Методы цикла событий](https://python-all.ru/3/library/asyncio-eventloop.html#event-loop-methods)

          - [Запуск и остановка цикла событий](https://python-all.ru/3/library/asyncio-eventloop.html#running-and-stopping-the-loop)
          - [Планирование колбэков](https://python-all.ru/3/library/asyncio-eventloop.html#scheduling-callbacks)
          - [Планирование отложенных колбэков](https://python-all.ru/3/library/asyncio-eventloop.html#scheduling-delayed-callbacks)
          - [Создание future и задач](https://python-all.ru/3/library/asyncio-eventloop.html#creating-futures-and-tasks)
          - [Открытие сетевых соединений](https://python-all.ru/3/library/asyncio-eventloop.html#opening-network-connections)
          - [Создание сетевых серверов](https://python-all.ru/3/library/asyncio-eventloop.html#creating-network-servers)
          - [Передача файлов](https://python-all.ru/3/library/asyncio-eventloop.html#transferring-files)
          - [Обновление TLS](https://python-all.ru/3/library/asyncio-eventloop.html#tls-upgrade)
          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3/library/asyncio-eventloop.html#watching-file-descriptors)
          - [Работа с объектами сокетов напрямую](https://python-all.ru/3/library/asyncio-eventloop.html#working-with-socket-objects-directly)
          - [DNS](https://python-all.ru/3/library/asyncio-eventloop.html#dns)
          - [Работа с каналами](https://python-all.ru/3/library/asyncio-eventloop.html#working-with-pipes)
          - [Сигналы Unix](https://python-all.ru/3/library/asyncio-eventloop.html#unix-signals)
          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)
          - [API обработки ошибок](https://python-all.ru/3/library/asyncio-eventloop.html#error-handling-api)
          - [Включение режима отладки](https://python-all.ru/3/library/asyncio-eventloop.html#enabling-debug-mode)
          - [Запуск подпроцессов](https://python-all.ru/3/library/asyncio-eventloop.html#running-subprocesses)
        - [Дескрипторы колбэков](https://python-all.ru/3/library/asyncio-eventloop.html#callback-handles)
        - [Объекты сервера](https://python-all.ru/3/library/asyncio-eventloop.html#server-objects)
        - [Реализации цикла событий](https://python-all.ru/3/library/asyncio-eventloop.html#event-loop-implementations)
        - [Примеры](https://python-all.ru/3/library/asyncio-eventloop.html#examples)

          - [Hello World с помощью call\_soon()](https://python-all.ru/3/library/asyncio-eventloop.html#hello-world-with-call-soon)
          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3/library/asyncio-eventloop.html#display-the-current-date-with-call-later)
          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)
          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)
      - [Future](https://python-all.ru/3/library/asyncio-future.html)

        - [Функции Future](https://python-all.ru/3/library/asyncio-future.html#future-functions)
        - [Объект Future](https://python-all.ru/3/library/asyncio-future.html#future-object)
      - [Транспорты и протоколы](https://python-all.ru/3/library/asyncio-protocol.html)

        - [Транспорты](https://python-all.ru/3/library/asyncio-protocol.html#transports)

          - [Иерархия транспортов](https://python-all.ru/3/library/asyncio-protocol.html#transports-hierarchy)
          - [Базовый транспорт](https://python-all.ru/3/library/asyncio-protocol.html#base-transport)
          - [Транспорты только для чтения](https://python-all.ru/3/library/asyncio-protocol.html#read-only-transports)
          - [Транспорты только для записи](https://python-all.ru/3/library/asyncio-protocol.html#write-only-transports)
          - [Транспорты дейтаграмм](https://python-all.ru/3/library/asyncio-protocol.html#datagram-transports)
          - [Транспорты подпроцессов](https://python-all.ru/3/library/asyncio-protocol.html#subprocess-transports)
        - [Протоколы](https://python-all.ru/3/library/asyncio-protocol.html#protocols)

          - [Базовые протоколы](https://python-all.ru/3/library/asyncio-protocol.html#base-protocols)
          - [Базовый протокол](https://python-all.ru/3/library/asyncio-protocol.html#base-protocol)
          - [Потоковые протоколы](https://python-all.ru/3/library/asyncio-protocol.html#streaming-protocols)
          - [Буферизированные потоковые протоколы](https://python-all.ru/3/library/asyncio-protocol.html#buffered-streaming-protocols)
          - [Протоколы дейтаграмм](https://python-all.ru/3/library/asyncio-protocol.html#datagram-protocols)
          - [Протоколы подпроцессов](https://python-all.ru/3/library/asyncio-protocol.html#subprocess-protocols)
        - [Примеры](https://python-all.ru/3/library/asyncio-protocol.html#examples)

          - [TCP-эхо-сервер](https://python-all.ru/3/library/asyncio-protocol.html#tcp-echo-server)
          - [TCP-эхо-клиент](https://python-all.ru/3/library/asyncio-protocol.html#tcp-echo-client)
          - [UDP-эхо-сервер](https://python-all.ru/3/library/asyncio-protocol.html#udp-echo-server)
          - [UDP-эхо-клиент](https://python-all.ru/3/library/asyncio-protocol.html#udp-echo-client)
          - [Подключение существующих сокетов](https://python-all.ru/3/library/asyncio-protocol.html#connecting-existing-sockets)
          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)
      - [Policies](https://python-all.ru/3/library/asyncio-policy.html)

        - [Получение и установка политики](https://python-all.ru/3/library/asyncio-policy.html#getting-and-setting-the-policy)
        - [Объекты политики](https://python-all.ru/3/library/asyncio-policy.html#policy-objects)
        - [Пользовательские политики](https://python-all.ru/3/library/asyncio-policy.html#custom-policies)
      - [Поддержка платформ](https://python-all.ru/3/library/asyncio-platforms.html)

        - [Все платформы](https://python-all.ru/3/library/asyncio-platforms.html#all-platforms)
        - [Windows](https://python-all.ru/3/library/asyncio-platforms.html#windows)

          - [Поддержка подпроцессов в Windows](https://python-all.ru/3/library/asyncio-platforms.html#subprocess-support-on-windows)
        - [macOS](https://python-all.ru/3/library/asyncio-platforms.html#macos)
      - [Расширение](https://python-all.ru/3/library/asyncio-extending.html)

        - [Создание пользовательского цикла событий](https://python-all.ru/3/library/asyncio-extending.html#writing-a-custom-event-loop)
        - [Приватные конструкторы Future и Задача](https://python-all.ru/3/library/asyncio-extending.html#future-and-task-private-constructors)
        - [Поддержка времени жизни задачи](https://python-all.ru/3/library/asyncio-extending.html#task-lifetime-support)
      - [Индекс API высокого уровня](https://python-all.ru/3/library/asyncio-api-index.html)

        - [Задачи](https://python-all.ru/3/library/asyncio-api-index.html#tasks)
        - [Очереди](https://python-all.ru/3/library/asyncio-api-index.html#queues)
        - [Подпроцессы](https://python-all.ru/3/library/asyncio-api-index.html#subprocesses)
        - [Потоки данных](https://python-all.ru/3/library/asyncio-api-index.html#streams)
        - [Синхронизация](https://python-all.ru/3/library/asyncio-api-index.html#synchronization)
        - [Исключения](https://python-all.ru/3/library/asyncio-api-index.html#exceptions)
      - [Индекс API низкого уровня](https://python-all.ru/3/library/asyncio-llapi-index.html)

        - [Получение цикла событий](https://python-all.ru/3/library/asyncio-llapi-index.html#obtaining-the-event-loop)
        - [Методы цикла событий](https://python-all.ru/3/library/asyncio-llapi-index.html#event-loop-methods)
        - [Транспорты](https://python-all.ru/3/library/asyncio-llapi-index.html#transports)
        - [Протоколы](https://python-all.ru/3/library/asyncio-llapi-index.html#protocols)
        - [Политики цикла событий](https://python-all.ru/3/library/asyncio-llapi-index.html#event-loop-policies)
      - [Разработка с asyncio](https://python-all.ru/3/library/asyncio-dev.html)

        - [Режим отладки](https://python-all.ru/3/library/asyncio-dev.html#debug-mode)
        - [Параллелизм и многопоточность](https://python-all.ru/3/library/asyncio-dev.html#concurrency-and-multithreading)
        - [Выполнение блокирующего кода](https://python-all.ru/3/library/asyncio-dev.html#running-blocking-code)
        - [Логирование](https://python-all.ru/3/library/asyncio-dev.html#logging)
        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3/library/asyncio-dev.html#detect-never-awaited-coroutines)
        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3/library/asyncio-dev.html#detect-never-retrieved-exceptions)
        - [Рекомендации по асинхронным генераторам](https://python-all.ru/3/library/asyncio-dev.html#asynchronous-generators-best-practices)

          - [Явное закрытие асинхронных генераторов](https://python-all.ru/3/library/asyncio-dev.html#close-asynchronous-generators-explicitly)
          - [Создание асинхронных генераторов только при запущенном цикле событий](https://python-all.ru/3/library/asyncio-dev.html#create-asynchronous-generators-only-when-the-event-loop-is-running)
          - [Избегание параллельной итерации и закрытия одного генератора](https://python-all.ru/3/library/asyncio-dev.html#avoid-concurrent-iteration-and-closure-of-the-same-generator)
      - [asyncio и свободно-поточный Python](https://python-all.ru/3/library/asyncio-threading.html)

        - [Вопросы потокобезопасности](https://python-all.ru/3/library/asyncio-threading.html#thread-safety-considerations)
        - [Использование asyncio с потоками](https://python-all.ru/3/library/asyncio-threading.html#using-asyncio-with-threads)
        - [Производитель/потребитель между потоками](https://python-all.ru/3/library/asyncio-threading.html#producer-consumer-across-threads)
    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3/library/socket.html)

      - [Семейства сокетов](https://python-all.ru/3/library/socket.html#socket-families)
      - [Содержание модуля](https://python-all.ru/3/library/socket.html#module-contents)

        - [Исключения](https://python-all.ru/3/library/socket.html#exceptions)
        - [Константы](https://python-all.ru/3/library/socket.html#constants)
        - [Функции](https://python-all.ru/3/library/socket.html#functions)

          - [Создание сокетов](https://python-all.ru/3/library/socket.html#creating-sockets)
          - [Другие функции](https://python-all.ru/3/library/socket.html#other-functions)
      - [Объекты сокетов](https://python-all.ru/3/library/socket.html#socket-objects)
      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3/library/socket.html#notes-on-socket-timeouts)

        - [Тайм-ауты и метод `connect`](https://python-all.ru/3/library/socket.html#timeouts-and-the-connect-method)
        - [Тайм-ауты и метод `accept`](https://python-all.ru/3/library/socket.html#timeouts-and-the-accept-method)
      - [Пример](https://python-all.ru/3/library/socket.html#example)
    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3/library/ssl.html)

      - [Функции, константы и исключения](https://python-all.ru/3/library/ssl.html#functions-constants-and-exceptions)

        - [Создание сокетов](https://python-all.ru/3/library/ssl.html#socket-creation)
        - [Создание контекста](https://python-all.ru/3/library/ssl.html#context-creation)
        - [Исключения](https://python-all.ru/3/library/ssl.html#exceptions)
        - [Генерация случайных чисел](https://python-all.ru/3/library/ssl.html#random-generation)
        - [Работа с сертификатами](https://python-all.ru/3/library/ssl.html#certificate-handling)
        - [Константы](https://python-all.ru/3/library/ssl.html#constants)
      - [SSL-сокеты](https://python-all.ru/3/library/ssl.html#ssl-sockets)
      - [SSL-контексты](https://python-all.ru/3/library/ssl.html#ssl-contexts)
      - [Сертификаты](https://python-all.ru/3/library/ssl.html#certificates)

        - [Цепочки сертификатов](https://python-all.ru/3/library/ssl.html#certificate-chains)
        - [Сертификаты ЦС](https://python-all.ru/3/library/ssl.html#ca-certificates)
        - [Объединённый ключ и сертификат](https://python-all.ru/3/library/ssl.html#combined-key-and-certificate)
        - [Самоподписанные сертификаты](https://python-all.ru/3/library/ssl.html#self-signed-certificates)
      - [Примеры](https://python-all.ru/3/library/ssl.html#examples)

        - [Проверка поддержки SSL](https://python-all.ru/3/library/ssl.html#testing-for-ssl-support)
        - [Работа на стороне клиента](https://python-all.ru/3/library/ssl.html#client-side-operation)
        - [Работа на стороне сервера](https://python-all.ru/3/library/ssl.html#server-side-operation)
      - [Замечания о неблокирующих сокетах](https://python-all.ru/3/library/ssl.html#notes-on-non-blocking-sockets)
      - [Поддержка Memory BIO](https://python-all.ru/3/library/ssl.html#memory-bio-support)
      - [SSL-сессия](https://python-all.ru/3/library/ssl.html#ssl-session)
      - [Вопросы безопасности](https://python-all.ru/3/library/ssl.html#security-considerations)

        - [Оптимальные настройки по умолчанию](https://python-all.ru/3/library/ssl.html#best-defaults)
        - [Настройка вручную](https://python-all.ru/3/library/ssl.html#manual-settings)

          - [Проверка сертификатов](https://python-all.ru/3/library/ssl.html#verifying-certificates)
          - [Версии протоколов](https://python-all.ru/3/library/ssl.html#protocol-versions)
          - [Выбор шифров](https://python-all.ru/3/library/ssl.html#cipher-selection)
        - [Многопроцессорная обработка](https://python-all.ru/3/library/ssl.html#multi-processing)
      - [TLS 1.3](https://python-all.ru/3/library/ssl.html#tls-1-3)
    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3/library/select.html)

      - [`/dev/poll` объекты опроса](https://python-all.ru/3/library/select.html#dev-poll-polling-objects)
      - [Объекты опроса по переднему и уровневому фронту (epoll)](https://python-all.ru/3/library/select.html#edge-and-level-trigger-polling-epoll-objects)
      - [Объекты опроса](https://python-all.ru/3/library/select.html#polling-objects)
      - [Объекты kqueue](https://python-all.ru/3/library/select.html#kqueue-objects)
      - [Объекты kevent](https://python-all.ru/3/library/select.html#kevent-objects)
    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3/library/selectors.html)

      - [Введение](https://python-all.ru/3/library/selectors.html#introduction)
      - [Классы](https://python-all.ru/3/library/selectors.html#classes)
      - [Примеры](https://python-all.ru/3/library/selectors.html#examples)
    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3/library/signal.html)

      - [Общие правила](https://python-all.ru/3/library/signal.html#general-rules)

        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3/library/signal.html#execution-of-python-signal-handlers)
        - [Сигналы и потоки](https://python-all.ru/3/library/signal.html#signals-and-threads)
      - [Содержание модуля](https://python-all.ru/3/library/signal.html#module-contents)
      - [Примеры](https://python-all.ru/3/library/signal.html#examples)
      - [Примечание о SIGPIPE](https://python-all.ru/3/library/signal.html#note-on-sigpipe)
      - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3/library/signal.html#note-on-signal-handlers-and-exceptions)
    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3/library/mmap.html)

      - [Константы MADV\_\*](https://python-all.ru/3/library/mmap.html#madv-constants)
      - [Константы MAP\_\*](https://python-all.ru/3/library/mmap.html#map-constants)
  - [Обработка интернет-данных](https://python-all.ru/3/library/netdata.html)

    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3/library/email.html)

      - [`email.message`: Представление email-сообщения](https://python-all.ru/3/library/email.message.html)
      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3/library/email.parser.html)

        - [API FeedParser](https://python-all.ru/3/library/email.parser.html#feedparser-api)
        - [API Parser](https://python-all.ru/3/library/email.parser.html#parser-api)
        - [Дополнительные примечания](https://python-all.ru/3/library/email.parser.html#additional-notes)
      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3/library/email.generator.html)
      - [`email.policy`: Объекты политик](https://python-all.ru/3/library/email.policy.html)
      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3/library/email.errors.html)
      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3/library/email.headerregistry.html)
      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3/library/email.contentmanager.html)

        - [Экземпляры Content Manager](https://python-all.ru/3/library/email.contentmanager.html#content-manager-instances)
      - [`email`: Примеры](https://python-all.ru/3/library/email.examples.html)
      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3/library/email.compat32-message.html)
      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3/library/email.mime.html)
      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3/library/email.header.html)
      - [`email.charset`: Представление наборов символов](https://python-all.ru/3/library/email.charset.html)
      - [`email.encoders`: Кодировщики](https://python-all.ru/3/library/email.encoders.html)
      - [`email.utils`: Разные утилиты](https://python-all.ru/3/library/email.utils.html)
      - [`email.iterators`: Итераторы](https://python-all.ru/3/library/email.iterators.html)
    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3/library/json.html)

      - [Основное использование](https://python-all.ru/3/library/json.html#basic-usage)
      - [Кодировщики и декодировщики](https://python-all.ru/3/library/json.html#encoders-and-decoders)
      - [Исключения](https://python-all.ru/3/library/json.html#exceptions)
      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3/library/json.html#standard-compliance-and-interoperability)

        - [Кодировки символов](https://python-all.ru/3/library/json.html#character-encodings)
        - [Бесконечные и NaN числовые значения](https://python-all.ru/3/library/json.html#infinite-and-nan-number-values)
        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3/library/json.html#repeated-names-within-an-object)
        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3/library/json.html#top-level-non-object-non-array-values)
        - [Ограничения реализации](https://python-all.ru/3/library/json.html#implementation-limitations)
      - [Интерфейс командной строки](https://python-all.ru/3/library/json.html#module-json.tool)

        - [Параметры командной строки](https://python-all.ru/3/library/json.html#command-line-options)
    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3/library/mailbox.html)

      - [`Mailbox` объекты](https://python-all.ru/3/library/mailbox.html#mailbox-objects)

        - [`Maildir` объекты](https://python-all.ru/3/library/mailbox.html#maildir-objects)
        - [`mbox` объекты](https://python-all.ru/3/library/mailbox.html#mbox-objects)
        - [`MH` объекты](https://python-all.ru/3/library/mailbox.html#mh-objects)
        - [`Babyl` объекты](https://python-all.ru/3/library/mailbox.html#babyl-objects)
        - [`MMDF` объекты](https://python-all.ru/3/library/mailbox.html#mmdf-objects)
      - [`Message` объекты](https://python-all.ru/3/library/mailbox.html#message-objects)

        - [`MaildirMessage` объекты](https://python-all.ru/3/library/mailbox.html#maildirmessage-objects)
        - [`mboxMessage` объекты](https://python-all.ru/3/library/mailbox.html#mboxmessage-objects)
        - [`MHMessage` объекты](https://python-all.ru/3/library/mailbox.html#mhmessage-objects)
        - [`BabylMessage` объекты](https://python-all.ru/3/library/mailbox.html#babylmessage-objects)
        - [`MMDFMessage` объекты](https://python-all.ru/3/library/mailbox.html#mmdfmessage-objects)
      - [Исключения](https://python-all.ru/3/library/mailbox.html#exceptions)
      - [Примеры](https://python-all.ru/3/library/mailbox.html#examples)
    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3/library/mimetypes.html)

      - [Объекты MimeTypes](https://python-all.ru/3/library/mimetypes.html#mimetypes-objects)
      - [Использование командной строки](https://python-all.ru/3/library/mimetypes.html#command-line-usage)
      - [Пример из командной строки](https://python-all.ru/3/library/mimetypes.html#command-line-example)
    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3/library/base64.html)

      - [Кодировки RFC 4648](https://python-all.ru/3/library/base64.html#rfc-4648-encodings)
      - [Кодировки Base85](https://python-all.ru/3/library/base64.html#base85-encodings)
      - [Устаревший интерфейс](https://python-all.ru/3/library/base64.html#legacy-interface)
      - [Вопросы безопасности](https://python-all.ru/3/library/base64.html#security-considerations)
    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3/library/binascii.html)
    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3/library/quopri.html)
  - [Инструменты обработки структурированной разметки](https://python-all.ru/3/library/markup.html)

    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3/library/html.html)
    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3/library/html.parser.html)

      - [Пример приложения парсера HTML](https://python-all.ru/3/library/html.parser.html#example-html-parser-application)
      - [`HTMLParser` Методы](https://python-all.ru/3/library/html.parser.html#htmlparser-methods)
      - [Примеры](https://python-all.ru/3/library/html.parser.html#examples)
    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3/library/html.entities.html)
    - [Модули обработки XML](https://python-all.ru/3/library/xml.html)

      - [Безопасность XML](https://python-all.ru/3/library/xml.html#xml-vulnerabilities)
    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3/library/xml.etree.elementtree.html)

      - [Учебное пособие](https://python-all.ru/3/library/xml.etree.elementtree.html#tutorial)

        - [XML-дерево и элементы](https://python-all.ru/3/library/xml.etree.elementtree.html#xml-tree-and-elements)
        - [Разбор XML](https://python-all.ru/3/library/xml.etree.elementtree.html#parsing-xml)
        - [Pull API для неблокирующего разбора](https://python-all.ru/3/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)
        - [Поиск интересующих элементов](https://python-all.ru/3/library/xml.etree.elementtree.html#finding-interesting-elements)
        - [Изменение XML-файла](https://python-all.ru/3/library/xml.etree.elementtree.html#modifying-an-xml-file)
        - [Создание XML-документов](https://python-all.ru/3/library/xml.etree.elementtree.html#building-xml-documents)
        - [Разбор XML с пространствами имён](https://python-all.ru/3/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)
      - [Поддержка XPath](https://python-all.ru/3/library/xml.etree.elementtree.html#xpath-support)

        - [Пример](https://python-all.ru/3/library/xml.etree.elementtree.html#example)
        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3/library/xml.etree.elementtree.html#supported-xpath-syntax)
      - [Справочник](https://python-all.ru/3/library/xml.etree.elementtree.html#reference)

        - [Функции](https://python-all.ru/3/library/xml.etree.elementtree.html#functions)
      - [Поддержка XInclude](https://python-all.ru/3/library/xml.etree.elementtree.html#xinclude-support)

        - [Пример](https://python-all.ru/3/library/xml.etree.elementtree.html#id3)
      - [Справочник](https://python-all.ru/3/library/xml.etree.elementtree.html#id4)

        - [Функции](https://python-all.ru/3/library/xml.etree.elementtree.html#elementinclude-functions)
        - [Объекты Element](https://python-all.ru/3/library/xml.etree.elementtree.html#element-objects)
        - [Объекты ElementTree](https://python-all.ru/3/library/xml.etree.elementtree.html#elementtree-objects)
        - [Объекты QName](https://python-all.ru/3/library/xml.etree.elementtree.html#qname-objects)
        - [Объекты TreeBuilder](https://python-all.ru/3/library/xml.etree.elementtree.html#treebuilder-objects)
        - [Объекты XMLParser](https://python-all.ru/3/library/xml.etree.elementtree.html#xmlparser-objects)
        - [Объекты XMLPullParser](https://python-all.ru/3/library/xml.etree.elementtree.html#xmlpullparser-objects)
        - [Исключения](https://python-all.ru/3/library/xml.etree.elementtree.html#exceptions)
    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3/library/xml.dom.html)

      - [Содержимое модуля](https://python-all.ru/3/library/xml.dom.html#module-contents)
      - [Объекты в DOM](https://python-all.ru/3/library/xml.dom.html#objects-in-the-dom)

        - [Объекты DOMImplementation](https://python-all.ru/3/library/xml.dom.html#domimplementation-objects)
        - [Объекты Node](https://python-all.ru/3/library/xml.dom.html#node-objects)
        - [Объекты NodeList](https://python-all.ru/3/library/xml.dom.html#nodelist-objects)
        - [Объекты DocumentType](https://python-all.ru/3/library/xml.dom.html#documenttype-objects)
        - [Объекты Document](https://python-all.ru/3/library/xml.dom.html#document-objects)
        - [Объекты Element](https://python-all.ru/3/library/xml.dom.html#element-objects)
        - [Объекты Attr](https://python-all.ru/3/library/xml.dom.html#attr-objects)
        - [Объекты NamedNodeMap](https://python-all.ru/3/library/xml.dom.html#namednodemap-objects)
        - [Объекты Comment](https://python-all.ru/3/library/xml.dom.html#comment-objects)
        - [Объекты Text и CDATASection](https://python-all.ru/3/library/xml.dom.html#text-and-cdatasection-objects)
        - [Объекты ProcessingInstruction](https://python-all.ru/3/library/xml.dom.html#processinginstruction-objects)
        - [Исключения](https://python-all.ru/3/library/xml.dom.html#exceptions)
      - [Соответствие стандарту](https://python-all.ru/3/library/xml.dom.html#conformance)

        - [Отображение типов](https://python-all.ru/3/library/xml.dom.html#type-mapping)
        - [Методы доступа](https://python-all.ru/3/library/xml.dom.html#accessor-methods)
    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3/library/xml.dom.minidom.html)

      - [Объекты DOM](https://python-all.ru/3/library/xml.dom.minidom.html#dom-objects)
      - [Пример DOM](https://python-all.ru/3/library/xml.dom.minidom.html#dom-example)
      - [minidom и стандарт DOM](https://python-all.ru/3/library/xml.dom.minidom.html#minidom-and-the-dom-standard)
    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3/library/xml.dom.pulldom.html)

      - [Объекты DOMEventStream](https://python-all.ru/3/library/xml.dom.pulldom.html#domeventstream-objects)
    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3/library/xml.sax.html)

      - [Объекты SAXException](https://python-all.ru/3/library/xml.sax.html#saxexception-objects)
    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3/library/xml.sax.handler.html)

      - [Объекты ContentHandler](https://python-all.ru/3/library/xml.sax.handler.html#contenthandler-objects)
      - [Объекты DTDHandler](https://python-all.ru/3/library/xml.sax.handler.html#dtdhandler-objects)
      - [Объекты EntityResolver](https://python-all.ru/3/library/xml.sax.handler.html#entityresolver-objects)
      - [Объекты ErrorHandler](https://python-all.ru/3/library/xml.sax.handler.html#errorhandler-objects)
      - [Объекты LexicalHandler](https://python-all.ru/3/library/xml.sax.handler.html#lexicalhandler-objects)
    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3/library/xml.sax.utils.html)
    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3/library/xml.sax.reader.html)

      - [Объекты XMLReader](https://python-all.ru/3/library/xml.sax.reader.html#xmlreader-objects)
      - [Объекты IncrementalParser](https://python-all.ru/3/library/xml.sax.reader.html#incrementalparser-objects)
      - [Объекты Locator](https://python-all.ru/3/library/xml.sax.reader.html#locator-objects)
      - [Объекты InputSource](https://python-all.ru/3/library/xml.sax.reader.html#inputsource-objects)
      - [Интерфейс `Attributes`](https://python-all.ru/3/library/xml.sax.reader.html#the-attributes-interface)
      - [Интерфейс `AttributesNS`](https://python-all.ru/3/library/xml.sax.reader.html#the-attributesns-interface)
    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3/library/pyexpat.html)

      - [Объекты XMLParser](https://python-all.ru/3/library/pyexpat.html#xmlparser-objects)
      - [Исключения ExpatError](https://python-all.ru/3/library/pyexpat.html#expaterror-exceptions)
      - [Пример](https://python-all.ru/3/library/pyexpat.html#example)
      - [Описания моделей содержимого](https://python-all.ru/3/library/pyexpat.html#module-xml.parsers.expat.model)
      - [Константы ошибок Expat](https://python-all.ru/3/library/pyexpat.html#module-xml.parsers.expat.errors)
  - [Интернет-протоколы и поддержка](https://python-all.ru/3/library/internet.html)

    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3/library/webbrowser.html)

      - [Интерфейс командной строки](https://python-all.ru/3/library/webbrowser.html#command-line-interface)
      - [Объекты контроллера браузера](https://python-all.ru/3/library/webbrowser.html#browser-controller-objects)
    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3/library/wsgiref.html)

      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.util)
      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.headers)
      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.simple_server)
      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.validate)
      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.handlers)
      - [`wsgiref.types` – Типы WSGI для статической проверки типов](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.types)
      - [Примеры](https://python-all.ru/3/library/wsgiref.html#examples)
    - [`urllib` – Модули обработки URL](https://python-all.ru/3/library/urllib.html)
    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3/library/urllib.request.html)

      - [Объекты Request](https://python-all.ru/3/library/urllib.request.html#request-objects)
      - [Объекты OpenerDirector](https://python-all.ru/3/library/urllib.request.html#openerdirector-objects)
      - [Объекты BaseHandler](https://python-all.ru/3/library/urllib.request.html#basehandler-objects)
      - [Объекты HTTPRedirectHandler](https://python-all.ru/3/library/urllib.request.html#httpredirecthandler-objects)
      - [Объекты HTTPCookieProcessor](https://python-all.ru/3/library/urllib.request.html#httpcookieprocessor-objects)
      - [Объекты ProxyHandler](https://python-all.ru/3/library/urllib.request.html#proxyhandler-objects)
      - [Объекты HTTPPasswordMgr](https://python-all.ru/3/library/urllib.request.html#httppasswordmgr-objects)
      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)
      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3/library/urllib.request.html#abstractbasicauthhandler-objects)
      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3/library/urllib.request.html#httpbasicauthhandler-objects)
      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3/library/urllib.request.html#proxybasicauthhandler-objects)
      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3/library/urllib.request.html#abstractdigestauthhandler-objects)
      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3/library/urllib.request.html#httpdigestauthhandler-objects)
      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3/library/urllib.request.html#proxydigestauthhandler-objects)
      - [Объекты HTTPHandler](https://python-all.ru/3/library/urllib.request.html#httphandler-objects)
      - [Объекты HTTPSHandler](https://python-all.ru/3/library/urllib.request.html#httpshandler-objects)
      - [Объекты FileHandler](https://python-all.ru/3/library/urllib.request.html#filehandler-objects)
      - [Объекты DataHandler](https://python-all.ru/3/library/urllib.request.html#datahandler-objects)
      - [Объекты FTPHandler](https://python-all.ru/3/library/urllib.request.html#ftphandler-objects)
      - [Объекты CacheFTPHandler](https://python-all.ru/3/library/urllib.request.html#cacheftphandler-objects)
      - [Объекты UnknownHandler](https://python-all.ru/3/library/urllib.request.html#unknownhandler-objects)
      - [Объекты HTTPErrorProcessor](https://python-all.ru/3/library/urllib.request.html#httperrorprocessor-objects)
      - [Примеры](https://python-all.ru/3/library/urllib.request.html#examples)
      - [Устаревший интерфейс](https://python-all.ru/3/library/urllib.request.html#legacy-interface)
      - [`urllib.request` Ограничения](https://python-all.ru/3/library/urllib.request.html#urllib-request-restrictions)
    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3/library/urllib.request.html#module-urllib.response)
    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3/library/urllib.parse.html)

      - [Разбор URL](https://python-all.ru/3/library/urllib.parse.html#url-parsing)
      - [Безопасность разбора URL](https://python-all.ru/3/library/urllib.parse.html#url-parsing-security)
      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3/library/urllib.parse.html#parsing-ascii-encoded-bytes)
      - [Структурированные результаты разбора](https://python-all.ru/3/library/urllib.parse.html#structured-parse-results)
      - [Экранирование URL](https://python-all.ru/3/library/urllib.parse.html#url-quoting)
    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3/library/urllib.error.html)
    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3/library/urllib.robotparser.html)
    - [`http` – Модули HTTP](https://python-all.ru/3/library/http.html)

      - [Коды состояния HTTP](https://python-all.ru/3/library/http.html#http-status-codes)
      - [Категория состояния HTTP](https://python-all.ru/3/library/http.html#http-status-category)
      - [Методы HTTP](https://python-all.ru/3/library/http.html#http-methods)
    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3/library/http.client.html)

      - [Объекты HTTPConnection](https://python-all.ru/3/library/http.client.html#httpconnection-objects)
      - [Объекты HTTPResponse](https://python-all.ru/3/library/http.client.html#httpresponse-objects)
      - [Примеры](https://python-all.ru/3/library/http.client.html#examples)
      - [Объекты HTTPMessage](https://python-all.ru/3/library/http.client.html#httpmessage-objects)
    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3/library/ftplib.html)

      - [Справочник](https://python-all.ru/3/library/ftplib.html#reference)

        - [Объекты FTP](https://python-all.ru/3/library/ftplib.html#ftp-objects)
        - [Объекты FTP\_TLS](https://python-all.ru/3/library/ftplib.html#ftp-tls-objects)
        - [Переменные модуля](https://python-all.ru/3/library/ftplib.html#module-variables)
    - [`poplib` – клиент протокола POP3](https://python-all.ru/3/library/poplib.html)

      - [Объекты POP3](https://python-all.ru/3/library/poplib.html#pop3-objects)
      - [Пример POP3](https://python-all.ru/3/library/poplib.html#pop3-example)
    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3/library/imaplib.html)

      - [Объекты IMAP4](https://python-all.ru/3/library/imaplib.html#imap4-objects)
      - [Пример IMAP4](https://python-all.ru/3/library/imaplib.html#imap4-example)
    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3/library/smtplib.html)

      - [Объекты SMTP](https://python-all.ru/3/library/smtplib.html#smtp-objects)
      - [Пример SMTP](https://python-all.ru/3/library/smtplib.html#smtp-example)
    - [`uuid` – объекты UUID в соответствии с **RFC 9562**](https://python-all.ru/3/library/uuid.html)

      - [Использование командной строки](https://python-all.ru/3/library/uuid.html#command-line-usage)
      - [Пример](https://python-all.ru/3/library/uuid.html#example)
      - [Пример командной строки](https://python-all.ru/3/library/uuid.html#command-line-example)
    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3/library/socketserver.html)

      - [Замечания по созданию сервера](https://python-all.ru/3/library/socketserver.html#server-creation-notes)
      - [Объекты сервера](https://python-all.ru/3/library/socketserver.html#server-objects)
      - [Объекты обработчиков запросов](https://python-all.ru/3/library/socketserver.html#request-handler-objects)
      - [Примеры](https://python-all.ru/3/library/socketserver.html#examples)

        - [`socketserver.TCPServer` Пример](https://python-all.ru/3/library/socketserver.html#socketserver-tcpserver-example)
        - [`socketserver.UDPServer` Пример](https://python-all.ru/3/library/socketserver.html#socketserver-udpserver-example)
        - [Асинхронные примеси](https://python-all.ru/3/library/socketserver.html#asynchronous-mixins)
    - [`http.server` – HTTP-серверы](https://python-all.ru/3/library/http.server.html)

      - [Интерфейс командной строки](https://python-all.ru/3/library/http.server.html#command-line-interface)
      - [Вопросы безопасности](https://python-all.ru/3/library/http.server.html#security-considerations)
    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3/library/http.cookies.html)

      - [Объекты Cookie](https://python-all.ru/3/library/http.cookies.html#cookie-objects)
      - [Объекты Morsel](https://python-all.ru/3/library/http.cookies.html#morsel-objects)
      - [Пример](https://python-all.ru/3/library/http.cookies.html#example)
    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3/library/http.cookiejar.html)

      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)
      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)
      - [Объекты CookiePolicy](https://python-all.ru/3/library/http.cookiejar.html#cookiepolicy-objects)
      - [Объекты DefaultCookiePolicy](https://python-all.ru/3/library/http.cookiejar.html#defaultcookiepolicy-objects)
      - [Объекты Cookie](https://python-all.ru/3/library/http.cookiejar.html#cookie-objects)
      - [Примеры](https://python-all.ru/3/library/http.cookiejar.html#examples)
    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3/library/xmlrpc.html)
    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3/library/xmlrpc.client.html)

      - [Объекты ServerProxy](https://python-all.ru/3/library/xmlrpc.client.html#serverproxy-objects)
      - [Объекты datetime](https://python-all.ru/3/library/xmlrpc.client.html#datetime-objects)
      - [Объекты Binary](https://python-all.ru/3/library/xmlrpc.client.html#binary-objects)
      - [Объекты Fault](https://python-all.ru/3/library/xmlrpc.client.html#fault-objects)
      - [Объекты ProtocolError](https://python-all.ru/3/library/xmlrpc.client.html#protocolerror-objects)
      - [Объекты MultiCall](https://python-all.ru/3/library/xmlrpc.client.html#multicall-objects)
      - [Удобные функции](https://python-all.ru/3/library/xmlrpc.client.html#convenience-functions)
      - [Пример использования клиента](https://python-all.ru/3/library/xmlrpc.client.html#example-of-client-usage)
      - [Пример использования клиента и сервера](https://python-all.ru/3/library/xmlrpc.client.html#example-of-client-and-server-usage)
    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3/library/xmlrpc.server.html)

      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3/library/xmlrpc.server.html#simplexmlrpcserver-objects)

        - [Пример SimpleXMLRPCServer](https://python-all.ru/3/library/xmlrpc.server.html#simplexmlrpcserver-example)
      - [CGIXMLRPCRequestHandler](https://python-all.ru/3/library/xmlrpc.server.html#cgixmlrpcrequesthandler)
      - [Документирование сервера XML-RPC](https://python-all.ru/3/library/xmlrpc.server.html#documenting-xmlrpc-server)
      - [Объекты DocXMLRPCServer](https://python-all.ru/3/library/xmlrpc.server.html#docxmlrpcserver-objects)
      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)
    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3/library/ipaddress.html)

      - [Удобные фабричные функции](https://python-all.ru/3/library/ipaddress.html#convenience-factory-functions)
      - [IP-адреса](https://python-all.ru/3/library/ipaddress.html#ip-addresses)

        - [Объекты адресов](https://python-all.ru/3/library/ipaddress.html#address-objects)
        - [Преобразование в строки и целые числа](https://python-all.ru/3/library/ipaddress.html#conversion-to-strings-and-integers)
        - [Операторы](https://python-all.ru/3/library/ipaddress.html#operators)

          - [Операторы сравнения](https://python-all.ru/3/library/ipaddress.html#comparison-operators)
          - [Арифметические операторы](https://python-all.ru/3/library/ipaddress.html#arithmetic-operators)
      - [Определения IP-сетей](https://python-all.ru/3/library/ipaddress.html#ip-network-definitions)

        - [Префикс, маска сети и маска узла](https://python-all.ru/3/library/ipaddress.html#prefix-net-mask-and-host-mask)
        - [Объекты сетей](https://python-all.ru/3/library/ipaddress.html#network-objects)
        - [Операторы](https://python-all.ru/3/library/ipaddress.html#id1)

          - [Логические операторы](https://python-all.ru/3/library/ipaddress.html#logical-operators)
          - [Итерация](https://python-all.ru/3/library/ipaddress.html#iteration)
          - [Сети как контейнеры адресов](https://python-all.ru/3/library/ipaddress.html#networks-as-containers-of-addresses)
      - [Объекты интерфейсов](https://python-all.ru/3/library/ipaddress.html#interface-objects)

        - [Операторы](https://python-all.ru/3/library/ipaddress.html#id2)

          - [Логические операторы](https://python-all.ru/3/library/ipaddress.html#id3)
      - [Прочие функции уровня модуля](https://python-all.ru/3/library/ipaddress.html#other-module-level-functions)
      - [Пользовательские исключения](https://python-all.ru/3/library/ipaddress.html#custom-exceptions)
  - [Мультимедийные службы](https://python-all.ru/3/library/mm.html)

    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3/library/wave.html)

      - [Объекты Wave\_read](https://python-all.ru/3/library/wave.html#wave-read-objects)
      - [Объекты Wave\_write](https://python-all.ru/3/library/wave.html#wave-write-objects)
    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3/library/colorsys.html)
  - [Интернационализация](https://python-all.ru/3/library/i18n.html)

    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3/library/gettext.html)

      - [API GNU **gettext**](https://python-all.ru/3/library/gettext.html#gnu-gettext-api)
      - [API на основе классов](https://python-all.ru/3/library/gettext.html#class-based-api)

        - [Класс `NullTranslations`](https://python-all.ru/3/library/gettext.html#the-nulltranslations-class)
        - [Класс `GNUTranslations`](https://python-all.ru/3/library/gettext.html#the-gnutranslations-class)
        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3/library/gettext.html#solaris-message-catalog-support)
        - [Конструктор Catalog](https://python-all.ru/3/library/gettext.html#the-catalog-constructor)
      - [Интернационализация программ и модулей](https://python-all.ru/3/library/gettext.html#internationalizing-your-programs-and-modules)

        - [Локализация модуля](https://python-all.ru/3/library/gettext.html#localizing-your-module)
        - [Локализация приложения](https://python-all.ru/3/library/gettext.html#localizing-your-application)
        - [Смена языка на лету](https://python-all.ru/3/library/gettext.html#changing-languages-on-the-fly)
        - [Отложенные переводы](https://python-all.ru/3/library/gettext.html#deferred-translations)
      - [Благодарности](https://python-all.ru/3/library/gettext.html#acknowledgements)
    - [`locale` – службы интернационализации](https://python-all.ru/3/library/locale.html)

      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3/library/locale.html#background-details-hints-tips-and-caveats)
      - [Названия локалей](https://python-all.ru/3/library/locale.html#locale-names)
      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3/library/locale.html#for-extension-writers-and-programs-that-embed-python)
      - [Доступ к каталогам сообщений](https://python-all.ru/3/library/locale.html#access-to-message-catalogs)
  - [Графические интерфейсы пользователя с Tk](https://python-all.ru/3/library/tk.html)

    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3/library/tkinter.html)

      - [Архитектура](https://python-all.ru/3/library/tkinter.html#architecture)
      - [Модули Tkinter](https://python-all.ru/3/library/tkinter.html#tkinter-modules)
      - [Спасательный круг Tkinter](https://python-all.ru/3/library/tkinter.html#tkinter-life-preserver)

        - [Программа Hello World](https://python-all.ru/3/library/tkinter.html#a-hello-world-program)
        - [Важные концепции Tk](https://python-all.ru/3/library/tkinter.html#important-tk-concepts)
        - [Понимание того, как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)
        - [Как мне…? Какой параметр…?](https://python-all.ru/3/library/tkinter.html#how-do-i-what-option-does)
        - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3/library/tkinter.html#navigating-the-tcl-tk-reference-manual)
      - [Модель многопоточности](https://python-all.ru/3/library/tkinter.html#threading-model)
      - [Удобный справочник](https://python-all.ru/3/library/tkinter.html#handy-reference)

        - [Установка параметров](https://python-all.ru/3/library/tkinter.html#setting-options)
        - [Упаковщик](https://python-all.ru/3/library/tkinter.html#the-packer)
        - [Параметры packer](https://python-all.ru/3/library/tkinter.html#packer-options)
        - [Привязка переменных виджетов](https://python-all.ru/3/library/tkinter.html#coupling-widget-variables)
        - [Менеджер окон](https://python-all.ru/3/library/tkinter.html#the-window-manager)
        - [Типы данных параметров Tk](https://python-all.ru/3/library/tkinter.html#tk-option-data-types)
        - [Привязки и события](https://python-all.ru/3/library/tkinter.html#bindings-and-events)
        - [Параметр index](https://python-all.ru/3/library/tkinter.html#the-index-parameter)
        - [Изображения](https://python-all.ru/3/library/tkinter.html#images)
      - [Справочник](https://python-all.ru/3/library/tkinter.html#reference)

        - [Базовые и примесные классы](https://python-all.ru/3/library/tkinter.html#base-and-mixin-classes)
        - [Виджеты верхнего уровня](https://python-all.ru/3/library/tkinter.html#toplevel-widgets)
        - [Классы виджетов](https://python-all.ru/3/library/tkinter.html#widget-classes)
        - [Классы переменных](https://python-all.ru/3/library/tkinter.html#variable-classes)
        - [Классы изображений](https://python-all.ru/3/library/tkinter.html#image-classes)
        - [Прочие классы](https://python-all.ru/3/library/tkinter.html#other-classes)
        - [Функции уровня модуля](https://python-all.ru/3/library/tkinter.html#module-level-functions)
        - [Обработчики файлов](https://python-all.ru/3/library/tkinter.html#file-handlers)
        - [Константы](https://python-all.ru/3/library/tkinter.html#constants)
    - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3/library/tkinter.colorchooser.html)
    - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3/library/tkinter.font.html)
    - [Диалоги Tkinter](https://python-all.ru/3/library/dialog.html)

      - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3/library/dialog.html#module-tkinter.simpledialog)
      - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3/library/dialog.html#module-tkinter.filedialog)

        - [Нативные диалоги загрузки/сохранения](https://python-all.ru/3/library/dialog.html#native-load-save-dialogs)
      - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3/library/dialog.html#module-tkinter.commondialog)
      - [`tkinter.dialog` – Классические диалоговые окна Tk](https://python-all.ru/3/library/dialog.html#module-tkinter.dialog)
    - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3/library/tkinter.messagebox.html)
    - [`tkinter.scrolledtext` – Текстовый виджет с прокруткой](https://python-all.ru/3/library/tkinter.scrolledtext.html)
    - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3/library/tkinter.dnd.html)
    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3/library/tkinter.ttk.html)

      - [Использование Ttk](https://python-all.ru/3/library/tkinter.ttk.html#using-ttk)
      - [Виджеты Ttk](https://python-all.ru/3/library/tkinter.ttk.html#ttk-widgets)
      - [Widget](https://python-all.ru/3/library/tkinter.ttk.html#widget)

        - [Стандартные параметры](https://python-all.ru/3/library/tkinter.ttk.html#standard-options)
        - [Параметры прокручиваемых виджетов](https://python-all.ru/3/library/tkinter.ttk.html#scrollable-widget-options)
        - [Параметры метки](https://python-all.ru/3/library/tkinter.ttk.html#label-options)
        - [Параметры совместимости](https://python-all.ru/3/library/tkinter.ttk.html#compatibility-options)
        - [Состояния виджетов](https://python-all.ru/3/library/tkinter.ttk.html#widget-states)
        - [ttk.Widget](https://python-all.ru/3/library/tkinter.ttk.html#ttk-widget)
      - [Combobox](https://python-all.ru/3/library/tkinter.ttk.html#combobox)

        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#options)
        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#virtual-events)
        - [ttk.Combobox](https://python-all.ru/3/library/tkinter.ttk.html#ttk-combobox)
      - [Spinbox](https://python-all.ru/3/library/tkinter.ttk.html#spinbox)

        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id1)
        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#id2)
        - [ttk.Spinbox](https://python-all.ru/3/library/tkinter.ttk.html#ttk-spinbox)
      - [Блокнот](https://python-all.ru/3/library/tkinter.ttk.html#notebook)

        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id3)
        - [Параметры вкладок](https://python-all.ru/3/library/tkinter.ttk.html#tab-options)
        - [Идентификаторы вкладок](https://python-all.ru/3/library/tkinter.ttk.html#tab-identifiers)
        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#id4)
        - [ttk.Notebook](https://python-all.ru/3/library/tkinter.ttk.html#ttk-notebook)
      - [Индикатор прогресса](https://python-all.ru/3/library/tkinter.ttk.html#progressbar)

        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id5)
        - [ttk.Progressbar](https://python-all.ru/3/library/tkinter.ttk.html#ttk-progressbar)
      - [Разделитель](https://python-all.ru/3/library/tkinter.ttk.html#separator)

        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id6)
      - [Маркер изменения размера](https://python-all.ru/3/library/tkinter.ttk.html#sizegrip)

        - [Примечания для платформ](https://python-all.ru/3/library/tkinter.ttk.html#platform-specific-notes)
        - [Ошибки](https://python-all.ru/3/library/tkinter.ttk.html#bugs)
      - [Древовидный список](https://python-all.ru/3/library/tkinter.ttk.html#treeview)

        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id7)
        - [Параметры элементов](https://python-all.ru/3/library/tkinter.ttk.html#item-options)
        - [Параметры тегов](https://python-all.ru/3/library/tkinter.ttk.html#tag-options)
        - [Идентификаторы столбцов](https://python-all.ru/3/library/tkinter.ttk.html#column-identifiers)
        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#id8)
        - [ttk.Treeview](https://python-all.ru/3/library/tkinter.ttk.html#ttk-treeview)
      - [Стилизация ttk](https://python-all.ru/3/library/tkinter.ttk.html#ttk-styling)

        - [Макеты](https://python-all.ru/3/library/tkinter.ttk.html#layouts)
      - [Дополнительные виджеты](https://python-all.ru/3/library/tkinter.ttk.html#additional-widgets)
    - [IDLE – редактор и оболочка Python](https://python-all.ru/3/library/idle.html)

      - [Меню](https://python-all.ru/3/library/idle.html#menus)

        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3/library/idle.html#file-menu-shell-and-editor)
        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3/library/idle.html#edit-menu-shell-and-editor)
        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3/library/idle.html#format-menu-editor-window-only)
        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3/library/idle.html#run-menu-editor-window-only)
        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3/library/idle.html#shell-menu-shell-window-only)
        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3/library/idle.html#debug-menu-shell-window-only)
        - [Меню Options (оболочка и редактор)](https://python-all.ru/3/library/idle.html#options-menu-shell-and-editor)
        - [Меню Window (оболочка и редактор)](https://python-all.ru/3/library/idle.html#window-menu-shell-and-editor)
        - [Меню Help (оболочка и редактор)](https://python-all.ru/3/library/idle.html#help-menu-shell-and-editor)
        - [Контекстные меню](https://python-all.ru/3/library/idle.html#context-menus)
      - [Редактирование и навигация](https://python-all.ru/3/library/idle.html#editing-and-navigation)

        - [Окна редактора](https://python-all.ru/3/library/idle.html#editor-windows)
        - [Привязки клавиш](https://python-all.ru/3/library/idle.html#key-bindings)
        - [Автоматические отступы](https://python-all.ru/3/library/idle.html#automatic-indentation)
        - [Поиск и замена](https://python-all.ru/3/library/idle.html#search-and-replace)
        - [Автодополнение](https://python-all.ru/3/library/idle.html#completions)
        - [Подсказки вызова](https://python-all.ru/3/library/idle.html#calltips)
        - [Форматирование блока](https://python-all.ru/3/library/idle.html#format-block)
        - [Контекст кода](https://python-all.ru/3/library/idle.html#code-context)
        - [Окно оболочки](https://python-all.ru/3/library/idle.html#shell-window)
        - [Цвета текста](https://python-all.ru/3/library/idle.html#text-colors)
      - [Запуск и выполнение кода](https://python-all.ru/3/library/idle.html#startup-and-code-execution)

        - [Использование командной строки](https://python-all.ru/3/library/idle.html#command-line-usage)
        - [Ошибка запуска](https://python-all.ru/3/library/idle.html#startup-failure)
        - [Выполнение пользовательского кода](https://python-all.ru/3/library/idle.html#running-user-code)
        - [Вывод пользователя в оболочке](https://python-all.ru/3/library/idle.html#user-output-in-shell)
        - [Разработка приложений tkinter](https://python-all.ru/3/library/idle.html#developing-tkinter-applications)
        - [Запуск без подпроцесса](https://python-all.ru/3/library/idle.html#running-without-a-subprocess)
      - [Справка и настройки](https://python-all.ru/3/library/idle.html#help-and-preferences)

        - [Источники справки](https://python-all.ru/3/library/idle.html#help-sources)
        - [Настройка параметров](https://python-all.ru/3/library/idle.html#setting-preferences)
        - [IDLE в macOS](https://python-all.ru/3/library/idle.html#idle-on-macos)
        - [Расширения](https://python-all.ru/3/library/idle.html#extensions)
      - [idlelib – реализация приложения IDLE](https://python-all.ru/3/library/idle.html#module-idlelib)
    - [`turtle` – Черепашья графика](https://python-all.ru/3/library/turtle.html)

      - [Введение](https://python-all.ru/3/library/turtle.html#introduction)
      - [Начало работы](https://python-all.ru/3/library/turtle.html#get-started)
      - [Учебное пособие](https://python-all.ru/3/library/turtle.html#tutorial)

        - [Запуск среды черепашки](https://python-all.ru/3/library/turtle.html#starting-a-turtle-environment)
        - [Основы рисования](https://python-all.ru/3/library/turtle.html#basic-drawing)

          - [Управление пером](https://python-all.ru/3/library/turtle.html#pen-control)
          - [Положение черепашки](https://python-all.ru/3/library/turtle.html#the-turtle-s-position)
        - [Создание алгоритмических узоров](https://python-all.ru/3/library/turtle.html#making-algorithmic-patterns)
      - [Как сделать…](https://python-all.ru/3/library/turtle.html#how-to)

        - [Начать как можно быстрее](https://python-all.ru/3/library/turtle.html#get-started-as-quickly-as-possible)
        - [Автоматическое начало и завершение заливки](https://python-all.ru/3/library/turtle.html#automatically-begin-and-end-filling)
        - [Использование пространства имён модуля `turtle`](https://python-all.ru/3/library/turtle.html#use-the-turtle-module-namespace)
        - [Использование turtle-графики в скрипте](https://python-all.ru/3/library/turtle.html#use-turtle-graphics-in-a-script)
        - [Использование объектно-ориентированной turtle-графики](https://python-all.ru/3/library/turtle.html#use-object-oriented-turtle-graphics)
      - [Справочник по turtle-графике](https://python-all.ru/3/library/turtle.html#turtle-graphics-reference)

        - [Методы черепашки](https://python-all.ru/3/library/turtle.html#turtle-methods)
        - [Методы TurtleScreen/Screen](https://python-all.ru/3/library/turtle.html#methods-of-turtlescreen-screen)
      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)

        - [Движение черепашки](https://python-all.ru/3/library/turtle.html#turtle-motion)
        - [Состояние черепашки](https://python-all.ru/3/library/turtle.html#tell-turtle-s-state)
        - [Настройки измерений](https://python-all.ru/3/library/turtle.html#settings-for-measurement)
        - [Управление пером](https://python-all.ru/3/library/turtle.html#id1)

          - [Состояние рисования](https://python-all.ru/3/library/turtle.html#drawing-state)
          - [Управление цветом](https://python-all.ru/3/library/turtle.html#color-control)
          - [Заливка](https://python-all.ru/3/library/turtle.html#filling)
          - [Дополнительное управление рисованием](https://python-all.ru/3/library/turtle.html#more-drawing-control)
        - [Состояние черепашки](https://python-all.ru/3/library/turtle.html#turtle-state)

          - [Видимость](https://python-all.ru/3/library/turtle.html#visibility)
          - [Внешний вид](https://python-all.ru/3/library/turtle.html#appearance)
        - [Использование событий](https://python-all.ru/3/library/turtle.html#using-events)
        - [Специальные методы черепашки](https://python-all.ru/3/library/turtle.html#special-turtle-methods)
        - [Составные фигуры](https://python-all.ru/3/library/turtle.html#compound-shapes)
      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)

        - [Управление окном](https://python-all.ru/3/library/turtle.html#window-control)
        - [Управление анимацией](https://python-all.ru/3/library/turtle.html#animation-control)
        - [Использование событий экрана](https://python-all.ru/3/library/turtle.html#using-screen-events)
        - [Методы ввода](https://python-all.ru/3/library/turtle.html#input-methods)
        - [Настройки и специальные методы](https://python-all.ru/3/library/turtle.html#settings-and-special-methods)
        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)
      - [Публичные классы](https://python-all.ru/3/library/turtle.html#public-classes)
      - [Пояснения](https://python-all.ru/3/library/turtle.html#explanation)
      - [Справка и настройка](https://python-all.ru/3/library/turtle.html#help-and-configuration)

        - [Как пользоваться справкой](https://python-all.ru/3/library/turtle.html#how-to-use-help)
        - [Перевод docstrings на разные языки](https://python-all.ru/3/library/turtle.html#translation-of-docstrings-into-different-languages)
        - [Как настроить Screen и Turtles](https://python-all.ru/3/library/turtle.html#how-to-configure-screen-and-turtles)
      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3/library/turtle.html#module-turtledemo)
      - [Изменения начиная с Python 2.6](https://python-all.ru/3/library/turtle.html#changes-since-python-2-6)
      - [Изменения начиная с Python 3.0](https://python-all.ru/3/library/turtle.html#changes-since-python-3-0)
  - [Инструменты разработки](https://python-all.ru/3/library/development.html)

    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3/library/typing.html)

      - [Спецификация системы типов Python](https://python-all.ru/3/library/typing.html#specification-for-the-python-type-system)
      - [Псевдонимы типов](https://python-all.ru/3/library/typing.html#type-aliases)
      - [NewType](https://python-all.ru/3/library/typing.html#newtype)
      - [Аннотирование вызываемых объектов](https://python-all.ru/3/library/typing.html#annotating-callable-objects)
      - [Обобщённые типы](https://python-all.ru/3/library/typing.html#generics)
      - [Аннотирование кортежей](https://python-all.ru/3/library/typing.html#annotating-tuples)
      - [Тип объектов классов](https://python-all.ru/3/library/typing.html#the-type-of-class-objects)
      - [Аннотирование генераторов и корутин](https://python-all.ru/3/library/typing.html#annotating-generators-and-coroutines)
      - [Пользовательские обобщённые типы](https://python-all.ru/3/library/typing.html#user-defined-generic-types)
      - [Тип `Any`](https://python-all.ru/3/library/typing.html#the-any-type)
      - [Номинальное и структурное подтипирование](https://python-all.ru/3/library/typing.html#nominal-vs-structural-subtyping)
      - [Содержание модуля](https://python-all.ru/3/library/typing.html#module-contents)

        - [Специальные примитивы типизации](https://python-all.ru/3/library/typing.html#special-typing-primitives)

          - [Специальные типы](https://python-all.ru/3/library/typing.html#special-types)
          - [Специальные формы](https://python-all.ru/3/library/typing.html#special-forms)
          - [Построение обобщённых типов и псевдонимов типов](https://python-all.ru/3/library/typing.html#building-generic-types-and-type-aliases)
          - [Другие специальные директивы](https://python-all.ru/3/library/typing.html#other-special-directives)
        - [Протоколы](https://python-all.ru/3/library/typing.html#protocols)
        - [ABC и протоколы для работы с вводом-выводом](https://python-all.ru/3/library/typing.html#abcs-and-protocols-for-working-with-i-o)
        - [Функции и декораторы](https://python-all.ru/3/library/typing.html#functions-and-decorators)
        - [Вспомогательные функции интроспекции](https://python-all.ru/3/library/typing.html#introspection-helpers)
        - [Константа](https://python-all.ru/3/library/typing.html#constant)
        - [Устаревшие псевдонимы](https://python-all.ru/3/library/typing.html#deprecated-aliases)

          - [Псевдонимы для встроенных типов](https://python-all.ru/3/library/typing.html#aliases-to-built-in-types)
          - [Псевдонимы для типов в `collections`](https://python-all.ru/3/library/typing.html#aliases-to-types-in-collections)
          - [Псевдонимы для других конкретных типов](https://python-all.ru/3/library/typing.html#aliases-to-other-concrete-types)
          - [Псевдонимы для ABC-контейнеров в `collections.abc`](https://python-all.ru/3/library/typing.html#aliases-to-container-abcs-in-collections-abc)
          - [Псевдонимы для асинхронных ABC в `collections.abc`](https://python-all.ru/3/library/typing.html#aliases-to-asynchronous-abcs-in-collections-abc)
          - [Псевдонимы для других ABC в `collections.abc`](https://python-all.ru/3/library/typing.html#aliases-to-other-abcs-in-collections-abc)
          - [Псевдонимы для `contextlib`-ABC](https://python-all.ru/3/library/typing.html#aliases-to-contextlib-abcs)
      - [График устаревания основных возможностей](https://python-all.ru/3/library/typing.html#deprecation-timeline-of-major-features)
    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3/library/pydoc.html)
    - [Режим разработки Python](https://python-all.ru/3/library/devmode.html)

      - [Эффекты режима разработки Python](https://python-all.ru/3/library/devmode.html#effects-of-the-python-development-mode)
      - [Пример ResourceWarning](https://python-all.ru/3/library/devmode.html#resourcewarning-example)
      - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3/library/devmode.html#bad-file-descriptor-error-example)
    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3/library/doctest.html)

      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3/library/doctest.html#simple-usage-checking-examples-in-docstrings)
      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3/library/doctest.html#simple-usage-checking-examples-in-a-text-file)
      - [Использование из командной строки](https://python-all.ru/3/library/doctest.html#command-line-usage)
      - [Как это работает](https://python-all.ru/3/library/doctest.html#how-it-works)

        - [Какие строки документации проверяются?](https://python-all.ru/3/library/doctest.html#which-docstrings-are-examined)
        - [Как распознаются примеры в строках документации?](https://python-all.ru/3/library/doctest.html#how-are-docstring-examples-recognized)
        - [Каков контекст выполнения?](https://python-all.ru/3/library/doctest.html#what-s-the-execution-context)
        - [А как насчёт исключений?](https://python-all.ru/3/library/doctest.html#what-about-exceptions)
        - [Флаги опций](https://python-all.ru/3/library/doctest.html#option-flags)
        - [Директивы](https://python-all.ru/3/library/doctest.html#directives)
        - [Предупреждения](https://python-all.ru/3/library/doctest.html#warnings)
      - [Базовый API](https://python-all.ru/3/library/doctest.html#basic-api)
      - [API unittest](https://python-all.ru/3/library/doctest.html#unittest-api)
      - [Расширенный API](https://python-all.ru/3/library/doctest.html#advanced-api)

        - [Объекты DocTest](https://python-all.ru/3/library/doctest.html#doctest-objects)
        - [Объекты Example](https://python-all.ru/3/library/doctest.html#example-objects)
        - [Объекты DocTestFinder](https://python-all.ru/3/library/doctest.html#doctestfinder-objects)
        - [Объекты DocTestParser](https://python-all.ru/3/library/doctest.html#doctestparser-objects)
        - [Объекты TestResults](https://python-all.ru/3/library/doctest.html#testresults-objects)
        - [Объекты DocTestRunner](https://python-all.ru/3/library/doctest.html#doctestrunner-objects)
        - [Объекты OutputChecker](https://python-all.ru/3/library/doctest.html#outputchecker-objects)
      - [Отладка](https://python-all.ru/3/library/doctest.html#debugging)
      - [Soapbox](https://python-all.ru/3/library/doctest.html#soapbox)
    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3/library/unittest.html)

      - [Простой пример](https://python-all.ru/3/library/unittest.html#basic-example)
      - [Интерфейс командной строки](https://python-all.ru/3/library/unittest.html#command-line-interface)

        - [Параметры командной строки](https://python-all.ru/3/library/unittest.html#command-line-options)
      - [Обнаружение тестов](https://python-all.ru/3/library/unittest.html#test-discovery)
      - [Организация тестового кода](https://python-all.ru/3/library/unittest.html#organizing-test-code)
      - [Повторное использование старого тестового кода](https://python-all.ru/3/library/unittest.html#re-using-old-test-code)
      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3/library/unittest.html#skipping-tests-and-expected-failures)
      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3/library/unittest.html#distinguishing-test-iterations-using-subtests)
      - [Классы и функции](https://python-all.ru/3/library/unittest.html#classes-and-functions)

        - [Тестовые случаи](https://python-all.ru/3/library/unittest.html#test-cases)
        - [Группировка тестов](https://python-all.ru/3/library/unittest.html#grouping-tests)
        - [Загрузка и запуск тестов](https://python-all.ru/3/library/unittest.html#loading-and-running-tests)

          - [Протокол load\_tests](https://python-all.ru/3/library/unittest.html#load-tests-protocol)
      - [Фикстуры классов и модулей](https://python-all.ru/3/library/unittest.html#class-and-module-fixtures)

        - [setUpClass и tearDownClass](https://python-all.ru/3/library/unittest.html#setupclass-and-teardownclass)
        - [setUpModule и tearDownModule](https://python-all.ru/3/library/unittest.html#setupmodule-and-teardownmodule)
      - [Обработка сигналов](https://python-all.ru/3/library/unittest.html#signal-handling)
    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3/library/unittest.mock.html)

      - [Краткое руководство](https://python-all.ru/3/library/unittest.mock.html#quick-guide)
      - [Класс Mock](https://python-all.ru/3/library/unittest.mock.html#the-mock-class)

        - [Вызов](https://python-all.ru/3/library/unittest.mock.html#calling)
        - [Удаление атрибутов](https://python-all.ru/3/library/unittest.mock.html#deleting-attributes)
        - [Имена Mock и атрибут name](https://python-all.ru/3/library/unittest.mock.html#mock-names-and-the-name-attribute)
        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3/library/unittest.mock.html#attaching-mocks-as-attributes)
      - [Патчеры](https://python-all.ru/3/library/unittest.mock.html#the-patchers)

        - [patch](https://python-all.ru/3/library/unittest.mock.html#patch)
        - [patch.object](https://python-all.ru/3/library/unittest.mock.html#patch-object)
        - [patch.dict](https://python-all.ru/3/library/unittest.mock.html#patch-dict)
        - [patch.multiple](https://python-all.ru/3/library/unittest.mock.html#patch-multiple)
        - [Методы patch: start и stop](https://python-all.ru/3/library/unittest.mock.html#patch-methods-start-and-stop)
        - [patch встроенных объектов](https://python-all.ru/3/library/unittest.mock.html#patch-builtins)
        - [TEST\_PREFIX](https://python-all.ru/3/library/unittest.mock.html#test-prefix)
        - [Вложение декораторов patch](https://python-all.ru/3/library/unittest.mock.html#nesting-patch-decorators)
        - [Где применять patch](https://python-all.ru/3/library/unittest.mock.html#where-to-patch)
        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3/library/unittest.mock.html#patching-descriptors-and-proxy-objects)
      - [MagicMock и поддержка магических методов](https://python-all.ru/3/library/unittest.mock.html#magicmock-and-magic-method-support)

        - [Мокирование магических методов](https://python-all.ru/3/library/unittest.mock.html#mocking-magic-methods)
        - [Magic Mock](https://python-all.ru/3/library/unittest.mock.html#magic-mock)
      - [Вспомогательные средства](https://python-all.ru/3/library/unittest.mock.html#helpers)

        - [sentinel](https://python-all.ru/3/library/unittest.mock.html#sentinel)
        - [DEFAULT](https://python-all.ru/3/library/unittest.mock.html#default)
        - [вызов](https://python-all.ru/3/library/unittest.mock.html#call)
        - [create\_autospec](https://python-all.ru/3/library/unittest.mock.html#create-autospec)
        - [ANY](https://python-all.ru/3/library/unittest.mock.html#any)
        - [FILTER\_DIR](https://python-all.ru/3/library/unittest.mock.html#filter-dir)
        - [mock\_open](https://python-all.ru/3/library/unittest.mock.html#mock-open)
        - [Автоспецификация](https://python-all.ru/3/library/unittest.mock.html#autospeccing)
        - [Запечатывание моков](https://python-all.ru/3/library/unittest.mock.html#sealing-mocks)
      - [Порядок приоритета `side_effect`, `return_value` и *wraps*](https://python-all.ru/3/library/unittest.mock.html#order-of-precedence-of-side-effect-return-value-and-wraps)
    - [`unittest.mock` – начало работы](https://python-all.ru/3/library/unittest.mock-examples.html)

      - [Использование Mock](https://python-all.ru/3/library/unittest.mock-examples.html#using-mock)

        - [Методы подмены Mock](https://python-all.ru/3/library/unittest.mock-examples.html#mock-patching-methods)
        - [Mock для вызовов методов объекта](https://python-all.ru/3/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)
        - [Мокирование классов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-classes)
        - [Именование моков](https://python-all.ru/3/library/unittest.mock-examples.html#naming-your-mocks)
        - [Отслеживание всех вызовов](https://python-all.ru/3/library/unittest.mock-examples.html#tracking-all-calls)
        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3/library/unittest.mock-examples.html#setting-return-values-and-attributes)
        - [Возбуждение исключений с помощью моков](https://python-all.ru/3/library/unittest.mock-examples.html#raising-exceptions-with-mocks)
        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3/library/unittest.mock-examples.html#side-effect-functions-and-iterables)
        - [Мокирование асинхронных итераторов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-asynchronous-iterators)
        - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)
        - [Создание мока из существующего объекта](https://python-all.ru/3/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)
        - [Использование side\_effect для возврата содержимого каждого файла](https://python-all.ru/3/library/unittest.mock-examples.html#using-side-effect-to-return-per-file-content)
      - [Декораторы patch](https://python-all.ru/3/library/unittest.mock-examples.html#patch-decorators)
      - [Дополнительные примеры](https://python-all.ru/3/library/unittest.mock-examples.html#further-examples)

        - [Мокирование цепочек вызовов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-chained-calls)
        - [Частичное мокирование](https://python-all.ru/3/library/unittest.mock-examples.html#partial-mocking)
        - [Мокирование метода-генератора](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-a-generator-method)
        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)
        - [Мокирование несвязанных методов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-unbound-methods)
        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)
        - [Работа с изменяемыми аргументами](https://python-all.ru/3/library/unittest.mock-examples.html#coping-with-mutable-arguments)
        - [Вложенные патчи](https://python-all.ru/3/library/unittest.mock-examples.html#nesting-patches)
        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)
        - [Подклассы Mock и их атрибуты](https://python-all.ru/3/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)
        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)
        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)
        - [Более сложное сопоставление аргументов](https://python-all.ru/3/library/unittest.mock-examples.html#more-complex-argument-matching)
    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3/library/test.html)

      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3/library/test.html#writing-unit-tests-for-the-test-package)
      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3/library/test.html#module-test.regrtest)
    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3/library/test.html#module-test.support)
    - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3/library/test.html#module-test.support.socket_helper)
    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3/library/test.html#module-test.support.script_helper)
    - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3/library/test.html#module-test.support.bytecode_helper)
    - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3/library/test.html#module-test.support.threading_helper)
    - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3/library/test.html#module-test.support.os_helper)
    - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3/library/test.html#module-test.support.import_helper)
    - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3/library/test.html#module-test.support.warnings_helper)
  - [Отладка и профилирование](https://python-all.ru/3/library/debug.html)

    - [Таблица событий аудита](https://python-all.ru/3/library/audit_events.html)
    - [`bdb` – фреймворк отладчика](https://python-all.ru/3/library/bdb.html)
    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3/library/faulthandler.html)

      - [Дамп трассировки](https://python-all.ru/3/library/faulthandler.html#dumping-the-traceback)
      - [Дамп стека C](https://python-all.ru/3/library/faulthandler.html#dumping-the-c-stack)

        - [Совместимость стека C](https://python-all.ru/3/library/faulthandler.html#c-stack-compatibility)
      - [Состояние обработчика сбоев](https://python-all.ru/3/library/faulthandler.html#fault-handler-state)
      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)
      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)
      - [Проблема с файловыми дескрипторами](https://python-all.ru/3/library/faulthandler.html#issue-with-file-descriptors)
      - [Пример](https://python-all.ru/3/library/faulthandler.html#example)
    - [`pdb` – отладчик Python](https://python-all.ru/3/library/pdb.html)

      - [Интерфейс командной строки](https://python-all.ru/3/library/pdb.html#command-line-interface)
      - [Команды отладчика](https://python-all.ru/3/library/pdb.html#debugger-commands)
    - [Профилировщики Python](https://python-all.ru/3/library/profile.html)

      - [Введение в профилировщики](https://python-all.ru/3/library/profile.html#introduction-to-the-profilers)
      - [Краткое руководство пользователя](https://python-all.ru/3/library/profile.html#instant-user-s-manual)
      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3/library/profile.html#module-cProfile)
      - [Класс `Stats`](https://python-all.ru/3/library/profile.html#the-stats-class)
      - [Что такое детерминированное профилирование?](https://python-all.ru/3/library/profile.html#what-is-deterministic-profiling)
      - [Ограничения](https://python-all.ru/3/library/profile.html#limitations)
      - [Калибровка](https://python-all.ru/3/library/profile.html#calibration)
      - [Использование пользовательского таймера](https://python-all.ru/3/library/profile.html#using-a-custom-timer)
    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3/library/timeit.html)

      - [Основные примеры](https://python-all.ru/3/library/timeit.html#basic-examples)
      - [Интерфейс Python](https://python-all.ru/3/library/timeit.html#python-interface)
      - [Интерфейс командной строки](https://python-all.ru/3/library/timeit.html#command-line-interface)
      - [Примеры](https://python-all.ru/3/library/timeit.html#examples)
    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3/library/trace.html)

      - [Использование командной строки](https://python-all.ru/3/library/trace.html#command-line-usage)

        - [Основные параметры](https://python-all.ru/3/library/trace.html#main-options)
        - [Модификаторы](https://python-all.ru/3/library/trace.html#modifiers)
        - [Фильтры](https://python-all.ru/3/library/trace.html#filters)
      - [Программный интерфейс](https://python-all.ru/3/library/trace.html#programmatic-interface)
    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3/library/tracemalloc.html)

      - [Примеры](https://python-all.ru/3/library/tracemalloc.html#examples)

        - [Отображение первых 10](https://python-all.ru/3/library/tracemalloc.html#display-the-top-10)
        - [Вычисление различий](https://python-all.ru/3/library/tracemalloc.html#compute-differences)
        - [Получение трассировки для блока памяти](https://python-all.ru/3/library/tracemalloc.html#get-the-traceback-of-a-memory-block)
        - [Удобный вывод топа](https://python-all.ru/3/library/tracemalloc.html#pretty-top)

          - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)
      - [API](https://python-all.ru/3/library/tracemalloc.html#api)

        - [Функции](https://python-all.ru/3/library/tracemalloc.html#functions)
        - [DomainFilter](https://python-all.ru/3/library/tracemalloc.html#domainfilter)
        - [Filter](https://python-all.ru/3/library/tracemalloc.html#filter)
        - [Frame](https://python-all.ru/3/library/tracemalloc.html#frame)
        - [Snapshot](https://python-all.ru/3/library/tracemalloc.html#snapshot)
        - [Statistic](https://python-all.ru/3/library/tracemalloc.html#statistic)
        - [StatisticDiff](https://python-all.ru/3/library/tracemalloc.html#statisticdiff)
        - [Trace](https://python-all.ru/3/library/tracemalloc.html#trace)
        - [Traceback](https://python-all.ru/3/library/tracemalloc.html#traceback)
  - [Упаковка и распространение ПО](https://python-all.ru/3/library/distribution.html)

    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3/library/ensurepip.html)

      - [Интерфейс командной строки](https://python-all.ru/3/library/ensurepip.html#command-line-interface)
      - [API модуля](https://python-all.ru/3/library/ensurepip.html#module-api)
    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3/library/venv.html)

      - [Создание виртуальных окружений](https://python-all.ru/3/library/venv.html#creating-virtual-environments)
      - [Как работают виртуальные окружения](https://python-all.ru/3/library/venv.html#how-venvs-work)
      - [API](https://python-all.ru/3/library/venv.html#api)
      - [Пример расширения `EnvBuilder`](https://python-all.ru/3/library/venv.html#an-example-of-extending-envbuilder)
    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3/library/zipapp.html)

      - [Простой пример](https://python-all.ru/3/library/zipapp.html#basic-example)
      - [Интерфейс командной строки](https://python-all.ru/3/library/zipapp.html#command-line-interface)
      - [Python API](https://python-all.ru/3/library/zipapp.html#python-api)
      - [Примеры](https://python-all.ru/3/library/zipapp.html#examples)
      - [Указание интерпретатора](https://python-all.ru/3/library/zipapp.html#specifying-the-interpreter)
      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3/library/zipapp.html#creating-standalone-applications-with-zipapp)

        - [Предостережения](https://python-all.ru/3/library/zipapp.html#caveats)
      - [Формат архива Python-приложения Zip](https://python-all.ru/3/library/zipapp.html#the-python-zip-application-archive-format)
  - [Службы выполнения Python](https://python-all.ru/3/library/python.html)

    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3/library/sys.html)
    - [`sys.monitoring` – Мониторинг событий выполнения](https://python-all.ru/3/library/sys.monitoring.html)

      - [Идентификаторы инструментов](https://python-all.ru/3/library/sys.monitoring.html#tool-identifiers)

        - [Регистрация и использование инструментов](https://python-all.ru/3/library/sys.monitoring.html#registering-and-using-tools)
      - [События](https://python-all.ru/3/library/sys.monitoring.html#events)

        - [Локальные события](https://python-all.ru/3/library/sys.monitoring.html#local-events)
        - [Устаревшее событие](https://python-all.ru/3/library/sys.monitoring.html#deprecated-event)
        - [Вспомогательные события](https://python-all.ru/3/library/sys.monitoring.html#ancillary-events)
        - [Прочие события](https://python-all.ru/3/library/sys.monitoring.html#other-events)
        - [Событие STOP\_ITERATION](https://python-all.ru/3/library/sys.monitoring.html#the-stop-iteration-event)
      - [Включение и отключение событий](https://python-all.ru/3/library/sys.monitoring.html#turning-events-on-and-off)

        - [Глобальная настройка событий](https://python-all.ru/3/library/sys.monitoring.html#setting-events-globally)
        - [События для каждого объекта кода](https://python-all.ru/3/library/sys.monitoring.html#per-code-object-events)
        - [Отключение событий](https://python-all.ru/3/library/sys.monitoring.html#disabling-events)
      - [Регистрация функций обратного вызова](https://python-all.ru/3/library/sys.monitoring.html#registering-callback-functions)

        - [Аргументы функции обратного вызова](https://python-all.ru/3/library/sys.monitoring.html#callback-function-arguments)
    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3/library/sysconfig.html)

      - [Переменные конфигурации](https://python-all.ru/3/library/sysconfig.html#configuration-variables)
      - [Пути установки](https://python-all.ru/3/library/sysconfig.html#installation-paths)
      - [Схема пользователя](https://python-all.ru/3/library/sysconfig.html#user-scheme)

        - [`posix_user`](https://python-all.ru/3/library/sysconfig.html#posix-user)
        - [`nt_user`](https://python-all.ru/3/library/sysconfig.html#nt-user)
        - [`osx_framework_user`](https://python-all.ru/3/library/sysconfig.html#osx-framework-user)
      - [Домашняя схема](https://python-all.ru/3/library/sysconfig.html#home-scheme)

        - [`posix_home`](https://python-all.ru/3/library/sysconfig.html#posix-home)
      - [Схема префикса](https://python-all.ru/3/library/sysconfig.html#prefix-scheme)

        - [`posix_prefix`](https://python-all.ru/3/library/sysconfig.html#posix-prefix)
        - [`nt`](https://python-all.ru/3/library/sysconfig.html#nt)
      - [Функции путей установки](https://python-all.ru/3/library/sysconfig.html#installation-path-functions)
      - [Другие функции](https://python-all.ru/3/library/sysconfig.html#other-functions)
      - [Использование командной строки](https://python-all.ru/3/library/sysconfig.html#command-line-usage)
    - [`builtins` – Встроенные объекты](https://python-all.ru/3/library/builtins.html)
    - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3/library/__main__.html)

      - [`__name__ == '__main__'`](https://python-all.ru/3/library/__main__.html#name-main)

        - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3/library/__main__.html#what-is-the-top-level-code-environment)
        - [Идиоматическое использование](https://python-all.ru/3/library/__main__.html#idiomatic-usage)
        - [Особенности упаковки](https://python-all.ru/3/library/__main__.html#packaging-considerations)
      - [`__main__.py` в пакетах Python](https://python-all.ru/3/library/__main__.html#main-py-in-python-packages)

        - [Идиоматическое использование](https://python-all.ru/3/library/__main__.html#id1)
      - [`import __main__`](https://python-all.ru/3/library/__main__.html#import-main)
    - [`warnings` – Управление предупреждениями](https://python-all.ru/3/library/warnings.html)

      - [Категории предупреждений](https://python-all.ru/3/library/warnings.html#warning-categories)
      - [Фильтр предупреждений](https://python-all.ru/3/library/warnings.html#the-warnings-filter)

        - [Критерии подавления повторяющихся предупреждений](https://python-all.ru/3/library/warnings.html#repeated-warning-suppression-criteria)
        - [Описание фильтров предупреждений](https://python-all.ru/3/library/warnings.html#describing-warning-filters)
        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3/library/warnings.html#default-warning-filter)
        - [Переопределение фильтра по умолчанию](https://python-all.ru/3/library/warnings.html#overriding-the-default-filter)
      - [Временное подавление предупреждений](https://python-all.ru/3/library/warnings.html#temporarily-suppressing-warnings)
      - [Тестирование предупреждений](https://python-all.ru/3/library/warnings.html#testing-warnings)
      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3/library/warnings.html#updating-code-for-new-versions-of-dependencies)
      - [Доступные функции](https://python-all.ru/3/library/warnings.html#available-functions)
      - [Доступные контекстные менеджеры](https://python-all.ru/3/library/warnings.html#available-context-managers)
      - [Безопасность контекстных менеджеров при параллельном выполнении](https://python-all.ru/3/library/warnings.html#concurrent-safety-of-context-managers)
    - [`dataclasses` – Классы данных](https://python-all.ru/3/library/dataclasses.html)

      - [Содержание модуля](https://python-all.ru/3/library/dataclasses.html#module-contents)
      - [Обработка после инициализации](https://python-all.ru/3/library/dataclasses.html#post-init-processing)
      - [Переменные класса](https://python-all.ru/3/library/dataclasses.html#class-variables)
      - [Переменные только для инициализации](https://python-all.ru/3/library/dataclasses.html#init-only-variables)
      - [Неизменяемые экземпляры](https://python-all.ru/3/library/dataclasses.html#frozen-instances)
      - [Наследование](https://python-all.ru/3/library/dataclasses.html#inheritance)
      - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)
      - [Функции-фабрики по умолчанию](https://python-all.ru/3/library/dataclasses.html#default-factory-functions)
      - [Изменяемые значения по умолчанию](https://python-all.ru/3/library/dataclasses.html#mutable-default-values)
      - [Поля с типом дескриптора](https://python-all.ru/3/library/dataclasses.html#descriptor-typed-fields)
    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3/library/contextlib.html)

      - [Утилиты](https://python-all.ru/3/library/contextlib.html#utilities)
      - [Примеры и рецепты](https://python-all.ru/3/library/contextlib.html#examples-and-recipes)

        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3/library/contextlib.html#supporting-a-variable-number-of-context-managers)
        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3/library/contextlib.html#catching-exceptions-from-enter-methods)
        - [Очистка в реализации `__enter__`](https://python-all.ru/3/library/contextlib.html#cleaning-up-in-an-enter-implementation)
        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)
        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3/library/contextlib.html#using-a-context-manager-as-a-function-decorator)
      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)

        - [Реентерабельные менеджеры контекста](https://python-all.ru/3/library/contextlib.html#reentrant-context-managers)
        - [Повторно используемые менеджеры контекста](https://python-all.ru/3/library/contextlib.html#reusable-context-managers)
    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3/library/abc.html)
    - [`atexit` – Обработчики выхода](https://python-all.ru/3/library/atexit.html)

      - [`atexit` Пример](https://python-all.ru/3/library/atexit.html#atexit-example)
    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3/library/traceback.html)

      - [Функции уровня модуля](https://python-all.ru/3/library/traceback.html#module-level-functions)
      - [Объекты `TracebackException`](https://python-all.ru/3/library/traceback.html#tracebackexception-objects)
      - [Объекты `StackSummary`](https://python-all.ru/3/library/traceback.html#stacksummary-objects)
      - [Объекты `FrameSummary`](https://python-all.ru/3/library/traceback.html#framesummary-objects)
      - [Примеры использования функций уровня модуля](https://python-all.ru/3/library/traceback.html#examples-of-using-the-module-level-functions)
      - [Примеры использования `TracebackException`](https://python-all.ru/3/library/traceback.html#examples-of-using-tracebackexception)
    - [`__future__` – Определения операторов future](https://python-all.ru/3/library/__future__.html)

      - [Содержимое модуля](https://python-all.ru/3/library/__future__.html#module-contents)
    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3/library/gc.html)
    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3/library/inspect.html)

      - [Типы и члены](https://python-all.ru/3/library/inspect.html#types-and-members)
      - [Получение исходного кода](https://python-all.ru/3/library/inspect.html#retrieving-source-code)
      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3/library/inspect.html#introspecting-callables-with-the-signature-object)
      - [Классы и функции](https://python-all.ru/3/library/inspect.html#classes-and-functions)
      - [Стек интерпретатора](https://python-all.ru/3/library/inspect.html#the-interpreter-stack)
      - [Получение атрибутов статически](https://python-all.ru/3/library/inspect.html#fetching-attributes-statically)
      - [Текущее состояние генераторов, корутин и асинхронных генераторов](https://python-all.ru/3/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators)
      - [Битовые флаги объектов кода](https://python-all.ru/3/library/inspect.html#code-objects-bit-flags)
      - [Флаги буфера](https://python-all.ru/3/library/inspect.html#buffer-flags)
      - [Интерфейс командной строки](https://python-all.ru/3/library/inspect.html#command-line-interface)
    - [`annotationlib` – Функциональность для интроспекции аннотаций](https://python-all.ru/3/library/annotationlib.html)

      - [Семантика аннотаций](https://python-all.ru/3/library/annotationlib.html#annotation-semantics)
      - [Классы](https://python-all.ru/3/library/annotationlib.html#classes)
      - [Функции](https://python-all.ru/3/library/annotationlib.html#functions)
      - [Рецепты](https://python-all.ru/3/library/annotationlib.html#recipes)

        - [Использование аннотаций в метаклассе](https://python-all.ru/3/library/annotationlib.html#using-annotations-in-a-metaclass)
        - [Создание пользовательской вызываемой функции annotate](https://python-all.ru/3/library/annotationlib.html#creating-a-custom-callable-annotate-function)
      - [Ограничения формата `STRING`](https://python-all.ru/3/library/annotationlib.html#limitations-of-the-string-format)
      - [Ограничения формата `FORWARDREF`](https://python-all.ru/3/library/annotationlib.html#limitations-of-the-forwardref-format)
      - [Проблемы безопасности при интроспекции аннотаций](https://python-all.ru/3/library/annotationlib.html#security-implications-of-introspecting-annotations)
    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3/library/site.html)

      - [`sitecustomize`](https://python-all.ru/3/library/site.html#module-sitecustomize)
      - [`usercustomize`](https://python-all.ru/3/library/site.html#module-usercustomize)
      - [Конфигурация readline](https://python-all.ru/3/library/site.html#readline-configuration)
      - [Содержание модуля](https://python-all.ru/3/library/site.html#module-contents)
      - [Интерфейс командной строки](https://python-all.ru/3/library/site.html#command-line-interface)
  - [Пользовательские интерпретаторы Python](https://python-all.ru/3/library/custominterp.html)

    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3/library/code.html)

      - [Объекты интерактивного интерпретатора](https://python-all.ru/3/library/code.html#interactive-interpreter-objects)
      - [Объекты интерактивной консоли](https://python-all.ru/3/library/code.html#interactive-console-objects)
    - [`codeop` – Компиляция кода Python](https://python-all.ru/3/library/codeop.html)
  - [Импорт модулей](https://python-all.ru/3/library/modules.html)

    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3/library/zipimport.html)

      - [Объекты zipimporter](https://python-all.ru/3/library/zipimport.html#zipimporter-objects)
      - [Примеры](https://python-all.ru/3/library/zipimport.html#examples)
    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3/library/pkgutil.html)
    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3/library/modulefinder.html)

      - [Пример использования `ModuleFinder`](https://python-all.ru/3/library/modulefinder.html#example-usage-of-modulefinder)
    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3/library/runpy.html)
    - [`importlib` – Реализация `import`](https://python-all.ru/3/library/importlib.html)

      - [Введение](https://python-all.ru/3/library/importlib.html#introduction)
      - [Функции](https://python-all.ru/3/library/importlib.html#functions)
      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3/library/importlib.html#module-importlib.abc)
      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3/library/importlib.html#module-importlib.machinery)
      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3/library/importlib.html#module-importlib.util)
      - [Примеры](https://python-all.ru/3/library/importlib.html#examples)

        - [Программный импорт](https://python-all.ru/3/library/importlib.html#importing-programmatically)
        - [Проверка возможности импорта модуля](https://python-all.ru/3/library/importlib.html#checking-if-a-module-can-be-imported)
        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3/library/importlib.html#importing-a-source-file-directly)
        - [Реализация отложенного импорта](https://python-all.ru/3/library/importlib.html#implementing-lazy-imports)
        - [Настройка импортёра](https://python-all.ru/3/library/importlib.html#setting-up-an-importer)
        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3/library/importlib.html#approximating-importlib-import-module)
    - [`importlib.resources` – Чтение, открытие и доступ к ресурсам пакетов](https://python-all.ru/3/library/importlib.resources.html)

      - [Функциональный API](https://python-all.ru/3/library/importlib.resources.html#functional-api)
    - [`importlib.resources.abc` – Абстрактные базовые классы для ресурсов](https://python-all.ru/3/library/importlib.resources.abc.html)
    - [`importlib.metadata` – Доступ к метаданным пакета](https://python-all.ru/3/library/importlib.metadata.html)

      - [Обзор](https://python-all.ru/3/library/importlib.metadata.html#overview)
      - [Функциональный API](https://python-all.ru/3/library/importlib.metadata.html#functional-api)

        - [Точки входа](https://python-all.ru/3/library/importlib.metadata.html#entry-points)
        - [Метаданные дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-metadata)
        - [Версии дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-versions)
        - [Файлы дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-files)
        - [Зависимости дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-requirements)
        - [Сопоставление импорта с пакетами дистрибутивов](https://python-all.ru/3/library/importlib.metadata.html#mapping-import-to-distribution-packages)
      - [Дистрибутивы](https://python-all.ru/3/library/importlib.metadata.html#distributions)
      - [Обнаружение дистрибутивов](https://python-all.ru/3/library/importlib.metadata.html#distribution-discovery)
      - [Реализация пользовательских провайдеров](https://python-all.ru/3/library/importlib.metadata.html#implementing-custom-providers)

        - [Пример](https://python-all.ru/3/library/importlib.metadata.html#example)
    - [Инициализация пути поиска модулей `sys.path`](https://python-all.ru/3/library/sys_path_init.html)

      - [Виртуальные окружения](https://python-all.ru/3/library/sys_path_init.html#virtual-environments)
      - [Файлы \_pth](https://python-all.ru/3/library/sys_path_init.html#pth-files)
      - [Встраиваемый Python](https://python-all.ru/3/library/sys_path_init.html#embedded-python)
  - [Службы языка Python](https://python-all.ru/3/library/language.html)

    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3/library/ast.html)

      - [Абстрактная грамматика](https://python-all.ru/3/library/ast.html#abstract-grammar)
      - [Классы узлов](https://python-all.ru/3/library/ast.html#node-classes)

        - [Корневые узлы](https://python-all.ru/3/library/ast.html#root-nodes)
        - [Литералы](https://python-all.ru/3/library/ast.html#literals)
        - [Переменные](https://python-all.ru/3/library/ast.html#variables)
        - [Выражения](https://python-all.ru/3/library/ast.html#expressions)

          - [Индексация](https://python-all.ru/3/library/ast.html#subscripting)
          - [Генераторы коллекций](https://python-all.ru/3/library/ast.html#comprehensions)
        - [Инструкции](https://python-all.ru/3/library/ast.html#statements)

          - [Импорты](https://python-all.ru/3/library/ast.html#imports)
        - [Управляющие конструкции](https://python-all.ru/3/library/ast.html#control-flow)
        - [Сопоставление с образцом](https://python-all.ru/3/library/ast.html#pattern-matching)
        - [Аннотации типов](https://python-all.ru/3/library/ast.html#type-annotations)
        - [Параметры типов](https://python-all.ru/3/library/ast.html#type-parameters)
        - [Определения функций и классов](https://python-all.ru/3/library/ast.html#function-and-class-definitions)
        - [Async и await](https://python-all.ru/3/library/ast.html#async-and-await)
      - [`ast` помощники](https://python-all.ru/3/library/ast.html#ast-helpers)
      - [Флаги компилятора](https://python-all.ru/3/library/ast.html#compiler-flags)
      - [Использование командной строки](https://python-all.ru/3/library/ast.html#command-line-usage)
    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3/library/symtable.html)

      - [Генерация таблиц символов](https://python-all.ru/3/library/symtable.html#generating-symbol-tables)
      - [Изучение таблиц символов](https://python-all.ru/3/library/symtable.html#examining-symbol-tables)
      - [Использование командной строки](https://python-all.ru/3/library/symtable.html#command-line-usage)
    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3/library/token.html)
    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3/library/keyword.html)
    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3/library/tokenize.html)

      - [Токенизация входных данных](https://python-all.ru/3/library/tokenize.html#tokenizing-input)
      - [Использование командной строки](https://python-all.ru/3/library/tokenize.html#command-line-usage)
      - [Примеры](https://python-all.ru/3/library/tokenize.html#examples)
    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3/library/tabnanny.html)
    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3/library/pyclbr.html)

      - [Объекты функций](https://python-all.ru/3/library/pyclbr.html#function-objects)
      - [Объекты классов](https://python-all.ru/3/library/pyclbr.html#class-objects)
    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3/library/py_compile.html)

      - [Интерфейс командной строки](https://python-all.ru/3/library/py_compile.html#command-line-interface)
    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3/library/compileall.html)

      - [Использование командной строки](https://python-all.ru/3/library/compileall.html#command-line-use)
      - [Публичные функции](https://python-all.ru/3/library/compileall.html#public-functions)
    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3/library/dis.html)

      - [Интерфейс командной строки](https://python-all.ru/3/library/dis.html#command-line-interface)
      - [Анализ байт-кода](https://python-all.ru/3/library/dis.html#bytecode-analysis)
      - [Функции анализа](https://python-all.ru/3/library/dis.html#analysis-functions)
      - [Инструкции байт-кода Python](https://python-all.ru/3/library/dis.html#python-bytecode-instructions)
      - [Коллекции кодов операций](https://python-all.ru/3/library/dis.html#opcode-collections)
    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3/library/pickletools.html)

      - [Использование командной строки](https://python-all.ru/3/library/pickletools.html#command-line-usage)

        - [Параметры командной строки](https://python-all.ru/3/library/pickletools.html#command-line-options)
      - [Программный интерфейс](https://python-all.ru/3/library/pickletools.html#programmatic-interface)
  - [Службы, специфичные для MS Windows](https://python-all.ru/3/library/windows.html)

    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3/library/msvcrt.html)

      - [Операции с файлами](https://python-all.ru/3/library/msvcrt.html#file-operations)
      - [Консольный ввод/вывод](https://python-all.ru/3/library/msvcrt.html#console-i-o)
      - [Прочие функции](https://python-all.ru/3/library/msvcrt.html#other-functions)
    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3/library/winreg.html)

      - [Функции](https://python-all.ru/3/library/winreg.html#functions)
      - [Константы](https://python-all.ru/3/library/winreg.html#constants)

        - [Константы HKEY\_\*](https://python-all.ru/3/library/winreg.html#hkey-constants)
        - [Права доступа](https://python-all.ru/3/library/winreg.html#access-rights)

          - [Специфика 64-бит](https://python-all.ru/3/library/winreg.html#bit-specific)
        - [Типы значений](https://python-all.ru/3/library/winreg.html#value-types)
      - [Объекты дескрипторов реестра](https://python-all.ru/3/library/winreg.html#registry-handle-objects)
    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3/library/winsound.html)
  - [Службы, специфичные для Unix](https://python-all.ru/3/library/unix.html)

    - [`shlex` – Простой лексический анализ](https://python-all.ru/3/library/shlex.html)

      - [Объекты shlex](https://python-all.ru/3/library/shlex.html#shlex-objects)
      - [Правила разбора](https://python-all.ru/3/library/shlex.html#parsing-rules)
      - [Улучшенная совместимость с оболочками](https://python-all.ru/3/library/shlex.html#improved-compatibility-with-shells)
    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3/library/posix.html)

      - [Поддержка больших файлов](https://python-all.ru/3/library/posix.html#large-file-support)
      - [Примечательное содержимое модуля](https://python-all.ru/3/library/posix.html#notable-module-contents)
    - [`pwd` – База данных паролей](https://python-all.ru/3/library/pwd.html)
    - [`grp` – База данных групп](https://python-all.ru/3/library/grp.html)
    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3/library/termios.html)

      - [Пример](https://python-all.ru/3/library/termios.html#example)
    - [`tty` – Функции управления терминалом](https://python-all.ru/3/library/tty.html)
    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3/library/pty.html)

      - [Пример](https://python-all.ru/3/library/pty.html#example)
    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3/library/fcntl.html)
    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3/library/resource.html)

      - [Ограничения ресурсов](https://python-all.ru/3/library/resource.html#resource-limits)
      - [Использование ресурсов](https://python-all.ru/3/library/resource.html#resource-usage)
    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3/library/syslog.html)

      - [Примеры](https://python-all.ru/3/library/syslog.html#examples)

        - [Простой пример](https://python-all.ru/3/library/syslog.html#simple-example)
  - [Интерфейс командной строки модулей (CLI)](https://python-all.ru/3/library/cmdline.html)
  - [Заменённые модули](https://python-all.ru/3/library/superseded.html)

    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3/library/getopt.html)
  - [Удалённые модули](https://python-all.ru/3/library/removed.html)
  - [Вопросы безопасности](https://python-all.ru/3/library/security_warnings.html)
- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3/extending/index.html)

  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3/extending/index.html#recommended-third-party-tools)
  - [Создание расширений без сторонних инструментов](https://python-all.ru/3/extending/index.html#creating-extensions-without-third-party-tools)

    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3/extending/extending.html)

      - [1.1. Простой пример](https://python-all.ru/3/extending/extending.html#a-simple-example)
      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3/extending/extending.html#intermezzo-errors-and-exceptions)
      - [1.3. Возвращение к примеру](https://python-all.ru/3/extending/extending.html#back-to-the-example)
      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3/extending/extending.html#the-module-s-method-table-and-initialization-function)
      - [1.5. Компиляция и компоновка](https://python-all.ru/3/extending/extending.html#compilation-and-linkage)
      - [1.6. Вызов функций Python из C](https://python-all.ru/3/extending/extending.html#calling-python-functions-from-c)
      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3/extending/extending.html#extracting-parameters-in-extension-functions)
      - [1.8. Ключевые параметры для функций расширения](https://python-all.ru/3/extending/extending.html#keyword-parameters-for-extension-functions)
      - [1.9. Построение произвольных значений](https://python-all.ru/3/extending/extending.html#building-arbitrary-values)
      - [1.10. Счетчики ссылок](https://python-all.ru/3/extending/extending.html#reference-counts)

        - [1.10.1. Подсчет ссылок в Python](https://python-all.ru/3/extending/extending.html#reference-counting-in-python)
        - [1.10.2. Правила владения](https://python-all.ru/3/extending/extending.html#ownership-rules)
        - [1.10.3. Тонкий лед](https://python-all.ru/3/extending/extending.html#thin-ice)
        - [1.10.4. Нулевые указатели](https://python-all.ru/3/extending/extending.html#null-pointers)
      - [1.11. Написание расширений на C++](https://python-all.ru/3/extending/extending.html#writing-extensions-in-c)
      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3/extending/extending.html#providing-a-c-api-for-an-extension-module)
    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3/extending/newtypes_tutorial.html)

      - [2.1. Основы](https://python-all.ru/3/extending/newtypes_tutorial.html#the-basics)
      - [2.2. Добавление данных и методов к базовому примеру](https://python-all.ru/3/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)
      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)
      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)
      - [2.5. Создание подклассов других типов](https://python-all.ru/3/extending/newtypes_tutorial.html#subclassing-other-types)
    - [3. Определение типов расширения: различные вопросы](https://python-all.ru/3/extending/newtypes.html)

      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3/extending/newtypes.html#finalization-and-de-allocation)
      - [3.2. Представление объекта](https://python-all.ru/3/extending/newtypes.html#object-presentation)
      - [3.3. Управление атрибутами](https://python-all.ru/3/extending/newtypes.html#attribute-management)

        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3/extending/newtypes.html#generic-attribute-management)
        - [3.3.2. Управление атрибутами, специфичными для типа](https://python-all.ru/3/extending/newtypes.html#type-specific-attribute-management)
      - [3.4. Сравнение объектов](https://python-all.ru/3/extending/newtypes.html#object-comparison)
      - [3.5. Поддержка абстрактного протокола](https://python-all.ru/3/extending/newtypes.html#abstract-protocol-support)
      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3/extending/newtypes.html#weak-reference-support)
      - [3.7. Дополнительные рекомендации](https://python-all.ru/3/extending/newtypes.html#more-suggestions)
    - [4. Сборка расширений C и C++](https://python-all.ru/3/extending/building.html)

      - [4.1. Сборка расширений C и C++ с помощью setuptools](https://python-all.ru/3/extending/building.html#building-c-and-c-extensions-with-setuptools)
    - [5. Сборка расширений C и C++ в Windows](https://python-all.ru/3/extending/windows.html)

      - [5.1. Рецептурный подход](https://python-all.ru/3/extending/windows.html#a-cookbook-approach)
      - [5.2. Различия между Unix и Windows](https://python-all.ru/3/extending/windows.html#differences-between-unix-and-windows)
      - [5.3. Использование DLL на практике](https://python-all.ru/3/extending/windows.html#using-dlls-in-practice)
  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)

    - [1. Встраивание Python в другое приложение](https://python-all.ru/3/extending/embedding.html)

      - [1.1. Встраивание очень высокого уровня](https://python-all.ru/3/extending/embedding.html#very-high-level-embedding)
      - [1.2. За пределами встраивания очень высокого уровня: обзор](https://python-all.ru/3/extending/embedding.html#beyond-very-high-level-embedding-an-overview)
      - [1.3. Чистое встраивание](https://python-all.ru/3/extending/embedding.html#pure-embedding)
      - [1.4. Расширение встроенного Python](https://python-all.ru/3/extending/embedding.html#extending-embedded-python)
      - [1.5. Встраивание Python в C++](https://python-all.ru/3/extending/embedding.html#embedding-python-in-c)
      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3/extending/embedding.html#compiling-and-linking-under-unix-like-systems)
- [Справочное руководство по Python/C API](https://python-all.ru/3/c-api/index.html)

  - [Введение](https://python-all.ru/3/c-api/intro.html)

    - [Совместимость версий языка](https://python-all.ru/3/c-api/intro.html#language-version-compatibility)
    - [Стандарты кодирования](https://python-all.ru/3/c-api/intro.html#coding-standards)
    - [Заголовочные файлы](https://python-all.ru/3/c-api/intro.html#include-files)
    - [Полезные макросы](https://python-all.ru/3/c-api/intro.html#useful-macros)

      - [Макросы строк документации](https://python-all.ru/3/c-api/intro.html#docstring-macros)
      - [Макросы общего назначения](https://python-all.ru/3/c-api/intro.html#general-utility-macros)

        - [Числовые утилиты](https://python-all.ru/3/c-api/intro.html#numeric-utilities)
        - [Утилиты утверждений](https://python-all.ru/3/c-api/intro.html#assertion-utilities)
        - [Утилиты размеров типов](https://python-all.ru/3/c-api/intro.html#type-size-utilities)
        - [Утилиты определения макросов](https://python-all.ru/3/c-api/intro.html#macro-definition-utilities)
      - [Утилиты объявлений](https://python-all.ru/3/c-api/intro.html#declaration-utilities)
      - [Устаревшие макросы](https://python-all.ru/3/c-api/intro.html#outdated-macros)
    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3/c-api/intro.html#objects-types-and-reference-counts)

      - [Счётчики ссылок](https://python-all.ru/3/c-api/intro.html#reference-counts)

        - [Подробности подсчёта ссылок](https://python-all.ru/3/c-api/intro.html#reference-count-details)
      - [Типы](https://python-all.ru/3/c-api/intro.html#types)
    - [Исключения](https://python-all.ru/3/c-api/intro.html#exceptions)
    - [Встраивание Python](https://python-all.ru/3/c-api/intro.html#embedding-python)
    - [Отладочные сборки](https://python-all.ru/3/c-api/intro.html#debugging-builds)
    - [Рекомендуемые сторонние инструменты](https://python-all.ru/3/c-api/intro.html#recommended-third-party-tools)
  - [Стабильность C API](https://python-all.ru/3/c-api/stable.html)

    - [Нестабильное C API](https://python-all.ru/3/c-api/stable.html#unstable-c-api)
    - [Стабильный ABI](https://python-all.ru/3/c-api/stable.html#stable-application-binary-interface)

      - [Ограниченный C API](https://python-all.ru/3/c-api/stable.html#limited-c-api)
      - [Стабильный ABI](https://python-all.ru/3/c-api/stable.html#stable-abi)
      - [Limited API: область применения и производительность](https://python-all.ru/3/c-api/stable.html#limited-api-scope-and-performance)
      - [Предостережения относительно Limited API](https://python-all.ru/3/c-api/stable.html#limited-api-caveats)
    - [Особенности платформ](https://python-all.ru/3/c-api/stable.html#platform-considerations)
    - [Содержимое ограниченного API](https://python-all.ru/3/c-api/stable.html#contents-of-limited-api)
  - [Очень высокоуровневый слой](https://python-all.ru/3/c-api/veryhigh.html)

    - [Доступные стартовые символы](https://python-all.ru/3/c-api/veryhigh.html#available-start-symbols)
    - [Влияние на стек](https://python-all.ru/3/c-api/veryhigh.html#stack-effects)
  - [Подсчёт ссылок](https://python-all.ru/3/c-api/refcounting.html)
  - [Обработка исключений](https://python-all.ru/3/c-api/exceptions.html)

    - [Вывод и очистка](https://python-all.ru/3/c-api/exceptions.html#printing-and-clearing)
    - [Возбуждение исключений](https://python-all.ru/3/c-api/exceptions.html#raising-exceptions)
    - [Выдача предупреждений](https://python-all.ru/3/c-api/exceptions.html#issuing-warnings)
    - [Запрос индикатора ошибки](https://python-all.ru/3/c-api/exceptions.html#querying-the-error-indicator)
    - [Обработка сигналов](https://python-all.ru/3/c-api/exceptions.html#signal-handling)
    - [Классы исключений](https://python-all.ru/3/c-api/exceptions.html#exception-classes)
    - [Объекты исключений](https://python-all.ru/3/c-api/exceptions.html#exception-objects)
    - [Объекты исключений Unicode](https://python-all.ru/3/c-api/exceptions.html#unicode-exception-objects)
    - [Управление рекурсией](https://python-all.ru/3/c-api/exceptions.html#recursion-control)
    - [Типы исключений и предупреждений](https://python-all.ru/3/c-api/exceptions.html#exception-and-warning-types)

      - [Типы исключений](https://python-all.ru/3/c-api/exceptions.html#exception-types)
      - [Псевдонимы OSError](https://python-all.ru/3/c-api/exceptions.html#oserror-aliases)
      - [Типы предупреждений](https://python-all.ru/3/c-api/exceptions.html#warning-types)
    - [Трассировки](https://python-all.ru/3/c-api/exceptions.html#tracebacks)
  - [Определение модулей-расширений](https://python-all.ru/3/c-api/extension-modules.html)

    - [Несколько экземпляров модуля](https://python-all.ru/3/c-api/extension-modules.html#multiple-module-instances)
    - [Функция инициализации](https://python-all.ru/3/c-api/extension-modules.html#initialization-function)
    - [Многофазная инициализация](https://python-all.ru/3/c-api/extension-modules.html#multi-phase-initialization)
    - [Устаревшая однофазная инициализация](https://python-all.ru/3/c-api/extension-modules.html#legacy-single-phase-initialization)
  - [Утилиты](https://python-all.ru/3/c-api/utilities.html)

    - [Утилиты операционной системы](https://python-all.ru/3/c-api/sys.html)
    - [Системные функции](https://python-all.ru/3/c-api/sys.html#system-functions)
    - [Управление процессами](https://python-all.ru/3/c-api/sys.html#process-control)
    - [Импорт модулей](https://python-all.ru/3/c-api/import.html)
    - [Поддержка маршалинга данных](https://python-all.ru/3/c-api/marshal.html)
    - [Разбор аргументов и сборка значений](https://python-all.ru/3/c-api/arg.html)

      - [Разбор аргументов](https://python-all.ru/3/c-api/arg.html#parsing-arguments)

        - [Строки и буферы](https://python-all.ru/3/c-api/arg.html#strings-and-buffers)
        - [Числа](https://python-all.ru/3/c-api/arg.html#numbers)
        - [Другие объекты](https://python-all.ru/3/c-api/arg.html#other-objects)
        - [Функции API](https://python-all.ru/3/c-api/arg.html#api-functions)
      - [Сборка значений](https://python-all.ru/3/c-api/arg.html#building-values)
    - [Преобразование и форматирование строк](https://python-all.ru/3/c-api/conversion.html)
    - [Классификация и преобразование символов](https://python-all.ru/3/c-api/conversion.html#character-classification-and-conversion)
    - [PyHash API](https://python-all.ru/3/c-api/hash.html)
    - [Рефлексия](https://python-all.ru/3/c-api/reflection.html)
    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3/c-api/codec.html)

      - [API поиска кодировок](https://python-all.ru/3/c-api/codec.html#codec-lookup-api)
      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)
      - [Вспомогательные переменные кодировок](https://python-all.ru/3/c-api/codec.html#codec-utility-variables)
    - [PyTime C API](https://python-all.ru/3/c-api/time.html)

      - [Типы](https://python-all.ru/3/c-api/time.html#types)
      - [Функции часов](https://python-all.ru/3/c-api/time.html#clock-functions)
      - [Низкоуровневые функции часов](https://python-all.ru/3/c-api/time.html#raw-clock-functions)
      - [Функции преобразования](https://python-all.ru/3/c-api/time.html#conversion-functions)
    - [Поддержка карт производительности](https://python-all.ru/3/c-api/perfmaps.html)
  - [Слой абстрактных объектов](https://python-all.ru/3/c-api/abstract.html)

    - [Протокол объекта](https://python-all.ru/3/c-api/object.html)
    - [Протокол вызова](https://python-all.ru/3/c-api/call.html)

      - [Протокол *tp\_call*](https://python-all.ru/3/c-api/call.html#the-tp-call-protocol)
      - [Протокол Vectorcall](https://python-all.ru/3/c-api/call.html#the-vectorcall-protocol)

        - [Управление рекурсией](https://python-all.ru/3/c-api/call.html#recursion-control)
        - [API поддержки vectorcall](https://python-all.ru/3/c-api/call.html#vectorcall-support-api)
      - [API вызова объектов](https://python-all.ru/3/c-api/call.html#object-calling-api)
      - [API поддержки вызова](https://python-all.ru/3/c-api/call.html#call-support-api)
    - [Протокол чисел](https://python-all.ru/3/c-api/number.html)
    - [Протокол последовательностей](https://python-all.ru/3/c-api/sequence.html)
    - [Протокол отображений](https://python-all.ru/3/c-api/mapping.html)
    - [Протокол итератора](https://python-all.ru/3/c-api/iter.html)
    - [Протокол буфера](https://python-all.ru/3/c-api/buffer.html)

      - [Структура буфера](https://python-all.ru/3/c-api/buffer.html#buffer-structure)
      - [Типы запросов буфера](https://python-all.ru/3/c-api/buffer.html#buffer-request-types)

        - [поля, не зависящие от запроса](https://python-all.ru/3/c-api/buffer.html#request-independent-fields)
        - [только для чтения, формат](https://python-all.ru/3/c-api/buffer.html#readonly-format)
        - [форма, шаги, подсмещения](https://python-all.ru/3/c-api/buffer.html#shape-strides-suboffsets)
        - [запросы непрерывности](https://python-all.ru/3/c-api/buffer.html#contiguity-requests)
        - [составные запросы](https://python-all.ru/3/c-api/buffer.html#compound-requests)
      - [Комплексные массивы](https://python-all.ru/3/c-api/buffer.html#complex-arrays)

        - [В стиле NumPy: форма и шаги](https://python-all.ru/3/c-api/buffer.html#numpy-style-shape-and-strides)
        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)
      - [Функции, связанные с буферами](https://python-all.ru/3/c-api/buffer.html#buffer-related-functions)
  - [Слой конкретных объектов](https://python-all.ru/3/c-api/concrete.html)

    - [Базовые объекты](https://python-all.ru/3/c-api/concrete.html#fundamental-objects)

      - [Объекты типов](https://python-all.ru/3/c-api/type.html)

        - [Создание типов, размещаемых в куче](https://python-all.ru/3/c-api/type.html#creating-heap-allocated-types)
      - [Объект `None`](https://python-all.ru/3/c-api/none.html)
    - [Числовые объекты](https://python-all.ru/3/c-api/concrete.html#numeric-objects)

      - [Объекты целых чисел](https://python-all.ru/3/c-api/long.html)

        - [Экспортный API](https://python-all.ru/3/c-api/long.html#export-api)
        - [PyLongWriter API](https://python-all.ru/3/c-api/long.html#pylongwriter-api)
        - [Устаревший API](https://python-all.ru/3/c-api/long.html#deprecated-api)
      - [Объекты логических значений](https://python-all.ru/3/c-api/bool.html)
      - [Объекты чисел с плавающей запятой](https://python-all.ru/3/c-api/float.html)

        - [Функции упаковки и распаковки](https://python-all.ru/3/c-api/float.html#pack-and-unpack-functions)

          - [Функции упаковки](https://python-all.ru/3/c-api/float.html#pack-functions)
          - [Функции распаковки](https://python-all.ru/3/c-api/float.html#unpack-functions)
      - [Объекты комплексных чисел](https://python-all.ru/3/c-api/complex.html)

        - [Комплексные числа как структуры C](https://python-all.ru/3/c-api/complex.html#complex-numbers-as-c-structures)
        - [Комплексные числа как объекты Python](https://python-all.ru/3/c-api/complex.html#complex-numbers-as-python-objects)
    - [Объекты последовательностей](https://python-all.ru/3/c-api/concrete.html#sequence-objects)

      - [Объекты bytes](https://python-all.ru/3/c-api/bytes.html)
      - [Объекты массива байтов](https://python-all.ru/3/c-api/bytearray.html)

        - [Макросы проверки типа](https://python-all.ru/3/c-api/bytearray.html#type-check-macros)
        - [Функции прямого API](https://python-all.ru/3/c-api/bytearray.html#direct-api-functions)
        - [Макросы](https://python-all.ru/3/c-api/bytearray.html#macros)
      - [Объекты Unicode и кодеки](https://python-all.ru/3/c-api/unicode.html)

        - [Объекты Unicode](https://python-all.ru/3/c-api/unicode.html#unicode-objects)

          - [Тип Юникода](https://python-all.ru/3/c-api/unicode.html#unicode-type)
          - [Свойства символов Юникода](https://python-all.ru/3/c-api/unicode.html#unicode-character-properties)
          - [Создание и доступ к строкам Юникода](https://python-all.ru/3/c-api/unicode.html#creating-and-accessing-unicode-strings)
          - [Локальная кодировка](https://python-all.ru/3/c-api/unicode.html#locale-encoding)
          - [Кодировка файловой системы](https://python-all.ru/3/c-api/unicode.html#file-system-encoding)
          - [Поддержка wchar\_t](https://python-all.ru/3/c-api/unicode.html#wchar-t-support)
        - [Встроенные кодеки](https://python-all.ru/3/c-api/unicode.html#built-in-codecs)

          - [Общие кодеки](https://python-all.ru/3/c-api/unicode.html#generic-codecs)
          - [Кодеки UTF-8](https://python-all.ru/3/c-api/unicode.html#utf-8-codecs)
          - [Кодеки UTF-32](https://python-all.ru/3/c-api/unicode.html#utf-32-codecs)
          - [Кодеки UTF-16](https://python-all.ru/3/c-api/unicode.html#utf-16-codecs)
          - [Кодеки UTF-7](https://python-all.ru/3/c-api/unicode.html#utf-7-codecs)
          - [Кодеки Unicode-Escape](https://python-all.ru/3/c-api/unicode.html#unicode-escape-codecs)
          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3/c-api/unicode.html#raw-unicode-escape-codecs)
          - [Кодеки Latin-1](https://python-all.ru/3/c-api/unicode.html#latin-1-codecs)
          - [Кодеки ASCII](https://python-all.ru/3/c-api/unicode.html#ascii-codecs)
          - [Кодеки символьной карты](https://python-all.ru/3/c-api/unicode.html#character-map-codecs)
          - [Кодеки MBCS для Windows](https://python-all.ru/3/c-api/unicode.html#mbcs-codecs-for-windows)
        - [Методы и слот-функции](https://python-all.ru/3/c-api/unicode.html#methods-and-slot-functions)
        - [PyUnicodeWriter](https://python-all.ru/3/c-api/unicode.html#pyunicodewriter)
        - [Устаревший API](https://python-all.ru/3/c-api/unicode.html#deprecated-api)
      - [Кортежи](https://python-all.ru/3/c-api/tuple.html)
      - [Объекты структурных последовательностей](https://python-all.ru/3/c-api/tuple.html#struct-sequence-objects)
      - [Списки](https://python-all.ru/3/c-api/list.html)
    - [Объекты контейнеров](https://python-all.ru/3/c-api/concrete.html#container-objects)

      - [Объекты словарей](https://python-all.ru/3/c-api/dict.html)

        - [Объекты представлений словарей](https://python-all.ru/3/c-api/dict.html#dictionary-view-objects)
        - [Упорядоченные словари](https://python-all.ru/3/c-api/dict.html#ordered-dictionaries)
      - [Множества](https://python-all.ru/3/c-api/set.html)

        - [Устаревший API](https://python-all.ru/3/c-api/set.html#deprecated-api)
    - [Объекты функций](https://python-all.ru/3/c-api/concrete.html#function-objects)

      - [Объекты функций](https://python-all.ru/3/c-api/function.html)
      - [Объекты методов экземпляра](https://python-all.ru/3/c-api/method.html)
      - [Объекты методов](https://python-all.ru/3/c-api/method.html#method-objects)
      - [Объекты ячеек](https://python-all.ru/3/c-api/cell.html)
      - [Объекты кода](https://python-all.ru/3/c-api/code.html)
      - [Флаги объектов кода](https://python-all.ru/3/c-api/code.html#code-object-flags)
      - [Дополнительная информация](https://python-all.ru/3/c-api/code.html#extra-information)
    - [Прочие объекты](https://python-all.ru/3/c-api/concrete.html#other-objects)

      - [Объекты файлов](https://python-all.ru/3/c-api/file.html)

        - [Частично устаревший API](https://python-all.ru/3/c-api/file.html#soft-deprecated-api)
      - [Объекты модулей](https://python-all.ru/3/c-api/module.html)
      - [Определения модулей](https://python-all.ru/3/c-api/module.html#module-definitions)

        - [Слоты модулей](https://python-all.ru/3/c-api/module.html#module-slots)
      - [Динамическое создание модулей расширения](https://python-all.ru/3/c-api/module.html#creating-extension-modules-dynamically)
      - [Вспомогательные функции](https://python-all.ru/3/c-api/module.html#support-functions)

        - [Поиск модуля (однофазовая инициализация)](https://python-all.ru/3/c-api/module.html#module-lookup-single-phase-initialization)
      - [Объекты итераторов](https://python-all.ru/3/c-api/iterator.html)

        - [Объекты range](https://python-all.ru/3/c-api/iterator.html#range-objects)
        - [Встроенные типы итераторов](https://python-all.ru/3/c-api/iterator.html#builtin-iterator-types)
        - [Прочие объекты итераторов](https://python-all.ru/3/c-api/iterator.html#other-iterator-objects)
      - [Объекты дескрипторов](https://python-all.ru/3/c-api/descriptor.html)

        - [Встроенные дескрипторы](https://python-all.ru/3/c-api/descriptor.html#built-in-descriptors)
      - [Объекты срезов](https://python-all.ru/3/c-api/slice.html)

        - [Объект Ellipsis](https://python-all.ru/3/c-api/slice.html#ellipsis-object)
      - [Объекты memoryview](https://python-all.ru/3/c-api/memoryview.html)
      - [Объекты буфера pickle](https://python-all.ru/3/c-api/picklebuffer.html)
      - [Объекты слабых ссылок](https://python-all.ru/3/c-api/weakref.html)
      - [Капсулы](https://python-all.ru/3/c-api/capsule.html)
      - [Объекты фреймов](https://python-all.ru/3/c-api/frame.html)

        - [Прокси локальных переменных фрейма](https://python-all.ru/3/c-api/frame.html#frame-locals-proxies)
        - [Устаревшие API для локальных переменных](https://python-all.ru/3/c-api/frame.html#legacy-local-variable-apis)
        - [Внутренние фреймы](https://python-all.ru/3/c-api/frame.html#internal-frames)
      - [Объекты-генераторы](https://python-all.ru/3/c-api/gen.html)

        - [Объекты асинхронных генераторов](https://python-all.ru/3/c-api/gen.html#asynchronous-generator-objects)
        - [Устаревший API](https://python-all.ru/3/c-api/gen.html#deprecated-api)
      - [Объекты корутин](https://python-all.ru/3/c-api/coro.html)
      - [Объекты контекстных переменных](https://python-all.ru/3/c-api/contextvars.html)
      - [Объекты для аннотации типов](https://python-all.ru/3/c-api/typehints.html)
    - [C API для модулей расширения](https://python-all.ru/3/c-api/concrete.html#c-api-for-extension-modules)

      - [C API библиотеки curses](https://python-all.ru/3/c-api/curses.html)
      - [Внутренние данные](https://python-all.ru/3/c-api/curses.html#internal-data)
      - [Объекты datetime](https://python-all.ru/3/c-api/datetime.html)
      - [Внутренние данные](https://python-all.ru/3/c-api/datetime.html#internal-data)
  - [Инициализация и завершение интерпретатора](https://python-all.ru/3/c-api/interp-lifecycle.html)

    - [Перед инициализацией Python](https://python-all.ru/3/c-api/interp-lifecycle.html#before-python-initialization)
    - [Глобальные переменные конфигурации](https://python-all.ru/3/c-api/interp-lifecycle.html#global-configuration-variables)
    - [Инициализация и финализация интерпретатора](https://python-all.ru/3/c-api/interp-lifecycle.html#initializing-and-finalizing-the-interpreter)
    - [Предостережения относительно финализации во время выполнения](https://python-all.ru/3/c-api/interp-lifecycle.html#cautions-regarding-runtime-finalization)
    - [Параметры уровня процесса](https://python-all.ru/3/c-api/interp-lifecycle.html#process-wide-parameters)
  - [Состояния потоков и глобальная блокировка интерпретатора](https://python-all.ru/3/c-api/threads.html)

    - [Отсоединение состояния потока от кода расширения](https://python-all.ru/3/c-api/threads.html#detaching-the-thread-state-from-extension-code)

      - [API](https://python-all.ru/3/c-api/threads.html#apis)
    - [Потоки, созданные не в Python](https://python-all.ru/3/c-api/threads.html#non-python-created-threads)
    - [Устаревший API](https://python-all.ru/3/c-api/threads.html#legacy-api)
    - [Предостережения о fork()](https://python-all.ru/3/c-api/threads.html#cautions-about-fork)
    - [API высокого уровня](https://python-all.ru/3/c-api/threads.html#high-level-apis)
    - [API состояния GIL](https://python-all.ru/3/c-api/threads.html#gil-state-apis)
    - [API низкого уровня](https://python-all.ru/3/c-api/threads.html#low-level-apis)
  - [Асинхронные уведомления](https://python-all.ru/3/c-api/threads.html#asynchronous-notifications)
  - [API потоков операционной системы](https://python-all.ru/3/c-api/threads.html#operating-system-thread-apis)
  - [Примитивы синхронизации](https://python-all.ru/3/c-api/synchronization.html)

    - [API критической секции Python](https://python-all.ru/3/c-api/synchronization.html#python-critical-section-api)
    - [Устаревшие API блокировок](https://python-all.ru/3/c-api/synchronization.html#legacy-locking-apis)
  - [Поддержка локального хранилища потоков](https://python-all.ru/3/c-api/tls.html)

    - [API хранилища, специфичного для потоков](https://python-all.ru/3/c-api/tls.html#thread-specific-storage-api)
    - [Динамическое выделение памяти](https://python-all.ru/3/c-api/tls.html#dynamic-allocation)
    - [Методы](https://python-all.ru/3/c-api/tls.html#methods)
    - [Устаревшие API](https://python-all.ru/3/c-api/tls.html#legacy-apis)
  - [Несколько интерпретаторов в процессе Python](https://python-all.ru/3/c-api/subinterpreters.html)

    - [GIL для каждого интерпретатора](https://python-all.ru/3/c-api/subinterpreters.html#a-per-interpreter-gil)
    - [Ошибки и предостережения](https://python-all.ru/3/c-api/subinterpreters.html#bugs-and-caveats)
    - [API высокого уровня](https://python-all.ru/3/c-api/subinterpreters.html#high-level-apis)
    - [API низкого уровня](https://python-all.ru/3/c-api/subinterpreters.html#low-level-apis)
    - [Расширенная поддержка отладчика](https://python-all.ru/3/c-api/subinterpreters.html#advanced-debugger-support)
  - [Профилирование и трассировка](https://python-all.ru/3/c-api/profiling.html)
  - [Трассировка ссылок](https://python-all.ru/3/c-api/profiling.html#reference-tracing)
  - [Конфигурация инициализации Python](https://python-all.ru/3/c-api/init_config.html)

    - [PyInitConfig C API](https://python-all.ru/3/c-api/init_config.html#pyinitconfig-c-api)

      - [Пример](https://python-all.ru/3/c-api/init_config.html#example)
      - [Создание конфигурации](https://python-all.ru/3/c-api/init_config.html#create-config)
      - [Обработка ошибок](https://python-all.ru/3/c-api/init_config.html#error-handling)
      - [Получение параметров](https://python-all.ru/3/c-api/init_config.html#get-options)
      - [Установка параметров](https://python-all.ru/3/c-api/init_config.html#set-options)
      - [Модуль](https://python-all.ru/3/c-api/init_config.html#module)
      - [Инициализация Python](https://python-all.ru/3/c-api/init_config.html#initialize-python)
    - [Параметры конфигурации](https://python-all.ru/3/c-api/init_config.html#configuration-options)
    - [API конфигурации времени выполнения Python](https://python-all.ru/3/c-api/init_config.html#runtime-python-configuration-api)
    - [PyConfig C API](https://python-all.ru/3/c-api/init_config.html#pyconfig-c-api)

      - [Пример](https://python-all.ru/3/c-api/init_config.html#id1)
      - [PyWideStringList](https://python-all.ru/3/c-api/init_config.html#pywidestringlist)
      - [PyStatus](https://python-all.ru/3/c-api/init_config.html#pystatus)
      - [PyPreConfig](https://python-all.ru/3/c-api/init_config.html#pypreconfig)
      - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3/c-api/init_config.html#preinitialize-python-with-pypreconfig)
      - [PyConfig](https://python-all.ru/3/c-api/init_config.html#pyconfig)
      - [Инициализация с помощью PyConfig](https://python-all.ru/3/c-api/init_config.html#initialization-with-pyconfig)
      - [Изолированная конфигурация](https://python-all.ru/3/c-api/init_config.html#isolated-configuration)
      - [Конфигурация Python](https://python-all.ru/3/c-api/init_config.html#python-configuration)
      - [Конфигурация путей Python](https://python-all.ru/3/c-api/init_config.html#python-path-configuration)
    - [Py\_GetArgcArgv()](https://python-all.ru/3/c-api/init_config.html#py-getargcargv)
    - [Отложенное выполнение главного модуля](https://python-all.ru/3/c-api/init_config.html#delaying-main-module-execution)
  - [Управление памятью](https://python-all.ru/3/c-api/memory.html)

    - [Обзор](https://python-all.ru/3/c-api/memory.html#overview)
    - [Домены аллокаторов](https://python-all.ru/3/c-api/memory.html#allocator-domains)
    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3/c-api/memory.html#raw-memory-interface)
    - [Интерфейс памяти](https://python-all.ru/3/c-api/memory.html#memory-interface)

      - [Устаревшие псевдонимы](https://python-all.ru/3/c-api/memory.html#deprecated-aliases)
    - [Аллокаторы объектов](https://python-all.ru/3/c-api/memory.html#object-allocators)
    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3/c-api/memory.html#default-memory-allocators)
    - [Настройка аллокаторов памяти](https://python-all.ru/3/c-api/memory.html#customize-memory-allocators)
    - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)
    - [Аллокатор pymalloc](https://python-all.ru/3/c-api/memory.html#the-pymalloc-allocator)

      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3/c-api/memory.html#customize-pymalloc-arena-allocator)
    - [Аллокатор mimalloc](https://python-all.ru/3/c-api/memory.html#the-mimalloc-allocator)
    - [C API модуля tracemalloc](https://python-all.ru/3/c-api/memory.html#tracemalloc-c-api)
    - [Примеры](https://python-all.ru/3/c-api/memory.html#examples)
  - [Поддержка реализации объектов](https://python-all.ru/3/c-api/objimpl.html)

    - [Выделение объектов в куче](https://python-all.ru/3/c-api/allocation.html)

      - [Мягко устаревшие псевдонимы](https://python-all.ru/3/c-api/allocation.html#soft-deprecated-aliases)
    - [Жизненный цикл объекта](https://python-all.ru/3/c-api/lifecycle.html)

      - [События жизненного цикла](https://python-all.ru/3/c-api/lifecycle.html#life-events)
      - [Уничтожение циклических изолятов](https://python-all.ru/3/c-api/lifecycle.html#cyclic-isolate-destruction)
      - [Функции](https://python-all.ru/3/c-api/lifecycle.html#functions)
    - [Общие структуры объектов](https://python-all.ru/3/c-api/structures.html)

      - [Базовые типы объектов и макросы](https://python-all.ru/3/c-api/structures.html#base-object-types-and-macros)
      - [Реализация функций и методов](https://python-all.ru/3/c-api/structures.html#implementing-functions-and-methods)
      - [Доступ к атрибутам типов-расширений](https://python-all.ru/3/c-api/structures.html#accessing-attributes-of-extension-types)

        - [Флаги членов](https://python-all.ru/3/c-api/structures.html#member-flags)
        - [Типы членов](https://python-all.ru/3/c-api/structures.html#member-types)
        - [Определение геттеров и сеттеров](https://python-all.ru/3/c-api/structures.html#defining-getters-and-setters)
    - [Структуры объектов типов](https://python-all.ru/3/c-api/typeobj.html)

      - [Краткий справочник](https://python-all.ru/3/c-api/typeobj.html#quick-reference)

        - [“tp slots”](https://python-all.ru/3/c-api/typeobj.html#tp-slots)
        - [под-слоты](https://python-all.ru/3/c-api/typeobj.html#sub-slots)
        - [typedefs слотов](https://python-all.ru/3/c-api/typeobj.html#slot-typedefs)
      - [Определение PyTypeObject](https://python-all.ru/3/c-api/typeobj.html#pytypeobject-definition)
      - [Слоты PyObject](https://python-all.ru/3/c-api/typeobj.html#pyobject-slots)
      - [Слоты PyVarObject](https://python-all.ru/3/c-api/typeobj.html#pyvarobject-slots)
      - [Слоты PyTypeObject](https://python-all.ru/3/c-api/typeobj.html#pytypeobject-slots)
      - [Статические типы](https://python-all.ru/3/c-api/typeobj.html#static-types)
      - [Типы в куче](https://python-all.ru/3/c-api/typeobj.html#heap-types)
      - [Структуры числовых объектов](https://python-all.ru/3/c-api/typeobj.html#number-object-structures)
      - [Структуры объектов отображений](https://python-all.ru/3/c-api/typeobj.html#mapping-object-structures)
      - [Структуры объектов последовательностей](https://python-all.ru/3/c-api/typeobj.html#sequence-object-structures)
      - [Структуры буферных объектов](https://python-all.ru/3/c-api/typeobj.html#buffer-object-structures)
      - [Структуры асинхронных объектов](https://python-all.ru/3/c-api/typeobj.html#async-object-structures)
      - [typedefs типов слотов](https://python-all.ru/3/c-api/typeobj.html#slot-type-typedefs)
      - [Примеры](https://python-all.ru/3/c-api/typeobj.html#examples)
    - [Поддержка циклической сборки мусора](https://python-all.ru/3/c-api/gcsupport.html)

      - [Управление состоянием сборщика мусора](https://python-all.ru/3/c-api/gcsupport.html#controlling-the-garbage-collector-state)
      - [Запрос состояния сборщика мусора](https://python-all.ru/3/c-api/gcsupport.html#querying-garbage-collector-state)
  - [Версионирование API и ABI](https://python-all.ru/3/c-api/apiabiversion.html)

    - [Константы версии времени сборки](https://python-all.ru/3/c-api/apiabiversion.html#build-time-version-constants)
    - [Версия времени выполнения](https://python-all.ru/3/c-api/apiabiversion.html#run-time-version)
    - [Макросы упаковки битов](https://python-all.ru/3/c-api/apiabiversion.html#bit-packing-macros)
  - [Мониторинг C API](https://python-all.ru/3/c-api/monitoring.html)
  - [Генерация событий выполнения](https://python-all.ru/3/c-api/monitoring.html#generating-execution-events)

    - [Управление состоянием мониторинга](https://python-all.ru/3/c-api/monitoring.html#managing-the-monitoring-state)
- [Установка модулей Python](https://python-all.ru/3/installing/index.html)

  - [Ключевые термины](https://python-all.ru/3/installing/index.html#key-terms)
  - [Основы использования](https://python-all.ru/3/installing/index.html#basic-usage)
  - [Как мне …?](https://python-all.ru/3/installing/index.html#how-do-i)

    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3/installing/index.html#install-packages-just-for-the-current-user)
    - [… установить научные пакеты Python?](https://python-all.ru/3/installing/index.html#install-scientific-python-packages)
    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)
  - [Распространённые проблемы установки](https://python-all.ru/3/installing/index.html#common-installation-issues)

    - [Установка в системный Python на Linux](https://python-all.ru/3/installing/index.html#installing-into-the-system-python-on-linux)
    - [Pip не установлен](https://python-all.ru/3/installing/index.html#pip-not-installed)
    - [Установка бинарных расширений](https://python-all.ru/3/installing/index.html#installing-binary-extensions)
- [Руководства Python HOWTO](https://python-all.ru/3/howto/index.html)
- [Часто задаваемые вопросы по Python](https://python-all.ru/3/faq/index.html)

  - [Общие вопросы по Python](https://python-all.ru/3/faq/general.html)

    - [Общая информация](https://python-all.ru/3/faq/general.html#general-information)
    - [Python в реальном мире](https://python-all.ru/3/faq/general.html#python-in-the-real-world)
  - [Вопросы по программированию](https://python-all.ru/3/faq/programming.html)

    - [Общие вопросы](https://python-all.ru/3/faq/programming.html#general-questions)
    - [Ядро языка](https://python-all.ru/3/faq/programming.html#core-language)
    - [Числа и строки](https://python-all.ru/3/faq/programming.html#numbers-and-strings)
    - [Производительность](https://python-all.ru/3/faq/programming.html#performance)
    - [Последовательности (кортежи/списки)](https://python-all.ru/3/faq/programming.html#sequences-tuples-lists)
    - [Объекты](https://python-all.ru/3/faq/programming.html#objects)
    - [Модули](https://python-all.ru/3/faq/programming.html#modules)
  - [Вопросы по дизайну и истории](https://python-all.ru/3/faq/design.html)

    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)
    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)
    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3/faq/design.html#why-are-floating-point-calculations-so-inaccurate)
    - [Почему строки в Python неизменяемы?](https://python-all.ru/3/faq/design.html#why-are-python-strings-immutable)
    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)
    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)
    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)
    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)
    - [Насколько быстры исключения?](https://python-all.ru/3/faq/design.html#how-fast-are-exceptions)
    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)
    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)
    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3/faq/design.html#why-can-t-lambda-expressions-contain-statements)
    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)
    - [Как Python управляет памятью?](https://python-all.ru/3/faq/design.html#how-does-python-manage-memory)
    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)
    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)
    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3/faq/design.html#why-are-there-separate-tuple-and-list-data-types)
    - [Как списки реализованы в CPython?](https://python-all.ru/3/faq/design.html#how-are-lists-implemented-in-cpython)
    - [Как словари реализованы в CPython?](https://python-all.ru/3/faq/design.html#how-are-dictionaries-implemented-in-cpython)
    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3/faq/design.html#why-must-dictionary-keys-be-immutable)
    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)
    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)
    - [Почему нет goto?](https://python-all.ru/3/faq/design.html#why-is-there-no-goto)
    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)
    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)
    - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3/faq/design.html#why-don-t-generators-support-the-with-statement)
    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)
    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)
  - [FAQ по библиотекам и расширениям](https://python-all.ru/3/faq/library.html)

    - [Общие вопросы по библиотекам](https://python-all.ru/3/faq/library.html#general-library-questions)
    - [Типовые задачи](https://python-all.ru/3/faq/library.html#common-tasks)
    - [Потоки](https://python-all.ru/3/faq/library.html#threads)
    - [Ввод и вывод](https://python-all.ru/3/faq/library.html#input-and-output)
    - [Сетевое и интернет-программирование](https://python-all.ru/3/faq/library.html#network-internet-programming)
    - [Базы данных](https://python-all.ru/3/faq/library.html#databases)
    - [Математика и численные методы](https://python-all.ru/3/faq/library.html#mathematics-and-numerics)
  - [FAQ по расширению и встраиванию](https://python-all.ru/3/faq/extending.html)

    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3/faq/extending.html#can-i-create-my-own-functions-in-c)
    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3/faq/extending.html#id1)
    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)
    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)
    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)
    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)
    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)
    - [Как вызвать метод объекта из C?](https://python-all.ru/3/faq/extending.html#how-do-i-call-an-object-s-method-from-c)
    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)
    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)
    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3/faq/extending.html#how-do-i-interface-to-c-objects-from-python)
    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)
    - [Как отлаживать расширение?](https://python-all.ru/3/faq/extending.html#how-do-i-debug-an-extension)
    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)
    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)
    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)
    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)
  - [FAQ по Python в Windows](https://python-all.ru/3/faq/windows.html)

    - [Как запустить программу Python в Windows?](https://python-all.ru/3/faq/windows.html#how-do-i-run-a-python-program-under-windows)
    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3/faq/windows.html#how-do-i-make-python-scripts-executable)
    - [Почему Python иногда так долго запускается?](https://python-all.ru/3/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)
    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)
    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)
    - [Как встроить Python в приложение Windows?](https://python-all.ru/3/faq/windows.html#how-can-i-embed-python-into-a-windows-application)
    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)
    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)
    - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)
  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3/faq/gui.html)

    - [Общие вопросы по GUI](https://python-all.ru/3/faq/gui.html#general-gui-questions)
    - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3/faq/gui.html#what-gui-toolkits-exist-for-python)
    - [Вопросы по Tkinter](https://python-all.ru/3/faq/gui.html#tkinter-questions)
  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3/faq/installed.html)

    - [Что такое Python?](https://python-all.ru/3/faq/installed.html#what-is-python)
    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3/faq/installed.html#why-is-python-installed-on-my-machine)
    - [Можно ли удалить Python?](https://python-all.ru/3/faq/installed.html#can-i-delete-python)
- [Устаревания](https://python-all.ru/3/deprecations/index.html)

  - [Ожидается удаление в Python 3.15](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-15)
  - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-16)
  - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-17)
  - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-18)
  - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-19)
  - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/deprecations/index.html#pending-removal-in-future-versions)
  - [Устаревания C API](https://python-all.ru/3/deprecations/index.html#c-api-deprecations)

    - [Ожидается удаление в Python 3.15](https://python-all.ru/3/deprecations/index.html#id1)
    - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/deprecations/index.html#id2)
    - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/deprecations/index.html#id3)
- [Глоссарий](https://python-all.ru/3/glossary.html)
- [Об этой документации](https://python-all.ru/3/about.html)

  - [Авторы документации Python](https://python-all.ru/3/about.html#contributors-to-the-python-documentation)
- [Работа с ошибками](https://python-all.ru/3/bugs.html)

  - [Ошибки в документации](https://python-all.ru/3/bugs.html#documentation-bugs)
  - [Использование трекера задач Python](https://python-all.ru/3/bugs.html#using-the-python-issue-tracker)
  - [Начало работы: участие в разработке Python](https://python-all.ru/3/bugs.html#getting-started-contributing-to-python-yourself)
- [Авторские права](https://python-all.ru/3/copyright.html)
- [История и лицензия](https://python-all.ru/3/license.html)

  - [История программного обеспечения](https://python-all.ru/3/license.html#history-of-the-software)
  - [Условия доступа и использования Python](https://python-all.ru/3/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)

    - [ЛИЦЕНЗИЯ PYTHON SOFTWARE FOUNDATION ВЕРСИЯ 2](https://python-all.ru/3/license.html#python-software-foundation-license-version-2)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3/license.html#beopen-com-license-agreement-for-python-2-0)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3/license.html#cnri-license-agreement-for-python-1-6-1)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)
    - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМИ УСЛОВИЯМИ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON](https://python-all.ru/3/license.html#zero-clause-bsd-license-for-code-in-the-python-documentation)
  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3/license.html#licenses-and-acknowledgements-for-incorporated-software)

    - [Mersenne Twister](https://python-all.ru/3/license.html#mersenne-twister)
    - [Сокеты](https://python-all.ru/3/license.html#sockets)
    - [Асинхронные службы сокетов](https://python-all.ru/3/license.html#asynchronous-socket-services)
    - [Управление cookie](https://python-all.ru/3/license.html#cookie-management)
    - [Трассировка выполнения](https://python-all.ru/3/license.html#execution-tracing)
    - [Функции UUencode и UUdecode](https://python-all.ru/3/license.html#uuencode-and-uudecode-functions)
    - [XML-вызовы удалённых процедур](https://python-all.ru/3/license.html#xml-remote-procedure-calls)
    - [test\_epoll](https://python-all.ru/3/license.html#test-epoll)
    - [Select kqueue](https://python-all.ru/3/license.html#select-kqueue)
    - [SipHash24](https://python-all.ru/3/license.html#siphash24)
    - [strtod and dtoa](https://python-all.ru/3/license.html#strtod-and-dtoa)
    - [OpenSSL](https://python-all.ru/3/license.html#openssl)
    - [expat](https://python-all.ru/3/license.html#expat)
    - [libffi](https://python-all.ru/3/license.html#libffi)
    - [zlib](https://python-all.ru/3/license.html#zlib)
    - [cfuhash](https://python-all.ru/3/license.html#cfuhash)
    - [libmpdec](https://python-all.ru/3/license.html#libmpdec)
    - [Тестовый набор W3C C14N](https://python-all.ru/3/license.html#w3c-c14n-test-suite)
    - [mimalloc](https://python-all.ru/3/license.html#mimalloc)
    - [asyncio](https://python-all.ru/3/license.html#asyncio)
    - [Глобальные неограниченные последовательности (GUS)](https://python-all.ru/3/license.html#global-unbounded-sequences-gus)
    - [Привязки Zstandard](https://python-all.ru/3/license.html#zstandard-bindings)
