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

---

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - [Python 3.6.15 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-15-final)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#security)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#library)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#tests)
    - [Python 3.6.14 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-14-final)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id2)
    - [Python 3.6.13 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-13-final)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id3)
      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#core-and-builtins)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id4)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id5)
    - [Python 3.6.12 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-12-final)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id6)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id7)
    - [Python 3.6.11 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-11-final)
    - [Python 3.6.11 release candidate 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-11-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id8)
      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id9)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id10)
    - [Python 3.6.10 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-10-final)

      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#macos)
    - [Python 3.6.10 release candidate 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-10-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id11)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id12)
    - [Python 3.6.9 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-9-final)

      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id13)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id14)
    - [Python 3.6.9 release candidate 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-9-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id15)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id16)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#documentation)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id17)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id18)
    - [Python 3.6.8 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-8-final)

      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id19)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#build)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#c-api)
    - [Python 3.6.8 release candidate 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-8-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id20)
      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id21)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id22)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id23)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id24)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id25)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#windows)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id26)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#idle)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#tools-demos)
    - [Python 3.6.7 final](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-7-final)
    - [Python 3.6.7 release candidate 2](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-7-release-candidate-2)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id27)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id28)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id29)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id30)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id31)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id32)
    - [Python 3.6.7 release candidate 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-7-release-candidate-1)

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id33)
      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id34)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id35)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id36)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id37)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id38)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id39)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id40)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id41)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id42)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id43)
    - [Python 3.6.6 финальный](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-6-final)
    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-6-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id44)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id45)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id46)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id47)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id48)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id49)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id50)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id51)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id52)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id53)
    - [Python 3.6.5 финальный](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-5-final)

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

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id56)
      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id57)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id58)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id59)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id60)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id61)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id62)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id63)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id64)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id65)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id66)
    - [Python 3.6.4 финальная](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-4-final)
    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-4-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id67)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id68)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id69)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id70)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id71)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id72)
      - [macOS](https://python-all.ru/3.6/whatsnew/changelog.html#id73)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id74)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id75)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id76)
    - [Python 3.6.3 финальная](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-3-final)

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

      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id79)
      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id80)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id81)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id82)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id83)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id84)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id85)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id86)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id87)
    - [Python 3.6.2 финальная](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-2-final)
    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-2-release-candidate-2)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id89)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id90)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id91)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id92)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id93)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id94)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id95)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id96)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id97)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id98)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id99)
    - [Python 3.6.1 финальный](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-1-final)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id102)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id103)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id104)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id105)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id106)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id107)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id108)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id109)
    - [Python 3.6.0 финальный](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-final)
    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-release-candidate-2)

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

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

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

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id129)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id130)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id131)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id132)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id133)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id134)
    - [Python 3.6.0 бета 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-beta-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id135)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id136)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id137)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id138)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id139)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id140)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id141)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id142)
    - [Python 3.6.0 альфа 4](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id143)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id144)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id145)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id146)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id147)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id148)
    - [Python 3.6.0 альфа 3](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-alpha-3)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id149)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id150)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id151)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id152)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id153)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id154)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id155)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id156)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id157)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id158)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id159)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id160)
    - [Python 3.6.0 альфа 2](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-alpha-2)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id161)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id162)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id163)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id164)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id165)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id166)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id167)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id168)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id169)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id170)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id171)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id172)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id173)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id174)
    - [Python 3.6.0 альфа 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-6-0-alpha-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id175)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id176)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id177)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id178)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id179)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id180)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id181)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id182)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id183)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id184)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id185)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id186)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id187)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id188)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id189)
    - [Python 3.5.3 финальный](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-3-final)
    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-3-release-candidate-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id190)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id191)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id192)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id193)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id194)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id195)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id196)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id197)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id198)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id199)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id200)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id201)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id202)
    - [Python 3.5.2, финальная версия](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-2-final)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id206)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id207)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id208)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id209)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id210)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id211)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id212)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id213)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id214)
      - [Безопасность](https://python-all.ru/3.6/whatsnew/changelog.html#id215)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id216)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id217)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id218)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id219)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id220)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id221)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id222)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id223)
    - [Python 3.5.1, финальная версия](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-1-final)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id226)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id227)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id228)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id229)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id230)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id231)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id232)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id233)
    - [Python 3.5.0, финальная версия](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-0-final)

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

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

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

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

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

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

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

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id256)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id257)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id258)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id259)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id260)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id261)
    - [Python 3.5.0 альфа 4](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-0-alpha-4)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id262)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id263)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id264)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id265)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id266)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id267)
    - [Python 3.5.0 альфа 3](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-0-alpha-3)

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

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id273)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id274)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id275)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id276)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id277)
    - [Python 3.5.0 альфа 1](https://python-all.ru/3.6/whatsnew/changelog.html#python-3-5-0-alpha-1)

      - [Ядро и встроенные модули](https://python-all.ru/3.6/whatsnew/changelog.html#id278)
      - [Библиотека](https://python-all.ru/3.6/whatsnew/changelog.html#id279)
      - [IDLE](https://python-all.ru/3.6/whatsnew/changelog.html#id280)
      - [Сборка](https://python-all.ru/3.6/whatsnew/changelog.html#id281)
      - [C API](https://python-all.ru/3.6/whatsnew/changelog.html#id282)
      - [Документация](https://python-all.ru/3.6/whatsnew/changelog.html#id283)
      - [Тесты](https://python-all.ru/3.6/whatsnew/changelog.html#id284)
      - [Инструменты/Демонстрации](https://python-all.ru/3.6/whatsnew/changelog.html#id285)
      - [Windows](https://python-all.ru/3.6/whatsnew/changelog.html#id286)
- [Учебник Python](https://python-all.ru/3.6/tutorial/index.html)

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

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

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

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

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

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

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

      - [4.7.1. Значения аргументов по умолчанию](https://python-all.ru/3.6/tutorial/controlflow.html#default-argument-values)
      - [4.7.2. Именованные аргументы](https://python-all.ru/3.6/tutorial/controlflow.html#keyword-arguments)
      - [4.7.3. Произвольные списки аргументов](https://python-all.ru/3.6/tutorial/controlflow.html#arbitrary-argument-lists)
      - [4.7.4. Распаковка списков аргументов](https://python-all.ru/3.6/tutorial/controlflow.html#unpacking-argument-lists)
      - [4.7.5. Лямбда-выражения](https://python-all.ru/3.6/tutorial/controlflow.html#lambda-expressions)
      - [4.7.6. Строки документации](https://python-all.ru/3.6/tutorial/controlflow.html#documentation-strings)
      - [4.7.7. Аннотации функций](https://python-all.ru/3.6/tutorial/controlflow.html#function-annotations)
    - [4.8. Интермеццо: стиль кодирования](https://python-all.ru/3.6/tutorial/controlflow.html#intermezzo-coding-style)
  - [5. Структуры данных](https://python-all.ru/3.6/tutorial/datastructures.html)

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

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

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

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

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

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

      - [7.1.1. Старое форматирование строк](https://python-all.ru/3.6/tutorial/inputoutput.html#old-string-formatting)
    - [7.2. Чтение и запись файлов](https://python-all.ru/3.6/tutorial/inputoutput.html#reading-and-writing-files)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - [3.1. Установка Python](https://python-all.ru/3.6/using/windows.html#installing-python)

      - [3.1.1. Поддерживаемые версии](https://python-all.ru/3.6/using/windows.html#supported-versions)
      - [3.1.2. Шаги установки](https://python-all.ru/3.6/using/windows.html#installation-steps)
      - [3.1.3. Удаление ограничения MAX\_PATH](https://python-all.ru/3.6/using/windows.html#removing-the-max-path-limitation)
      - [3.1.4. Установка без интерфейса](https://python-all.ru/3.6/using/windows.html#installing-without-ui)
      - [3.1.5. Установка без загрузки](https://python-all.ru/3.6/using/windows.html#installing-without-downloading)
      - [3.1.6. Изменение установки](https://python-all.ru/3.6/using/windows.html#modifying-an-install)
      - [3.1.7. Другие платформы](https://python-all.ru/3.6/using/windows.html#other-platforms)
    - [3.2. Альтернативные сборки](https://python-all.ru/3.6/using/windows.html#alternative-bundles)
    - [3.3. Настройка Python](https://python-all.ru/3.6/using/windows.html#configuring-python)

      - [3.3.1. Экскурс: Установка переменных окружения](https://python-all.ru/3.6/using/windows.html#excursus-setting-environment-variables)
      - [3.3.2. Поиск исполняемого файла Python](https://python-all.ru/3.6/using/windows.html#finding-the-python-executable)
    - [3.4. Запускатор Python для Windows](https://python-all.ru/3.6/using/windows.html#python-launcher-for-windows)

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

        - [3.4.1.1. Из командной строки](https://python-all.ru/3.6/using/windows.html#from-the-command-line)
        - [3.4.1.2. Виртуальные окружения](https://python-all.ru/3.6/using/windows.html#virtual-environments)
        - [3.4.1.3. Из скрипта](https://python-all.ru/3.6/using/windows.html#from-a-script)
        - [3.4.1.4. Из ассоциаций файлов](https://python-all.ru/3.6/using/windows.html#from-file-associations)
      - [3.4.2. Строки shebang](https://python-all.ru/3.6/using/windows.html#shebang-lines)
      - [3.4.3. Аргументы в shebang-строках](https://python-all.ru/3.6/using/windows.html#arguments-in-shebang-lines)
      - [3.4.4. Настройка](https://python-all.ru/3.6/using/windows.html#customization)

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

      - [3.6.1. PyWin32](https://python-all.ru/3.6/using/windows.html#pywin32)
      - [3.6.2. cx\_Freeze](https://python-all.ru/3.6/using/windows.html#cx-freeze)
      - [3.6.3. WConio](https://python-all.ru/3.6/using/windows.html#wconio)
    - [3.7. Компиляция Python в Windows](https://python-all.ru/3.6/using/windows.html#compiling-python-on-windows)
    - [3.8. Встраиваемый дистрибутив](https://python-all.ru/3.6/using/windows.html#embedded-distribution)

      - [3.8.1. Python-приложение](https://python-all.ru/3.6/using/windows.html#python-application)
      - [3.8.2. Встраивание Python](https://python-all.ru/3.6/using/windows.html#embedding-python)
    - [3.9. Другие ресурсы](https://python-all.ru/3.6/using/windows.html#other-resources)
  - [4. Использование Python на Macintosh](https://python-all.ru/3.6/using/mac.html)

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

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

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

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

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

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

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

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

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

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

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

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

        - [3.3.3.1. Метаклассы](https://python-all.ru/3.6/reference/datamodel.html#metaclasses)
        - [3.3.3.2. Определение подходящего метакласса](https://python-all.ru/3.6/reference/datamodel.html#determining-the-appropriate-metaclass)
        - [3.3.3.3. Подготовка пространства имён класса](https://python-all.ru/3.6/reference/datamodel.html#preparing-the-class-namespace)
        - [3.3.3.4. Выполнение тела класса](https://python-all.ru/3.6/reference/datamodel.html#executing-the-class-body)
        - [3.3.3.5. Создание объекта класса](https://python-all.ru/3.6/reference/datamodel.html#creating-the-class-object)
        - [3.3.3.6. Использование метаклассов](https://python-all.ru/3.6/reference/datamodel.html#uses-for-metaclasses)
      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.6/reference/datamodel.html#customizing-instance-and-subclass-checks)
      - [3.3.5. Эмуляция вызываемых объектов](https://python-all.ru/3.6/reference/datamodel.html#emulating-callable-objects)
      - [3.3.6. Эмуляция контейнерных типов](https://python-all.ru/3.6/reference/datamodel.html#emulating-container-types)
      - [3.3.7. Эмуляция числовых типов](https://python-all.ru/3.6/reference/datamodel.html#emulating-numeric-types)
      - [3.3.8. Контекстные менеджеры with](https://python-all.ru/3.6/reference/datamodel.html#with-statement-context-managers)
      - [3.3.9. Поиск специальных методов](https://python-all.ru/3.6/reference/datamodel.html#special-method-lookup)
    - [3.4. Корутины](https://python-all.ru/3.6/reference/datamodel.html#coroutines)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  - [1. Введение](https://python-all.ru/3.6/library/intro.html)
  - [2. Встроенные функции](https://python-all.ru/3.6/library/functions.html)
  - [3. Встроенные константы](https://python-all.ru/3.6/library/constants.html)

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

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

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

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

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

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

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

      - [4.10.1. Объекты-представления словаря](https://python-all.ru/3.6/library/stdtypes.html#dictionary-view-objects)
    - [4.11. Типы менеджеров контекста](https://python-all.ru/3.6/library/stdtypes.html#context-manager-types)
    - [4.12. Прочие встроенные типы](https://python-all.ru/3.6/library/stdtypes.html#other-built-in-types)

      - [4.12.1. Модули](https://python-all.ru/3.6/library/stdtypes.html#modules)
      - [4.12.2. Классы и экземпляры классов](https://python-all.ru/3.6/library/stdtypes.html#classes-and-class-instances)
      - [4.12.3. Функции](https://python-all.ru/3.6/library/stdtypes.html#functions)
      - [4.12.4. Методы](https://python-all.ru/3.6/library/stdtypes.html#methods)
      - [4.12.5. Объекты кода](https://python-all.ru/3.6/library/stdtypes.html#code-objects)
      - [4.12.6. Объекты типов](https://python-all.ru/3.6/library/stdtypes.html#type-objects)
      - [4.12.7. Объект None](https://python-all.ru/3.6/library/stdtypes.html#the-null-object)
      - [4.12.8. Объект Ellipsis](https://python-all.ru/3.6/library/stdtypes.html#the-ellipsis-object)
      - [4.12.9. Объект NotImplemented](https://python-all.ru/3.6/library/stdtypes.html#the-notimplemented-object)
      - [4.12.10. Логические значения](https://python-all.ru/3.6/library/stdtypes.html#boolean-values)
      - [4.12.11. Внутренние объекты](https://python-all.ru/3.6/library/stdtypes.html#internal-objects)
    - [4.13. Специальные атрибуты](https://python-all.ru/3.6/library/stdtypes.html#special-attributes)
  - [5. Встроенные исключения](https://python-all.ru/3.6/library/exceptions.html)

    - [5.1. Базовые классы](https://python-all.ru/3.6/library/exceptions.html#base-classes)
    - [5.2. Конкретные исключения](https://python-all.ru/3.6/library/exceptions.html#concrete-exceptions)

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

    - [6.1. `string` – Стандартные операции со строками](https://python-all.ru/3.6/library/string.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [8.1.1. Доступные типы](https://python-all.ru/3.6/library/datetime.html#available-types)
      - [8.1.2. `timedelta` Объекты](https://python-all.ru/3.6/library/datetime.html#timedelta-objects)
      - [8.1.3. `date` Объекты](https://python-all.ru/3.6/library/datetime.html#date-objects)
      - [8.1.4. `datetime` Объекты](https://python-all.ru/3.6/library/datetime.html#datetime-objects)
      - [8.1.5. `time` Объекты](https://python-all.ru/3.6/library/datetime.html#time-objects)
      - [8.1.6. `tzinfo` Объекты](https://python-all.ru/3.6/library/datetime.html#tzinfo-objects)
      - [8.1.7. `timezone` Объекты](https://python-all.ru/3.6/library/datetime.html#timezone-objects)
      - [8.1.8. `strftime()` и `strptime()` Поведение](https://python-all.ru/3.6/library/datetime.html#strftime-and-strptime-behavior)
    - [8.2. `calendar` – Общие функции, связанные с календарём](https://python-all.ru/3.6/library/calendar.html)
    - [8.3. `collections` – Типы данных-контейнеры](https://python-all.ru/3.6/library/collections.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

        - [8.13.13.1. IntEnum](https://python-all.ru/3.6/library/enum.html#intenum)
        - [8.13.13.2. IntFlag](https://python-all.ru/3.6/library/enum.html#intflag)
        - [8.13.13.3. Flag](https://python-all.ru/3.6/library/enum.html#flag)
        - [8.13.13.4. Другие](https://python-all.ru/3.6/library/enum.html#others)
      - [8.13.14. Интересные примеры](https://python-all.ru/3.6/library/enum.html#interesting-examples)

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

          - [8.13.14.1.1. Использование `auto`](https://python-all.ru/3.6/library/enum.html#using-auto)
          - [8.13.14.1.2. Использование `object`](https://python-all.ru/3.6/library/enum.html#using-object)
          - [8.13.14.1.3. Использование описательной строки](https://python-all.ru/3.6/library/enum.html#using-a-descriptive-string)
          - [8.13.14.1.4. Использование пользовательского `__new__()`](https://python-all.ru/3.6/library/enum.html#using-a-custom-new)
        - [8.13.14.2. OrderedEnum](https://python-all.ru/3.6/library/enum.html#orderedenum)
        - [8.13.14.3. DuplicateFreeEnum](https://python-all.ru/3.6/library/enum.html#duplicatefreeenum)
        - [8.13.14.4. Planet](https://python-all.ru/3.6/library/enum.html#planet)
      - [8.13.15. Чем отличаются перечисления?](https://python-all.ru/3.6/library/enum.html#how-are-enums-different)

        - [8.13.15.1. Классы перечислений](https://python-all.ru/3.6/library/enum.html#enum-classes)
        - [8.13.15.2. Элементы перечислений (они же экземпляры)](https://python-all.ru/3.6/library/enum.html#enum-members-aka-instances)
        - [8.13.15.3. Тонкости](https://python-all.ru/3.6/library/enum.html#finer-points)

          - [8.13.15.3.1. Поддерживаемые `__dunder__` имена](https://python-all.ru/3.6/library/enum.html#supported-dunder-names)
          - [8.13.15.3.2. Поддерживаемые `_sunder_` имена](https://python-all.ru/3.6/library/enum.html#supported-sunder-names)
          - [8.13.15.3.3. `Enum` member type](https://python-all.ru/3.6/library/enum.html#enum-member-type)
          - [8.13.15.3.4. Boolean value of `Enum` classes and members](https://python-all.ru/3.6/library/enum.html#boolean-value-of-enum-classes-and-members)
          - [8.13.15.3.5. `Enum` classes with methods](https://python-all.ru/3.6/library/enum.html#enum-classes-with-methods)
          - [8.13.15.3.6. Combining members of `Flag`](https://python-all.ru/3.6/library/enum.html#combining-members-of-flag)
  - [9. Модули числовых и математических функций](https://python-all.ru/3.6/library/numeric.html)

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

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

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

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

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

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

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

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

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

      - [9.7.1. Средние значения и меры центральной тенденции](https://python-all.ru/3.6/library/statistics.html#averages-and-measures-of-central-location)
      - [9.7.2. Меры разброса](https://python-all.ru/3.6/library/statistics.html#measures-of-spread)
      - [9.7.3. Описание функций](https://python-all.ru/3.6/library/statistics.html#function-details)
      - [9.7.4. Исключения](https://python-all.ru/3.6/library/statistics.html#exceptions)
  - [10. Модули функционального программирования](https://python-all.ru/3.6/library/functional.html)

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

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

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

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

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

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

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

        - [11.1.3.1. Методы](https://python-all.ru/3.6/library/pathlib.html#methods)
    - [11.2. `os.path` – Типичные манипуляции с именами путей](https://python-all.ru/3.6/library/os.path.html)
    - [11.3. `fileinput` – Итерация по строкам из нескольких входных потоков](https://python-all.ru/3.6/library/fileinput.html)
    - [11.4. `stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.6/library/stat.html)
    - [11.5. `filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.6/library/filecmp.html)

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

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

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

        - [11.10.1.1. Пример copytree](https://python-all.ru/3.6/library/shutil.html#copytree-example)
        - [11.10.1.2. Пример rmtree](https://python-all.ru/3.6/library/shutil.html#rmtree-example)
      - [11.10.2. Операции архивации](https://python-all.ru/3.6/library/shutil.html#archiving-operations)

        - [11.10.2.1. Пример архивации](https://python-all.ru/3.6/library/shutil.html#archiving-example)
      - [11.10.3. Определение размера выходного терминала](https://python-all.ru/3.6/library/shutil.html#querying-the-size-of-the-output-terminal)
    - [11.11. `macpath` – Функции для работы с путями Mac OS 9](https://python-all.ru/3.6/library/macpath.html)
  - [12. Сохранение данных](https://python-all.ru/3.6/library/persistence.html)

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

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

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

        - [12.1.5.1. Сохранение внешних объектов](https://python-all.ru/3.6/library/pickle.html#persistence-of-external-objects)
        - [12.1.5.2. Диспетчерские таблицы](https://python-all.ru/3.6/library/pickle.html#dispatch-tables)
        - [12.1.5.3. Работа с объектами с состоянием](https://python-all.ru/3.6/library/pickle.html#handling-stateful-objects)
      - [12.1.6. Ограничение глобальных объектов](https://python-all.ru/3.6/library/pickle.html#restricting-globals)
      - [12.1.7. Производительность](https://python-all.ru/3.6/library/pickle.html#performance)
      - [12.1.8. Примеры](https://python-all.ru/3.6/library/pickle.html#examples)
    - [12.2. `copyreg` – Функции поддержки регистрации `pickle`](https://python-all.ru/3.6/library/copyreg.html)

      - [12.2.1. Пример](https://python-all.ru/3.6/library/copyreg.html#example)
    - [12.3. `shelve` – Сохранение объектов Python](https://python-all.ru/3.6/library/shelve.html)

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

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

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

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

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

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

        - [12.6.9.1. Многопоточность](https://python-all.ru/3.6/library/sqlite3.html#multithreading)
  - [13. Сжатие данных и архивирование](https://python-all.ru/3.6/library/archiving.html)

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

      - [13.2.1. Примеры использования](https://python-all.ru/3.6/library/gzip.html#examples-of-usage)
    - [13.3. `bz2` – Поддержка сжатия **bzip2**](https://python-all.ru/3.6/library/bz2.html)

      - [13.3.1. (Де)сжатие файлов](https://python-all.ru/3.6/library/bz2.html#de-compression-of-files)
      - [13.3.2. Инкрементальное (де)сжатие](https://python-all.ru/3.6/library/bz2.html#incremental-de-compression)
      - [13.3.3. Одноэтапное (де)сжатие](https://python-all.ru/3.6/library/bz2.html#one-shot-de-compression)
    - [13.4. `lzma` – Сжатие с использованием алгоритма LZMA](https://python-all.ru/3.6/library/lzma.html)

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

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

        - [13.5.4.1. Параметры командной строки](https://python-all.ru/3.6/library/zipfile.html#command-line-options)
    - [13.6. `tarfile` – Чтение и запись tar-архивов](https://python-all.ru/3.6/library/tarfile.html)

      - [13.6.1. Объекты TarFile](https://python-all.ru/3.6/library/tarfile.html#tarfile-objects)
      - [13.6.2. Объекты TarInfo](https://python-all.ru/3.6/library/tarfile.html#tarinfo-objects)
      - [13.6.3. Интерфейс командной строки](https://python-all.ru/3.6/library/tarfile.html#command-line-interface)

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

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

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

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

      - [14.3.1. Объекты netrc](https://python-all.ru/3.6/library/netrc.html#netrc-objects)
    - [14.4. `xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.6/library/xdrlib.html)

      - [14.4.1. Объекты Packer](https://python-all.ru/3.6/library/xdrlib.html#packer-objects)
      - [14.4.2. Объекты Unpacker](https://python-all.ru/3.6/library/xdrlib.html#unpacker-objects)
      - [14.4.3. Исключения](https://python-all.ru/3.6/library/xdrlib.html#exceptions)
    - [14.5. `plistlib` – Генерация и разбор файлов `.plist` Mac OS X](https://python-all.ru/3.6/library/plistlib.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

        - [16.2.2.1. Потоки в памяти](https://python-all.ru/3.6/library/io.html#in-memory-streams)
      - [16.2.3. Иерархия классов](https://python-all.ru/3.6/library/io.html#class-hierarchy)

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

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

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

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

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

        - [16.4.2.1. prog](https://python-all.ru/3.6/library/argparse.html#prog)
        - [16.4.2.2. usage](https://python-all.ru/3.6/library/argparse.html#usage)
        - [16.4.2.3. description](https://python-all.ru/3.6/library/argparse.html#description)
        - [16.4.2.4. epilog](https://python-all.ru/3.6/library/argparse.html#epilog)
        - [16.4.2.5. parents](https://python-all.ru/3.6/library/argparse.html#parents)
        - [16.4.2.6. formatter\_class](https://python-all.ru/3.6/library/argparse.html#formatter-class)
        - [16.4.2.7. prefix\_chars](https://python-all.ru/3.6/library/argparse.html#prefix-chars)
        - [16.4.2.8. fromfile\_prefix\_chars](https://python-all.ru/3.6/library/argparse.html#fromfile-prefix-chars)
        - [16.4.2.9. argument\_default](https://python-all.ru/3.6/library/argparse.html#argument-default)
        - [16.4.2.10. allow\_abbrev](https://python-all.ru/3.6/library/argparse.html#allow-abbrev)
        - [16.4.2.11. conflict\_handler](https://python-all.ru/3.6/library/argparse.html#conflict-handler)
        - [16.4.2.12. add\_help](https://python-all.ru/3.6/library/argparse.html#add-help)
      - [16.4.3. Метод add\_argument()](https://python-all.ru/3.6/library/argparse.html#the-add-argument-method)

        - [16.4.3.1. Имя или флаги](https://python-all.ru/3.6/library/argparse.html#name-or-flags)
        - [16.4.3.2. action](https://python-all.ru/3.6/library/argparse.html#action)
        - [16.4.3.3. nargs](https://python-all.ru/3.6/library/argparse.html#nargs)
        - [16.4.3.4. const](https://python-all.ru/3.6/library/argparse.html#const)
        - [16.4.3.5. default](https://python-all.ru/3.6/library/argparse.html#default)
        - [16.4.3.6. type](https://python-all.ru/3.6/library/argparse.html#type)
        - [16.4.3.7. choices](https://python-all.ru/3.6/library/argparse.html#choices)
        - [16.4.3.8. required](https://python-all.ru/3.6/library/argparse.html#required)
        - [16.4.3.9. help](https://python-all.ru/3.6/library/argparse.html#help)
        - [16.4.3.10. metavar](https://python-all.ru/3.6/library/argparse.html#metavar)
        - [16.4.3.11. dest](https://python-all.ru/3.6/library/argparse.html#dest)
        - [16.4.3.12. Классы Action](https://python-all.ru/3.6/library/argparse.html#action-classes)
      - [16.4.4. Метод parse\_args()](https://python-all.ru/3.6/library/argparse.html#the-parse-args-method)

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

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

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

      - [16.7.1. Функции конфигурации](https://python-all.ru/3.6/library/logging.config.html#configuration-functions)
      - [16.7.2. Схема словаря конфигурации](https://python-all.ru/3.6/library/logging.config.html#configuration-dictionary-schema)

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

      - [16.8.1. StreamHandler](https://python-all.ru/3.6/library/logging.handlers.html#streamhandler)
      - [16.8.2. FileHandler](https://python-all.ru/3.6/library/logging.handlers.html#filehandler)
      - [16.8.3. NullHandler](https://python-all.ru/3.6/library/logging.handlers.html#nullhandler)
      - [16.8.4. WatchedFileHandler](https://python-all.ru/3.6/library/logging.handlers.html#watchedfilehandler)
      - [16.8.5. BaseRotatingHandler](https://python-all.ru/3.6/library/logging.handlers.html#baserotatinghandler)
      - [16.8.6. RotatingFileHandler](https://python-all.ru/3.6/library/logging.handlers.html#rotatingfilehandler)
      - [16.8.7. TimedRotatingFileHandler](https://python-all.ru/3.6/library/logging.handlers.html#timedrotatingfilehandler)
      - [16.8.8. SocketHandler](https://python-all.ru/3.6/library/logging.handlers.html#sockethandler)
      - [16.8.9. DatagramHandler](https://python-all.ru/3.6/library/logging.handlers.html#datagramhandler)
      - [16.8.10. SysLogHandler](https://python-all.ru/3.6/library/logging.handlers.html#sysloghandler)
      - [16.8.11. NTEventLogHandler](https://python-all.ru/3.6/library/logging.handlers.html#nteventloghandler)
      - [16.8.12. SMTPHandler](https://python-all.ru/3.6/library/logging.handlers.html#smtphandler)
      - [16.8.13. MemoryHandler](https://python-all.ru/3.6/library/logging.handlers.html#memoryhandler)
      - [16.8.14. HTTPHandler](https://python-all.ru/3.6/library/logging.handlers.html#httphandler)
      - [16.8.15. QueueHandler](https://python-all.ru/3.6/library/logging.handlers.html#queuehandler)
      - [16.8.16. QueueListener](https://python-all.ru/3.6/library/logging.handlers.html#queuelistener)
    - [16.9. `getpass` – Portable password input](https://python-all.ru/3.6/library/getpass.html)
    - [16.10. `curses` – Terminal handling for character-cell displays](https://python-all.ru/3.6/library/curses.html)

      - [16.10.1. Functions](https://python-all.ru/3.6/library/curses.html#functions)
      - [16.10.2. Window Objects](https://python-all.ru/3.6/library/curses.html#window-objects)
      - [16.10.3. Constants](https://python-all.ru/3.6/library/curses.html#constants)
    - [16.11. `curses.textpad` – Text input widget for curses programs](https://python-all.ru/3.6/library/curses.html#module-curses.textpad)

      - [16.11.1. Textbox objects](https://python-all.ru/3.6/library/curses.html#textbox-objects)
    - [16.12. `curses.ascii` – Utilities for ASCII characters](https://python-all.ru/3.6/library/curses.ascii.html)
    - [16.13. `curses.panel` – A panel stack extension for curses](https://python-all.ru/3.6/library/curses.panel.html)

      - [16.13.1. Functions](https://python-all.ru/3.6/library/curses.panel.html#functions)
      - [16.13.2. Panel Objects](https://python-all.ru/3.6/library/curses.panel.html#panel-objects)
    - [16.14. `platform` – Access to underlying platform’s identifying data](https://python-all.ru/3.6/library/platform.html)

      - [16.14.1. Cross Platform](https://python-all.ru/3.6/library/platform.html#cross-platform)
      - [16.14.2. Java Platform](https://python-all.ru/3.6/library/platform.html#java-platform)
      - [16.14.3. Windows Platform](https://python-all.ru/3.6/library/platform.html#windows-platform)

        - [16.14.3.1. Win95/98 specific](https://python-all.ru/3.6/library/platform.html#win95-98-specific)
      - [16.14.4. Mac OS Platform](https://python-all.ru/3.6/library/platform.html#mac-os-platform)
      - [16.14.5. Unix Platforms](https://python-all.ru/3.6/library/platform.html#unix-platforms)
    - [16.15. `errno` – Standard errno system symbols](https://python-all.ru/3.6/library/errno.html)
    - [16.16. `ctypes` – A foreign function library for Python](https://python-all.ru/3.6/library/ctypes.html)

      - [16.16.1. ctypes tutorial](https://python-all.ru/3.6/library/ctypes.html#ctypes-tutorial)

        - [16.16.1.1. Loading dynamic link libraries](https://python-all.ru/3.6/library/ctypes.html#loading-dynamic-link-libraries)
        - [16.16.1.2. Accessing functions from loaded dlls](https://python-all.ru/3.6/library/ctypes.html#accessing-functions-from-loaded-dlls)
        - [16.16.1.3. Calling functions](https://python-all.ru/3.6/library/ctypes.html#calling-functions)
        - [16.16.1.4. Fundamental data types](https://python-all.ru/3.6/library/ctypes.html#fundamental-data-types)
        - [16.16.1.5. Вызов функций, продолжение](https://python-all.ru/3.6/library/ctypes.html#calling-functions-continued)
        - [16.16.1.6. Вызов функций с пользовательскими типами данных](https://python-all.ru/3.6/library/ctypes.html#calling-functions-with-your-own-custom-data-types)
        - [16.16.1.7. Указание типов обязательных аргументов (прототипы функций)](https://python-all.ru/3.6/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)
        - [16.16.1.8. Типы возвращаемых значений](https://python-all.ru/3.6/library/ctypes.html#return-types)
        - [16.16.1.9. Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.6/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)
        - [16.16.1.10. Структуры и объединения](https://python-all.ru/3.6/library/ctypes.html#structures-and-unions)
        - [16.16.1.11. Выравнивание структур и объединений и порядок байтов](https://python-all.ru/3.6/library/ctypes.html#structure-union-alignment-and-byte-order)
        - [16.16.1.12. Битовые поля в структурах и объединениях](https://python-all.ru/3.6/library/ctypes.html#bit-fields-in-structures-and-unions)
        - [16.16.1.13. Массивы](https://python-all.ru/3.6/library/ctypes.html#arrays)
        - [16.16.1.14. Указатели](https://python-all.ru/3.6/library/ctypes.html#pointers)
        - [16.16.1.15. Преобразования типов](https://python-all.ru/3.6/library/ctypes.html#type-conversions)
        - [16.16.1.16. Неполные типы](https://python-all.ru/3.6/library/ctypes.html#incomplete-types)
        - [16.16.1.17. Колбэк-функции](https://python-all.ru/3.6/library/ctypes.html#callback-functions)
        - [16.16.1.18. Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.6/library/ctypes.html#accessing-values-exported-from-dlls)
        - [16.16.1.19. Неожиданности](https://python-all.ru/3.6/library/ctypes.html#surprises)
        - [16.16.1.20. Типы данных переменного размера](https://python-all.ru/3.6/library/ctypes.html#variable-sized-data-types)
      - [16.16.2. Справочник по ctypes](https://python-all.ru/3.6/library/ctypes.html#ctypes-reference)

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

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

      - [17.1.1. Потоково-локальные данные](https://python-all.ru/3.6/library/threading.html#thread-local-data)
      - [17.1.2. Объекты потоков](https://python-all.ru/3.6/library/threading.html#thread-objects)
      - [17.1.3. Объекты блокировок](https://python-all.ru/3.6/library/threading.html#lock-objects)
      - [17.1.4. Объекты RLock](https://python-all.ru/3.6/library/threading.html#rlock-objects)
      - [17.1.5. Объекты Condition](https://python-all.ru/3.6/library/threading.html#condition-objects)
      - [17.1.6. Объекты Semaphore](https://python-all.ru/3.6/library/threading.html#semaphore-objects)

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

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

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

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

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

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

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

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

        - [17.2.3.1. Все методы запуска](https://python-all.ru/3.6/library/multiprocessing.html#all-start-methods)
        - [17.2.3.2. Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.6/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)
      - [17.2.4. Примеры](https://python-all.ru/3.6/library/multiprocessing.html#examples)
    - [17.3. Пакет `concurrent`](https://python-all.ru/3.6/library/concurrent.html)
    - [17.4. `concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.6/library/concurrent.futures.html)

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

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

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

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

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

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

        - [17.5.6.1. Замена обратных кавычек оболочки /bin/sh](https://python-all.ru/3.6/library/subprocess.html#replacing-bin-sh-shell-backquote)
        - [17.5.6.2. Замена конвейера оболочки](https://python-all.ru/3.6/library/subprocess.html#replacing-shell-pipeline)
        - [17.5.6.3. Замена `os.system()`](https://python-all.ru/3.6/library/subprocess.html#replacing-os-system)
        - [17.5.6.4. Замена семейства `os.spawn`](https://python-all.ru/3.6/library/subprocess.html#replacing-the-os-spawn-family)
        - [17.5.6.5. Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.6/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)
        - [17.5.6.6. Замена функций модуля `popen2`](https://python-all.ru/3.6/library/subprocess.html#replacing-functions-from-the-popen2-module)
      - [17.5.7. Устаревшие функции вызова оболочки](https://python-all.ru/3.6/library/subprocess.html#legacy-shell-invocation-functions)
      - [17.5.8. Примечания](https://python-all.ru/3.6/library/subprocess.html#notes)

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

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

      - [17.7.1. Объекты очереди](https://python-all.ru/3.6/library/queue.html#queue-objects)
    - [17.8. `dummy_threading` – Замена для модуля `threading`](https://python-all.ru/3.6/library/dummy_threading.html)
    - [17.9. `_thread` – Низкоуровневый API потоков](https://python-all.ru/3.6/library/_thread.html)
    - [17.10. `_dummy_thread` – Замена для модуля `_thread`](https://python-all.ru/3.6/library/_dummy_thread.html)
  - [18. Межпроцессное взаимодействие и сеть](https://python-all.ru/3.6/library/ipc.html)

    - [18.1. `socket` – Низкоуровневый сетевой интерфейс](https://python-all.ru/3.6/library/socket.html)

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

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

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

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

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

        - [18.2.1.1. Создание сокетов](https://python-all.ru/3.6/library/ssl.html#socket-creation)
        - [18.2.1.2. Создание контекста](https://python-all.ru/3.6/library/ssl.html#context-creation)
        - [18.2.1.3. Генерация случайных чисел](https://python-all.ru/3.6/library/ssl.html#random-generation)
        - [18.2.1.4. Обработка сертификатов](https://python-all.ru/3.6/library/ssl.html#certificate-handling)
        - [18.2.1.5. Константы](https://python-all.ru/3.6/library/ssl.html#constants)
      - [18.2.2. SSL-сокеты](https://python-all.ru/3.6/library/ssl.html#ssl-sockets)
      - [18.2.3. SSL-контексты](https://python-all.ru/3.6/library/ssl.html#ssl-contexts)
      - [18.2.4. Сертификаты](https://python-all.ru/3.6/library/ssl.html#certificates)

        - [18.2.4.1. Цепочки сертификатов](https://python-all.ru/3.6/library/ssl.html#certificate-chains)
        - [18.2.4.2. Сертификаты удостоверяющих центров](https://python-all.ru/3.6/library/ssl.html#ca-certificates)
        - [18.2.4.3. Совмещённый ключ и сертификат](https://python-all.ru/3.6/library/ssl.html#combined-key-and-certificate)
        - [18.2.4.4. Самоподписанные сертификаты](https://python-all.ru/3.6/library/ssl.html#self-signed-certificates)
      - [18.2.5. Примеры](https://python-all.ru/3.6/library/ssl.html#examples)

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

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

          - [18.2.9.2.1. Проверка сертификатов](https://python-all.ru/3.6/library/ssl.html#verifying-certificates)
          - [18.2.9.2.2. Версии протоколов](https://python-all.ru/3.6/library/ssl.html#protocol-versions)
          - [18.2.9.2.3. Выбор шифров](https://python-all.ru/3.6/library/ssl.html#cipher-selection)
        - [18.2.9.3. Мультипроцессорная обработка](https://python-all.ru/3.6/library/ssl.html#multi-processing)
      - [18.2.10. Поддержка LibreSSL](https://python-all.ru/3.6/library/ssl.html#libressl-support)
    - [18.3. `select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.6/library/select.html)

      - [18.3.1. Объекты опроса `/dev/poll`](https://python-all.ru/3.6/library/select.html#dev-poll-polling-objects)
      - [18.3.2. Объекты опроса по границе и уровню (epoll)](https://python-all.ru/3.6/library/select.html#edge-and-level-trigger-polling-epoll-objects)
      - [18.3.3. Объекты опроса](https://python-all.ru/3.6/library/select.html#polling-objects)
      - [18.3.4. Объекты Kqueue](https://python-all.ru/3.6/library/select.html#kqueue-objects)
      - [18.3.5. Объекты Kevent](https://python-all.ru/3.6/library/select.html#kevent-objects)
    - [18.4. `selectors` – Высокоуровневый мультиплексирование ввода-вывода](https://python-all.ru/3.6/library/selectors.html)

      - [18.4.1. Введение](https://python-all.ru/3.6/library/selectors.html#introduction)
      - [18.4.2. Классы](https://python-all.ru/3.6/library/selectors.html#classes)
      - [18.4.3. Примеры](https://python-all.ru/3.6/library/selectors.html#examples)
    - [18.5. `asyncio` – Асинхронный ввод-вывод, цикл событий, корутины и задачи](https://python-all.ru/3.6/library/asyncio.html)

      - [18.5.1. Базовый цикл событий](https://python-all.ru/3.6/library/asyncio-eventloop.html)

        - [18.5.1.1. Запуск цикла событий](https://python-all.ru/3.6/library/asyncio-eventloop.html#run-an-event-loop)
        - [18.5.1.2. Вызовы](https://python-all.ru/3.6/library/asyncio-eventloop.html#calls)
        - [18.5.1.3. Отложенные вызовы](https://python-all.ru/3.6/library/asyncio-eventloop.html#delayed-calls)
        - [18.5.1.4. Futures](https://python-all.ru/3.6/library/asyncio-eventloop.html#futures)
        - [18.5.1.5. Задачи](https://python-all.ru/3.6/library/asyncio-eventloop.html#tasks)
        - [18.5.1.6. Создание подключений](https://python-all.ru/3.6/library/asyncio-eventloop.html#creating-connections)
        - [18.5.1.7. Создание прослушивающих подключений](https://python-all.ru/3.6/library/asyncio-eventloop.html#creating-listening-connections)
        - [18.5.1.8. Наблюдение за файловыми дескрипторами](https://python-all.ru/3.6/library/asyncio-eventloop.html#watch-file-descriptors)
        - [18.5.1.9. Низкоуровневые операции с сокетами](https://python-all.ru/3.6/library/asyncio-eventloop.html#low-level-socket-operations)
        - [18.5.1.10. Разрешение имени хоста](https://python-all.ru/3.6/library/asyncio-eventloop.html#resolve-host-name)
        - [18.5.1.11. Подключение каналов](https://python-all.ru/3.6/library/asyncio-eventloop.html#connect-pipes)
        - [18.5.1.12. Сигналы UNIX](https://python-all.ru/3.6/library/asyncio-eventloop.html#unix-signals)
        - [18.5.1.13. Исполнитель](https://python-all.ru/3.6/library/asyncio-eventloop.html#executor)
        - [18.5.1.14. API обработки ошибок](https://python-all.ru/3.6/library/asyncio-eventloop.html#error-handling-api)
        - [18.5.1.15. Режим отладки](https://python-all.ru/3.6/library/asyncio-eventloop.html#debug-mode)
        - [18.5.1.16. Сервер](https://python-all.ru/3.6/library/asyncio-eventloop.html#server)
        - [18.5.1.17. Handle](https://python-all.ru/3.6/library/asyncio-eventloop.html#handle)
        - [18.5.1.18. Примеры циклов событий](https://python-all.ru/3.6/library/asyncio-eventloop.html#event-loop-examples)

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

        - [18.5.2.1. Функции цикла событий](https://python-all.ru/3.6/library/asyncio-eventloops.html#event-loop-functions)
        - [18.5.2.2. Доступные циклы событий](https://python-all.ru/3.6/library/asyncio-eventloops.html#available-event-loops)
        - [18.5.2.3. Поддержка платформ](https://python-all.ru/3.6/library/asyncio-eventloops.html#platform-support)

          - [18.5.2.3.1. Windows](https://python-all.ru/3.6/library/asyncio-eventloops.html#windows)
          - [18.5.2.3.2. Mac OS X](https://python-all.ru/3.6/library/asyncio-eventloops.html#mac-os-x)
        - [18.5.2.4. Политики цикла событий и политика по умолчанию](https://python-all.ru/3.6/library/asyncio-eventloops.html#event-loop-policies-and-the-default-policy)
        - [18.5.2.5. Интерфейс политики цикла событий](https://python-all.ru/3.6/library/asyncio-eventloops.html#event-loop-policy-interface)
        - [18.5.2.6. Доступ к глобальной политике цикла событий](https://python-all.ru/3.6/library/asyncio-eventloops.html#access-to-the-global-loop-policy)
        - [18.5.2.7. Настройка политики цикла событий](https://python-all.ru/3.6/library/asyncio-eventloops.html#customizing-the-event-loop-policy)
      - [18.5.3. Задачи и корутины](https://python-all.ru/3.6/library/asyncio-task.html)

        - [18.5.3.1. Корутины](https://python-all.ru/3.6/library/asyncio-task.html#coroutines)

          - [18.5.3.1.1. Пример: корутина «Hello World»](https://python-all.ru/3.6/library/asyncio-task.html#example-hello-world-coroutine)
          - [18.5.3.1.2. Пример: корутина, отображающая текущую дату](https://python-all.ru/3.6/library/asyncio-task.html#example-coroutine-displaying-the-current-date)
          - [18.5.3.1.3. Пример: цепочка корутин](https://python-all.ru/3.6/library/asyncio-task.html#example-chain-coroutines)
        - [18.5.3.2. InvalidStateError](https://python-all.ru/3.6/library/asyncio-task.html#invalidstateerror)
        - [18.5.3.3. TimeoutError](https://python-all.ru/3.6/library/asyncio-task.html#timeouterror)
        - [18.5.3.4. Future](https://python-all.ru/3.6/library/asyncio-task.html#future)

          - [18.5.3.4.1. Пример: Future с run\_until\_complete()](https://python-all.ru/3.6/library/asyncio-task.html#example-future-with-run-until-complete)
          - [18.5.3.4.2. Пример: Future с run\_forever()](https://python-all.ru/3.6/library/asyncio-task.html#example-future-with-run-forever)
        - [18.5.3.5. Задача](https://python-all.ru/3.6/library/asyncio-task.html#task)

          - [18.5.3.5.1. Пример: параллельное выполнение задач](https://python-all.ru/3.6/library/asyncio-task.html#example-parallel-execution-of-tasks)
        - [18.5.3.6. Функции задач](https://python-all.ru/3.6/library/asyncio-task.html#task-functions)
      - [18.5.4. Транспорты и протоколы (API на основе колбэков)](https://python-all.ru/3.6/library/asyncio-protocol.html)

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

          - [18.5.4.1.1. BaseTransport](https://python-all.ru/3.6/library/asyncio-protocol.html#basetransport)
          - [18.5.4.1.2. ReadTransport](https://python-all.ru/3.6/library/asyncio-protocol.html#readtransport)
          - [18.5.4.1.3. WriteTransport](https://python-all.ru/3.6/library/asyncio-protocol.html#writetransport)
          - [18.5.4.1.4. DatagramTransport](https://python-all.ru/3.6/library/asyncio-protocol.html#datagramtransport)
          - [18.5.4.1.5. BaseSubprocessTransport](https://python-all.ru/3.6/library/asyncio-protocol.html#basesubprocesstransport)
        - [18.5.4.2. Протоколы](https://python-all.ru/3.6/library/asyncio-protocol.html#protocols)

          - [18.5.4.2.1. Классы протоколов](https://python-all.ru/3.6/library/asyncio-protocol.html#protocol-classes)
          - [18.5.4.2.2. Колбэки соединения](https://python-all.ru/3.6/library/asyncio-protocol.html#connection-callbacks)
          - [18.5.4.2.3. Потоковые протоколы](https://python-all.ru/3.6/library/asyncio-protocol.html#streaming-protocols)
          - [18.5.4.2.4. Протоколы датаграмм](https://python-all.ru/3.6/library/asyncio-protocol.html#datagram-protocols)
          - [18.5.4.2.5. Колбэки управления потоком](https://python-all.ru/3.6/library/asyncio-protocol.html#flow-control-callbacks)
          - [18.5.4.2.6. Корутины и протоколы](https://python-all.ru/3.6/library/asyncio-protocol.html#coroutines-and-protocols)
        - [18.5.4.3. Примеры протоколов](https://python-all.ru/3.6/library/asyncio-protocol.html#protocol-examples)

          - [18.5.4.3.1. Протокол TCP-эхо-клиента](https://python-all.ru/3.6/library/asyncio-protocol.html#tcp-echo-client-protocol)
          - [18.5.4.3.2. Протокол TCP-эхо-сервера](https://python-all.ru/3.6/library/asyncio-protocol.html#tcp-echo-server-protocol)
          - [18.5.4.3.3. Протокол UDP-эхо-клиента](https://python-all.ru/3.6/library/asyncio-protocol.html#udp-echo-client-protocol)
          - [18.5.4.3.4. Протокол UDP-эхо-сервера](https://python-all.ru/3.6/library/asyncio-protocol.html#udp-echo-server-protocol)
          - [18.5.4.3.5. Регистрация открытого сокета для ожидания данных через протокол](https://python-all.ru/3.6/library/asyncio-protocol.html#register-an-open-socket-to-wait-for-data-using-a-protocol)
      - [18.5.5. Потоки данных (API на корутинах)](https://python-all.ru/3.6/library/asyncio-stream.html)

        - [18.5.5.1. Функции потоков данных](https://python-all.ru/3.6/library/asyncio-stream.html#stream-functions)
        - [18.5.5.2. StreamReader](https://python-all.ru/3.6/library/asyncio-stream.html#streamreader)
        - [18.5.5.3. StreamWriter](https://python-all.ru/3.6/library/asyncio-stream.html#streamwriter)
        - [18.5.5.4. StreamReaderProtocol](https://python-all.ru/3.6/library/asyncio-stream.html#streamreaderprotocol)
        - [18.5.5.5. IncompleteReadError](https://python-all.ru/3.6/library/asyncio-stream.html#incompletereaderror)
        - [18.5.5.6. LimitOverrunError](https://python-all.ru/3.6/library/asyncio-stream.html#limitoverrunerror)
        - [18.5.5.7. Примеры с потоками данных](https://python-all.ru/3.6/library/asyncio-stream.html#stream-examples)

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

        - [18.5.6.1. Цикл событий Windows](https://python-all.ru/3.6/library/asyncio-subprocess.html#windows-event-loop)
        - [18.5.6.2. Создание подпроцесса: высокоуровневый API с использованием процесса](https://python-all.ru/3.6/library/asyncio-subprocess.html#create-a-subprocess-high-level-api-using-process)
        - [18.5.6.3. Создание подпроцесса: низкоуровневый API с использованием subprocess.Popen](https://python-all.ru/3.6/library/asyncio-subprocess.html#create-a-subprocess-low-level-api-using-subprocess-popen)
        - [18.5.6.4. Константы](https://python-all.ru/3.6/library/asyncio-subprocess.html#constants)
        - [18.5.6.5. Процесс](https://python-all.ru/3.6/library/asyncio-subprocess.html#process)
        - [18.5.6.6. Подпроцессы и потоки](https://python-all.ru/3.6/library/asyncio-subprocess.html#subprocess-and-threads)
        - [18.5.6.7. Примеры с подпроцессами](https://python-all.ru/3.6/library/asyncio-subprocess.html#subprocess-examples)

          - [18.5.6.7.1. Подпроцесс с использованием транспорта и протокола](https://python-all.ru/3.6/library/asyncio-subprocess.html#subprocess-using-transport-and-protocol)
          - [18.5.6.7.2. Подпроцесс с использованием потоков данных](https://python-all.ru/3.6/library/asyncio-subprocess.html#subprocess-using-streams)
      - [18.5.7. Примитивы синхронизации](https://python-all.ru/3.6/library/asyncio-sync.html)

        - [18.5.7.1. Блокировки](https://python-all.ru/3.6/library/asyncio-sync.html#locks)

          - [18.5.7.1.1. Блокировка](https://python-all.ru/3.6/library/asyncio-sync.html#lock)
          - [18.5.7.1.2. Event](https://python-all.ru/3.6/library/asyncio-sync.html#event)
          - [18.5.7.1.3. Condition](https://python-all.ru/3.6/library/asyncio-sync.html#condition)
        - [18.5.7.2. Семафоры](https://python-all.ru/3.6/library/asyncio-sync.html#semaphores)

          - [18.5.7.2.1. Semaphore](https://python-all.ru/3.6/library/asyncio-sync.html#semaphore)
          - [18.5.7.2.2. BoundedSemaphore](https://python-all.ru/3.6/library/asyncio-sync.html#boundedsemaphore)
      - [18.5.8. Очереди](https://python-all.ru/3.6/library/asyncio-queue.html)

        - [18.5.8.1. Очередь](https://python-all.ru/3.6/library/asyncio-queue.html#queue)
        - [18.5.8.2. PriorityQueue](https://python-all.ru/3.6/library/asyncio-queue.html#priorityqueue)
        - [18.5.8.3. LifoQueue](https://python-all.ru/3.6/library/asyncio-queue.html#lifoqueue)

          - [18.5.8.3.1. Исключения](https://python-all.ru/3.6/library/asyncio-queue.html#exceptions)
      - [18.5.9. Разработка с asyncio](https://python-all.ru/3.6/library/asyncio-dev.html)

        - [18.5.9.1. Режим отладки asyncio](https://python-all.ru/3.6/library/asyncio-dev.html#debug-mode-of-asyncio)
        - [18.5.9.2. Отмена](https://python-all.ru/3.6/library/asyncio-dev.html#cancellation)
        - [18.5.9.3. Конкурентность и многопоточность](https://python-all.ru/3.6/library/asyncio-dev.html#concurrency-and-multithreading)
        - [18.5.9.4. Корректная обработка блокирующих функций](https://python-all.ru/3.6/library/asyncio-dev.html#handle-blocking-functions-correctly)
        - [18.5.9.5. Логирование](https://python-all.ru/3.6/library/asyncio-dev.html#logging)
        - [18.5.9.6. Обнаружение объектов корутин, которые никогда не были запланированы](https://python-all.ru/3.6/library/asyncio-dev.html#detect-coroutine-objects-never-scheduled)
        - [18.5.9.7. Обнаружение необработанных исключений](https://python-all.ru/3.6/library/asyncio-dev.html#detect-exceptions-never-consumed)
        - [18.5.9.8. Правильное связывание корутин](https://python-all.ru/3.6/library/asyncio-dev.html#chain-coroutines-correctly)
        - [18.5.9.9. Уничтожение ожидающих задач](https://python-all.ru/3.6/library/asyncio-dev.html#pending-task-destroyed)
        - [18.5.9.10. Закрытие транспортов и циклов событий](https://python-all.ru/3.6/library/asyncio-dev.html#close-transports-and-event-loops)
    - [18.6. `asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.6/library/asyncore.html)

      - [18.6.1. Пример asyncore: базовый HTTP-клиент](https://python-all.ru/3.6/library/asyncore.html#asyncore-example-basic-http-client)
      - [18.6.2. Пример asyncore: базовый эхо-сервер](https://python-all.ru/3.6/library/asyncore.html#asyncore-example-basic-echo-server)
    - [18.7. `asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.6/library/asynchat.html)

      - [18.7.1. Пример asynchat](https://python-all.ru/3.6/library/asynchat.html#asynchat-example)
    - [18.8. `signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.6/library/signal.html)

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

        - [18.8.1.1. Выполнение обработчиков сигналов Python](https://python-all.ru/3.6/library/signal.html#execution-of-python-signal-handlers)
        - [18.8.1.2. Сигналы и потоки](https://python-all.ru/3.6/library/signal.html#signals-and-threads)
      - [18.8.2. Содержимое модуля](https://python-all.ru/3.6/library/signal.html#module-contents)
      - [18.8.3. Пример](https://python-all.ru/3.6/library/signal.html#example)
    - [18.9. `mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.6/library/mmap.html)
  - [19. Обработка интернет-данных](https://python-all.ru/3.6/library/netdata.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [20.4.1. Уязвимости XML](https://python-all.ru/3.6/library/xml.html#xml-vulnerabilities)
      - [20.4.2. Пакеты `defusedxml` и `defusedexpat`](https://python-all.ru/3.6/library/xml.html#the-defusedxml-and-defusedexpat-packages)
    - [20.5. `xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.6/library/xml.etree.elementtree.html)

      - [20.5.1. Учебник](https://python-all.ru/3.6/library/xml.etree.elementtree.html#tutorial)

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

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

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

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

        - [20.6.2.1. Объекты DOMImplementation](https://python-all.ru/3.6/library/xml.dom.html#domimplementation-objects)
        - [20.6.2.2. Объекты Node](https://python-all.ru/3.6/library/xml.dom.html#node-objects)
        - [20.6.2.3. Объекты NodeList](https://python-all.ru/3.6/library/xml.dom.html#nodelist-objects)
        - [20.6.2.4. Объекты DocumentType](https://python-all.ru/3.6/library/xml.dom.html#documenttype-objects)
        - [20.6.2.5. Объекты Document](https://python-all.ru/3.6/library/xml.dom.html#document-objects)
        - [20.6.2.6. Объекты Element](https://python-all.ru/3.6/library/xml.dom.html#element-objects)
        - [20.6.2.7. Объекты Attr](https://python-all.ru/3.6/library/xml.dom.html#attr-objects)
        - [20.6.2.8. Объекты NamedNodeMap](https://python-all.ru/3.6/library/xml.dom.html#namednodemap-objects)
        - [20.6.2.9. Объекты Comment](https://python-all.ru/3.6/library/xml.dom.html#comment-objects)
        - [20.6.2.10. Объекты Text и CDATASection](https://python-all.ru/3.6/library/xml.dom.html#text-and-cdatasection-objects)
        - [20.6.2.11. Объекты ProcessingInstruction](https://python-all.ru/3.6/library/xml.dom.html#processinginstruction-objects)
        - [20.6.2.12. Исключения](https://python-all.ru/3.6/library/xml.dom.html#exceptions)
      - [20.6.3. Соответствие](https://python-all.ru/3.6/library/xml.dom.html#conformance)

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

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

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

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

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

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

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

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

      - [21.1.1. Объекты контроллера браузера](https://python-all.ru/3.6/library/webbrowser.html#browser-controller-objects)
    - [21.2. `cgi` – Поддержка общего шлюзового интерфейса (CGI)](https://python-all.ru/3.6/library/cgi.html)

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

      - [21.4.1. `wsgiref.util` – утилиты окружения WSGI](https://python-all.ru/3.6/library/wsgiref.html#module-wsgiref.util)
      - [21.4.2. `wsgiref.headers` – инструменты для заголовков ответов WSGI](https://python-all.ru/3.6/library/wsgiref.html#module-wsgiref.headers)
      - [21.4.3. `wsgiref.simple_server` – простой HTTP-сервер WSGI](https://python-all.ru/3.6/library/wsgiref.html#module-wsgiref.simple_server)
      - [21.4.4. `wsgiref.validate` – проверка соответствия WSGI](https://python-all.ru/3.6/library/wsgiref.html#module-wsgiref.validate)
      - [21.4.5. `wsgiref.handlers` – базовые классы сервера и шлюза](https://python-all.ru/3.6/library/wsgiref.html#module-wsgiref.handlers)
      - [21.4.6. Примеры](https://python-all.ru/3.6/library/wsgiref.html#examples)
    - [21.5. `urllib` – модули для работы с URL](https://python-all.ru/3.6/library/urllib.html)
    - [21.6. `urllib.request` – расширяемая библиотека для открытия URL](https://python-all.ru/3.6/library/urllib.request.html)

      - [21.6.1. Объекты Request](https://python-all.ru/3.6/library/urllib.request.html#request-objects)
      - [21.6.2. Объекты OpenerDirector](https://python-all.ru/3.6/library/urllib.request.html#openerdirector-objects)
      - [21.6.3. Объекты BaseHandler](https://python-all.ru/3.6/library/urllib.request.html#basehandler-objects)
      - [21.6.4. Объекты HTTPRedirectHandler](https://python-all.ru/3.6/library/urllib.request.html#httpredirecthandler-objects)
      - [21.6.5. Объекты HTTPCookieProcessor](https://python-all.ru/3.6/library/urllib.request.html#httpcookieprocessor-objects)
      - [21.6.6. Объекты ProxyHandler](https://python-all.ru/3.6/library/urllib.request.html#proxyhandler-objects)
      - [21.6.7. Объекты HTTPPasswordMgr](https://python-all.ru/3.6/library/urllib.request.html#httppasswordmgr-objects)
      - [21.6.8. Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.6/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)
      - [21.6.9. Объекты AbstractBasicAuthHandler](https://python-all.ru/3.6/library/urllib.request.html#abstractbasicauthhandler-objects)
      - [21.6.10. Объекты HTTPBasicAuthHandler](https://python-all.ru/3.6/library/urllib.request.html#httpbasicauthhandler-objects)
      - [21.6.11. Объекты ProxyBasicAuthHandler](https://python-all.ru/3.6/library/urllib.request.html#proxybasicauthhandler-objects)
      - [21.6.12. Объекты AbstractDigestAuthHandler](https://python-all.ru/3.6/library/urllib.request.html#abstractdigestauthhandler-objects)
      - [21.6.13. Объекты HTTPDigestAuthHandler](https://python-all.ru/3.6/library/urllib.request.html#httpdigestauthhandler-objects)
      - [21.6.14. Объекты ProxyDigestAuthHandler](https://python-all.ru/3.6/library/urllib.request.html#proxydigestauthhandler-objects)
      - [21.6.15. Объекты HTTPHandler](https://python-all.ru/3.6/library/urllib.request.html#httphandler-objects)
      - [21.6.16. Объекты HTTPSHandler](https://python-all.ru/3.6/library/urllib.request.html#httpshandler-objects)
      - [21.6.17. Объекты FileHandler](https://python-all.ru/3.6/library/urllib.request.html#filehandler-objects)
      - [21.6.18. Объекты DataHandler](https://python-all.ru/3.6/library/urllib.request.html#datahandler-objects)
      - [21.6.19. Объекты FTPHandler](https://python-all.ru/3.6/library/urllib.request.html#ftphandler-objects)
      - [21.6.20. Объекты CacheFTPHandler](https://python-all.ru/3.6/library/urllib.request.html#cacheftphandler-objects)
      - [21.6.21. Объекты UnknownHandler](https://python-all.ru/3.6/library/urllib.request.html#unknownhandler-objects)
      - [21.6.22. Объекты HTTPErrorProcessor](https://python-all.ru/3.6/library/urllib.request.html#httperrorprocessor-objects)
      - [21.6.23. Примеры](https://python-all.ru/3.6/library/urllib.request.html#examples)
      - [21.6.24. Устаревший интерфейс](https://python-all.ru/3.6/library/urllib.request.html#legacy-interface)
      - [21.6.25. `urllib.request` Ограничения](https://python-all.ru/3.6/library/urllib.request.html#urllib-request-restrictions)
    - [21.7. `urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.6/library/urllib.request.html#module-urllib.response)
    - [21.8. `urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.6/library/urllib.parse.html)

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

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

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

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

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

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

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

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

      - [21.17.1. Объекты SMTP](https://python-all.ru/3.6/library/smtplib.html#smtp-objects)
      - [21.17.2. Пример SMTP](https://python-all.ru/3.6/library/smtplib.html#smtp-example)
    - [21.18. `smtpd` – SMTP-сервер](https://python-all.ru/3.6/library/smtpd.html)

      - [21.18.1. Объекты SMTPServer](https://python-all.ru/3.6/library/smtpd.html#smtpserver-objects)
      - [21.18.2. Объекты DebuggingServer](https://python-all.ru/3.6/library/smtpd.html#debuggingserver-objects)
      - [21.18.3. Объекты PureProxy](https://python-all.ru/3.6/library/smtpd.html#pureproxy-objects)
      - [21.18.4. Объекты MailmanProxy](https://python-all.ru/3.6/library/smtpd.html#mailmanproxy-objects)
      - [21.18.5. Объекты SMTPChannel](https://python-all.ru/3.6/library/smtpd.html#smtpchannel-objects)
    - [21.19. `telnetlib` – Telnet-клиент](https://python-all.ru/3.6/library/telnetlib.html)

      - [21.19.1. Объекты Telnet](https://python-all.ru/3.6/library/telnetlib.html#telnet-objects)
      - [21.19.2. Пример Telnet](https://python-all.ru/3.6/library/telnetlib.html#telnet-example)
    - [21.20. `uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.6/library/uuid.html)

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

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

        - [21.21.4.1. `socketserver.TCPServer` Пример](https://python-all.ru/3.6/library/socketserver.html#socketserver-tcpserver-example)
        - [21.21.4.2. `socketserver.UDPServer` Пример](https://python-all.ru/3.6/library/socketserver.html#socketserver-udpserver-example)
        - [21.21.4.3. Асинхронные миксины](https://python-all.ru/3.6/library/socketserver.html#asynchronous-mixins)
    - [21.22. `http.server` – HTTP-серверы](https://python-all.ru/3.6/library/http.server.html)
    - [21.23. `http.cookies` – управление состоянием HTTP](https://python-all.ru/3.6/library/http.cookies.html)

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

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

      - [21.26.1. Объекты ServerProxy](https://python-all.ru/3.6/library/xmlrpc.client.html#serverproxy-objects)
      - [21.26.2. Объекты DateTime](https://python-all.ru/3.6/library/xmlrpc.client.html#datetime-objects)
      - [21.26.3. Объекты Binary](https://python-all.ru/3.6/library/xmlrpc.client.html#binary-objects)
      - [21.26.4. Объекты Fault](https://python-all.ru/3.6/library/xmlrpc.client.html#fault-objects)
      - [21.26.5. Объекты ProtocolError](https://python-all.ru/3.6/library/xmlrpc.client.html#protocolerror-objects)
      - [21.26.6. Объекты MultiCall](https://python-all.ru/3.6/library/xmlrpc.client.html#multicall-objects)
      - [21.26.7. Вспомогательные функции](https://python-all.ru/3.6/library/xmlrpc.client.html#convenience-functions)
      - [21.26.8. Пример использования клиента](https://python-all.ru/3.6/library/xmlrpc.client.html#example-of-client-usage)
      - [21.26.9. Пример использования клиента и сервера](https://python-all.ru/3.6/library/xmlrpc.client.html#example-of-client-and-server-usage)
    - [21.27. `xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.6/library/xmlrpc.server.html)

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

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

      - [21.28.1. Вспомогательные фабричные функции](https://python-all.ru/3.6/library/ipaddress.html#convenience-factory-functions)
      - [21.28.2. IP-адреса](https://python-all.ru/3.6/library/ipaddress.html#ip-addresses)

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

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

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

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

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

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

    - [22.1. `audioop` – Обработка сырых аудиоданных](https://python-all.ru/3.6/library/audioop.html)
    - [22.2. `aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.6/library/aifc.html)
    - [22.3. `sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.6/library/sunau.html)

      - [22.3.1. AU\_read Objects](https://python-all.ru/3.6/library/sunau.html#au-read-objects)
      - [22.3.2. AU\_write Objects](https://python-all.ru/3.6/library/sunau.html#au-write-objects)
    - [22.4. `wave` – Чтение и запись WAV-файлов](https://python-all.ru/3.6/library/wave.html)

      - [22.4.1. Wave\_read Objects](https://python-all.ru/3.6/library/wave.html#wave-read-objects)
      - [22.4.2. Wave\_write Objects](https://python-all.ru/3.6/library/wave.html#wave-write-objects)
    - [22.5. `chunk` – Чтение IFF-данных чанками](https://python-all.ru/3.6/library/chunk.html)
    - [22.6. `colorsys` – Преобразования между цветовыми системами](https://python-all.ru/3.6/library/colorsys.html)
    - [22.7. `imghdr` – Определение типа изображения](https://python-all.ru/3.6/library/imghdr.html)
    - [22.8. `sndhdr` – Определение типа звукового файла](https://python-all.ru/3.6/library/sndhdr.html)
    - [22.9. `ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.6/library/ossaudiodev.html)

      - [22.9.1. Объекты аудиоустройств](https://python-all.ru/3.6/library/ossaudiodev.html#audio-device-objects)
      - [22.9.2. Объекты микшера](https://python-all.ru/3.6/library/ossaudiodev.html#mixer-device-objects)
  - [23. Интернационализация](https://python-all.ru/3.6/library/i18n.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      - [25.1.1. Модули Tkinter](https://python-all.ru/3.6/library/tkinter.html#tkinter-modules)
      - [25.1.2. Tkinter Life Preserver](https://python-all.ru/3.6/library/tkinter.html#tkinter-life-preserver)

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

        - [25.1.6.1. Настройка параметров](https://python-all.ru/3.6/library/tkinter.html#setting-options)
        - [25.1.6.2. Упаковщик](https://python-all.ru/3.6/library/tkinter.html#the-packer)
        - [25.1.6.3. Параметры упаковщика](https://python-all.ru/3.6/library/tkinter.html#packer-options)
        - [25.1.6.4. Привязка переменных виджетов](https://python-all.ru/3.6/library/tkinter.html#coupling-widget-variables)
        - [25.1.6.5. Менеджер окон](https://python-all.ru/3.6/library/tkinter.html#the-window-manager)
        - [25.1.6.6. Типы данных параметров Tk](https://python-all.ru/3.6/library/tkinter.html#tk-option-data-types)
        - [25.1.6.7. Привязки и события](https://python-all.ru/3.6/library/tkinter.html#bindings-and-events)
        - [25.1.6.8. Параметр index](https://python-all.ru/3.6/library/tkinter.html#the-index-parameter)
        - [25.1.6.9. Изображения](https://python-all.ru/3.6/library/tkinter.html#images)
      - [25.1.7. Обработчики файлов](https://python-all.ru/3.6/library/tkinter.html#file-handlers)
    - [25.2. `tkinter.ttk` – Tk темизированные виджеты](https://python-all.ru/3.6/library/tkinter.ttk.html)

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

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

        - [25.2.4.1. Параметры](https://python-all.ru/3.6/library/tkinter.ttk.html#options)
        - [25.2.4.2. Виртуальные события](https://python-all.ru/3.6/library/tkinter.ttk.html#virtual-events)
        - [25.2.4.3. ttk.Combobox](https://python-all.ru/3.6/library/tkinter.ttk.html#ttk-combobox)
      - [25.2.5. Notebook](https://python-all.ru/3.6/library/tkinter.ttk.html#notebook)

        - [25.2.5.1. Параметры](https://python-all.ru/3.6/library/tkinter.ttk.html#id1)
        - [25.2.5.2. Параметры вкладок](https://python-all.ru/3.6/library/tkinter.ttk.html#tab-options)
        - [25.2.5.3. Идентификаторы вкладок](https://python-all.ru/3.6/library/tkinter.ttk.html#tab-identifiers)
        - [25.2.5.4. Виртуальные события](https://python-all.ru/3.6/library/tkinter.ttk.html#id2)
        - [25.2.5.5. ttk.Notebook](https://python-all.ru/3.6/library/tkinter.ttk.html#ttk-notebook)
      - [25.2.6. Progressbar](https://python-all.ru/3.6/library/tkinter.ttk.html#progressbar)

        - [25.2.6.1. Опции](https://python-all.ru/3.6/library/tkinter.ttk.html#id3)
        - [25.2.6.2. ttk.Progressbar](https://python-all.ru/3.6/library/tkinter.ttk.html#ttk-progressbar)
      - [25.2.7. Separator](https://python-all.ru/3.6/library/tkinter.ttk.html#separator)

        - [25.2.7.1. Опции](https://python-all.ru/3.6/library/tkinter.ttk.html#id4)
      - [25.2.8. Sizegrip](https://python-all.ru/3.6/library/tkinter.ttk.html#sizegrip)

        - [25.2.8.1. Замечания по платформам](https://python-all.ru/3.6/library/tkinter.ttk.html#platform-specific-notes)
        - [25.2.8.2. Ошибки](https://python-all.ru/3.6/library/tkinter.ttk.html#bugs)
      - [25.2.9. Treeview](https://python-all.ru/3.6/library/tkinter.ttk.html#treeview)

        - [25.2.9.1. Опции](https://python-all.ru/3.6/library/tkinter.ttk.html#id5)
        - [25.2.9.2. Опции элементов](https://python-all.ru/3.6/library/tkinter.ttk.html#item-options)
        - [25.2.9.3. Опции тегов](https://python-all.ru/3.6/library/tkinter.ttk.html#tag-options)
        - [25.2.9.4. Идентификаторы столбцов](https://python-all.ru/3.6/library/tkinter.ttk.html#column-identifiers)
        - [25.2.9.5. Виртуальные события](https://python-all.ru/3.6/library/tkinter.ttk.html#id6)
        - [25.2.9.6. ttk.Treeview](https://python-all.ru/3.6/library/tkinter.ttk.html#ttk-treeview)
      - [25.2.10. Стилизация ttk](https://python-all.ru/3.6/library/tkinter.ttk.html#ttk-styling)

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

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

        - [25.3.2.1. Базовые виджеты](https://python-all.ru/3.6/library/tkinter.tix.html#basic-widgets)
        - [25.3.2.2. Выбор файлов](https://python-all.ru/3.6/library/tkinter.tix.html#file-selectors)
        - [25.3.2.3. Иерархический список](https://python-all.ru/3.6/library/tkinter.tix.html#hierarchical-listbox)
        - [25.3.2.4. Табличный список](https://python-all.ru/3.6/library/tkinter.tix.html#tabular-listbox)
        - [25.3.2.5. Виджеты-менеджеры](https://python-all.ru/3.6/library/tkinter.tix.html#manager-widgets)
        - [25.3.2.6. Типы изображений](https://python-all.ru/3.6/library/tkinter.tix.html#image-types)
        - [25.3.2.7. Прочие виджеты](https://python-all.ru/3.6/library/tkinter.tix.html#miscellaneous-widgets)
        - [25.3.2.8. Менеджер геометрии Form](https://python-all.ru/3.6/library/tkinter.tix.html#form-geometry-manager)
      - [25.3.3. Команды Tix](https://python-all.ru/3.6/library/tkinter.tix.html#tix-commands)
    - [25.4. `tkinter.scrolledtext` – Scrolled Text Widget](https://python-all.ru/3.6/library/tkinter.scrolledtext.html)
    - [25.5. IDLE](https://python-all.ru/3.6/library/idle.html)

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

        - [25.5.1.1. Меню «Файл» (Shell и редактор)](https://python-all.ru/3.6/library/idle.html#file-menu-shell-and-editor)
        - [25.5.1.2. Меню «Правка» (Shell и редактор)](https://python-all.ru/3.6/library/idle.html#edit-menu-shell-and-editor)
        - [25.5.1.3. Меню «Формат» (только в окне редактора)](https://python-all.ru/3.6/library/idle.html#format-menu-editor-window-only)
        - [25.5.1.4. Меню «Выполнить» (только в окне редактора)](https://python-all.ru/3.6/library/idle.html#run-menu-editor-window-only)
        - [25.5.1.5. Меню «Shell» (только в окне Shell)](https://python-all.ru/3.6/library/idle.html#shell-menu-shell-window-only)
        - [25.5.1.6. Меню «Отладка» (только в окне Shell)](https://python-all.ru/3.6/library/idle.html#debug-menu-shell-window-only)
        - [25.5.1.7. Меню «Параметры» (Shell и редактор)](https://python-all.ru/3.6/library/idle.html#options-menu-shell-and-editor)
        - [25.5.1.8. Меню «Окно» (Shell и редактор)](https://python-all.ru/3.6/library/idle.html#window-menu-shell-and-editor)
        - [25.5.1.9. Меню «Справка» (Shell и редактор)](https://python-all.ru/3.6/library/idle.html#help-menu-shell-and-editor)
        - [25.5.1.10. Контекстные меню](https://python-all.ru/3.6/library/idle.html#context-menus)
      - [25.5.2. Редактирование и навигация](https://python-all.ru/3.6/library/idle.html#editing-and-navigation)

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

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

        - [25.5.4.1. Источники справки](https://python-all.ru/3.6/library/idle.html#help-sources)
        - [25.5.4.2. Настройка параметров](https://python-all.ru/3.6/library/idle.html#setting-preferences)
        - [25.5.4.3. IDLE в macOS](https://python-all.ru/3.6/library/idle.html#idle-on-macos)
        - [25.5.4.4. Расширения](https://python-all.ru/3.6/library/idle.html#extensions)
    - [25.6. Другие пакеты графического интерфейса пользователя](https://python-all.ru/3.6/library/othergui.html)
  - [26. Инструменты разработки](https://python-all.ru/3.6/library/development.html)

    - [26.1. `typing` – Поддержка подсказок типов](https://python-all.ru/3.6/library/typing.html)

      - [26.1.1. Псевдонимы типов](https://python-all.ru/3.6/library/typing.html#type-aliases)
      - [26.1.2. NewType](https://python-all.ru/3.6/library/typing.html#newtype)
      - [26.1.3. Callable](https://python-all.ru/3.6/library/typing.html#callable)
      - [26.1.4. Дженерики](https://python-all.ru/3.6/library/typing.html#generics)
      - [26.1.5. Пользовательские дженерик-типы](https://python-all.ru/3.6/library/typing.html#user-defined-generic-types)
      - [26.1.6. Тип `Any`](https://python-all.ru/3.6/library/typing.html#the-any-type)
      - [26.1.7. Классы, функции и декораторы](https://python-all.ru/3.6/library/typing.html#classes-functions-and-decorators)
    - [26.2. `pydoc` – Генератор документации и встроенная справочная система](https://python-all.ru/3.6/library/pydoc.html)
    - [26.3. `doctest` – Тестирование интерактивных примеров Python](https://python-all.ru/3.6/library/doctest.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

        - [26.5.5.1. sentinel](https://python-all.ru/3.6/library/unittest.mock.html#sentinel)
        - [26.5.5.2. DEFAULT](https://python-all.ru/3.6/library/unittest.mock.html#default)
        - [26.5.5.3. call](https://python-all.ru/3.6/library/unittest.mock.html#call)
        - [26.5.5.4. create\_autospec](https://python-all.ru/3.6/library/unittest.mock.html#create-autospec)
        - [26.5.5.5. ANY](https://python-all.ru/3.6/library/unittest.mock.html#any)
        - [26.5.5.6. FILTER\_DIR](https://python-all.ru/3.6/library/unittest.mock.html#filter-dir)
        - [26.5.5.7. mock\_open](https://python-all.ru/3.6/library/unittest.mock.html#mock-open)
        - [26.5.5.8. Autospeccing](https://python-all.ru/3.6/library/unittest.mock.html#autospeccing)
    - [26.6. `unittest.mock` – начало работы](https://python-all.ru/3.6/library/unittest.mock-examples.html)

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

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

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

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

      - [26.8.1. Написание модульных тестов для пакета `test`](https://python-all.ru/3.6/library/test.html#writing-unit-tests-for-the-test-package)
      - [26.8.2. Запуск тестов через интерфейс командной строки](https://python-all.ru/3.6/library/test.html#running-tests-using-the-command-line-interface)
    - [26.9. `test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.6/library/test.html#module-test.support)
  - [27. Отладка и профилирование](https://python-all.ru/3.6/library/debug.html)

    - [27.1. `bdb` – Фреймворк отладчика](https://python-all.ru/3.6/library/bdb.html)
    - [27.2. `faulthandler` – Дамп трассировки Python](https://python-all.ru/3.6/library/faulthandler.html)

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

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

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

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

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

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

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

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

        - [27.7.2.1. Функции](https://python-all.ru/3.6/library/tracemalloc.html#functions)
        - [27.7.2.2. DomainFilter](https://python-all.ru/3.6/library/tracemalloc.html#domainfilter)
        - [27.7.2.3. Filter](https://python-all.ru/3.6/library/tracemalloc.html#filter)
        - [27.7.2.4. Frame](https://python-all.ru/3.6/library/tracemalloc.html#frame)
        - [27.7.2.5. Snapshot](https://python-all.ru/3.6/library/tracemalloc.html#snapshot)
        - [27.7.2.6. Statistic](https://python-all.ru/3.6/library/tracemalloc.html#statistic)
        - [27.7.2.7. StatisticDiff](https://python-all.ru/3.6/library/tracemalloc.html#statisticdiff)
        - [27.7.2.8. Trace](https://python-all.ru/3.6/library/tracemalloc.html#trace)
        - [27.7.2.9. Traceback](https://python-all.ru/3.6/library/tracemalloc.html#traceback)
  - [28. Упаковка и распространение программного обеспечения](https://python-all.ru/3.6/library/distribution.html)

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

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

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

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

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

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

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

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

        - [29.5.2.1. Фильтры предупреждений по умолчанию](https://python-all.ru/3.6/library/warnings.html#default-warning-filters)
      - [29.5.3. Временное подавление предупреждений](https://python-all.ru/3.6/library/warnings.html#temporarily-suppressing-warnings)
      - [29.5.4. Тестирование предупреждений](https://python-all.ru/3.6/library/warnings.html#testing-warnings)
      - [29.5.5. Обновление кода для новых версий Python](https://python-all.ru/3.6/library/warnings.html#updating-code-for-new-versions-of-python)
      - [29.5.6. Доступные функции](https://python-all.ru/3.6/library/warnings.html#available-functions)
      - [29.5.7. Доступные менеджеры контекста](https://python-all.ru/3.6/library/warnings.html#available-context-managers)
    - [29.6. `contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.6/library/contextlib.html)

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

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

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

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

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

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

      - [29.13.1. Конфигурация Readline](https://python-all.ru/3.6/library/site.html#readline-configuration)
      - [29.13.2. Содержимое модуля](https://python-all.ru/3.6/library/site.html#module-contents)
    - [29.14. `fpectl` – Управление исключениями с плавающей точкой](https://python-all.ru/3.6/library/fpectl.html)

      - [29.14.1. Пример](https://python-all.ru/3.6/library/fpectl.html#example)
      - [29.14.2. Ограничения и прочие замечания](https://python-all.ru/3.6/library/fpectl.html#limitations-and-other-considerations)
  - [30. Пользовательские интерпретаторы Python](https://python-all.ru/3.6/library/custominterp.html)

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

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

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

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

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

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

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

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

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

      - [32.2.1. Классы узлов](https://python-all.ru/3.6/library/ast.html#node-classes)
      - [32.2.2. Абстрактная грамматика](https://python-all.ru/3.6/library/ast.html#abstract-grammar)
      - [32.2.3. Вспомогательные функции `ast`](https://python-all.ru/3.6/library/ast.html#ast-helpers)
    - [32.3. `symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.6/library/symtable.html)

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

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

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

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

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

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

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

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

      - [33.1.1. Интерфейс форматировщика](https://python-all.ru/3.6/library/formatter.html#the-formatter-interface)
      - [33.1.2. Реализации форматировщиков](https://python-all.ru/3.6/library/formatter.html#formatter-implementations)
      - [33.1.3. Интерфейс записи](https://python-all.ru/3.6/library/formatter.html#the-writer-interface)
      - [33.1.4. Реализации записывающих объектов](https://python-all.ru/3.6/library/formatter.html#writer-implementations)
  - [34. Службы для MS Windows](https://python-all.ru/3.6/library/windows.html)

    - [34.1. `msilib` – Чтение и запись файлов установщика Microsoft](https://python-all.ru/3.6/library/msilib.html)

      - [34.1.1. Объекты базы данных](https://python-all.ru/3.6/library/msilib.html#database-objects)
      - [34.1.2. Объекты представлений](https://python-all.ru/3.6/library/msilib.html#view-objects)
      - [34.1.3. Объекты сводной информации](https://python-all.ru/3.6/library/msilib.html#summary-information-objects)
      - [34.1.4. Объекты записей](https://python-all.ru/3.6/library/msilib.html#record-objects)
      - [34.1.5. Ошибки](https://python-all.ru/3.6/library/msilib.html#errors)
      - [34.1.6. Объекты CAB](https://python-all.ru/3.6/library/msilib.html#cab-objects)
      - [34.1.7. Объекты каталогов](https://python-all.ru/3.6/library/msilib.html#directory-objects)
      - [34.1.8. Возможности](https://python-all.ru/3.6/library/msilib.html#features)
      - [34.1.9. Классы GUI](https://python-all.ru/3.6/library/msilib.html#gui-classes)
      - [34.1.10. Предварительно вычисленные таблицы](https://python-all.ru/3.6/library/msilib.html#precomputed-tables)
    - [34.2. `msvcrt` – Полезные процедуры из среды выполнения MS VC++](https://python-all.ru/3.6/library/msvcrt.html)

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

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

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

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

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

      - [35.1.1. Поддержка больших файлов](https://python-all.ru/3.6/library/posix.html#large-file-support)
      - [35.1.2. Примечательные возможности модуля](https://python-all.ru/3.6/library/posix.html#notable-module-contents)
    - [35.2. `pwd` – База данных паролей](https://python-all.ru/3.6/library/pwd.html)
    - [35.3. `spwd` – База данных теневых паролей](https://python-all.ru/3.6/library/spwd.html)
    - [35.4. `grp` – База данных групп](https://python-all.ru/3.6/library/grp.html)
    - [35.5. `crypt` – Функция проверки паролей Unix](https://python-all.ru/3.6/library/crypt.html)

      - [35.5.1. Методы хеширования](https://python-all.ru/3.6/library/crypt.html#hashing-methods)
      - [35.5.2. Атрибуты модуля](https://python-all.ru/3.6/library/crypt.html#module-attributes)
      - [35.5.3. Функции модуля](https://python-all.ru/3.6/library/crypt.html#module-functions)
      - [35.5.4. Примеры](https://python-all.ru/3.6/library/crypt.html#examples)
    - [35.6. `termios` – Управление терминалом в стиле POSIX](https://python-all.ru/3.6/library/termios.html)

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

      - [35.8.1. Пример](https://python-all.ru/3.6/library/pty.html#example)
    - [35.9. `fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.6/library/fcntl.html)
    - [35.10. `pipes` – Интерфейс к конвейерам оболочки](https://python-all.ru/3.6/library/pipes.html)

      - [35.10.1. Шаблонные объекты](https://python-all.ru/3.6/library/pipes.html#template-objects)
    - [35.11. `resource` – Информация об использовании ресурсов](https://python-all.ru/3.6/library/resource.html)

      - [35.11.1. Ограничения ресурсов](https://python-all.ru/3.6/library/resource.html#resource-limits)
      - [35.11.2. Использование ресурсов](https://python-all.ru/3.6/library/resource.html#resource-usage)
    - [35.12. `nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.6/library/nis.html)
    - [35.13. `syslog` – Библиотечные функции syslog в Unix](https://python-all.ru/3.6/library/syslog.html)

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

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

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

      - [36.1.1. Предыстория](https://python-all.ru/3.6/library/optparse.html#background)

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

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

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

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

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

        - [36.1.5.1. Добавление новых типов](https://python-all.ru/3.6/library/optparse.html#adding-new-types)
        - [36.1.5.2. Добавление новых действий](https://python-all.ru/3.6/library/optparse.html#adding-new-actions)
    - [36.2. `imp` – Доступ к внутренним механизмам import](https://python-all.ru/3.6/library/imp.html)

      - [36.2.1. Примеры](https://python-all.ru/3.6/library/imp.html#examples)
  - [37. Незадокументированные модули](https://python-all.ru/3.6/library/undoc.html)

    - [37.1. Платформозависимые модули](https://python-all.ru/3.6/library/undoc.html#platform-specific-modules)
- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.6/extending/index.html)

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

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

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

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

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

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

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

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

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

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

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

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

    - [Заголовочные файлы](https://python-all.ru/3.6/c-api/intro.html#include-files)
    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.6/c-api/intro.html#objects-types-and-reference-counts)

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

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

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

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

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

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

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

    - [Протокол объекта](https://python-all.ru/3.6/c-api/object.html)
    - [Протокол чисел](https://python-all.ru/3.6/c-api/number.html)
    - [Протокол последовательностей](https://python-all.ru/3.6/c-api/sequence.html)
    - [Протокол отображений](https://python-all.ru/3.6/c-api/mapping.html)
    - [Протокол итератора](https://python-all.ru/3.6/c-api/iter.html)
    - [Протокол буфера](https://python-all.ru/3.6/c-api/buffer.html)

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

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

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

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

      - [Объекты типов](https://python-all.ru/3.6/c-api/type.html)
      - [Объект `None`](https://python-all.ru/3.6/c-api/none.html)
    - [Числовые объекты](https://python-all.ru/3.6/c-api/concrete.html#numeric-objects)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - [Выделение объектов в куче](https://python-all.ru/3.6/c-api/allocation.html)
    - [Общие структуры объектов](https://python-all.ru/3.6/c-api/structures.html)
    - [Объекты типов](https://python-all.ru/3.6/c-api/typeobj.html)
    - [Структуры числовых объектов](https://python-all.ru/3.6/c-api/typeobj.html#number-object-structures)
    - [Структуры объектов отображений](https://python-all.ru/3.6/c-api/typeobj.html#mapping-object-structures)
    - [Структуры объектов последовательностей](https://python-all.ru/3.6/c-api/typeobj.html#sequence-object-structures)
    - [Структуры буферных объектов](https://python-all.ru/3.6/c-api/typeobj.html#buffer-object-structures)
    - [Структуры асинхронных объектов](https://python-all.ru/3.6/c-api/typeobj.html#async-object-structures)
    - [Поддержка циклической сборки мусора](https://python-all.ru/3.6/c-api/gcsupport.html)
  - [Версионирование API и ABI](https://python-all.ru/3.6/c-api/apiabiversion.html)
- [Распространение модулей Python](https://python-all.ru/3.6/distributing/index.html)

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

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

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

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

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

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

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

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

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

    - [Условная компиляция](https://python-all.ru/3.6/howto/cporting.html#conditional-compilation)
    - [Изменения в объектных API](https://python-all.ru/3.6/howto/cporting.html#changes-to-object-apis)

      - [Объединение str/unicode](https://python-all.ru/3.6/howto/cporting.html#str-unicode-unification)
      - [Объединение long/int](https://python-all.ru/3.6/howto/cporting.html#long-int-unification)
    - [Инициализация и состояние модулей](https://python-all.ru/3.6/howto/cporting.html#module-initialization-and-state)
    - [CObject заменён на Capsule](https://python-all.ru/3.6/howto/cporting.html#cobject-replaced-with-capsule)
    - [Другие опции](https://python-all.ru/3.6/howto/cporting.html#other-options)
  - [Программирование с curses на Python](https://python-all.ru/3.6/howto/curses.html)

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

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

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

    - [Аннотация](https://python-all.ru/3.6/howto/descriptor.html#abstract)
    - [Определение и введение](https://python-all.ru/3.6/howto/descriptor.html#definition-and-introduction)
    - [Протокол дескрипторов](https://python-all.ru/3.6/howto/descriptor.html#descriptor-protocol)
    - [Вызов дескрипторов](https://python-all.ru/3.6/howto/descriptor.html#invoking-descriptors)
    - [Пример дескриптора](https://python-all.ru/3.6/howto/descriptor.html#descriptor-example)
    - [Свойства](https://python-all.ru/3.6/howto/descriptor.html#properties)
    - [Функции и методы](https://python-all.ru/3.6/howto/descriptor.html#functions-and-methods)
    - [Статические методы и методы класса](https://python-all.ru/3.6/howto/descriptor.html#static-methods-and-class-methods)
  - [HOWTO по функциональному программированию](https://python-all.ru/3.6/howto/functional.html)

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

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

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

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

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

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

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

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

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

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

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

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

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

        - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.6/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)
      - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.6/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)
    - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.6/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)
    - [Использование ротации файлов](https://python-all.ru/3.6/howto/logging-cookbook.html#using-file-rotation)
    - [Использование альтернативных стилей форматирования](https://python-all.ru/3.6/howto/logging-cookbook.html#use-of-alternative-formatting-styles)
    - [Настройка `LogRecord`](https://python-all.ru/3.6/howto/logging-cookbook.html#customizing-logrecord)
    - [Наследование от QueueHandler – пример с ZeroMQ](https://python-all.ru/3.6/howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example)
    - [Наследование от QueueListener – пример с ZeroMQ](https://python-all.ru/3.6/howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example)
    - [Пример конфигурации на основе словаря](https://python-all.ru/3.6/howto/logging-cookbook.html#an-example-dictionary-based-configuration)
    - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.6/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)
    - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.6/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)
    - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.6/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)
    - [Реализация структурированного логирования](https://python-all.ru/3.6/howto/logging-cookbook.html#implementing-structured-logging)
    - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.6/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)
    - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.6/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        - [Преобразование между кодировками файлов](https://python-all.ru/3.6/howto/unicode.html#converting-between-file-encodings)
        - [Файлы в неизвестной кодировке](https://python-all.ru/3.6/howto/unicode.html#files-in-an-unknown-encoding)
      - [Ссылки](https://python-all.ru/3.6/howto/unicode.html#id3)
    - [Благодарности](https://python-all.ru/3.6/howto/unicode.html#acknowledgements)
  - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.6/howto/urllib2.html)

    - [Введение](https://python-all.ru/3.6/howto/urllib2.html#introduction)
    - [Получение URL-адресов](https://python-all.ru/3.6/howto/urllib2.html#fetching-urls)

      - [Данные](https://python-all.ru/3.6/howto/urllib2.html#data)
      - [Заголовки](https://python-all.ru/3.6/howto/urllib2.html#headers)
    - [Обработка исключений](https://python-all.ru/3.6/howto/urllib2.html#handling-exceptions)

      - \<[URLError](https://python-all.ru/3.6/howto/urllib2.html#urlerror)\>
      - [HTTPError](https://python-all.ru/3.6/howto/urllib2.html#httperror)

        - [Коды ошибок](https://python-all.ru/3.6/howto/urllib2.html#error-codes)
      - [Заключение](https://python-all.ru/3.6/howto/urllib2.html#wrapping-it-up)

        - [Номер 1](https://python-all.ru/3.6/howto/urllib2.html#number-1)
        - [Номер 2](https://python-all.ru/3.6/howto/urllib2.html#number-2)
    - [info и geturl](https://python-all.ru/3.6/howto/urllib2.html#info-and-geturl)
    - [Открыватели и обработчики](https://python-all.ru/3.6/howto/urllib2.html#openers-and-handlers)
    - [Базовая аутентификация](https://python-all.ru/3.6/howto/urllib2.html#id5)
    - [Прокси](https://python-all.ru/3.6/howto/urllib2.html#proxies)
    - [Сокеты и слои](https://python-all.ru/3.6/howto/urllib2.html#sockets-and-layers)
    - [Сноски](https://python-all.ru/3.6/howto/urllib2.html#footnotes)
  - [Учебное пособие по argparse](https://python-all.ru/3.6/howto/argparse.html)

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

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

      - [Конфликтующие опции](https://python-all.ru/3.6/howto/argparse.html#conflicting-options)
    - [Заключение](https://python-all.ru/3.6/howto/argparse.html#conclusion)
  - [Введение в модуль ipaddress](https://python-all.ru/3.6/howto/ipaddress.html)

    - [Создание объектов Address/Network/Interface](https://python-all.ru/3.6/howto/ipaddress.html#creating-address-network-interface-objects)

      - [Замечание о версиях IP](https://python-all.ru/3.6/howto/ipaddress.html#a-note-on-ip-versions)
      - [IP-адреса хостов](https://python-all.ru/3.6/howto/ipaddress.html#ip-host-addresses)
      - [Определение сетей](https://python-all.ru/3.6/howto/ipaddress.html#defining-networks)
      - [Интерфейсы хоста](https://python-all.ru/3.6/howto/ipaddress.html#host-interfaces)
    - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.6/howto/ipaddress.html#inspecting-address-network-interface-objects)
    - [Сети как списки адресов](https://python-all.ru/3.6/howto/ipaddress.html#networks-as-lists-of-addresses)
    - [Сравнения](https://python-all.ru/3.6/howto/ipaddress.html#comparisons)
    - [Использование IP-адресов с другими модулями](https://python-all.ru/3.6/howto/ipaddress.html#using-ip-addresses-with-other-modules)
    - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.6/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)
  - [Руководство по Argument Clinic](https://python-all.ru/3.6/howto/clinic.html)

    - [Цели Argument Clinic](https://python-all.ru/3.6/howto/clinic.html#the-goals-of-argument-clinic)
    - [Основные понятия и использование](https://python-all.ru/3.6/howto/clinic.html#basic-concepts-and-usage)
    - [Преобразование первой функции](https://python-all.ru/3.6/howto/clinic.html#converting-your-first-function)
    - [Продвинутые темы](https://python-all.ru/3.6/howto/clinic.html#advanced-topics)

      - [Символические значения по умолчанию](https://python-all.ru/3.6/howto/clinic.html#symbolic-default-values)
      - [Переименование C-функций и переменных, генерируемых Argument Clinic](https://python-all.ru/3.6/howto/clinic.html#renaming-the-c-functions-and-variables-generated-by-argument-clinic)
      - [Преобразование функций с использованием PyArg\_UnpackTuple](https://python-all.ru/3.6/howto/clinic.html#converting-functions-using-pyarg-unpacktuple)
      - [Необязательные группы](https://python-all.ru/3.6/howto/clinic.html#optional-groups)
      - [Использование настоящих преобразователей Argument Clinic вместо «устаревших преобразователей»](https://python-all.ru/3.6/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters)
      - [Py\_buffer](https://python-all.ru/3.6/howto/clinic.html#py-buffer)
      - [Продвинутые преобразователи](https://python-all.ru/3.6/howto/clinic.html#advanced-converters)
      - [Значения параметров по умолчанию](https://python-all.ru/3.6/howto/clinic.html#parameter-default-values)
      - [Значение по умолчанию `NULL`](https://python-all.ru/3.6/howto/clinic.html#the-null-default-value)
      - [Выражения, заданные как значения по умолчанию](https://python-all.ru/3.6/howto/clinic.html#expressions-specified-as-default-values)
      - [Использование преобразователя возвращаемого значения](https://python-all.ru/3.6/howto/clinic.html#using-a-return-converter)
      - [Клонирование существующих функций](https://python-all.ru/3.6/howto/clinic.html#cloning-existing-functions)
      - [Вызов кода Python](https://python-all.ru/3.6/howto/clinic.html#calling-python-code)
      - [Использование «self converter»](https://python-all.ru/3.6/howto/clinic.html#using-a-self-converter)
      - [Создание собственного конвертера](https://python-all.ru/3.6/howto/clinic.html#writing-a-custom-converter)
      - [Создание собственного конвертера возвращаемого значения](https://python-all.ru/3.6/howto/clinic.html#writing-a-custom-return-converter)
      - [METH\_O и METH\_NOARGS](https://python-all.ru/3.6/howto/clinic.html#meth-o-and-meth-noargs)
      - [Функции tp\_new и tp\_init](https://python-all.ru/3.6/howto/clinic.html#tp-new-and-tp-init-functions)
      - [Изменение и перенаправление вывода Clinic](https://python-all.ru/3.6/howto/clinic.html#changing-and-redirecting-clinic-s-output)
      - [Приём #ifdef](https://python-all.ru/3.6/howto/clinic.html#the-ifdef-trick)
      - [Использование Argument Clinic в файлах Python](https://python-all.ru/3.6/howto/clinic.html#using-argument-clinic-in-python-files)
  - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.6/howto/instrumentation.html)

    - [Включение статических маркеров](https://python-all.ru/3.6/howto/instrumentation.html#enabling-the-static-markers)
    - [Статические зонды DTrace](https://python-all.ru/3.6/howto/instrumentation.html#static-dtrace-probes)
    - [Статические маркеры SystemTap](https://python-all.ru/3.6/howto/instrumentation.html#static-systemtap-markers)
    - [Доступные статические маркеры](https://python-all.ru/3.6/howto/instrumentation.html#available-static-markers)
    - [Тэпсеты SystemTap](https://python-all.ru/3.6/howto/instrumentation.html#systemtap-tapsets)
    - [Примеры](https://python-all.ru/3.6/howto/instrumentation.html#examples)
- [Часто задаваемые вопросы по Python](https://python-all.ru/3.6/faq/index.html)

  - [Общие вопросы по Python](https://python-all.ru/3.6/faq/general.html)

    - [Общая информация](https://python-all.ru/3.6/faq/general.html#general-information)
    - [Python в реальном мире](https://python-all.ru/3.6/faq/general.html#python-in-the-real-world)
  - [Вопросы по программированию](https://python-all.ru/3.6/faq/programming.html)

    - [Общие вопросы](https://python-all.ru/3.6/faq/programming.html#general-questions)
    - [Ядро языка](https://python-all.ru/3.6/faq/programming.html#core-language)
    - [Числа и строки](https://python-all.ru/3.6/faq/programming.html#numbers-and-strings)
    - [Производительность](https://python-all.ru/3.6/faq/programming.html#performance)
    - [Последовательности (кортежи/списки)](https://python-all.ru/3.6/faq/programming.html#sequences-tuples-lists)
    - [Словари](https://python-all.ru/3.6/faq/programming.html#dictionaries)
    - [Объекты](https://python-all.ru/3.6/faq/programming.html#objects)
    - [Модули](https://python-all.ru/3.6/faq/programming.html#modules)
  - [Вопросы по дизайну и истории](https://python-all.ru/3.6/faq/design.html)

    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.6/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)
    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.6/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)
    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.6/faq/design.html#why-are-floating-point-calculations-so-inaccurate)
    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.6/faq/design.html#why-are-python-strings-immutable)
    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.6/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)
    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.6/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)
    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.6/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.6/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)
    - [Насколько быстры исключения?](https://python-all.ru/3.6/faq/design.html#how-fast-are-exceptions)
    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.6/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)
    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.6/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.6/faq/design.html#why-can-t-lambda-expressions-contain-statements)
    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.6/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)
    - [Как Python управляет памятью?](https://python-all.ru/3.6/faq/design.html#how-does-python-manage-memory)
    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.6/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)
    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.6/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)
    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.6/faq/design.html#why-are-there-separate-tuple-and-list-data-types)
    - [Как списки реализованы в CPython?](https://python-all.ru/3.6/faq/design.html#how-are-lists-implemented-in-cpython)
    - [Как словари реализованы в CPython?](https://python-all.ru/3.6/faq/design.html#how-are-dictionaries-implemented-in-cpython)
    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.6/faq/design.html#why-must-dictionary-keys-be-immutable)
    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.6/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)
    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.6/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)
    - [Почему нет goto?](https://python-all.ru/3.6/faq/design.html#why-is-there-no-goto)
    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.6/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)
    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.6/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)
    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.6/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)
    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.6/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)
  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.6/faq/library.html)

    - [Общие вопросы по библиотекам](https://python-all.ru/3.6/faq/library.html#general-library-questions)
    - [Типовые задачи](https://python-all.ru/3.6/faq/library.html#common-tasks)
    - [Потоки](https://python-all.ru/3.6/faq/library.html#threads)
    - [Ввод и вывод](https://python-all.ru/3.6/faq/library.html#input-and-output)
    - [Сетевое и интернет-программирование](https://python-all.ru/3.6/faq/library.html#network-internet-programming)
    - [Базы данных](https://python-all.ru/3.6/faq/library.html#databases)
    - [Математика и численные методы](https://python-all.ru/3.6/faq/library.html#mathematics-and-numerics)
  - [FAQ по расширению и встраиванию](https://python-all.ru/3.6/faq/extending.html)

    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.6/faq/extending.html#can-i-create-my-own-functions-in-c)
    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.6/faq/extending.html#id1)
    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.6/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)
    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.6/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)
    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.6/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)
    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.6/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)
    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.6/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)
    - [Как вызвать метод объекта из C?](https://python-all.ru/3.6/faq/extending.html#how-do-i-call-an-object-s-method-from-c)
    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.6/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.6/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)
    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.6/faq/extending.html#how-do-i-interface-to-c-objects-from-python)
    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.6/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)
    - [Как отлаживать расширение?](https://python-all.ru/3.6/faq/extending.html#how-do-i-debug-an-extension)
    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.6/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.6/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)
    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.6/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)
    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.6/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.6/faq/windows.html)

    - [Как запустить программу Python в Windows?](https://python-all.ru/3.6/faq/windows.html#how-do-i-run-a-python-program-under-windows)
    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.6/faq/windows.html#how-do-i-make-python-scripts-executable)
    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.6/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)
    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.6/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)
    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.6/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)
    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.6/faq/windows.html#how-can-i-embed-python-into-a-windows-application)
    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.6/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)
    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.6/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)
  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.6/faq/gui.html)

    - [Общие вопросы по GUI](https://python-all.ru/3.6/faq/gui.html#general-gui-questions)
    - [Какие существуют кроссплатформенные GUI-инструментарии для Python?](https://python-all.ru/3.6/faq/gui.html#what-platform-independent-gui-toolkits-exist-for-python)
    - [Какие существуют платформозависимые GUI-инструментарии для Python?](https://python-all.ru/3.6/faq/gui.html#what-platform-specific-gui-toolkits-exist-for-python)
    - [Вопросы по Tkinter](https://python-all.ru/3.6/faq/gui.html#tkinter-questions)
  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.6/faq/installed.html)

    - [Что такое Python?](https://python-all.ru/3.6/faq/installed.html#what-is-python)
    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.6/faq/installed.html#why-is-python-installed-on-my-machine)
    - [Можно ли удалить Python?](https://python-all.ru/3.6/faq/installed.html#can-i-delete-python)
- [Глоссарий](https://python-all.ru/3.6/glossary.html)
- [Об этих документах](https://python-all.ru/3.6/about.html)

  - [Участники документации Python](https://python-all.ru/3.6/about.html#contributors-to-the-python-documentation)
- [Работа с ошибками](https://python-all.ru/3.6/bugs.html)

  - [Ошибки в документации](https://python-all.ru/3.6/bugs.html#documentation-bugs)
  - [Использование трекера задач Python](https://python-all.ru/3.6/bugs.html#using-the-python-issue-tracker)
  - [Начало работы: участие в разработке Python](https://python-all.ru/3.6/bugs.html#getting-started-contributing-to-python-yourself)
- [Авторские права](https://python-all.ru/3.6/copyright.html)
- [История и лицензия](https://python-all.ru/3.6/license.html)

  - [История программного обеспечения](https://python-all.ru/3.6/license.html#history-of-the-software)
  - [Условия доступа и использования Python](https://python-all.ru/3.6/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)

    - [PSF LICENSE AGREEMENT FOR PYTHON 3.6.15](https://python-all.ru/3.6/license.html#psf-license-agreement-for-python-release)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.6/license.html#beopen-com-license-agreement-for-python-2-0)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.6/license.html#cnri-license-agreement-for-python-1-6-1)
    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.6/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)
  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.6/license.html#licenses-and-acknowledgements-for-incorporated-software)

    - [Вихрь Мерсенна](https://python-all.ru/3.6/license.html#mersenne-twister)
    - [Сокеты](https://python-all.ru/3.6/license.html#sockets)
    - [Управление исключениями с плавающей точкой](https://python-all.ru/3.6/license.html#floating-point-exception-control)
    - [Асинхронные службы сокетов](https://python-all.ru/3.6/license.html#asynchronous-socket-services)
    - [Управление cookie](https://python-all.ru/3.6/license.html#cookie-management)
    - [Трассировка выполнения](https://python-all.ru/3.6/license.html#execution-tracing)
    - [Функции UUencode и UUdecode](https://python-all.ru/3.6/license.html#uuencode-and-uudecode-functions)
    - [XML-вызовы удалённых процедур](https://python-all.ru/3.6/license.html#xml-remote-procedure-calls)
    - [test\_epoll](https://python-all.ru/3.6/license.html#test-epoll)
    - [Select kqueue](https://python-all.ru/3.6/license.html#select-kqueue)
    - [SipHash24](https://python-all.ru/3.6/license.html#siphash24)
    - [strtod and dtoa](https://python-all.ru/3.6/license.html#strtod-and-dtoa)
    - [OpenSSL](https://python-all.ru/3.6/license.html#openssl)
    - [expat](https://python-all.ru/3.6/license.html#expat)
    - [libffi](https://python-all.ru/3.6/license.html#libffi)
    - [zlib](https://python-all.ru/3.6/license.html#zlib)
    - [cfuhash](https://python-all.ru/3.6/license.html#cfuhash)
    - [libmpdec](https://python-all.ru/3.6/license.html#libmpdec)
