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

---

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

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

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

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

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

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

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

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

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

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

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

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

      - [tarfile](https://python-all.ru/3.9/whatsnew/3.9.html#tarfile)
    - [Notable changes in 3.9.20](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-3-9-20)

      - [ipaddress](https://python-all.ru/3.9/whatsnew/3.9.html#id6)
      - [email](https://python-all.ru/3.9/whatsnew/3.9.html#email)
    - [Notable changes in 3.9.23](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-3-9-23)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - [Python 3.9.25 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-25-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#security)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#library)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#core-and-builtins)
    - [Python 3.9.24 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-24-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id2)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id3)
    - [Python 3.9.23 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-23-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id4)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id5)
    - [Python 3.9.22 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-22-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id6)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#documentation)
    - [Python 3.9.21 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-21-final)

      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#tests)
      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id7)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id8)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id9)
    - [Python 3.9.20 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-20-final)

      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#windows)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id10)
      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id11)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id12)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id13)
    - [Python 3.9.19 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-19-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id14)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id15)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id16)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id17)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id18)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#tools-demos)
    - [Python 3.9.18 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-18-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id19)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id20)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id21)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#c-api)
    - [Python 3.9.17 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-17-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id22)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id23)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id24)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id25)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#macos)
    - [Python 3.9.16 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-16-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id26)
    - [Python 3.9.15 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-15-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id27)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id28)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id29)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id30)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id31)
    - [Python 3.9.14 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-14-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id32)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id33)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id34)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id35)
    - [Python 3.9.13 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-13-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id36)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id37)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id38)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id39)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#build)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id40)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id41)
    - [Python 3.9.12 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-12-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id42)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id43)
    - [Python 3.9.11 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-11-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id44)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id45)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id46)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id47)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id48)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id49)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id50)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#idle)
    - [Python 3.9.10 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-10-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id51)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id52)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id53)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id54)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id55)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id56)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id57)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id58)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id59)
    - [Python 3.9.9 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-9-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id60)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id61)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id62)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id63)
    - [Python 3.9.8 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-8-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id64)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id65)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id66)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id67)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id68)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id69)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id70)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id71)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id72)
    - [Python 3.9.7 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-7-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id73)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id74)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id75)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id76)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id77)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id78)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id79)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id80)
    - [Python 3.9.6 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-6-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id81)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id82)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id83)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id84)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id85)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id86)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id87)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id88)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id89)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id90)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id91)
    - [Python 3.9.5 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-5-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id92)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id93)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id94)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id95)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id96)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id97)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id98)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id99)
    - [Python 3.9.4 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-4-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id100)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id101)
    - [Python 3.9.3 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-3-final)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id102)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id103)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id104)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id105)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id106)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id107)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id108)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id109)
    - [Python 3.9.2 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-2-final)

      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id110)
    - [Python 3.9.2 release candidate 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-2-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id111)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id112)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id113)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id114)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id115)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id116)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id117)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id118)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id119)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id120)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id121)
    - [Python 3.9.1 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-1-final)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id122)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id123)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id124)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id125)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id126)
    - [Python 3.9.1 – кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-1-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id127)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id128)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id129)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id130)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id131)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id132)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id133)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id134)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id135)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id136)
    - [Python 3.9.0 – финальный выпуск](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-final)

      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id137)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id138)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id139)
    - [Python 3.9.0 – кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-release-candidate-2)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id140)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id141)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id142)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id143)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id144)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id145)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id146)
    - [Python 3.9.0 – кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id147)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id148)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id149)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id150)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id151)
    - [Python 3.9.0 beta 5](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-5)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id152)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id153)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id154)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id155)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id156)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id157)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id158)
    - [Python 3.9.0 beta 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-4)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id159)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id160)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id161)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id162)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id163)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id164)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id165)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id166)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id167)
    - [Python 3.9.0 beta 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-3)

      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id168)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id169)
    - [Python 3.9.0 beta 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-2)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id170)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id171)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id172)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id173)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id174)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id175)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id176)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id177)
    - [Python 3.9.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id178)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id179)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id180)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id181)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id182)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id183)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id184)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id185)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id186)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id187)
    - [Python 3.9.0 альфа 6](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-6)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id188)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id189)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id190)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id191)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id192)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id193)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id194)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id195)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id196)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id197)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id198)
    - [Python 3.9.0 альфа 5](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-5)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id199)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id200)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id201)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id202)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id203)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id204)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id205)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id206)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id207)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id208)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id209)
    - [Python 3.9.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-4)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id219)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id220)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id221)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id222)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id223)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id224)
    - [Python 3.9.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-2)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id225)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id226)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id227)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id228)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id229)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id230)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id231)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id232)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id233)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id234)
    - [Python 3.9.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id235)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id236)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id237)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id238)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id239)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id240)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id241)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id242)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id243)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id244)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id245)
    - [Python 3.8.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-beta-1)

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id257)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id258)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id259)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id260)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id261)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id262)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id263)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id264)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id265)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id266)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id267)
    - [Python 3.8.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-alpha-3)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id278)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id279)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id280)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id281)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id282)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id283)
    - [Python 3.8.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-alpha-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id284)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id285)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id286)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id287)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id288)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id289)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id290)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id291)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id292)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id293)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id294)
    - [Python 3.7.0 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-final)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id297)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id298)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id299)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id300)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id301)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id302)
    - [Python 3.7.0 бета 5](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-5)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id303)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id304)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id305)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id306)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id307)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id308)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id309)
    - [Python 3.7.0 бета 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-4)

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

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id330)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id331)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id332)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id333)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id334)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id335)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id336)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id337)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id338)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id339)
    - [Python 3.7.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id340)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id341)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id342)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id343)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id344)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id345)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id346)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id347)
    - [Python 3.7.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id348)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id349)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id350)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id351)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id352)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id353)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id354)
    - [Python 3.7.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id355)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id356)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id357)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id358)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id359)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id360)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id361)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id362)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id363)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id364)
    - [Python 3.7.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id365)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id366)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id367)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id368)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id369)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id370)
    - [Python 3.7.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id371)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id372)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id373)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id374)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id375)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id376)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id377)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id378)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id379)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id380)
    - [Python 3.6.6 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-6-final)
    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-6-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id381)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id382)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id383)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id384)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id385)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id386)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id387)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id388)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id389)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id390)
    - [Python 3.6.5 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-5-final)

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id393)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id394)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id395)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id396)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id397)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id398)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id399)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id400)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id401)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id402)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id403)
    - [Python 3.6.4 финальная](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-4-final)
    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-4-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id404)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id405)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id406)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id407)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id408)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id409)
      - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id410)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id411)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id412)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id413)
    - [Python 3.6.3 финальная](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-3-final)

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id416)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id417)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id418)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id419)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id420)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id421)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id422)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id423)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id424)
    - [Python 3.6.2 финальная](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-2-final)
    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-2-release-candidate-2)

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id426)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id427)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id428)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id429)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id430)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id431)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id432)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id433)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id434)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id435)
    - [Python 3.6.1 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-1-final)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id438)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id439)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id440)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id441)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id442)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id443)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id444)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id445)
    - [Python 3.6.0 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-final)
    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-release-candidate-2)

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

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

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

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id465)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id466)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id467)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id468)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id469)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id470)
    - [Python 3.6.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-beta-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id471)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id472)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id473)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id474)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id475)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id476)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id477)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id478)
    - [Python 3.6.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id479)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id480)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id481)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id482)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id483)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id484)
    - [Python 3.6.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-3)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id485)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id486)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id487)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id488)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id489)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id490)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id491)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id492)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id493)
    - [Python 3.6.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-2)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id494)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id495)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id496)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id497)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id498)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id499)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id500)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id501)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id502)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id503)
    - [Python 3.6.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id504)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id505)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id506)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id507)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id508)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id509)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id510)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id511)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id512)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id513)
    - [Python 3.5.5 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-5-final)
    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-5-release-candidate-1)

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

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id518)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id519)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id520)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id521)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id522)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id523)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id524)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id525)
    - [Python 3.5.3 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-3-final)
    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-3-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id526)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id527)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id528)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id529)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id530)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id531)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id532)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id533)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id534)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id535)
    - [Python 3.5.2, финальная версия](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-2-final)

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

      - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id539)
      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id540)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id541)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id542)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id543)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id544)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id545)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id546)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id547)
    - [Python 3.5.1, финальная версия](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-1-final)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id550)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id551)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id552)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id553)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id554)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id555)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id556)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id557)
    - [Python 3.5.0, финальная версия](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-final)

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

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

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

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

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

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

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

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

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id580)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id581)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id582)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id583)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id584)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id585)
    - [Python 3.5.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id586)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id587)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id588)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id589)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id590)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id591)
    - [Python 3.5.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id592)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id593)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id594)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id595)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id596)
    - [Python 3.5.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id597)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id598)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id599)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id600)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id601)
    - [Python 3.5.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id602)
      - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id603)
      - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id604)
      - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id605)
      - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id606)
      - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id607)
      - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id608)
      - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id609)
      - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id610)
- [Учебник Python](https://python-all.ru/3.9/tutorial/index.html)

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

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

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

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

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

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

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

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

        - [4.7.3.1. Позиционные или именованные аргументы](https://python-all.ru/3.9/tutorial/controlflow.html#positional-or-keyword-arguments)
        - [4.7.3.2. Только позиционные параметры](https://python-all.ru/3.9/tutorial/controlflow.html#positional-only-parameters)
        - [4.7.3.3. Только именованные аргументы](https://python-all.ru/3.9/tutorial/controlflow.html#keyword-only-arguments)
        - [4.7.3.4. Примеры функций](https://python-all.ru/3.9/tutorial/controlflow.html#function-examples)
        - [4.7.3.5. Резюме](https://python-all.ru/3.9/tutorial/controlflow.html#recap)
      - [4.7.4. Произвольные списки аргументов](https://python-all.ru/3.9/tutorial/controlflow.html#arbitrary-argument-lists)
      - [4.7.5. Распаковка списков аргументов](https://python-all.ru/3.9/tutorial/controlflow.html#unpacking-argument-lists)
      - [4.7.6. Лямбда-выражения](https://python-all.ru/3.9/tutorial/controlflow.html#lambda-expressions)
      - [4.7.7. Строки документации](https://python-all.ru/3.9/tutorial/controlflow.html#documentation-strings)
      - [4.7.8. Аннотации функций](https://python-all.ru/3.9/tutorial/controlflow.html#function-annotations)
    - [4.8. Интермеццо: стиль кодирования](https://python-all.ru/3.9/tutorial/controlflow.html#intermezzo-coding-style)
  - [5. Структуры данных](https://python-all.ru/3.9/tutorial/datastructures.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [2.1.1. В Linux](https://python-all.ru/3.9/using/unix.html#on-linux)
      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.9/using/unix.html#on-freebsd-and-openbsd)
      - [2.1.3. В OpenSolaris](https://python-all.ru/3.9/using/unix.html#on-opensolaris)
    - [2.2. Сборка Python](https://python-all.ru/3.9/using/unix.html#building-python)
    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.9/using/unix.html#python-related-paths-and-files)
    - [2.4. Прочее](https://python-all.ru/3.9/using/unix.html#miscellaneous)
  - [3. Использование Python в Windows](https://python-all.ru/3.9/using/windows.html)

    - [3.1. Полный установщик](https://python-all.ru/3.9/using/windows.html#the-full-installer)

      - [3.1.1. Шаги установки](https://python-all.ru/3.9/using/windows.html#installation-steps)
      - [3.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.9/using/windows.html#removing-the-max-path-limitation)
      - [3.1.3. Установка без интерфейса](https://python-all.ru/3.9/using/windows.html#installing-without-ui)
      - [3.1.4. Установка без загрузки](https://python-all.ru/3.9/using/windows.html#installing-without-downloading)
      - [3.1.5. Изменение установки](https://python-all.ru/3.9/using/windows.html#modifying-an-install)
    - [3.2. Пакет Microsoft Store](https://python-all.ru/3.9/using/windows.html#the-microsoft-store-package)

      - [3.2.1. Известные проблемы](https://python-all.ru/3.9/using/windows.html#known-issues)
    - [3.3. Пакеты на nuget.org](https://python-all.ru/3.9/using/windows.html#the-nuget-org-packages)
    - [3.4. Встраиваемый пакет](https://python-all.ru/3.9/using/windows.html#the-embeddable-package)

      - [3.4.1. Приложение Python](https://python-all.ru/3.9/using/windows.html#python-application)
      - [3.4.2. Встраивание Python](https://python-all.ru/3.9/using/windows.html#embedding-python)
    - [3.5. Альтернативные сборки](https://python-all.ru/3.9/using/windows.html#alternative-bundles)
    - [3.6. Настройка Python](https://python-all.ru/3.9/using/windows.html#configuring-python)

      - [3.6.1. Экскурс: установка переменных среды](https://python-all.ru/3.9/using/windows.html#excursus-setting-environment-variables)
      - [3.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.9/using/windows.html#finding-the-python-executable)
    - [3.7. Режим UTF-8](https://python-all.ru/3.9/using/windows.html#utf-8-mode)
    - [3.8. Запускатель Python для Windows](https://python-all.ru/3.9/using/windows.html#python-launcher-for-windows)

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

        - [3.8.1.1. Из командной строки](https://python-all.ru/3.9/using/windows.html#from-the-command-line)
        - [3.8.1.2. Виртуальные окружения](https://python-all.ru/3.9/using/windows.html#virtual-environments)
        - [3.8.1.3. Из скрипта](https://python-all.ru/3.9/using/windows.html#from-a-script)
        - [3.8.1.4. По ассоциации файлов](https://python-all.ru/3.9/using/windows.html#from-file-associations)
      - [3.8.2. Строки shebang](https://python-all.ru/3.9/using/windows.html#shebang-lines)
      - [3.8.3. Аргументы в строках shebang](https://python-all.ru/3.9/using/windows.html#arguments-in-shebang-lines)
      - [3.8.4. Настройка](https://python-all.ru/3.9/using/windows.html#customization)

        - [3.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.9/using/windows.html#customization-via-ini-files)
        - [3.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.9/using/windows.html#customizing-default-python-versions)
      - [3.8.5. Диагностика](https://python-all.ru/3.9/using/windows.html#diagnostics)
    - [3.9. Поиск модулей](https://python-all.ru/3.9/using/windows.html#finding-modules)
    - [3.10. Дополнительные модули](https://python-all.ru/3.9/using/windows.html#additional-modules)

      - [3.10.1. PyWin32](https://python-all.ru/3.9/using/windows.html#pywin32)
      - [3.10.2. cx\_Freeze](https://python-all.ru/3.9/using/windows.html#cx-freeze)
    - [3.11. Компиляция Python в Windows](https://python-all.ru/3.9/using/windows.html#compiling-python-on-windows)
    - [3.12. Другие платформы](https://python-all.ru/3.9/using/windows.html#other-platforms)
  - [4. Использование Python на Mac](https://python-all.ru/3.9/using/mac.html)

    - [4.1. Получение и установка MacPython](https://python-all.ru/3.9/using/mac.html#getting-and-installing-macpython)

      - [4.1.1. Как запустить скрипт Python](https://python-all.ru/3.9/using/mac.html#how-to-run-a-python-script)
      - [4.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.9/using/mac.html#running-scripts-with-a-gui)
      - [4.1.3. Конфигурация](https://python-all.ru/3.9/using/mac.html#configuration)
    - [4.2. IDE](https://python-all.ru/3.9/using/mac.html#the-ide)
    - [4.3. Установка дополнительных пакетов Python](https://python-all.ru/3.9/using/mac.html#installing-additional-python-packages)
    - [4.4. Программирование графического интерфейса на Mac](https://python-all.ru/3.9/using/mac.html#gui-programming-on-the-mac)
    - [4.5. Распространение приложений Python на Mac](https://python-all.ru/3.9/using/mac.html#distributing-python-applications-on-the-mac)
    - [4.6. Прочие ресурсы](https://python-all.ru/3.9/using/mac.html#other-resources)
  - [5. Редакторы и IDE](https://python-all.ru/3.9/using/editors.html)
- [Справочник по языку Python](https://python-all.ru/3.9/reference/index.html)

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

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

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

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

      - [2.3.1. Ключевые слова](https://python-all.ru/3.9/reference/lexical_analysis.html#keywords)
      - [2.3.2. Зарезервированные классы идентификаторов](https://python-all.ru/3.9/reference/lexical_analysis.html#reserved-classes-of-identifiers)
    - [2.4. Литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#literals)

      - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#string-and-bytes-literals)
      - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.9/reference/lexical_analysis.html#string-literal-concatenation)
      - [2.4.3. Форматированные строковые литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#formatted-string-literals)
      - [2.4.4. Числовые литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#numeric-literals)
      - [2.4.5. Целочисленные литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#integer-literals)
      - [2.4.6. Литералы чисел с плавающей точкой](https://python-all.ru/3.9/reference/lexical_analysis.html#floating-point-literals)
      - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.9/reference/lexical_analysis.html#imaginary-literals)
    - [2.5. Операторы](https://python-all.ru/3.9/reference/lexical_analysis.html#operators)
    - [2.6. Разделители](https://python-all.ru/3.9/reference/lexical_analysis.html#delimiters)
  - [3. Модель данных](https://python-all.ru/3.9/reference/datamodel.html)

    - [3.1. Объекты, значения и типы](https://python-all.ru/3.9/reference/datamodel.html#objects-values-and-types)
    - [3.2. Стандартная иерархия типов](https://python-all.ru/3.9/reference/datamodel.html#the-standard-type-hierarchy)
    - [3.3. Имена специальных методов](https://python-all.ru/3.9/reference/datamodel.html#special-method-names)

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

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

          - [3.3.2.4.1. Примечания по использованию *\_\_slots\_\_*](https://python-all.ru/3.9/reference/datamodel.html#notes-on-using-slots)
      - [3.3.3. Настройка создания классов](https://python-all.ru/3.9/reference/datamodel.html#customizing-class-creation)

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

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

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

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

      - [4.2.1. Связывание имён](https://python-all.ru/3.9/reference/executionmodel.html#binding-of-names)
      - [4.2.2. Разрешение имён](https://python-all.ru/3.9/reference/executionmodel.html#resolution-of-names)
      - [4.2.3. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.9/reference/executionmodel.html#builtins-and-restricted-execution)
      - [4.2.4. Взаимодействие с динамическими возможностями](https://python-all.ru/3.9/reference/executionmodel.html#interaction-with-dynamic-features)
    - [4.3. Исключения](https://python-all.ru/3.9/reference/executionmodel.html#exceptions)
  - [5. Система импорта](https://python-all.ru/3.9/reference/import.html)

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

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

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

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

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

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

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

      - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.9/reference/expressions.html#atom-identifiers)
      - [6.2.2. Литералы](https://python-all.ru/3.9/reference/expressions.html#literals)
      - [6.2.3. Выражения в скобках](https://python-all.ru/3.9/reference/expressions.html#parenthesized-forms)
      - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.9/reference/expressions.html#displays-for-lists-sets-and-dictionaries)
      - [6.2.5. Отображения списков](https://python-all.ru/3.9/reference/expressions.html#list-displays)
      - [6.2.6. Отображения множеств](https://python-all.ru/3.9/reference/expressions.html#set-displays)
      - [6.2.7. Отображения словарей](https://python-all.ru/3.9/reference/expressions.html#dictionary-displays)
      - [6.2.8. Генераторные выражения](https://python-all.ru/3.9/reference/expressions.html#generator-expressions)
      - [6.2.9. Выражения yield](https://python-all.ru/3.9/reference/expressions.html#yield-expressions)

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

      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.9/reference/expressions.html#attribute-references)
      - [6.3.2. Подписки](https://python-all.ru/3.9/reference/expressions.html#subscriptions)
      - [6.3.3. Срезы](https://python-all.ru/3.9/reference/expressions.html#slicings)
      - [6.3.4. Вызовы](https://python-all.ru/3.9/reference/expressions.html#calls)
    - [6.4. Выражение await](https://python-all.ru/3.9/reference/expressions.html#await-expression)
    - [6.5. Оператор возведения в степень](https://python-all.ru/3.9/reference/expressions.html#the-power-operator)
    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.9/reference/expressions.html#unary-arithmetic-and-bitwise-operations)
    - [6.7. Бинарные арифметические операции](https://python-all.ru/3.9/reference/expressions.html#binary-arithmetic-operations)
    - [6.8. Операции сдвига](https://python-all.ru/3.9/reference/expressions.html#shifting-operations)
    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.9/reference/expressions.html#binary-bitwise-operations)
    - [6.10. Сравнения](https://python-all.ru/3.9/reference/expressions.html#comparisons)

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

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

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

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

    - [8.1. Инструкция `if`](https://python-all.ru/3.9/reference/compound_stmts.html#the-if-statement)
    - [8.2. Инструкция `while`](https://python-all.ru/3.9/reference/compound_stmts.html#the-while-statement)
    - [8.3. Инструкция `for`](https://python-all.ru/3.9/reference/compound_stmts.html#the-for-statement)
    - [8.4. Инструкция `try`](https://python-all.ru/3.9/reference/compound_stmts.html#the-try-statement)
    - [8.5. Инструкция `with`](https://python-all.ru/3.9/reference/compound_stmts.html#the-with-statement)
    - [8.6. Определения функций](https://python-all.ru/3.9/reference/compound_stmts.html#function-definitions)
    - [8.7. Определения классов](https://python-all.ru/3.9/reference/compound_stmts.html#class-definitions)
    - [8.8. Корутины](https://python-all.ru/3.9/reference/compound_stmts.html#coroutines)

      - [8.8.1. Определение корутинной функции](https://python-all.ru/3.9/reference/compound_stmts.html#coroutine-function-definition)
      - [8.8.2. Оператор `async for`](https://python-all.ru/3.9/reference/compound_stmts.html#the-async-for-statement)
      - [8.8.3. Оператор `async with`](https://python-all.ru/3.9/reference/compound_stmts.html#the-async-with-statement)
  - [9. Компоненты верхнего уровня](https://python-all.ru/3.9/reference/toplevel_components.html)

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

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

    - [Примечания о доступности](https://python-all.ru/3.9/library/intro.html#notes-on-availability)
  - [Встроенные функции](https://python-all.ru/3.9/library/functions.html)
  - [Встроенные константы](https://python-all.ru/3.9/library/constants.html)

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

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

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

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

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

      - [Методы строк](https://python-all.ru/3.9/library/stdtypes.html#string-methods)
      - [Форматирование строк в стиле `printf`](https://python-all.ru/3.9/library/stdtypes.html#printf-style-string-formatting)
    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.9/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [Объекты Completer](https://python-all.ru/3.9/library/rlcompleter.html#completer-objects)
  - [Службы двоичных данных](https://python-all.ru/3.9/library/binary.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [Содержимое модуля](https://python-all.ru/3.9/library/enum.html#module-contents)
      - [Создание Enum](https://python-all.ru/3.9/library/enum.html#creating-an-enum)
      - [Программный доступ к элементам перечисления и их атрибутам](https://python-all.ru/3.9/library/enum.html#programmatic-access-to-enumeration-members-and-their-attributes)
      - [Дублирование элементов и значений перечисления](https://python-all.ru/3.9/library/enum.html#duplicating-enum-members-and-values)
      - [Обеспечение уникальности значений перечисления](https://python-all.ru/3.9/library/enum.html#ensuring-unique-enumeration-values)
      - [Использование автоматических значений](https://python-all.ru/3.9/library/enum.html#using-automatic-values)
      - [Итерация](https://python-all.ru/3.9/library/enum.html#iteration)
      - [Сравнения](https://python-all.ru/3.9/library/enum.html#comparisons)
      - [Допустимые элементы и атрибуты перечислений](https://python-all.ru/3.9/library/enum.html#allowed-members-and-attributes-of-enumerations)
      - [Ограниченное создание подклассов Enum](https://python-all.ru/3.9/library/enum.html#restricted-enum-subclassing)
      - [Сериализация pickle](https://python-all.ru/3.9/library/enum.html#pickling)
      - [Функциональный API](https://python-all.ru/3.9/library/enum.html#functional-api)
      - [Производные перечисления](https://python-all.ru/3.9/library/enum.html#derived-enumerations)

        - [IntEnum](https://python-all.ru/3.9/library/enum.html#intenum)
        - [IntFlag](https://python-all.ru/3.9/library/enum.html#intflag)
        - [Flag](https://python-all.ru/3.9/library/enum.html#flag)
        - [Другие](https://python-all.ru/3.9/library/enum.html#others)
      - [Когда использовать `__new__()` вместо `__init__()`](https://python-all.ru/3.9/library/enum.html#when-to-use-new-vs-init)
      - [Интересные примеры](https://python-all.ru/3.9/library/enum.html#interesting-examples)

        - [Пропуск значений](https://python-all.ru/3.9/library/enum.html#omitting-values)

          - [Использование `auto`](https://python-all.ru/3.9/library/enum.html#using-auto)
          - [Использование `object`](https://python-all.ru/3.9/library/enum.html#using-object)
          - [Использование описательной строки](https://python-all.ru/3.9/library/enum.html#using-a-descriptive-string)
          - [Использование пользовательского `__new__()`](https://python-all.ru/3.9/library/enum.html#using-a-custom-new)
        - [OrderedEnum](https://python-all.ru/3.9/library/enum.html#orderedenum)
        - [DuplicateFreeEnum](https://python-all.ru/3.9/library/enum.html#duplicatefreeenum)
        - [Планета](https://python-all.ru/3.9/library/enum.html#planet)
        - [ВременнойПериод](https://python-all.ru/3.9/library/enum.html#timeperiod)
      - [Чем различаются перечисления?](https://python-all.ru/3.9/library/enum.html#how-are-enums-different)

        - [Классы Enum](https://python-all.ru/3.9/library/enum.html#enum-classes)
        - [Члены Enum (экземпляры)](https://python-all.ru/3.9/library/enum.html#enum-members-aka-instances)
        - [Тонкие моменты](https://python-all.ru/3.9/library/enum.html#finer-points)

          - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.9/library/enum.html#supported-dunder-names)
          - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.9/library/enum.html#supported-sunder-names)
          - [\_Private\_\_names](https://python-all.ru/3.9/library/enum.html#private-names)
          - [Тип элемента `Enum`](https://python-all.ru/3.9/library/enum.html#enum-member-type)
          - [Логическое значение классов и элементов `Enum`](https://python-all.ru/3.9/library/enum.html#boolean-value-of-enum-classes-and-members)
          - [Классы `Enum` с методами](https://python-all.ru/3.9/library/enum.html#enum-classes-with-methods)
          - [Объединение элементов `Flag`](https://python-all.ru/3.9/library/enum.html#combining-members-of-flag)
    - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.9/library/graphlib.html)

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

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

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

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

      - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.9/library/math.html#number-theoretic-and-representation-functions)
      - [Степенные и логарифмические функции](https://python-all.ru/3.9/library/math.html#power-and-logarithmic-functions)
      - [Тригонометрические функции](https://python-all.ru/3.9/library/math.html#trigonometric-functions)
      - [Преобразование угловых величин](https://python-all.ru/3.9/library/math.html#angular-conversion)
      - [Гиперболические функции](https://python-all.ru/3.9/library/math.html#hyperbolic-functions)
      - [Специальные функции](https://python-all.ru/3.9/library/math.html#special-functions)
      - [Константы](https://python-all.ru/3.9/library/math.html#constants)
    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.9/library/cmath.html)

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

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

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

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

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

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

        - [Примеры и рецепты `NormalDist`](https://python-all.ru/3.9/library/statistics.html#normaldist-examples-and-recipes)
  - [Модули функционального программирования](https://python-all.ru/3.9/library/functional.html)

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

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

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

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

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

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

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

        - [Методы](https://python-all.ru/3.9/library/pathlib.html#methods)
      - [Соответствие инструментам модуля `os`](https://python-all.ru/3.9/library/pathlib.html#correspondence-to-tools-in-the-os-module)
    - [`os.path` – Основные операции с путями](https://python-all.ru/3.9/library/os.path.html)
    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.9/library/fileinput.html)
    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.9/library/stat.html)
    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.9/library/filecmp.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [Функции и константы модуля](https://python-all.ru/3.9/library/sqlite3.html#module-functions-and-constants)
      - [Объекты соединений](https://python-all.ru/3.9/library/sqlite3.html#connection-objects)
      - [Объекты Cursor](https://python-all.ru/3.9/library/sqlite3.html#cursor-objects)
      - [Объекты Row](https://python-all.ru/3.9/library/sqlite3.html#row-objects)
      - [Исключения](https://python-all.ru/3.9/library/sqlite3.html#exceptions)
      - [Типы SQLite и Python](https://python-all.ru/3.9/library/sqlite3.html#sqlite-and-python-types)

        - [Введение](https://python-all.ru/3.9/library/sqlite3.html#introduction)
        - [Использование адаптеров для хранения дополнительных типов Python в базах данных SQLite](https://python-all.ru/3.9/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases)

          - [Адаптация объекта самостоятельно](https://python-all.ru/3.9/library/sqlite3.html#letting-your-object-adapt-itself)
          - [Регистрация вызываемого адаптера](https://python-all.ru/3.9/library/sqlite3.html#registering-an-adapter-callable)
        - [Преобразование значений SQLite в пользовательские типы Python](https://python-all.ru/3.9/library/sqlite3.html#converting-sqlite-values-to-custom-python-types)
        - [Адаптеры и преобразователи по умолчанию](https://python-all.ru/3.9/library/sqlite3.html#default-adapters-and-converters)
      - [Управление транзакциями](https://python-all.ru/3.9/library/sqlite3.html#controlling-transactions)
      - [Эффективное использование `sqlite3`](https://python-all.ru/3.9/library/sqlite3.html#using-sqlite3-efficiently)

        - [Использование сокращённых методов](https://python-all.ru/3.9/library/sqlite3.html#using-shortcut-methods)
        - [Доступ к столбцам по имени, а не по индексу](https://python-all.ru/3.9/library/sqlite3.html#accessing-columns-by-name-instead-of-by-index)
        - [Использование соединения в качестве контекстного менеджера](https://python-all.ru/3.9/library/sqlite3.html#using-the-connection-as-a-context-manager)
  - [Сжатие и архивирование данных](https://python-all.ru/3.9/library/archiving.html)

    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.9/library/zlib.html)
    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.9/library/gzip.html)

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

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

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

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

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

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

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

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

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

        - [Параметры командной строки](https://python-all.ru/3.9/library/tarfile.html#command-line-options)
      - [Примеры](https://python-all.ru/3.9/library/tarfile.html#examples)
      - [Поддерживаемые форматы tar](https://python-all.ru/3.9/library/tarfile.html#supported-tar-formats)
      - [Проблемы с Unicode](https://python-all.ru/3.9/library/tarfile.html#unicode-issues)
  - [Форматы файлов](https://python-all.ru/3.9/library/fileformats.html)

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

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

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

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

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

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

      - [Алгоритмы хеширования](https://python-all.ru/3.9/library/hashlib.html#hash-algorithms)
      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.9/library/hashlib.html#shake-variable-length-digests)
      - [Вывод ключей](https://python-all.ru/3.9/library/hashlib.html#key-derivation)
      - [BLAKE2](https://python-all.ru/3.9/library/hashlib.html#blake2)

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

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

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

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

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

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

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

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

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

        - [Текстовый ввод/вывод](https://python-all.ru/3.9/library/io.html#text-i-o)
        - [Двоичный ввод/вывод](https://python-all.ru/3.9/library/io.html#binary-i-o)
        - [Необработанный ввод/вывод](https://python-all.ru/3.9/library/io.html#raw-i-o)
      - [Интерфейс модуля высокого уровня](https://python-all.ru/3.9/library/io.html#high-level-module-interface)
      - [Иерархия классов](https://python-all.ru/3.9/library/io.html#class-hierarchy)

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

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

      - [Функции](https://python-all.ru/3.9/library/time.html#functions)
      - [Константы идентификаторов часов](https://python-all.ru/3.9/library/time.html#clock-id-constants)
      - [Константы часовых поясов](https://python-all.ru/3.9/library/time.html#timezone-constants)
    - [`argparse` – Парсер параметров командной строки, аргументов и подкоманд](https://python-all.ru/3.9/library/argparse.html)

      - [Пример](https://python-all.ru/3.9/library/argparse.html#example)

        - [Создание парсера](https://python-all.ru/3.9/library/argparse.html#creating-a-parser)
        - [Добавление аргументов](https://python-all.ru/3.9/library/argparse.html#adding-arguments)
        - [Разбор аргументов](https://python-all.ru/3.9/library/argparse.html#parsing-arguments)
      - [Объекты ArgumentParser](https://python-all.ru/3.9/library/argparse.html#argumentparser-objects)

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

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

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

        - [Подкоманды](https://python-all.ru/3.9/library/argparse.html#sub-commands)
        - [Объекты FileType](https://python-all.ru/3.9/library/argparse.html#filetype-objects)
        - [Группы аргументов](https://python-all.ru/3.9/library/argparse.html#argument-groups)
        - [Взаимное исключение](https://python-all.ru/3.9/library/argparse.html#mutual-exclusion)
        - [Значения по умолчанию парсера](https://python-all.ru/3.9/library/argparse.html#parser-defaults)
        - [Вывод справки](https://python-all.ru/3.9/library/argparse.html#printing-help)
        - [Частичный разбор](https://python-all.ru/3.9/library/argparse.html#partial-parsing)
        - [Настройка разбора файлов](https://python-all.ru/3.9/library/argparse.html#customizing-file-parsing)
        - [Методы завершения](https://python-all.ru/3.9/library/argparse.html#exiting-methods)
        - [Смешанный разбор](https://python-all.ru/3.9/library/argparse.html#intermixed-parsing)
      - [Обновление кода optparse](https://python-all.ru/3.9/library/argparse.html#upgrading-optparse-code)
    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.9/library/getopt.html)
    - [`logging` – Средство журналирования для Python](https://python-all.ru/3.9/library/logging.html)

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

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

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

      - [StreamHandler](https://python-all.ru/3.9/library/logging.handlers.html#streamhandler)
      - [FileHandler](https://python-all.ru/3.9/library/logging.handlers.html#filehandler)
      - [NullHandler](https://python-all.ru/3.9/library/logging.handlers.html#nullhandler)
      - [WatchedFileHandler](https://python-all.ru/3.9/library/logging.handlers.html#watchedfilehandler)
      - [BaseRotatingHandler](https://python-all.ru/3.9/library/logging.handlers.html#baserotatinghandler)
      - [RotatingFileHandler](https://python-all.ru/3.9/library/logging.handlers.html#rotatingfilehandler)
      - [TimedRotatingFileHandler](https://python-all.ru/3.9/library/logging.handlers.html#timedrotatingfilehandler)
      - [Обработчик сокетов](https://python-all.ru/3.9/library/logging.handlers.html#sockethandler)
      - [Обработчик датаграмм](https://python-all.ru/3.9/library/logging.handlers.html#datagramhandler)
      - [Обработчик системного журнала](https://python-all.ru/3.9/library/logging.handlers.html#sysloghandler)
      - [Обработчик журнала событий NT](https://python-all.ru/3.9/library/logging.handlers.html#nteventloghandler)
      - [SMTP-обработчик](https://python-all.ru/3.9/library/logging.handlers.html#smtphandler)
      - [Обработчик памяти](https://python-all.ru/3.9/library/logging.handlers.html#memoryhandler)
      - [HTTP-обработчик](https://python-all.ru/3.9/library/logging.handlers.html#httphandler)
      - [Обработчик очереди](https://python-all.ru/3.9/library/logging.handlers.html#queuehandler)
      - [Прослушиватель очереди](https://python-all.ru/3.9/library/logging.handlers.html#queuelistener)
    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.9/library/getpass.html)
    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.9/library/curses.html)

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

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

      - [Функции](https://python-all.ru/3.9/library/curses.panel.html#functions)
      - [Объекты панелей](https://python-all.ru/3.9/library/curses.panel.html#panel-objects)
    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.9/library/platform.html)

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

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

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

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

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

      - [Потоковые локальные данные](https://python-all.ru/3.9/library/threading.html#thread-local-data)
      - [Объекты потоков](https://python-all.ru/3.9/library/threading.html#thread-objects)
      - [Объекты блокировок](https://python-all.ru/3.9/library/threading.html#lock-objects)
      - [Объекты RLock](https://python-all.ru/3.9/library/threading.html#rlock-objects)
      - [Объекты условий](https://python-all.ru/3.9/library/threading.html#condition-objects)
      - [Объекты семафоров](https://python-all.ru/3.9/library/threading.html#semaphore-objects)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.9/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)
    - [`sched` – планировщик событий](https://python-all.ru/3.9/library/sched.html)

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

      - [Объекты очередей](https://python-all.ru/3.9/library/queue.html#queue-objects)
      - [Объекты SimpleQueue](https://python-all.ru/3.9/library/queue.html#simplequeue-objects)
    - [`contextvars` – контекстные переменные](https://python-all.ru/3.9/library/contextvars.html)

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

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

      - [Корутины и задачи](https://python-all.ru/3.9/library/asyncio-task.html)

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

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

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

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

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

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

        - [Очередь](https://python-all.ru/3.9/library/asyncio-queue.html#queue)
        - [Очередь с приоритетом](https://python-all.ru/3.9/library/asyncio-queue.html#priority-queue)
        - [Очередь LIFO](https://python-all.ru/3.9/library/asyncio-queue.html#lifo-queue)
        - [Исключения](https://python-all.ru/3.9/library/asyncio-queue.html#exceptions)
        - [Примеры](https://python-all.ru/3.9/library/asyncio-queue.html#examples)
      - [Исключения](https://python-all.ru/3.9/library/asyncio-exceptions.html)
      - [Цикл событий](https://python-all.ru/3.9/library/asyncio-eventloop.html)

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

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

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

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

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

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

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

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

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

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

          - [Поддержка подпроцессов в Windows](https://python-all.ru/3.9/library/asyncio-platforms.html#subprocess-support-on-windows)
        - [macOS](https://python-all.ru/3.9/library/asyncio-platforms.html#macos)
      - [Индекс API высокого уровня](https://python-all.ru/3.9/library/asyncio-api-index.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [Объекты MimeTypes](https://python-all.ru/3.9/library/mimetypes.html#mimetypes-objects)
    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.9/library/base64.html)
    - [`binhex` – Кодирование и декодирование файлов binhex4](https://python-all.ru/3.9/library/binhex.html)

      - [Примечания](https://python-all.ru/3.9/library/binhex.html#notes)
    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.9/library/binascii.html)
    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.9/library/quopri.html)
  - [Инструменты обработки структурированной разметки](https://python-all.ru/3.9/library/markup.html)

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

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

      - [Уязвимости XML](https://python-all.ru/3.9/library/xml.html#xml-vulnerabilities)
      - [Пакет `defusedxml`](https://python-all.ru/3.9/library/xml.html#the-defusedxml-package)
    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.9/library/xml.etree.elementtree.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [Объекты управления браузером](https://python-all.ru/3.9/library/webbrowser.html#browser-controller-objects)
    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.9/library/wsgiref.html)

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

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

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

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

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

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

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

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

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

      - [Пример](https://python-all.ru/3.9/library/uuid.html#example)
    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.9/library/socketserver.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - [`turtle` – Черепашья графика](https://python-all.ru/3.9/library/turtle.html)

      - [Введение](https://python-all.ru/3.9/library/turtle.html#introduction)
      - [Обзор доступных методов Turtle и Screen](https://python-all.ru/3.9/library/turtle.html#overview-of-available-turtle-and-screen-methods)

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

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

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

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

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

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

      - [Объекты Cmd](https://python-all.ru/3.9/library/cmd.html#cmd-objects)
      - [Пример Cmd](https://python-all.ru/3.9/library/cmd.html#cmd-example)
    - [`shlex` – Простой лексический анализ](https://python-all.ru/3.9/library/shlex.html)

      - [Объекты shlex](https://python-all.ru/3.9/library/shlex.html#shlex-objects)
      - [Правила разбора](https://python-all.ru/3.9/library/shlex.html#parsing-rules)
      - [Улучшенная совместимость с оболочками](https://python-all.ru/3.9/library/shlex.html#improved-compatibility-with-shells)
  - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.9/library/tk.html)

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

      - [Модули Tkinter](https://python-all.ru/3.9/library/tkinter.html#tkinter-modules)
      - [Основы Tkinter](https://python-all.ru/3.9/library/tkinter.html#tkinter-life-preserver)

        - [Как использовать этот раздел](https://python-all.ru/3.9/library/tkinter.html#how-to-use-this-section)
        - [Простая программа Hello World](https://python-all.ru/3.9/library/tkinter.html#a-simple-hello-world-program)
      - [Беглый (очень) взгляд на Tcl/Tk](https://python-all.ru/3.9/library/tkinter.html#a-very-quick-look-at-tcl-tk)
      - [Сопоставление базовых Tk с Tkinter](https://python-all.ru/3.9/library/tkinter.html#mapping-basic-tk-into-tkinter)
      - [Как связаны Tk и Tkinter](https://python-all.ru/3.9/library/tkinter.html#how-tk-and-tkinter-are-related)
      - [Удобный справочник](https://python-all.ru/3.9/library/tkinter.html#handy-reference)

        - [Настройка параметров](https://python-all.ru/3.9/library/tkinter.html#setting-options)
        - [Packer](https://python-all.ru/3.9/library/tkinter.html#the-packer)
        - [Параметры Packer](https://python-all.ru/3.9/library/tkinter.html#packer-options)
        - [Связывание переменных виджетов](https://python-all.ru/3.9/library/tkinter.html#coupling-widget-variables)
        - [Менеджер окон](https://python-all.ru/3.9/library/tkinter.html#the-window-manager)
        - [Типы данных опций Tk](https://python-all.ru/3.9/library/tkinter.html#tk-option-data-types)
        - [Привязки и события](https://python-all.ru/3.9/library/tkinter.html#bindings-and-events)
        - [Параметр index](https://python-all.ru/3.9/library/tkinter.html#the-index-parameter)
        - [Изображения](https://python-all.ru/3.9/library/tkinter.html#images)
      - [Обработчики файлов](https://python-all.ru/3.9/library/tkinter.html#file-handlers)
    - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.9/library/tkinter.colorchooser.html)
    - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.9/library/tkinter.font.html)
    - [Диалоги Tkinter](https://python-all.ru/3.9/library/dialog.html)

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

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

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

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

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

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

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

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

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

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

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

        - [Макеты](https://python-all.ru/3.9/library/tkinter.ttk.html#layouts)
    - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.9/library/tkinter.tix.html)

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

        - [Базовые виджеты](https://python-all.ru/3.9/library/tkinter.tix.html#basic-widgets)
        - [Выбор файлов](https://python-all.ru/3.9/library/tkinter.tix.html#file-selectors)
        - [Иерархический ListBox](https://python-all.ru/3.9/library/tkinter.tix.html#hierarchical-listbox)
        - [Табличный ListBox](https://python-all.ru/3.9/library/tkinter.tix.html#tabular-listbox)
        - [Менеджеры виджетов](https://python-all.ru/3.9/library/tkinter.tix.html#manager-widgets)
        - [Типы изображений](https://python-all.ru/3.9/library/tkinter.tix.html#image-types)
        - [Прочие виджеты](https://python-all.ru/3.9/library/tkinter.tix.html#miscellaneous-widgets)
        - [Менеджер геометрии Form](https://python-all.ru/3.9/library/tkinter.tix.html#form-geometry-manager)
      - [Команды Tix](https://python-all.ru/3.9/library/tkinter.tix.html#tix-commands)
    - [IDLE](https://python-all.ru/3.9/library/idle.html)

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

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

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

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

        - [Источники справки](https://python-all.ru/3.9/library/idle.html#help-sources)
        - [Настройка параметров](https://python-all.ru/3.9/library/idle.html#setting-preferences)
        - [IDLE в macOS](https://python-all.ru/3.9/library/idle.html#idle-on-macos)
        - [Расширения](https://python-all.ru/3.9/library/idle.html#extensions)
  - [Инструменты разработки](https://python-all.ru/3.9/library/development.html)

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

      - [Соответствующие PEPs](https://python-all.ru/3.9/library/typing.html#relevant-peps)
      - [Псевдонимы типов](https://python-all.ru/3.9/library/typing.html#type-aliases)
      - [NewType](https://python-all.ru/3.9/library/typing.html#newtype)
      - [Callable](https://python-all.ru/3.9/library/typing.html#callable)
      - [Обобщённые типы](https://python-all.ru/3.9/library/typing.html#generics)
      - [Пользовательские обобщённые типы](https://python-all.ru/3.9/library/typing.html#user-defined-generic-types)
      - [Тип `Any`](https://python-all.ru/3.9/library/typing.html#the-any-type)
      - [Номинальное и структурное подтипирование](https://python-all.ru/3.9/library/typing.html#nominal-vs-structural-subtyping)
      - [Содержание модуля](https://python-all.ru/3.9/library/typing.html#module-contents)

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

          - [Специальные типы](https://python-all.ru/3.9/library/typing.html#special-types)
          - [Специальные формы](https://python-all.ru/3.9/library/typing.html#special-forms)
          - [Построение обобщённых типов](https://python-all.ru/3.9/library/typing.html#building-generic-types)
          - [Другие специальные директивы](https://python-all.ru/3.9/library/typing.html#other-special-directives)
        - [Конкретные обобщённые коллекции](https://python-all.ru/3.9/library/typing.html#generic-concrete-collections)

          - [Соответствующие встроенным типам](https://python-all.ru/3.9/library/typing.html#corresponding-to-built-in-types)
          - [Соответствующие типам из `collections`](https://python-all.ru/3.9/library/typing.html#corresponding-to-types-in-collections)
          - [Другие конкретные типы](https://python-all.ru/3.9/library/typing.html#other-concrete-types)
        - [Абстрактные базовые классы](https://python-all.ru/3.9/library/typing.html#abstract-base-classes)

          - [Соответствующие коллекциям из `collections.abc`](https://python-all.ru/3.9/library/typing.html#corresponding-to-collections-in-collections-abc)
          - [Соответствующие другим типам из `collections.abc`](https://python-all.ru/3.9/library/typing.html#corresponding-to-other-types-in-collections-abc)
          - [Асинхронное программирование](https://python-all.ru/3.9/library/typing.html#asynchronous-programming)
          - [Типы менеджеров контекста](https://python-all.ru/3.9/library/typing.html#context-manager-types)
        - [Протоколы](https://python-all.ru/3.9/library/typing.html#protocols)
        - [Функции и декораторы](https://python-all.ru/3.9/library/typing.html#functions-and-decorators)
        - [Вспомогательные функции интроспекции](https://python-all.ru/3.9/library/typing.html#introspection-helpers)
        - [Константа](https://python-all.ru/3.9/library/typing.html#constant)
    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.9/library/pydoc.html)
    - [Режим разработки Python](https://python-all.ru/3.9/library/devmode.html)
    - [Эффекты режима разработки Python](https://python-all.ru/3.9/library/devmode.html#effects-of-the-python-development-mode)
    - [Пример ResourceWarning](https://python-all.ru/3.9/library/devmode.html#resourcewarning-example)
    - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.9/library/devmode.html#bad-file-descriptor-error-example)
    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.9/library/doctest.html)

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

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

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

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

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

        - [Тестовые случаи](https://python-all.ru/3.9/library/unittest.html#test-cases)

          - [Устаревшие псевдонимы](https://python-all.ru/3.9/library/unittest.html#deprecated-aliases)
        - [Группировка тестов](https://python-all.ru/3.9/library/unittest.html#grouping-tests)
        - [Загрузка и запуск тестов](https://python-all.ru/3.9/library/unittest.html#loading-and-running-tests)

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

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

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

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

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

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

        - [sentinel](https://python-all.ru/3.9/library/unittest.mock.html#sentinel)
        - [DEFAULT](https://python-all.ru/3.9/library/unittest.mock.html#default)
        - [вызов](https://python-all.ru/3.9/library/unittest.mock.html#call)
        - [create\_autospec](https://python-all.ru/3.9/library/unittest.mock.html#create-autospec)
        - [ANY](https://python-all.ru/3.9/library/unittest.mock.html#any)
        - [FILTER\_DIR](https://python-all.ru/3.9/library/unittest.mock.html#filter-dir)
        - [mock\_open](https://python-all.ru/3.9/library/unittest.mock.html#mock-open)
        - [Автоспецификация](https://python-all.ru/3.9/library/unittest.mock.html#autospeccing)
        - [Запечатывание моков](https://python-all.ru/3.9/library/unittest.mock.html#sealing-mocks)
    - [`unittest.mock` – начало работы](https://python-all.ru/3.9/library/unittest.mock-examples.html)

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

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

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

      - [Использование 2to3](https://python-all.ru/3.9/library/2to3.html#using-2to3)
      - [Фиксы](https://python-all.ru/3.9/library/2to3.html#fixers)
      - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.9/library/2to3.html#module-lib2to3)
    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.9/library/test.html)

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

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

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

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

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

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

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

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

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

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

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

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

    - [`distutils` – Сборка и установка модулей Python](https://python-all.ru/3.9/library/distutils.html)
    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.9/library/ensurepip.html)

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

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

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

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

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

      - [Переменные конфигурации](https://python-all.ru/3.9/library/sysconfig.html#configuration-variables)
      - [Пути установки](https://python-all.ru/3.9/library/sysconfig.html#installation-paths)
      - [Другие функции](https://python-all.ru/3.9/library/sysconfig.html#other-functions)
      - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.9/library/sysconfig.html#using-sysconfig-as-a-script)
    - [`builtins` – Встроенные объекты](https://python-all.ru/3.9/library/builtins.html)
    - [`__main__` – среда сценария верхнего уровня](https://python-all.ru/3.9/library/__main__.html)
    - [`warnings` – Управление предупреждениями](https://python-all.ru/3.9/library/warnings.html)

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

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

      - [Декораторы, классы и функции уровня модуля](https://python-all.ru/3.9/library/dataclasses.html#module-level-decorators-classes-and-functions)
      - [Обработка после инициализации](https://python-all.ru/3.9/library/dataclasses.html#post-init-processing)
      - [Переменные класса](https://python-all.ru/3.9/library/dataclasses.html#class-variables)
      - [Переменные только для инициализации](https://python-all.ru/3.9/library/dataclasses.html#init-only-variables)
      - [Неизменяемые экземпляры](https://python-all.ru/3.9/library/dataclasses.html#frozen-instances)
      - [Наследование](https://python-all.ru/3.9/library/dataclasses.html#inheritance)
      - [Функции-фабрики по умолчанию](https://python-all.ru/3.9/library/dataclasses.html#default-factory-functions)
      - [Изменяемые значения по умолчанию](https://python-all.ru/3.9/library/dataclasses.html#mutable-default-values)
      - [Исключения](https://python-all.ru/3.9/library/dataclasses.html#exceptions)
    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.9/library/contextlib.html)

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

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

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

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

      - [Объекты `TracebackException`](https://python-all.ru/3.9/library/traceback.html#tracebackexception-objects)
      - [Объекты `StackSummary`](https://python-all.ru/3.9/library/traceback.html#stacksummary-objects)
      - [Объекты `FrameSummary`](https://python-all.ru/3.9/library/traceback.html#framesummary-objects)
      - [Примеры Traceback](https://python-all.ru/3.9/library/traceback.html#traceback-examples)
    - [`__future__` – Определения операторов future](https://python-all.ru/3.9/library/__future__.html)
    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.9/library/gc.html)
    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.9/library/inspect.html)

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

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

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

      - [Объекты интерактивного интерпретатора](https://python-all.ru/3.9/library/code.html#interactive-interpreter-objects)
      - [Объекты интерактивной консоли](https://python-all.ru/3.9/library/code.html#interactive-console-objects)
    - [`codeop` – Компиляция кода Python](https://python-all.ru/3.9/library/codeop.html)
  - [Импорт модулей](https://python-all.ru/3.9/library/modules.html)

    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.9/library/zipimport.html)

      - [Объекты zipimporter](https://python-all.ru/3.9/library/zipimport.html#zipimporter-objects)
      - [Примеры](https://python-all.ru/3.9/library/zipimport.html#examples)
    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.9/library/pkgutil.html)
    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.9/library/modulefinder.html)

      - [Пример использования `ModuleFinder`](https://python-all.ru/3.9/library/modulefinder.html#example-usage-of-modulefinder)
    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.9/library/runpy.html)
    - [`importlib` – Реализация `import`](https://python-all.ru/3.9/library/importlib.html)

      - [Введение](https://python-all.ru/3.9/library/importlib.html#introduction)
      - [Функции](https://python-all.ru/3.9/library/importlib.html#functions)
      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.9/library/importlib.html#module-importlib.abc)
      - [`importlib.resources` – Ресурсы](https://python-all.ru/3.9/library/importlib.html#module-importlib.resources)
      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.9/library/importlib.html#module-importlib.machinery)
      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.9/library/importlib.html#module-importlib.util)
      - [Примеры](https://python-all.ru/3.9/library/importlib.html#examples)

        - [Программный импорт](https://python-all.ru/3.9/library/importlib.html#importing-programmatically)
        - [Проверка возможности импорта модуля](https://python-all.ru/3.9/library/importlib.html#checking-if-a-module-can-be-imported)
        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.9/library/importlib.html#importing-a-source-file-directly)
        - [Настройка импортёра](https://python-all.ru/3.9/library/importlib.html#setting-up-an-importer)
        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.9/library/importlib.html#approximating-importlib-import-module)
    - [Использование `importlib.metadata`](https://python-all.ru/3.9/library/importlib.metadata.html)

      - [Обзор](https://python-all.ru/3.9/library/importlib.metadata.html#overview)
      - [Функциональный API](https://python-all.ru/3.9/library/importlib.metadata.html#functional-api)

        - [Точки входа](https://python-all.ru/3.9/library/importlib.metadata.html#entry-points)
        - [Метаданные дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-metadata)
        - [Версии дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-versions)
        - [Файлы дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-files)
        - [Зависимости дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-requirements)
      - [Дистрибутивы](https://python-all.ru/3.9/library/importlib.metadata.html#distributions)
      - [Расширение алгоритма поиска](https://python-all.ru/3.9/library/importlib.metadata.html#extending-the-search-algorithm)
  - [Службы языка Python](https://python-all.ru/3.9/library/language.html)

    - [`parser` – Доступ к деревьям разбора Python](https://python-all.ru/3.9/library/parser.html)

      - [Создание ST-объектов](https://python-all.ru/3.9/library/parser.html#creating-st-objects)
      - [Преобразование ST-объектов](https://python-all.ru/3.9/library/parser.html#converting-st-objects)
      - [Запросы к ST-объектам](https://python-all.ru/3.9/library/parser.html#queries-on-st-objects)
      - [Исключения и обработка ошибок](https://python-all.ru/3.9/library/parser.html#exceptions-and-error-handling)
      - [ST-объекты](https://python-all.ru/3.9/library/parser.html#st-objects)
      - [Пример: эмуляция `compile()`](https://python-all.ru/3.9/library/parser.html#example-emulation-of-compile)
    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.9/library/ast.html)

      - [Абстрактная грамматика](https://python-all.ru/3.9/library/ast.html#abstract-grammar)
      - [Классы узлов](https://python-all.ru/3.9/library/ast.html#node-classes)

        - [Литералы](https://python-all.ru/3.9/library/ast.html#literals)
        - [Переменные](https://python-all.ru/3.9/library/ast.html#variables)
        - [Выражения](https://python-all.ru/3.9/library/ast.html#expressions)

          - [Индексация](https://python-all.ru/3.9/library/ast.html#subscripting)
          - [Генераторы коллекций](https://python-all.ru/3.9/library/ast.html#comprehensions)
        - [Инструкции](https://python-all.ru/3.9/library/ast.html#statements)

          - [Импорты](https://python-all.ru/3.9/library/ast.html#imports)
        - [Управляющие конструкции](https://python-all.ru/3.9/library/ast.html#control-flow)
        - [Определения функций и классов](https://python-all.ru/3.9/library/ast.html#function-and-class-definitions)
        - [Async и await](https://python-all.ru/3.9/library/ast.html#async-and-await)
      - [`ast` Вспомогательные функции](https://python-all.ru/3.9/library/ast.html#ast-helpers)
      - [Флаги компилятора](https://python-all.ru/3.9/library/ast.html#compiler-flags)
      - [Использование командной строки](https://python-all.ru/3.9/library/ast.html#command-line-usage)
    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.9/library/symtable.html)

      - [Генерация таблиц символов](https://python-all.ru/3.9/library/symtable.html#generating-symbol-tables)
      - [Изучение таблиц символов](https://python-all.ru/3.9/library/symtable.html#examining-symbol-tables)
    - [`symbol` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.9/library/symbol.html)
    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.9/library/token.html)
    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.9/library/keyword.html)
    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.9/library/tokenize.html)

      - [Токенизация входных данных](https://python-all.ru/3.9/library/tokenize.html#tokenizing-input)
      - [Использование командной строки](https://python-all.ru/3.9/library/tokenize.html#command-line-usage)
      - [Примеры](https://python-all.ru/3.9/library/tokenize.html#examples)
    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.9/library/tabnanny.html)
    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.9/library/pyclbr.html)

      - [Объекты функций](https://python-all.ru/3.9/library/pyclbr.html#function-objects)
      - [Объекты классов](https://python-all.ru/3.9/library/pyclbr.html#class-objects)
    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.9/library/py_compile.html)
    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.9/library/compileall.html)

      - [Использование командной строки](https://python-all.ru/3.9/library/compileall.html#command-line-use)
      - [Публичные функции](https://python-all.ru/3.9/library/compileall.html#public-functions)
    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.9/library/dis.html)

      - [Анализ байт-кода](https://python-all.ru/3.9/library/dis.html#bytecode-analysis)
      - [Функции анализа](https://python-all.ru/3.9/library/dis.html#analysis-functions)
      - [Инструкции байт-кода Python](https://python-all.ru/3.9/library/dis.html#python-bytecode-instructions)
      - [Коллекции кодов операций](https://python-all.ru/3.9/library/dis.html#opcode-collections)
    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.9/library/pickletools.html)

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

        - [Параметры командной строки](https://python-all.ru/3.9/library/pickletools.html#command-line-options)
      - [Программный интерфейс](https://python-all.ru/3.9/library/pickletools.html#programmatic-interface)
  - [Прочие службы](https://python-all.ru/3.9/library/misc.html)

    - [`formatter` – Общее форматирование вывода](https://python-all.ru/3.9/library/formatter.html)

      - [Интерфейс Formatter](https://python-all.ru/3.9/library/formatter.html#the-formatter-interface)
      - [Реализации Formatter](https://python-all.ru/3.9/library/formatter.html#formatter-implementations)
      - [Интерфейс Writer](https://python-all.ru/3.9/library/formatter.html#the-writer-interface)
      - [Реализации Writer](https://python-all.ru/3.9/library/formatter.html#writer-implementations)
  - [Службы, специфичные для MS Windows](https://python-all.ru/3.9/library/windows.html)

    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.9/library/msvcrt.html)

      - [Операции с файлами](https://python-all.ru/3.9/library/msvcrt.html#file-operations)
      - [Консольный ввод/вывод](https://python-all.ru/3.9/library/msvcrt.html#console-i-o)
      - [Прочие функции](https://python-all.ru/3.9/library/msvcrt.html#other-functions)
    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.9/library/winreg.html)

      - [Функции](https://python-all.ru/3.9/library/winreg.html#functions)
      - [Константы](https://python-all.ru/3.9/library/winreg.html#constants)

        - [Константы HKEY\_\*](https://python-all.ru/3.9/library/winreg.html#hkey-constants)
        - [Права доступа](https://python-all.ru/3.9/library/winreg.html#access-rights)

          - [Специфика 64-бит](https://python-all.ru/3.9/library/winreg.html#bit-specific)
        - [Типы значений](https://python-all.ru/3.9/library/winreg.html#value-types)
      - [Объекты дескрипторов реестра](https://python-all.ru/3.9/library/winreg.html#registry-handle-objects)
    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.9/library/winsound.html)
  - [Специфические для Unix службы](https://python-all.ru/3.9/library/unix.html)

    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.9/library/posix.html)

      - [Поддержка больших файлов](https://python-all.ru/3.9/library/posix.html#large-file-support)
      - [Примечательное содержимое модуля](https://python-all.ru/3.9/library/posix.html#notable-module-contents)
    - [`pwd` – База данных паролей](https://python-all.ru/3.9/library/pwd.html)
    - [`grp` – База данных групп](https://python-all.ru/3.9/library/grp.html)
    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.9/library/termios.html)

      - [Пример](https://python-all.ru/3.9/library/termios.html#example)
    - [`tty` – Функции управления терминалом](https://python-all.ru/3.9/library/tty.html)
    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.9/library/pty.html)

      - [Пример](https://python-all.ru/3.9/library/pty.html#example)
    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.9/library/fcntl.html)
    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.9/library/resource.html)

      - [Ограничения ресурсов](https://python-all.ru/3.9/library/resource.html#resource-limits)
      - [Использование ресурсов](https://python-all.ru/3.9/library/resource.html#resource-usage)
    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.9/library/syslog.html)

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

        - [Простой пример](https://python-all.ru/3.9/library/syslog.html#simple-example)
  - [Заменённые модули](https://python-all.ru/3.9/library/superseded.html)

    - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.9/library/aifc.html)
    - [`asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.9/library/asynchat.html)

      - [Пример asynchat](https://python-all.ru/3.9/library/asynchat.html#asynchat-example)
    - [`asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.9/library/asyncore.html)

      - [Пример asyncore: простой HTTP-клиент](https://python-all.ru/3.9/library/asyncore.html#asyncore-example-basic-http-client)
      - [Пример asyncore: простой эхо-сервер](https://python-all.ru/3.9/library/asyncore.html#asyncore-example-basic-echo-server)
    - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.9/library/audioop.html)
    - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.9/library/cgi.html)

      - [Введение](https://python-all.ru/3.9/library/cgi.html#introduction)
      - [Использование модуля cgi](https://python-all.ru/3.9/library/cgi.html#using-the-cgi-module)
      - [Интерфейс высокого уровня](https://python-all.ru/3.9/library/cgi.html#higher-level-interface)
      - [Функции](https://python-all.ru/3.9/library/cgi.html#functions)
      - [Вопросы безопасности](https://python-all.ru/3.9/library/cgi.html#caring-about-security)
      - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.9/library/cgi.html#installing-your-cgi-script-on-a-unix-system)
      - [Тестирование CGI-скрипта](https://python-all.ru/3.9/library/cgi.html#testing-your-cgi-script)
      - [Отладка CGI-скриптов](https://python-all.ru/3.9/library/cgi.html#debugging-cgi-scripts)
      - [Типичные проблемы и решения](https://python-all.ru/3.9/library/cgi.html#common-problems-and-solutions)
    - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.9/library/cgitb.html)
    - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.9/library/chunk.html)
    - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.9/library/crypt.html)

      - [Методы хеширования](https://python-all.ru/3.9/library/crypt.html#hashing-methods)
      - [Атрибуты модуля](https://python-all.ru/3.9/library/crypt.html#module-attributes)
      - [Функции модуля](https://python-all.ru/3.9/library/crypt.html#module-functions)
      - [Примеры](https://python-all.ru/3.9/library/crypt.html#examples)
    - [`imghdr` – определение типа изображения](https://python-all.ru/3.9/library/imghdr.html)
    - [`imp` – Доступ к внутреннему устройству import](https://python-all.ru/3.9/library/imp.html)

      - [Примеры](https://python-all.ru/3.9/library/imp.html#examples)
    - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.9/library/mailcap.html)
    - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.9/library/msilib.html)

      - [Объекты базы данных](https://python-all.ru/3.9/library/msilib.html#database-objects)
      - [Объекты представления](https://python-all.ru/3.9/library/msilib.html#view-objects)
      - [Объекты сводной информации](https://python-all.ru/3.9/library/msilib.html#summary-information-objects)
      - [Объекты записей](https://python-all.ru/3.9/library/msilib.html#record-objects)
      - [Ошибки](https://python-all.ru/3.9/library/msilib.html#errors)
      - [Объекты CAB](https://python-all.ru/3.9/library/msilib.html#cab-objects)
      - [Объекты каталогов](https://python-all.ru/3.9/library/msilib.html#directory-objects)
      - [Возможности](https://python-all.ru/3.9/library/msilib.html#features)
      - [Классы графического интерфейса](https://python-all.ru/3.9/library/msilib.html#gui-classes)
      - [Предварительно вычисленные таблицы](https://python-all.ru/3.9/library/msilib.html#precomputed-tables)
    - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.9/library/nis.html)
    - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.9/library/nntplib.html)

      - [Объекты NNTP](https://python-all.ru/3.9/library/nntplib.html#nntp-objects)

        - [Атрибуты](https://python-all.ru/3.9/library/nntplib.html#attributes)
        - [Методы](https://python-all.ru/3.9/library/nntplib.html#methods)
      - [Вспомогательные функции](https://python-all.ru/3.9/library/nntplib.html#utility-functions)
    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.9/library/optparse.html)

      - [Фон](https://python-all.ru/3.9/library/optparse.html#background)

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

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

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

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

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

        - [Добавление новых типов](https://python-all.ru/3.9/library/optparse.html#adding-new-types)
        - [Добавление новых действий](https://python-all.ru/3.9/library/optparse.html#adding-new-actions)
    - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.9/library/ossaudiodev.html)

      - [Объекты аудиоустройства](https://python-all.ru/3.9/library/ossaudiodev.html#audio-device-objects)
      - [Объекты микшера](https://python-all.ru/3.9/library/ossaudiodev.html#mixer-device-objects)
    - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.9/library/pipes.html)

      - [Объекты шаблонов](https://python-all.ru/3.9/library/pipes.html#template-objects)
    - [`smtpd` – SMTP-сервер](https://python-all.ru/3.9/library/smtpd.html)

      - [Объекты SMTPServer](https://python-all.ru/3.9/library/smtpd.html#smtpserver-objects)
      - [Объекты DebuggingServer](https://python-all.ru/3.9/library/smtpd.html#debuggingserver-objects)
      - [Объекты PureProxy](https://python-all.ru/3.9/library/smtpd.html#pureproxy-objects)
      - [Объекты MailmanProxy](https://python-all.ru/3.9/library/smtpd.html#mailmanproxy-objects)
      - [Объекты SMTPChannel](https://python-all.ru/3.9/library/smtpd.html#smtpchannel-objects)
    - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.9/library/sndhdr.html)
    - [`spwd` – База данных теневых паролей](https://python-all.ru/3.9/library/spwd.html)
    - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.9/library/sunau.html)

      - [Объекты AU\_read](https://python-all.ru/3.9/library/sunau.html#au-read-objects)
      - [Объекты AU\_write](https://python-all.ru/3.9/library/sunau.html#au-write-objects)
    - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.9/library/telnetlib.html)

      - [Объекты Telnet](https://python-all.ru/3.9/library/telnetlib.html#telnet-objects)
      - [Пример Telnet](https://python-all.ru/3.9/library/telnetlib.html#telnet-example)
    - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.9/library/uu.html)
    - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.9/library/xdrlib.html)

      - [Объекты упаковщика](https://python-all.ru/3.9/library/xdrlib.html#packer-objects)
      - [Объекты распаковщика](https://python-all.ru/3.9/library/xdrlib.html#unpacker-objects)
      - [Исключения](https://python-all.ru/3.9/library/xdrlib.html#exceptions)
  - [Вопросы безопасности](https://python-all.ru/3.9/library/security_warnings.html)
- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.9/extending/index.html)

  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.9/extending/index.html#recommended-third-party-tools)
  - [Создание расширений без сторонних инструментов](https://python-all.ru/3.9/extending/index.html#creating-extensions-without-third-party-tools)

    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.9/extending/extending.html)

      - [1.1. Простой пример](https://python-all.ru/3.9/extending/extending.html#a-simple-example)
      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.9/extending/extending.html#intermezzo-errors-and-exceptions)
      - [1.3. Возвращение к примеру](https://python-all.ru/3.9/extending/extending.html#back-to-the-example)
      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.9/extending/extending.html#the-module-s-method-table-and-initialization-function)
      - [1.5. Компиляция и компоновка](https://python-all.ru/3.9/extending/extending.html#compilation-and-linkage)
      - [1.6. Вызов функций Python из C](https://python-all.ru/3.9/extending/extending.html#calling-python-functions-from-c)
      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.9/extending/extending.html#extracting-parameters-in-extension-functions)
      - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.9/extending/extending.html#keyword-parameters-for-extension-functions)
      - [1.9. Построение произвольных значений](https://python-all.ru/3.9/extending/extending.html#building-arbitrary-values)
      - [1.10. Счетчики ссылок](https://python-all.ru/3.9/extending/extending.html#reference-counts)

        - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.9/extending/extending.html#reference-counting-in-python)
        - [1.10.2. Правила владения](https://python-all.ru/3.9/extending/extending.html#ownership-rules)
        - [1.10.3. Тонкий лёд](https://python-all.ru/3.9/extending/extending.html#thin-ice)
        - [1.10.4. Указатели NULL](https://python-all.ru/3.9/extending/extending.html#null-pointers)
      - [1.11. Написание расширений на C++](https://python-all.ru/3.9/extending/extending.html#writing-extensions-in-c)
      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.9/extending/extending.html#providing-a-c-api-for-an-extension-module)
    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.9/extending/newtypes_tutorial.html)

      - [2.1. Основы](https://python-all.ru/3.9/extending/newtypes_tutorial.html#the-basics)
      - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.9/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)
      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.9/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)
      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.9/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)
      - [2.5. Наследование от других типов](https://python-all.ru/3.9/extending/newtypes_tutorial.html#subclassing-other-types)
    - [3. Определение типов расширения: разные темы](https://python-all.ru/3.9/extending/newtypes.html)

      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.9/extending/newtypes.html#finalization-and-de-allocation)
      - [3.2. Представление объектов](https://python-all.ru/3.9/extending/newtypes.html#object-presentation)
      - [3.3. Управление атрибутами](https://python-all.ru/3.9/extending/newtypes.html#attribute-management)

        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.9/extending/newtypes.html#generic-attribute-management)
        - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.9/extending/newtypes.html#type-specific-attribute-management)
      - [3.4. Сравнение объектов](https://python-all.ru/3.9/extending/newtypes.html#object-comparison)
      - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.9/extending/newtypes.html#abstract-protocol-support)
      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.9/extending/newtypes.html#weak-reference-support)
      - [3.7. Дополнительные предложения](https://python-all.ru/3.9/extending/newtypes.html#more-suggestions)
    - [4. Сборка расширений на C и C++](https://python-all.ru/3.9/extending/building.html)

      - [4.1. Сборка расширений на C и C++ с помощью distutils](https://python-all.ru/3.9/extending/building.html#building-c-and-c-extensions-with-distutils)
      - [4.2. Распространение модулей расширения](https://python-all.ru/3.9/extending/building.html#distributing-your-extension-modules)
    - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.9/extending/windows.html)

      - [5.1. Рецептурный подход](https://python-all.ru/3.9/extending/windows.html#a-cookbook-approach)
      - [5.2. Различия между Unix и Windows](https://python-all.ru/3.9/extending/windows.html#differences-between-unix-and-windows)
      - [5.3. Использование DLL на практике](https://python-all.ru/3.9/extending/windows.html#using-dlls-in-practice)
  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.9/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)

    - [1. Встраивание Python в другое приложение](https://python-all.ru/3.9/extending/embedding.html)

      - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.9/extending/embedding.html#very-high-level-embedding)
      - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.9/extending/embedding.html#beyond-very-high-level-embedding-an-overview)
      - [1.3. Чистое встраивание](https://python-all.ru/3.9/extending/embedding.html#pure-embedding)
      - [1.4. Расширение встроенного Python](https://python-all.ru/3.9/extending/embedding.html#extending-embedded-python)
      - [1.5. Встраивание Python в C++](https://python-all.ru/3.9/extending/embedding.html#embedding-python-in-c)
      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.9/extending/embedding.html#compiling-and-linking-under-unix-like-systems)
- [Справочное руководство по Python/C API](https://python-all.ru/3.9/c-api/index.html)

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

    - [Стандарты кодирования](https://python-all.ru/3.9/c-api/intro.html#coding-standards)
    - [Заголовочные файлы](https://python-all.ru/3.9/c-api/intro.html#include-files)
    - [Полезные макросы](https://python-all.ru/3.9/c-api/intro.html#useful-macros)
    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.9/c-api/intro.html#objects-types-and-reference-counts)

      - [Счётчики ссылок](https://python-all.ru/3.9/c-api/intro.html#reference-counts)

        - [Подробности подсчёта ссылок](https://python-all.ru/3.9/c-api/intro.html#reference-count-details)
      - [Типы](https://python-all.ru/3.9/c-api/intro.html#types)
    - [Исключения](https://python-all.ru/3.9/c-api/intro.html#exceptions)
    - [Встраивание Python](https://python-all.ru/3.9/c-api/intro.html#embedding-python)
    - [Отладочные сборки](https://python-all.ru/3.9/c-api/intro.html#debugging-builds)
  - [Стабильный ABI](https://python-all.ru/3.9/c-api/stable.html)
  - [Очень высокоуровневый слой](https://python-all.ru/3.9/c-api/veryhigh.html)
  - [Подсчёт ссылок](https://python-all.ru/3.9/c-api/refcounting.html)
  - [Обработка исключений](https://python-all.ru/3.9/c-api/exceptions.html)

    - [Вывод и очистка](https://python-all.ru/3.9/c-api/exceptions.html#printing-and-clearing)
    - [Возбуждение исключений](https://python-all.ru/3.9/c-api/exceptions.html#raising-exceptions)
    - [Выдача предупреждений](https://python-all.ru/3.9/c-api/exceptions.html#issuing-warnings)
    - [Запрос индикатора ошибки](https://python-all.ru/3.9/c-api/exceptions.html#querying-the-error-indicator)
    - [Обработка сигналов](https://python-all.ru/3.9/c-api/exceptions.html#signal-handling)
    - [Классы исключений](https://python-all.ru/3.9/c-api/exceptions.html#exception-classes)
    - [Объекты исключений](https://python-all.ru/3.9/c-api/exceptions.html#exception-objects)
    - [Объекты исключений Unicode](https://python-all.ru/3.9/c-api/exceptions.html#unicode-exception-objects)
    - [Управление рекурсией](https://python-all.ru/3.9/c-api/exceptions.html#recursion-control)
    - [Стандартные исключения](https://python-all.ru/3.9/c-api/exceptions.html#standard-exceptions)
    - [Стандартные категории предупреждений](https://python-all.ru/3.9/c-api/exceptions.html#standard-warning-categories)
  - [Утилиты](https://python-all.ru/3.9/c-api/utilities.html)

    - [Утилиты операционной системы](https://python-all.ru/3.9/c-api/sys.html)
    - [Системные функции](https://python-all.ru/3.9/c-api/sys.html#system-functions)
    - [Управление процессами](https://python-all.ru/3.9/c-api/sys.html#process-control)
    - [Импорт модулей](https://python-all.ru/3.9/c-api/import.html)
    - [Поддержка маршалинга данных](https://python-all.ru/3.9/c-api/marshal.html)
    - [Разбор аргументов и сборка значений](https://python-all.ru/3.9/c-api/arg.html)

      - [Разбор аргументов](https://python-all.ru/3.9/c-api/arg.html#parsing-arguments)

        - [Строки и буферы](https://python-all.ru/3.9/c-api/arg.html#strings-and-buffers)
        - [Числа](https://python-all.ru/3.9/c-api/arg.html#numbers)
        - [Другие объекты](https://python-all.ru/3.9/c-api/arg.html#other-objects)
        - [Функции API](https://python-all.ru/3.9/c-api/arg.html#api-functions)
      - [Сборка значений](https://python-all.ru/3.9/c-api/arg.html#building-values)
    - [Преобразование и форматирование строк](https://python-all.ru/3.9/c-api/conversion.html)
    - [Рефлексия](https://python-all.ru/3.9/c-api/reflection.html)
    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.9/c-api/codec.html)

      - [API поиска кодировок](https://python-all.ru/3.9/c-api/codec.html#codec-lookup-api)
      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.9/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)
  - [Слой абстрактных объектов](https://python-all.ru/3.9/c-api/abstract.html)

    - [Протокол объекта](https://python-all.ru/3.9/c-api/object.html)
    - [Протокол вызова](https://python-all.ru/3.9/c-api/call.html)

      - [Протокол *tp\_call*](https://python-all.ru/3.9/c-api/call.html#the-tp-call-protocol)
      - [Протокол Vectorcall](https://python-all.ru/3.9/c-api/call.html#the-vectorcall-protocol)

        - [Управление рекурсией](https://python-all.ru/3.9/c-api/call.html#recursion-control)
        - [API поддержки vectorcall](https://python-all.ru/3.9/c-api/call.html#vectorcall-support-api)
      - [API вызова объектов](https://python-all.ru/3.9/c-api/call.html#object-calling-api)
      - [API поддержки вызова](https://python-all.ru/3.9/c-api/call.html#call-support-api)
    - [Протокол чисел](https://python-all.ru/3.9/c-api/number.html)
    - [Протокол последовательностей](https://python-all.ru/3.9/c-api/sequence.html)
    - [Протокол отображений](https://python-all.ru/3.9/c-api/mapping.html)
    - [Протокол итератора](https://python-all.ru/3.9/c-api/iter.html)
    - [Протокол буфера](https://python-all.ru/3.9/c-api/buffer.html)

      - [Структура буфера](https://python-all.ru/3.9/c-api/buffer.html#buffer-structure)
      - [Типы запросов буфера](https://python-all.ru/3.9/c-api/buffer.html#buffer-request-types)

        - [поля, не зависящие от запроса](https://python-all.ru/3.9/c-api/buffer.html#request-independent-fields)
        - [только для чтения, формат](https://python-all.ru/3.9/c-api/buffer.html#readonly-format)
        - [форма, шаги, подсмещения](https://python-all.ru/3.9/c-api/buffer.html#shape-strides-suboffsets)
        - [запросы непрерывности](https://python-all.ru/3.9/c-api/buffer.html#contiguity-requests)
        - [составные запросы](https://python-all.ru/3.9/c-api/buffer.html#compound-requests)
      - [Комплексные массивы](https://python-all.ru/3.9/c-api/buffer.html#complex-arrays)

        - [В стиле NumPy: форма и шаги](https://python-all.ru/3.9/c-api/buffer.html#numpy-style-shape-and-strides)
        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.9/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)
      - [Функции, связанные с буферами](https://python-all.ru/3.9/c-api/buffer.html#buffer-related-functions)
    - [Старый буферный протокол](https://python-all.ru/3.9/c-api/objbuffer.html)
  - [Слой конкретных объектов](https://python-all.ru/3.9/c-api/concrete.html)

    - [Базовые объекты](https://python-all.ru/3.9/c-api/concrete.html#fundamental-objects)

      - [Объекты типов](https://python-all.ru/3.9/c-api/type.html)

        - [Создание типов, размещаемых в куче](https://python-all.ru/3.9/c-api/type.html#creating-heap-allocated-types)
      - [Объект `None`](https://python-all.ru/3.9/c-api/none.html)
    - [Числовые объекты](https://python-all.ru/3.9/c-api/concrete.html#numeric-objects)

      - [Объекты целых чисел](https://python-all.ru/3.9/c-api/long.html)
      - [Объекты логических значений](https://python-all.ru/3.9/c-api/bool.html)
      - [Объекты чисел с плавающей запятой](https://python-all.ru/3.9/c-api/float.html)
      - [Объекты комплексных чисел](https://python-all.ru/3.9/c-api/complex.html)

        - [Комплексные числа как структуры C](https://python-all.ru/3.9/c-api/complex.html#complex-numbers-as-c-structures)
        - [Комплексные числа как объекты Python](https://python-all.ru/3.9/c-api/complex.html#complex-numbers-as-python-objects)
    - [Объекты последовательностей](https://python-all.ru/3.9/c-api/concrete.html#sequence-objects)

      - [Объекты bytes](https://python-all.ru/3.9/c-api/bytes.html)
      - [Объекты массива байтов](https://python-all.ru/3.9/c-api/bytearray.html)

        - [Макросы проверки типа](https://python-all.ru/3.9/c-api/bytearray.html#type-check-macros)
        - [Функции прямого API](https://python-all.ru/3.9/c-api/bytearray.html#direct-api-functions)
        - [Макросы](https://python-all.ru/3.9/c-api/bytearray.html#macros)
      - [Объекты Unicode и кодеки](https://python-all.ru/3.9/c-api/unicode.html)

        - [Объекты Unicode](https://python-all.ru/3.9/c-api/unicode.html#unicode-objects)

          - [Тип Юникода](https://python-all.ru/3.9/c-api/unicode.html#unicode-type)
          - [Свойства символов Юникода](https://python-all.ru/3.9/c-api/unicode.html#unicode-character-properties)
          - [Создание и доступ к строкам Юникода](https://python-all.ru/3.9/c-api/unicode.html#creating-and-accessing-unicode-strings)
          - [Устаревшие API Py\_UNICODE](https://python-all.ru/3.9/c-api/unicode.html#deprecated-py-unicode-apis)
          - [Локальная кодировка](https://python-all.ru/3.9/c-api/unicode.html#locale-encoding)
          - [Кодировка файловой системы](https://python-all.ru/3.9/c-api/unicode.html#file-system-encoding)
          - [Поддержка wchar\_t](https://python-all.ru/3.9/c-api/unicode.html#wchar-t-support)
        - [Встроенные кодеки](https://python-all.ru/3.9/c-api/unicode.html#built-in-codecs)

          - [Общие кодеки](https://python-all.ru/3.9/c-api/unicode.html#generic-codecs)
          - [Кодеки UTF-8](https://python-all.ru/3.9/c-api/unicode.html#utf-8-codecs)
          - [Кодеки UTF-32](https://python-all.ru/3.9/c-api/unicode.html#utf-32-codecs)
          - [Кодеки UTF-16](https://python-all.ru/3.9/c-api/unicode.html#utf-16-codecs)
          - [Кодеки UTF-7](https://python-all.ru/3.9/c-api/unicode.html#utf-7-codecs)
          - [Кодеки Unicode-Escape](https://python-all.ru/3.9/c-api/unicode.html#unicode-escape-codecs)
          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.9/c-api/unicode.html#raw-unicode-escape-codecs)
          - [Кодеки Latin-1](https://python-all.ru/3.9/c-api/unicode.html#latin-1-codecs)
          - [Кодеки ASCII](https://python-all.ru/3.9/c-api/unicode.html#ascii-codecs)
          - [Кодеки символьной карты](https://python-all.ru/3.9/c-api/unicode.html#character-map-codecs)
          - [Кодеки MBCS для Windows](https://python-all.ru/3.9/c-api/unicode.html#mbcs-codecs-for-windows)
          - [Методы и слоты](https://python-all.ru/3.9/c-api/unicode.html#methods-slots)
        - [Методы и слот-функции](https://python-all.ru/3.9/c-api/unicode.html#methods-and-slot-functions)
      - [Кортежи](https://python-all.ru/3.9/c-api/tuple.html)
      - [Объекты структурных последовательностей](https://python-all.ru/3.9/c-api/tuple.html#struct-sequence-objects)
      - [Списки](https://python-all.ru/3.9/c-api/list.html)
    - [Объекты контейнеров](https://python-all.ru/3.9/c-api/concrete.html#container-objects)

      - [Объекты словарей](https://python-all.ru/3.9/c-api/dict.html)
      - [Множества](https://python-all.ru/3.9/c-api/set.html)
    - [Объекты функций](https://python-all.ru/3.9/c-api/concrete.html#function-objects)

      - [Объекты функций](https://python-all.ru/3.9/c-api/function.html)
      - [Объекты методов экземпляра](https://python-all.ru/3.9/c-api/method.html)
      - [Объекты методов](https://python-all.ru/3.9/c-api/method.html#method-objects)
      - [Объекты ячеек](https://python-all.ru/3.9/c-api/cell.html)
      - [Объекты кода](https://python-all.ru/3.9/c-api/code.html)
    - [Прочие объекты](https://python-all.ru/3.9/c-api/concrete.html#other-objects)

      - [Объекты файлов](https://python-all.ru/3.9/c-api/file.html)
      - [Объекты модулей](https://python-all.ru/3.9/c-api/module.html)

        - [Инициализация C-модулей](https://python-all.ru/3.9/c-api/module.html#initializing-c-modules)

          - [Однофазная инициализация](https://python-all.ru/3.9/c-api/module.html#single-phase-initialization)
          - [Многофазная инициализация](https://python-all.ru/3.9/c-api/module.html#multi-phase-initialization)
          - [Функции низкоуровневого создания модулей](https://python-all.ru/3.9/c-api/module.html#low-level-module-creation-functions)
          - [Вспомогательные функции](https://python-all.ru/3.9/c-api/module.html#support-functions)
        - [Поиск модуля](https://python-all.ru/3.9/c-api/module.html#module-lookup)
      - [Объекты итераторов](https://python-all.ru/3.9/c-api/iterator.html)
      - [Объекты дескрипторов](https://python-all.ru/3.9/c-api/descriptor.html)
      - [Объекты срезов](https://python-all.ru/3.9/c-api/slice.html)
      - [Объект Ellipsis](https://python-all.ru/3.9/c-api/slice.html#ellipsis-object)
      - [Объекты memoryview](https://python-all.ru/3.9/c-api/memoryview.html)
      - [Объекты слабых ссылок](https://python-all.ru/3.9/c-api/weakref.html)
      - [Капсулы](https://python-all.ru/3.9/c-api/capsule.html)
      - [Объекты-генераторы](https://python-all.ru/3.9/c-api/gen.html)
      - [Объекты корутин](https://python-all.ru/3.9/c-api/coro.html)
      - [Объекты контекстных переменных](https://python-all.ru/3.9/c-api/contextvars.html)
      - [Объекты datetime](https://python-all.ru/3.9/c-api/datetime.html)
      - [Объекты для аннотации типов](https://python-all.ru/3.9/c-api/typehints.html)
  - [Инициализация, финализация и потоки](https://python-all.ru/3.9/c-api/init.html)

    - [Перед инициализацией Python](https://python-all.ru/3.9/c-api/init.html#before-python-initialization)
    - [Глобальные переменные конфигурации](https://python-all.ru/3.9/c-api/init.html#global-configuration-variables)
    - [Инициализация и финализация интерпретатора](https://python-all.ru/3.9/c-api/init.html#initializing-and-finalizing-the-interpreter)
    - [Параметры уровня процесса](https://python-all.ru/3.9/c-api/init.html#process-wide-parameters)
    - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.9/c-api/init.html#thread-state-and-the-global-interpreter-lock)

      - [Освобождение GIL из кода расширения](https://python-all.ru/3.9/c-api/init.html#releasing-the-gil-from-extension-code)
      - [Потоки, созданные не в Python](https://python-all.ru/3.9/c-api/init.html#non-python-created-threads)
      - [Предостережения о fork()](https://python-all.ru/3.9/c-api/init.html#cautions-about-fork)
      - [Высокоуровневый API](https://python-all.ru/3.9/c-api/init.html#high-level-api)
      - [Низкоуровневый API](https://python-all.ru/3.9/c-api/init.html#low-level-api)
    - [Поддержка под-интерпретаторов](https://python-all.ru/3.9/c-api/init.html#sub-interpreter-support)

      - [Ошибки и предостережения](https://python-all.ru/3.9/c-api/init.html#bugs-and-caveats)
    - [Асинхронные уведомления](https://python-all.ru/3.9/c-api/init.html#asynchronous-notifications)
    - [Профилирование и трассировка](https://python-all.ru/3.9/c-api/init.html#profiling-and-tracing)
    - [Расширенная поддержка отладчика](https://python-all.ru/3.9/c-api/init.html#advanced-debugger-support)
    - [Поддержка локального хранилища потоков](https://python-all.ru/3.9/c-api/init.html#thread-local-storage-support)

      - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.9/c-api/init.html#thread-specific-storage-tss-api)

        - [Динамическое выделение памяти](https://python-all.ru/3.9/c-api/init.html#dynamic-allocation)
        - [Методы](https://python-all.ru/3.9/c-api/init.html#methods)
      - [API локального хранилища потоков (TLS)](https://python-all.ru/3.9/c-api/init.html#thread-local-storage-tls-api)
  - [Конфигурация инициализации Python](https://python-all.ru/3.9/c-api/init_config.html)

    - [PyWideStringList](https://python-all.ru/3.9/c-api/init_config.html#pywidestringlist)
    - [PyStatus](https://python-all.ru/3.9/c-api/init_config.html#pystatus)
    - [PyPreConfig](https://python-all.ru/3.9/c-api/init_config.html#pypreconfig)
    - [Преинициализация с PyPreConfig](https://python-all.ru/3.9/c-api/init_config.html#preinitialization-with-pypreconfig)
    - [PyConfig](https://python-all.ru/3.9/c-api/init_config.html#pyconfig)
    - [Инициализация с помощью PyConfig](https://python-all.ru/3.9/c-api/init_config.html#initialization-with-pyconfig)
    - [Изолированная конфигурация](https://python-all.ru/3.9/c-api/init_config.html#isolated-configuration)
    - [Конфигурация Python](https://python-all.ru/3.9/c-api/init_config.html#python-configuration)
    - [Конфигурация путей](https://python-all.ru/3.9/c-api/init_config.html#path-configuration)
    - [Py\_RunMain()](https://python-all.ru/3.9/c-api/init_config.html#py-runmain)
    - [Py\_GetArgcArgv()](https://python-all.ru/3.9/c-api/init_config.html#py-getargcargv)
    - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.9/c-api/init_config.html#multi-phase-initialization-private-provisional-api)
  - [Управление памятью](https://python-all.ru/3.9/c-api/memory.html)

    - [Обзор](https://python-all.ru/3.9/c-api/memory.html#overview)
    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.9/c-api/memory.html#raw-memory-interface)
    - [Интерфейс памяти](https://python-all.ru/3.9/c-api/memory.html#memory-interface)
    - [Аллокаторы объектов](https://python-all.ru/3.9/c-api/memory.html#object-allocators)
    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.9/c-api/memory.html#default-memory-allocators)
    - [Настройка аллокаторов памяти](https://python-all.ru/3.9/c-api/memory.html#customize-memory-allocators)
    - [Аллокатор pymalloc](https://python-all.ru/3.9/c-api/memory.html#the-pymalloc-allocator)

      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.9/c-api/memory.html#customize-pymalloc-arena-allocator)
    - [C API модуля tracemalloc](https://python-all.ru/3.9/c-api/memory.html#tracemalloc-c-api)
    - [Примеры](https://python-all.ru/3.9/c-api/memory.html#examples)
  - [Поддержка реализации объектов](https://python-all.ru/3.9/c-api/objimpl.html)

    - [Выделение объектов в куче](https://python-all.ru/3.9/c-api/allocation.html)
    - [Общие структуры объектов](https://python-all.ru/3.9/c-api/structures.html)

      - [Базовые типы объектов и макросы](https://python-all.ru/3.9/c-api/structures.html#base-object-types-and-macros)
      - [Реализация функций и методов](https://python-all.ru/3.9/c-api/structures.html#implementing-functions-and-methods)
      - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.9/c-api/structures.html#accessing-attributes-of-extension-types)
    - [Объекты типов](https://python-all.ru/3.9/c-api/typeobj.html)

      - [Краткий справочник](https://python-all.ru/3.9/c-api/typeobj.html#quick-reference)

        - [“tp slots”](https://python-all.ru/3.9/c-api/typeobj.html#tp-slots)
        - [под-слоты](https://python-all.ru/3.9/c-api/typeobj.html#sub-slots)
        - [typedefs слотов](https://python-all.ru/3.9/c-api/typeobj.html#slot-typedefs)
      - [Определение PyTypeObject](https://python-all.ru/3.9/c-api/typeobj.html#pytypeobject-definition)
      - [Слоты PyObject](https://python-all.ru/3.9/c-api/typeobj.html#pyobject-slots)
      - [Слоты PyVarObject](https://python-all.ru/3.9/c-api/typeobj.html#pyvarobject-slots)
      - [Слоты PyTypeObject](https://python-all.ru/3.9/c-api/typeobj.html#pytypeobject-slots)
      - [Типы в куче](https://python-all.ru/3.9/c-api/typeobj.html#heap-types)
    - [Структуры числовых объектов](https://python-all.ru/3.9/c-api/typeobj.html#number-object-structures)
    - [Структуры объектов отображений](https://python-all.ru/3.9/c-api/typeobj.html#mapping-object-structures)
    - [Структуры объектов последовательностей](https://python-all.ru/3.9/c-api/typeobj.html#sequence-object-structures)
    - [Структуры буферных объектов](https://python-all.ru/3.9/c-api/typeobj.html#buffer-object-structures)
    - [Структуры асинхронных объектов](https://python-all.ru/3.9/c-api/typeobj.html#async-object-structures)
    - [typedefs типов слотов](https://python-all.ru/3.9/c-api/typeobj.html#slot-type-typedefs)
    - [Примеры](https://python-all.ru/3.9/c-api/typeobj.html#examples)
    - [Поддержка циклической сборки мусора](https://python-all.ru/3.9/c-api/gcsupport.html)
  - [Версионирование API и ABI](https://python-all.ru/3.9/c-api/apiabiversion.html)
- [Распространение модулей Python](https://python-all.ru/3.9/distributing/index.html)

  - [Ключевые термины](https://python-all.ru/3.9/distributing/index.html#key-terms)
  - [Открытое лицензирование и совместная работа](https://python-all.ru/3.9/distributing/index.html#open-source-licensing-and-collaboration)
  - [Установка инструментов](https://python-all.ru/3.9/distributing/index.html#installing-the-tools)
  - [Чтение Python Packaging User Guide](https://python-all.ru/3.9/distributing/index.html#reading-the-python-packaging-user-guide)
  - [Как мне…?](https://python-all.ru/3.9/distributing/index.html#how-do-i)

    - [… выбрать имя для проекта?](https://python-all.ru/3.9/distributing/index.html#choose-a-name-for-my-project)
    - [… создавать и распространять бинарные расширения?](https://python-all.ru/3.9/distributing/index.html#create-and-distribute-binary-extensions)
- [Установка модулей Python](https://python-all.ru/3.9/installing/index.html)

  - [Ключевые термины](https://python-all.ru/3.9/installing/index.html#key-terms)
  - [Основы использования](https://python-all.ru/3.9/installing/index.html#basic-usage)
  - [Как мне …?](https://python-all.ru/3.9/installing/index.html#how-do-i)

    - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.9/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)
    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.9/installing/index.html#install-packages-just-for-the-current-user)
    - [… установить научные пакеты Python?](https://python-all.ru/3.9/installing/index.html#install-scientific-python-packages)
    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.9/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)
  - [Распространённые проблемы установки](https://python-all.ru/3.9/installing/index.html#common-installation-issues)

    - [Установка в системный Python на Linux](https://python-all.ru/3.9/installing/index.html#installing-into-the-system-python-on-linux)
    - [Pip не установлен](https://python-all.ru/3.9/installing/index.html#pip-not-installed)
    - [Установка бинарных расширений](https://python-all.ru/3.9/installing/index.html#installing-binary-extensions)
- [Руководства Python HOWTO](https://python-all.ru/3.9/howto/index.html)

  - [Перенос кода с Python 2 на Python 3](https://python-all.ru/3.9/howto/pyporting.html)

    - [Краткое объяснение](https://python-all.ru/3.9/howto/pyporting.html#the-short-explanation)
    - [Подробности](https://python-all.ru/3.9/howto/pyporting.html#details)

      - [Прекратить поддержку Python 2.6 и более старых версий](https://python-all.ru/3.9/howto/pyporting.html#drop-support-for-python-2-6-and-older)
      - [Убедитесь, что в файле `setup.py` указана правильная поддержка версий](https://python-all.ru/3.9/howto/pyporting.html#make-sure-you-specify-the-proper-version-support-in-your-setup-py-file)
      - [Обеспечьте хорошее покрытие тестами](https://python-all.ru/3.9/howto/pyporting.html#have-good-test-coverage)
      - [Изучите различия между Python 2 и 3](https://python-all.ru/3.9/howto/pyporting.html#learn-the-differences-between-python-2-3)
      - [Обновите свой код](https://python-all.ru/3.9/howto/pyporting.html#update-your-code)

        - [Деление](https://python-all.ru/3.9/howto/pyporting.html#division)
        - [Текст и двоичные данные](https://python-all.ru/3.9/howto/pyporting.html#text-versus-binary-data)
        - [Используйте определение возможностей вместо определения версии](https://python-all.ru/3.9/howto/pyporting.html#use-feature-detection-instead-of-version-detection)
      - [Предотвращение регрессий совместимости](https://python-all.ru/3.9/howto/pyporting.html#prevent-compatibility-regressions)
      - [Проверьте, какие зависимости блокируют переход](https://python-all.ru/3.9/howto/pyporting.html#check-which-dependencies-block-your-transition)
      - [Обновите файл `setup.py`, чтобы указать совместимость с Python 3](https://python-all.ru/3.9/howto/pyporting.html#update-your-setup-py-file-to-denote-python-3-compatibility)
      - [Используйте непрерывную интеграцию для поддержания совместимости](https://python-all.ru/3.9/howto/pyporting.html#use-continuous-integration-to-stay-compatible)
      - [Рассмотрите использование необязательной статической проверки типов](https://python-all.ru/3.9/howto/pyporting.html#consider-using-optional-static-type-checking)
  - [Перенос модулей расширения на Python 3](https://python-all.ru/3.9/howto/cporting.html)
  - [Программирование с curses на Python](https://python-all.ru/3.9/howto/curses.html)

    - [Что такое curses?](https://python-all.ru/3.9/howto/curses.html#what-is-curses)

      - [Модуль curses в Python](https://python-all.ru/3.9/howto/curses.html#the-python-curses-module)
    - [Запуск и завершение приложения curses](https://python-all.ru/3.9/howto/curses.html#starting-and-ending-a-curses-application)
    - [Окна и пады](https://python-all.ru/3.9/howto/curses.html#windows-and-pads)
    - [Отображение текста](https://python-all.ru/3.9/howto/curses.html#displaying-text)

      - [Атрибуты и цвет](https://python-all.ru/3.9/howto/curses.html#attributes-and-color)
    - [Ввод пользователя](https://python-all.ru/3.9/howto/curses.html#user-input)
    - [Для получения дополнительных сведений](https://python-all.ru/3.9/howto/curses.html#for-more-information)
  - [Руководство по дескрипторам](https://python-all.ru/3.9/howto/descriptor.html)

    - [Введение](https://python-all.ru/3.9/howto/descriptor.html#primer)

      - [Простой пример: дескриптор, возвращающий константу](https://python-all.ru/3.9/howto/descriptor.html#simple-example-a-descriptor-that-returns-a-constant)
      - [Динамический поиск](https://python-all.ru/3.9/howto/descriptor.html#dynamic-lookups)
      - [Управляемые атрибуты](https://python-all.ru/3.9/howto/descriptor.html#managed-attributes)
      - [Настраиваемые имена](https://python-all.ru/3.9/howto/descriptor.html#customized-names)
      - [Заключительные мысли](https://python-all.ru/3.9/howto/descriptor.html#closing-thoughts)
    - [Полный практический пример](https://python-all.ru/3.9/howto/descriptor.html#complete-practical-example)

      - [Класс-валидатор](https://python-all.ru/3.9/howto/descriptor.html#validator-class)
      - [Пользовательские валидаторы](https://python-all.ru/3.9/howto/descriptor.html#custom-validators)
      - [Практическое применение](https://python-all.ru/3.9/howto/descriptor.html#practical-application)
    - [Техническое руководство](https://python-all.ru/3.9/howto/descriptor.html#technical-tutorial)

      - [Аннотация](https://python-all.ru/3.9/howto/descriptor.html#abstract)
      - [Определение и введение](https://python-all.ru/3.9/howto/descriptor.html#definition-and-introduction)
      - [Протокол дескриптора](https://python-all.ru/3.9/howto/descriptor.html#descriptor-protocol)
      - [Обзор вызова дескриптора](https://python-all.ru/3.9/howto/descriptor.html#overview-of-descriptor-invocation)
      - [Вызов из экземпляра](https://python-all.ru/3.9/howto/descriptor.html#invocation-from-an-instance)
      - [Вызов из класса](https://python-all.ru/3.9/howto/descriptor.html#invocation-from-a-class)
      - [Вызов через super](https://python-all.ru/3.9/howto/descriptor.html#invocation-from-super)
      - [Сводка логики вызова](https://python-all.ru/3.9/howto/descriptor.html#summary-of-invocation-logic)
      - [Автоматическое уведомление об имени](https://python-all.ru/3.9/howto/descriptor.html#automatic-name-notification)
      - [Пример ORM](https://python-all.ru/3.9/howto/descriptor.html#orm-example)
    - [Эквиваленты на чистом Python](https://python-all.ru/3.9/howto/descriptor.html#pure-python-equivalents)

      - [Свойства](https://python-all.ru/3.9/howto/descriptor.html#properties)
      - [Функции и методы](https://python-all.ru/3.9/howto/descriptor.html#functions-and-methods)
      - [Виды методов](https://python-all.ru/3.9/howto/descriptor.html#kinds-of-methods)
      - [Статические методы](https://python-all.ru/3.9/howto/descriptor.html#static-methods)
      - [Методы класса](https://python-all.ru/3.9/howto/descriptor.html#class-methods)
      - [Объекты-члены и \_\_slots\_\_](https://python-all.ru/3.9/howto/descriptor.html#member-objects-and-slots)
  - [HOWTO по функциональному программированию](https://python-all.ru/3.9/howto/functional.html)

    - [Введение](https://python-all.ru/3.9/howto/functional.html#introduction)

      - [Формальная доказуемость](https://python-all.ru/3.9/howto/functional.html#formal-provability)
      - [Модульность](https://python-all.ru/3.9/howto/functional.html#modularity)
      - [Простота отладки и тестирования](https://python-all.ru/3.9/howto/functional.html#ease-of-debugging-and-testing)
      - [Композируемость](https://python-all.ru/3.9/howto/functional.html#composability)
    - [Итераторы](https://python-all.ru/3.9/howto/functional.html#iterators)

      - [Типы данных, поддерживающие итераторы](https://python-all.ru/3.9/howto/functional.html#data-types-that-support-iterators)
    - [Генераторные выражения и списковые включения](https://python-all.ru/3.9/howto/functional.html#generator-expressions-and-list-comprehensions)
    - [Генераторы](https://python-all.ru/3.9/howto/functional.html#generators)

      - [Передача значений в генератор](https://python-all.ru/3.9/howto/functional.html#passing-values-into-a-generator)
    - [Встроенные функции](https://python-all.ru/3.9/howto/functional.html#built-in-functions)
    - [Модуль itertools](https://python-all.ru/3.9/howto/functional.html#the-itertools-module)

      - [Создание новых итераторов](https://python-all.ru/3.9/howto/functional.html#creating-new-iterators)
      - [Вызов функций для элементов](https://python-all.ru/3.9/howto/functional.html#calling-functions-on-elements)
      - [Выбор элементов](https://python-all.ru/3.9/howto/functional.html#selecting-elements)
      - [Комбинаторные функции](https://python-all.ru/3.9/howto/functional.html#combinatoric-functions)
      - [Группировка элементов](https://python-all.ru/3.9/howto/functional.html#grouping-elements)
    - [Модуль functools](https://python-all.ru/3.9/howto/functional.html#the-functools-module)

      - [Модуль operator](https://python-all.ru/3.9/howto/functional.html#the-operator-module)
    - [Небольшие функции и лямбда-выражение](https://python-all.ru/3.9/howto/functional.html#small-functions-and-the-lambda-expression)
    - [История изменений и благодарности](https://python-all.ru/3.9/howto/functional.html#revision-history-and-acknowledgements)
    - [Ссылки](https://python-all.ru/3.9/howto/functional.html#references)

      - [Общие](https://python-all.ru/3.9/howto/functional.html#general)
      - [Специфичное для Python](https://python-all.ru/3.9/howto/functional.html#python-specific)
      - [Документация Python](https://python-all.ru/3.9/howto/functional.html#python-documentation)
  - [Руководство по логированию](https://python-all.ru/3.9/howto/logging.html)

    - [Базовое руководство по логированию](https://python-all.ru/3.9/howto/logging.html#basic-logging-tutorial)

      - [Когда использовать логирование](https://python-all.ru/3.9/howto/logging.html#when-to-use-logging)
      - [Простой пример](https://python-all.ru/3.9/howto/logging.html#a-simple-example)
      - [Логирование в файл](https://python-all.ru/3.9/howto/logging.html#logging-to-a-file)
      - [Логирование из нескольких модулей](https://python-all.ru/3.9/howto/logging.html#logging-from-multiple-modules)
      - [Логирование переменных данных](https://python-all.ru/3.9/howto/logging.html#logging-variable-data)
      - [Изменение формата отображаемых сообщений](https://python-all.ru/3.9/howto/logging.html#changing-the-format-of-displayed-messages)
      - [Отображение даты/времени в сообщениях](https://python-all.ru/3.9/howto/logging.html#displaying-the-date-time-in-messages)
      - [Дальнейшие шаги](https://python-all.ru/3.9/howto/logging.html#next-steps)
    - [Расширенное руководство по логированию](https://python-all.ru/3.9/howto/logging.html#advanced-logging-tutorial)

      - [Поток логирования](https://python-all.ru/3.9/howto/logging.html#logging-flow)
      - [Логгеры](https://python-all.ru/3.9/howto/logging.html#loggers)
      - [Обработчики](https://python-all.ru/3.9/howto/logging.html#handlers)
      - [Форматировщики](https://python-all.ru/3.9/howto/logging.html#formatters)
      - [Настройка логирования](https://python-all.ru/3.9/howto/logging.html#configuring-logging)
      - [Что происходит, если конфигурация не предоставлена](https://python-all.ru/3.9/howto/logging.html#what-happens-if-no-configuration-is-provided)
      - [Настройка логирования для библиотеки](https://python-all.ru/3.9/howto/logging.html#configuring-logging-for-a-library)
    - [Уровни журналирования](https://python-all.ru/3.9/howto/logging.html#logging-levels)

      - [Пользовательские уровни](https://python-all.ru/3.9/howto/logging.html#custom-levels)
    - [Полезные обработчики](https://python-all.ru/3.9/howto/logging.html#useful-handlers)
    - [Исключения, возникающие при логировании](https://python-all.ru/3.9/howto/logging.html#exceptions-raised-during-logging)
    - [Использование произвольных объектов в качестве сообщений](https://python-all.ru/3.9/howto/logging.html#using-arbitrary-objects-as-messages)
    - [Оптимизация](https://python-all.ru/3.9/howto/logging.html#optimization)
  - [Рецепты по логированию](https://python-all.ru/3.9/howto/logging-cookbook.html)

    - [Использование логирования в нескольких модулях](https://python-all.ru/3.9/howto/logging-cookbook.html#using-logging-in-multiple-modules)
    - [Логирование из нескольких потоков](https://python-all.ru/3.9/howto/logging-cookbook.html#logging-from-multiple-threads)
    - [Несколько обработчиков и форматировщиков](https://python-all.ru/3.9/howto/logging-cookbook.html#multiple-handlers-and-formatters)
    - [Логирование в несколько мест назначения](https://python-all.ru/3.9/howto/logging-cookbook.html#logging-to-multiple-destinations)
    - [Пример сервера конфигурации](https://python-all.ru/3.9/howto/logging-cookbook.html#configuration-server-example)
    - [Работа с блокирующими обработчиками](https://python-all.ru/3.9/howto/logging-cookbook.html#dealing-with-handlers-that-block)
    - [Отправка и получение событий логирования по сети](https://python-all.ru/3.9/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network)

      - [Запуск слушателя сокетов логирования в production](https://python-all.ru/3.9/howto/logging-cookbook.html#running-a-logging-socket-listener-in-production)
    - [Добавление контекстной информации в вывод логирования](https://python-all.ru/3.9/howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output)

      - [Использование LoggerAdapters для передачи контекстной информации](https://python-all.ru/3.9/howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information)

        - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.9/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)
      - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.9/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)
    - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.9/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)

      - [Использование concurrent.futures.ProcessPoolExecutor](https://python-all.ru/3.9/howto/logging-cookbook.html#using-concurrent-futures-processpoolexecutor)
      - [Развертывание веб-приложений с использованием Gunicorn и uWSGI](https://python-all.ru/3.9/howto/logging-cookbook.html#deploying-web-applications-using-gunicorn-and-uwsgi)
    - [Использование ротации файлов](https://python-all.ru/3.9/howto/logging-cookbook.html#using-file-rotation)
    - [Использование альтернативных стилей форматирования](https://python-all.ru/3.9/howto/logging-cookbook.html#use-of-alternative-formatting-styles)
    - [Настройка `LogRecord`](https://python-all.ru/3.9/howto/logging-cookbook.html#customizing-logrecord)
    - [Наследование от QueueHandler – пример с ZeroMQ](https://python-all.ru/3.9/howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example)
    - [Наследование от QueueListener – пример с ZeroMQ](https://python-all.ru/3.9/howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example)
    - [Пример конфигурации на основе словаря](https://python-all.ru/3.9/howto/logging-cookbook.html#an-example-dictionary-based-configuration)
    - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.9/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)
    - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.9/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)
    - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.9/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)
    - [Реализация структурированного логирования](https://python-all.ru/3.9/howto/logging-cookbook.html#implementing-structured-logging)
    - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.9/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)
    - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.9/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)

      - [Использование фабрик LogRecord](https://python-all.ru/3.9/howto/logging-cookbook.html#using-logrecord-factories)
      - [Использование пользовательских объектов сообщений](https://python-all.ru/3.9/howto/logging-cookbook.html#using-custom-message-objects)
    - [Настройка фильтров с помощью `dictConfig()`](https://python-all.ru/3.9/howto/logging-cookbook.html#configuring-filters-with-dictconfig)
    - [Настраиваемое форматирование исключений](https://python-all.ru/3.9/howto/logging-cookbook.html#customized-exception-formatting)
    - [Озвучивание сообщений логирования](https://python-all.ru/3.9/howto/logging-cookbook.html#speaking-logging-messages)
    - [Буферизация сообщений логирования и их условный вывод](https://python-all.ru/3.9/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally)
    - [Форматирование времени в UTC (GMT) через конфигурацию](https://python-all.ru/3.9/howto/logging-cookbook.html#formatting-times-using-utc-gmt-via-configuration)
    - [Использование менеджера контекста для выборочного журналирования](https://python-all.ru/3.9/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging)
    - [Шаблон для запуска CLI-приложения](https://python-all.ru/3.9/howto/logging-cookbook.html#a-cli-application-starter-template)
    - [Графический интерфейс Qt для журналирования](https://python-all.ru/3.9/howto/logging-cookbook.html#a-qt-gui-for-logging)
    - [Шаблоны, которых следует избегать](https://python-all.ru/3.9/howto/logging-cookbook.html#patterns-to-avoid)

      - [Открытие одного и того же файла журнала несколько раз](https://python-all.ru/3.9/howto/logging-cookbook.html#opening-the-same-log-file-multiple-times)
      - [Использование регистраторов как атрибутов класса или передача их в качестве параметров](https://python-all.ru/3.9/howto/logging-cookbook.html#using-loggers-as-attributes-in-a-class-or-passing-them-as-parameters)
      - [Добавление в библиотеке обработчиков, отличных от `NullHandler`, в регистратор](https://python-all.ru/3.9/howto/logging-cookbook.html#adding-handlers-other-than-nullhandler-to-a-logger-in-a-library)
      - [Создание большого количества регистраторов](https://python-all.ru/3.9/howto/logging-cookbook.html#creating-a-lot-of-loggers)
  - [HOWTO по регулярным выражениям](https://python-all.ru/3.9/howto/regex.html)

    - [Введение](https://python-all.ru/3.9/howto/regex.html#introduction)
    - [Простые шаблоны](https://python-all.ru/3.9/howto/regex.html#simple-patterns)

      - [Сопоставление символов](https://python-all.ru/3.9/howto/regex.html#matching-characters)
      - [Повторение](https://python-all.ru/3.9/howto/regex.html#repeating-things)
    - [Использование регулярных выражений](https://python-all.ru/3.9/howto/regex.html#using-regular-expressions)

      - [Компиляция регулярных выражений](https://python-all.ru/3.9/howto/regex.html#compiling-regular-expressions)
      - [Проблема обратной косой черты](https://python-all.ru/3.9/howto/regex.html#the-backslash-plague)
      - [Выполнение сопоставлений](https://python-all.ru/3.9/howto/regex.html#performing-matches)
      - [Функции уровня модуля](https://python-all.ru/3.9/howto/regex.html#module-level-functions)
      - [Флаги компиляции](https://python-all.ru/3.9/howto/regex.html#compilation-flags)
    - [Дополнительные возможности шаблонов](https://python-all.ru/3.9/howto/regex.html#more-pattern-power)

      - [Дополнительные метасимволы](https://python-all.ru/3.9/howto/regex.html#more-metacharacters)
      - [Группировка](https://python-all.ru/3.9/howto/regex.html#grouping)
      - [Незахватывающие и именованные группы](https://python-all.ru/3.9/howto/regex.html#non-capturing-and-named-groups)
      - [Опережающие проверки](https://python-all.ru/3.9/howto/regex.html#lookahead-assertions)
    - [Изменение строк](https://python-all.ru/3.9/howto/regex.html#modifying-strings)

      - [Разделение строк](https://python-all.ru/3.9/howto/regex.html#splitting-strings)
      - [Поиск и замена](https://python-all.ru/3.9/howto/regex.html#search-and-replace)
    - [Распространённые проблемы](https://python-all.ru/3.9/howto/regex.html#common-problems)

      - [Использование строковых методов](https://python-all.ru/3.9/howto/regex.html#use-string-methods)
      - [match() и search()](https://python-all.ru/3.9/howto/regex.html#match-versus-search)
      - [Жадные и нежадные квантификаторы](https://python-all.ru/3.9/howto/regex.html#greedy-versus-non-greedy)
      - [Использование re.VERBOSE](https://python-all.ru/3.9/howto/regex.html#using-re-verbose)
    - [Обратная связь](https://python-all.ru/3.9/howto/regex.html#feedback)
  - [Руководство по программированию сокетов](https://python-all.ru/3.9/howto/sockets.html)

    - [Сокеты](https://python-all.ru/3.9/howto/sockets.html#sockets)

      - [История](https://python-all.ru/3.9/howto/sockets.html#history)
    - [Создание сокета](https://python-all.ru/3.9/howto/sockets.html#creating-a-socket)

      - [Межпроцессное взаимодействие](https://python-all.ru/3.9/howto/sockets.html#ipc)
    - [Использование сокета](https://python-all.ru/3.9/howto/sockets.html#using-a-socket)

      - [Двоичные данные](https://python-all.ru/3.9/howto/sockets.html#binary-data)
    - [Отключение](https://python-all.ru/3.9/howto/sockets.html#disconnecting)

      - [Когда сокеты завершают работу](https://python-all.ru/3.9/howto/sockets.html#when-sockets-die)
    - [Неблокирующие сокеты](https://python-all.ru/3.9/howto/sockets.html#non-blocking-sockets)
  - [Руководство по сортировке](https://python-all.ru/3.9/howto/sorting.html)

    - [Основы сортировки](https://python-all.ru/3.9/howto/sorting.html#sorting-basics)
    - [Ключевые функции](https://python-all.ru/3.9/howto/sorting.html#key-functions)
    - [Функции модуля operator](https://python-all.ru/3.9/howto/sorting.html#operator-module-functions)
    - [По возрастанию и по убыванию](https://python-all.ru/3.9/howto/sorting.html#ascending-and-descending)
    - [Стабильность сортировки и сложные сортировки](https://python-all.ru/3.9/howto/sorting.html#sort-stability-and-complex-sorts)
    - [Старый способ: Decorate-Sort-Undecorate](https://python-all.ru/3.9/howto/sorting.html#the-old-way-using-decorate-sort-undecorate)
    - [Старый способ: использование параметра *cmp*](https://python-all.ru/3.9/howto/sorting.html#the-old-way-using-the-cmp-parameter)
    - [Разное](https://python-all.ru/3.9/howto/sorting.html#odd-and-ends)
  - [Руководство по Unicode](https://python-all.ru/3.9/howto/unicode.html)

    - [Введение в Unicode](https://python-all.ru/3.9/howto/unicode.html#introduction-to-unicode)

      - [Определения](https://python-all.ru/3.9/howto/unicode.html#definitions)
      - [Кодировки](https://python-all.ru/3.9/howto/unicode.html#encodings)
      - [Ссылки](https://python-all.ru/3.9/howto/unicode.html#references)
    - [Поддержка Unicode в Python](https://python-all.ru/3.9/howto/unicode.html#python-s-unicode-support)

      - [Тип str](https://python-all.ru/3.9/howto/unicode.html#the-string-type)
      - [Преобразование в байты](https://python-all.ru/3.9/howto/unicode.html#converting-to-bytes)
      - [Unicode-литералы в исходном коде Python](https://python-all.ru/3.9/howto/unicode.html#unicode-literals-in-python-source-code)
      - [Свойства Unicode](https://python-all.ru/3.9/howto/unicode.html#unicode-properties)
      - [Сравнение строк](https://python-all.ru/3.9/howto/unicode.html#comparing-strings)
      - [Регулярные выражения и Unicode](https://python-all.ru/3.9/howto/unicode.html#unicode-regular-expressions)
      - [Ссылки](https://python-all.ru/3.9/howto/unicode.html#id2)
    - [Чтение и запись данных Unicode](https://python-all.ru/3.9/howto/unicode.html#reading-and-writing-unicode-data)

      - [Имена файлов в Unicode](https://python-all.ru/3.9/howto/unicode.html#unicode-filenames)
      - [Советы по написанию программ с поддержкой Unicode](https://python-all.ru/3.9/howto/unicode.html#tips-for-writing-unicode-aware-programs)

        - [Преобразование между кодировками файлов](https://python-all.ru/3.9/howto/unicode.html#converting-between-file-encodings)
        - [Файлы в неизвестной кодировке](https://python-all.ru/3.9/howto/unicode.html#files-in-an-unknown-encoding)
      - [Ссылки](https://python-all.ru/3.9/howto/unicode.html#id3)
    - [Благодарности](https://python-all.ru/3.9/howto/unicode.html#acknowledgements)
  - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.9/howto/urllib2.html)

    - [Введение](https://python-all.ru/3.9/howto/urllib2.html#introduction)
    - [Получение URL-адресов](https://python-all.ru/3.9/howto/urllib2.html#fetching-urls)

      - [Данные](https://python-all.ru/3.9/howto/urllib2.html#data)
      - [Заголовки](https://python-all.ru/3.9/howto/urllib2.html#headers)
    - [Обработка исключений](https://python-all.ru/3.9/howto/urllib2.html#handling-exceptions)

      - [URLError](https://python-all.ru/3.9/howto/urllib2.html#urlerror)
      - [HTTPError](https://python-all.ru/3.9/howto/urllib2.html#httperror)

        - [Коды ошибок](https://python-all.ru/3.9/howto/urllib2.html#error-codes)
      - [Заключение](https://python-all.ru/3.9/howto/urllib2.html#wrapping-it-up)

        - [Номер 1](https://python-all.ru/3.9/howto/urllib2.html#number-1)
        - [Номер 2](https://python-all.ru/3.9/howto/urllib2.html#number-2)
    - [info и geturl](https://python-all.ru/3.9/howto/urllib2.html#info-and-geturl)
    - [Открыватели и обработчики](https://python-all.ru/3.9/howto/urllib2.html#openers-and-handlers)
    - [Базовая аутентификация](https://python-all.ru/3.9/howto/urllib2.html#id5)
    - [Прокси](https://python-all.ru/3.9/howto/urllib2.html#proxies)
    - [Сокеты и слои](https://python-all.ru/3.9/howto/urllib2.html#sockets-and-layers)
    - [Сноски](https://python-all.ru/3.9/howto/urllib2.html#footnotes)
  - [Учебное пособие по argparse](https://python-all.ru/3.9/howto/argparse.html)

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

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

      - [Конфликтующие опции](https://python-all.ru/3.9/howto/argparse.html#conflicting-options)
    - [Заключение](https://python-all.ru/3.9/howto/argparse.html#conclusion)
  - [Введение в модуль ipaddress](https://python-all.ru/3.9/howto/ipaddress.html)

    - [Создание объектов Address/Network/Interface](https://python-all.ru/3.9/howto/ipaddress.html#creating-address-network-interface-objects)

      - [Замечание о версиях IP](https://python-all.ru/3.9/howto/ipaddress.html#a-note-on-ip-versions)
      - [IP-адреса хостов](https://python-all.ru/3.9/howto/ipaddress.html#ip-host-addresses)
      - [Определение сетей](https://python-all.ru/3.9/howto/ipaddress.html#defining-networks)
      - [Интерфейсы хоста](https://python-all.ru/3.9/howto/ipaddress.html#host-interfaces)
    - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.9/howto/ipaddress.html#inspecting-address-network-interface-objects)
    - [Сети как списки адресов](https://python-all.ru/3.9/howto/ipaddress.html#networks-as-lists-of-addresses)
    - [Сравнения](https://python-all.ru/3.9/howto/ipaddress.html#comparisons)
    - [Использование IP-адресов с другими модулями](https://python-all.ru/3.9/howto/ipaddress.html#using-ip-addresses-with-other-modules)
    - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.9/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)
  - [Руководство по Argument Clinic](https://python-all.ru/3.9/howto/clinic.html)

    - [Цели Argument Clinic](https://python-all.ru/3.9/howto/clinic.html#the-goals-of-argument-clinic)
    - [Основные понятия и использование](https://python-all.ru/3.9/howto/clinic.html#basic-concepts-and-usage)
    - [Преобразование первой функции](https://python-all.ru/3.9/howto/clinic.html#converting-your-first-function)
    - [Продвинутые темы](https://python-all.ru/3.9/howto/clinic.html#advanced-topics)

      - [Символические значения по умолчанию](https://python-all.ru/3.9/howto/clinic.html#symbolic-default-values)
      - [Переименование C-функций и переменных, генерируемых Argument Clinic](https://python-all.ru/3.9/howto/clinic.html#renaming-the-c-functions-and-variables-generated-by-argument-clinic)
      - [Преобразование функций с использованием PyArg\_UnpackTuple](https://python-all.ru/3.9/howto/clinic.html#converting-functions-using-pyarg-unpacktuple)
      - [Необязательные группы](https://python-all.ru/3.9/howto/clinic.html#optional-groups)
      - [Использование настоящих преобразователей Argument Clinic вместо «устаревших преобразователей»](https://python-all.ru/3.9/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters)
      - [Py\_buffer](https://python-all.ru/3.9/howto/clinic.html#py-buffer)
      - [Продвинутые преобразователи](https://python-all.ru/3.9/howto/clinic.html#advanced-converters)
      - [Значения параметров по умолчанию](https://python-all.ru/3.9/howto/clinic.html#parameter-default-values)
      - [Значение по умолчанию `NULL`](https://python-all.ru/3.9/howto/clinic.html#the-null-default-value)
      - [Выражения, заданные как значения по умолчанию](https://python-all.ru/3.9/howto/clinic.html#expressions-specified-as-default-values)
      - [Использование преобразователя возвращаемого значения](https://python-all.ru/3.9/howto/clinic.html#using-a-return-converter)
      - [Клонирование существующих функций](https://python-all.ru/3.9/howto/clinic.html#cloning-existing-functions)
      - [Вызов кода Python](https://python-all.ru/3.9/howto/clinic.html#calling-python-code)
      - [Использование «self converter»](https://python-all.ru/3.9/howto/clinic.html#using-a-self-converter)
      - [Создание собственного конвертера](https://python-all.ru/3.9/howto/clinic.html#writing-a-custom-converter)
      - [Создание собственного конвертера возвращаемого значения](https://python-all.ru/3.9/howto/clinic.html#writing-a-custom-return-converter)
      - [METH\_O и METH\_NOARGS](https://python-all.ru/3.9/howto/clinic.html#meth-o-and-meth-noargs)
      - [Функции tp\_new и tp\_init](https://python-all.ru/3.9/howto/clinic.html#tp-new-and-tp-init-functions)
      - [Изменение и перенаправление вывода Clinic](https://python-all.ru/3.9/howto/clinic.html#changing-and-redirecting-clinic-s-output)
      - [Приём #ifdef](https://python-all.ru/3.9/howto/clinic.html#the-ifdef-trick)
      - [Использование Argument Clinic в файлах Python](https://python-all.ru/3.9/howto/clinic.html#using-argument-clinic-in-python-files)
  - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.9/howto/instrumentation.html)

    - [Включение статических маркеров](https://python-all.ru/3.9/howto/instrumentation.html#enabling-the-static-markers)
    - [Статические зонды DTrace](https://python-all.ru/3.9/howto/instrumentation.html#static-dtrace-probes)
    - [Статические маркеры SystemTap](https://python-all.ru/3.9/howto/instrumentation.html#static-systemtap-markers)
    - [Доступные статические маркеры](https://python-all.ru/3.9/howto/instrumentation.html#available-static-markers)
    - [Тэпсеты SystemTap](https://python-all.ru/3.9/howto/instrumentation.html#systemtap-tapsets)
    - [Примеры](https://python-all.ru/3.9/howto/instrumentation.html#examples)
- [Часто задаваемые вопросы по Python](https://python-all.ru/3.9/faq/index.html)

  - [Общие вопросы по Python](https://python-all.ru/3.9/faq/general.html)

    - [Общая информация](https://python-all.ru/3.9/faq/general.html#general-information)
    - [Python в реальном мире](https://python-all.ru/3.9/faq/general.html#python-in-the-real-world)
  - [Вопросы по программированию](https://python-all.ru/3.9/faq/programming.html)

    - [Общие вопросы](https://python-all.ru/3.9/faq/programming.html#general-questions)
    - [Ядро языка](https://python-all.ru/3.9/faq/programming.html#core-language)
    - [Числа и строки](https://python-all.ru/3.9/faq/programming.html#numbers-and-strings)
    - [Производительность](https://python-all.ru/3.9/faq/programming.html#performance)
    - [Последовательности (кортежи/списки)](https://python-all.ru/3.9/faq/programming.html#sequences-tuples-lists)
    - [Объекты](https://python-all.ru/3.9/faq/programming.html#objects)
    - [Модули](https://python-all.ru/3.9/faq/programming.html#modules)
  - [Вопросы по дизайну и истории](https://python-all.ru/3.9/faq/design.html)

    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.9/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)
    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.9/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)
    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.9/faq/design.html#why-are-floating-point-calculations-so-inaccurate)
    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.9/faq/design.html#why-are-python-strings-immutable)
    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.9/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)
    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.9/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)
    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.9/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.9/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)
    - [Насколько быстры исключения?](https://python-all.ru/3.9/faq/design.html#how-fast-are-exceptions)
    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.9/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)
    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.9/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.9/faq/design.html#why-can-t-lambda-expressions-contain-statements)
    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.9/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)
    - [Как Python управляет памятью?](https://python-all.ru/3.9/faq/design.html#how-does-python-manage-memory)
    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.9/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)
    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.9/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)
    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.9/faq/design.html#why-are-there-separate-tuple-and-list-data-types)
    - [Как списки реализованы в CPython?](https://python-all.ru/3.9/faq/design.html#how-are-lists-implemented-in-cpython)
    - [Как словари реализованы в CPython?](https://python-all.ru/3.9/faq/design.html#how-are-dictionaries-implemented-in-cpython)
    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.9/faq/design.html#why-must-dictionary-keys-be-immutable)
    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.9/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)
    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.9/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)
    - [Почему нет goto?](https://python-all.ru/3.9/faq/design.html#why-is-there-no-goto)
    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.9/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)
    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.9/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)
    - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.9/faq/design.html#why-don-t-generators-support-the-with-statement)
    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.9/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)
    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.9/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)
  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.9/faq/library.html)

    - [Общие вопросы по библиотекам](https://python-all.ru/3.9/faq/library.html#general-library-questions)
    - [Типовые задачи](https://python-all.ru/3.9/faq/library.html#common-tasks)
    - [Потоки](https://python-all.ru/3.9/faq/library.html#threads)
    - [Ввод и вывод](https://python-all.ru/3.9/faq/library.html#input-and-output)
    - [Сетевое и интернет-программирование](https://python-all.ru/3.9/faq/library.html#network-internet-programming)
    - [Базы данных](https://python-all.ru/3.9/faq/library.html#databases)
    - [Математика и численные методы](https://python-all.ru/3.9/faq/library.html#mathematics-and-numerics)
  - [FAQ по расширению и встраиванию](https://python-all.ru/3.9/faq/extending.html)

    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.9/faq/extending.html#can-i-create-my-own-functions-in-c)
    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.9/faq/extending.html#id1)
    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.9/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)
    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.9/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)
    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.9/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)
    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.9/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)
    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.9/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)
    - [Как вызвать метод объекта из C?](https://python-all.ru/3.9/faq/extending.html#how-do-i-call-an-object-s-method-from-c)
    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.9/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.9/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)
    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.9/faq/extending.html#how-do-i-interface-to-c-objects-from-python)
    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.9/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)
    - [Как отлаживать расширение?](https://python-all.ru/3.9/faq/extending.html#how-do-i-debug-an-extension)
    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.9/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.9/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)
    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.9/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)
    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.9/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.9/faq/windows.html)

    - [Как запустить программу Python в Windows?](https://python-all.ru/3.9/faq/windows.html#how-do-i-run-a-python-program-under-windows)
    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.9/faq/windows.html#how-do-i-make-python-scripts-executable)
    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.9/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)
    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.9/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)
    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.9/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)
    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.9/faq/windows.html#how-can-i-embed-python-into-a-windows-application)
    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.9/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)
    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.9/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)
  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.9/faq/gui.html)

    - [Общие вопросы по GUI](https://python-all.ru/3.9/faq/gui.html#general-gui-questions)
    - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.9/faq/gui.html#what-gui-toolkits-exist-for-python)
    - [Вопросы по Tkinter](https://python-all.ru/3.9/faq/gui.html#tkinter-questions)
  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.9/faq/installed.html)

    - [Что такое Python?](https://python-all.ru/3.9/faq/installed.html#what-is-python)
    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.9/faq/installed.html#why-is-python-installed-on-my-machine)
    - [Можно ли удалить Python?](https://python-all.ru/3.9/faq/installed.html#can-i-delete-python)
- [Глоссарий](https://python-all.ru/3.9/glossary.html)
- [Об этих документах](https://python-all.ru/3.9/about.html)

  - [Участники документации Python](https://python-all.ru/3.9/about.html#contributors-to-the-python-documentation)
- [Работа с ошибками](https://python-all.ru/3.9/bugs.html)

  - [Ошибки в документации](https://python-all.ru/3.9/bugs.html#documentation-bugs)
  - [Использование трекера задач Python](https://python-all.ru/3.9/bugs.html#using-the-python-issue-tracker)
  - [Начало работы: участие в разработке Python](https://python-all.ru/3.9/bugs.html#getting-started-contributing-to-python-yourself)
- [Авторские права](https://python-all.ru/3.9/copyright.html)
- [История и лицензия](https://python-all.ru/3.9/license.html)

  - [История программного обеспечения](https://python-all.ru/3.9/license.html#history-of-the-software)
  - [Условия доступа и использования Python](https://python-all.ru/3.9/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)

    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ PSF ДЛЯ PYTHON 3.9.25](https://python-all.ru/3.9/license.html#psf-license-agreement-for-python-release)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.9/license.html#beopen-com-license-agreement-for-python-2-0)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.9/license.html#cnri-license-agreement-for-python-1-6-1)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.9/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)
    - [ЛИЦЕНЗИЯ BSD БЕЗ УСЛОВИЙ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON 3.9.25](https://python-all.ru/3.9/license.html#zero-clause-bsd-license-for-code-in-the-python-release-documentation)
  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.9/license.html#licenses-and-acknowledgements-for-incorporated-software)

    - [Вихрь Мерсенна](https://python-all.ru/3.9/license.html#mersenne-twister)
    - [Сокеты](https://python-all.ru/3.9/license.html#sockets)
    - [Асинхронные службы сокетов](https://python-all.ru/3.9/license.html#asynchronous-socket-services)
    - [Управление cookie](https://python-all.ru/3.9/license.html#cookie-management)
    - [Трассировка выполнения](https://python-all.ru/3.9/license.html#execution-tracing)
    - [Функции UUencode и UUdecode](https://python-all.ru/3.9/license.html#uuencode-and-uudecode-functions)
    - [XML-вызовы удалённых процедур](https://python-all.ru/3.9/license.html#xml-remote-procedure-calls)
    - [test\_epoll](https://python-all.ru/3.9/license.html#test-epoll)
    - [Select kqueue](https://python-all.ru/3.9/license.html#select-kqueue)
    - [SipHash24](https://python-all.ru/3.9/license.html#siphash24)
    - [strtod and dtoa](https://python-all.ru/3.9/license.html#strtod-and-dtoa)
    - [OpenSSL](https://python-all.ru/3.9/license.html#openssl)
    - [expat](https://python-all.ru/3.9/license.html#expat)
    - [libffi](https://python-all.ru/3.9/license.html#libffi)
    - [zlib](https://python-all.ru/3.9/license.html#zlib)
    - [cfuhash](https://python-all.ru/3.9/license.html#cfuhash)
    - [libmpdec](https://python-all.ru/3.9/license.html#libmpdec)
    - [Тестовый набор W3C C14N](https://python-all.ru/3.9/license.html#w3c-c14n-test-suite)
