Документация Python неофициальный перевод

contents.md

6189 строк · 593.0 КБ · обычная страница · сырой текст · скачать

1> **Источник:** https://python-all.ru/3.11/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.11/whatsnew/index.html)1011  - [Что нового в Python 3.11](https://python-all.ru/3.11/whatsnew/3.11.html)1213    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.11.html#summary-release-highlights)14    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.11.html#new-features)1516      - [PEP 657: Точное указание местоположения ошибок в трассировках](https://python-all.ru/3.11/whatsnew/3.11.html#pep-657-fine-grained-error-locations-in-tracebacks)17      - [PEP 654: Группы исключений и `except*`](https://python-all.ru/3.11/whatsnew/3.11.html#pep-654-exception-groups-and-except)18      - [PEP 678: Исключения можно дополнять заметками](https://python-all.ru/3.11/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes)19      - [Улучшения программы запуска `py.exe` в Windows](https://python-all.ru/3.11/whatsnew/3.11.html#windows-py-exe-launcher-improvements)20    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.11/whatsnew/3.11.html#new-features-related-to-type-hints)2122      - [PEP 646: Вариативные дженерики](https://python-all.ru/3.11/whatsnew/3.11.html#pep-646-variadic-generics)23      - [PEP 655: Пометка отдельных `TypedDict` элементов как обязательных или необязательных](https://python-all.ru/3.11/whatsnew/3.11.html#pep-655-marking-individual-typeddict-items-as-required-or-not-required)24      - [PEP 673: тип `Self`](https://python-all.ru/3.11/whatsnew/3.11.html#pep-673-self-type)25      - [PEP 675: Тип произвольной литеральной строки](https://python-all.ru/3.11/whatsnew/3.11.html#pep-675-arbitrary-literal-string-type)26      - [PEP 681: Преобразования классов данных](https://python-all.ru/3.11/whatsnew/3.11.html#pep-681-data-class-transforms)27      - [PEP 563 может не стать будущим](https://python-all.ru/3.11/whatsnew/3.11.html#pep-563-may-not-be-the-future)28    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.11.html#other-language-changes)29    - [Прочие изменения реализации CPython](https://python-all.ru/3.11/whatsnew/3.11.html#other-cpython-implementation-changes)30    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.11.html#new-modules)31    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.11.html#improved-modules)3233      - [asyncio](https://python-all.ru/3.11/whatsnew/3.11.html#asyncio)34      - [contextlib](https://python-all.ru/3.11/whatsnew/3.11.html#contextlib)35      - [dataclasses](https://python-all.ru/3.11/whatsnew/3.11.html#dataclasses)36      - [datetime](https://python-all.ru/3.11/whatsnew/3.11.html#datetime)37      - [enum](https://python-all.ru/3.11/whatsnew/3.11.html#enum)38      - [fcntl](https://python-all.ru/3.11/whatsnew/3.11.html#fcntl)39      - [fractions](https://python-all.ru/3.11/whatsnew/3.11.html#fractions)40      - [functools](https://python-all.ru/3.11/whatsnew/3.11.html#functools)41      - [gzip](https://python-all.ru/3.11/whatsnew/3.11.html#gzip)42      - [hashlib](https://python-all.ru/3.11/whatsnew/3.11.html#hashlib)43      - [IDLE и idlelib](https://python-all.ru/3.11/whatsnew/3.11.html#whatsnew311-idle)44      - [inspect](https://python-all.ru/3.11/whatsnew/3.11.html#inspect)45      - [locale](https://python-all.ru/3.11/whatsnew/3.11.html#locale)46      - [logging](https://python-all.ru/3.11/whatsnew/3.11.html#logging)47      - [math](https://python-all.ru/3.11/whatsnew/3.11.html#math)48      - [оператор](https://python-all.ru/3.11/whatsnew/3.11.html#operator)49      - [os](https://python-all.ru/3.11/whatsnew/3.11.html#os)50      - [pathlib](https://python-all.ru/3.11/whatsnew/3.11.html#pathlib)51      - [re](https://python-all.ru/3.11/whatsnew/3.11.html#re)52      - [shutil](https://python-all.ru/3.11/whatsnew/3.11.html#shutil)53      - [сокет](https://python-all.ru/3.11/whatsnew/3.11.html#socket)54      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.11.html#sqlite3)55      - [строка](https://python-all.ru/3.11/whatsnew/3.11.html#string)56      - [sys](https://python-all.ru/3.11/whatsnew/3.11.html#sys)57      - [sysconfig](https://python-all.ru/3.11/whatsnew/3.11.html#sysconfig)58      - [tempfile](https://python-all.ru/3.11/whatsnew/3.11.html#tempfile)59      - [threading](https://python-all.ru/3.11/whatsnew/3.11.html#threading)60      - [time](https://python-all.ru/3.11/whatsnew/3.11.html#time)61      - [tkinter](https://python-all.ru/3.11/whatsnew/3.11.html#tkinter)62      - [traceback](https://python-all.ru/3.11/whatsnew/3.11.html#traceback)63      - [typing](https://python-all.ru/3.11/whatsnew/3.11.html#typing)64      - [unicodedata](https://python-all.ru/3.11/whatsnew/3.11.html#unicodedata)65      - [unittest](https://python-all.ru/3.11/whatsnew/3.11.html#unittest)66      - [venv](https://python-all.ru/3.11/whatsnew/3.11.html#venv)67      - [warnings](https://python-all.ru/3.11/whatsnew/3.11.html#warnings)68      - [zipfile](https://python-all.ru/3.11/whatsnew/3.11.html#zipfile)69    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.11.html#optimizations)70    - [Более быстрый CPython](https://python-all.ru/3.11/whatsnew/3.11.html#faster-cpython)7172      - [Более быстрый запуск](https://python-all.ru/3.11/whatsnew/3.11.html#faster-startup)7374        - [Замороженные импорты / Статические объекты кода](https://python-all.ru/3.11/whatsnew/3.11.html#frozen-imports-static-code-objects)75      - [Более быстрое выполнение](https://python-all.ru/3.11/whatsnew/3.11.html#faster-runtime)7677        - [Более дешёвые и ленивые фреймы Python](https://python-all.ru/3.11/whatsnew/3.11.html#cheaper-lazy-python-frames)78        - [Встраиваемые вызовы функций Python](https://python-all.ru/3.11/whatsnew/3.11.html#inlined-python-function-calls)79        - [PEP 659: Специализирующийся адаптивный интерпретатор](https://python-all.ru/3.11/whatsnew/3.11.html#pep-659-specializing-adaptive-interpreter)80      - [Разное](https://python-all.ru/3.11/whatsnew/3.11.html#misc)81      - [Часто задаваемые вопросы](https://python-all.ru/3.11/whatsnew/3.11.html#faq)8283        - [Как следует писать код, чтобы воспользоваться этими ускорениями?](https://python-all.ru/3.11/whatsnew/3.11.html#how-should-i-write-my-code-to-utilize-these-speedups)84        - [Будет ли CPython 3.11 потреблять больше памяти?](https://python-all.ru/3.11/whatsnew/3.11.html#will-cpython-3-11-use-more-memory)85        - [Я не вижу ускорений в своей рабочей нагрузке. Почему?](https://python-all.ru/3.11/whatsnew/3.11.html#i-don-t-see-any-speedups-in-my-workload-why)86        - [Есть ли JIT-компилятор?](https://python-all.ru/3.11/whatsnew/3.11.html#is-there-a-jit-compiler)87      - [Общие сведения](https://python-all.ru/3.11/whatsnew/3.11.html#about)88    - [Изменения байт-кода CPython](https://python-all.ru/3.11/whatsnew/3.11.html#cpython-bytecode-changes)8990      - [Новые опкоды](https://python-all.ru/3.11/whatsnew/3.11.html#new-opcodes)91      - [Заменённые опкоды](https://python-all.ru/3.11/whatsnew/3.11.html#replaced-opcodes)92      - [Изменённые/удалённые опкоды](https://python-all.ru/3.11/whatsnew/3.11.html#changed-removed-opcodes)93    - [Устарело](https://python-all.ru/3.11/whatsnew/3.11.html#deprecated)9495      - [Язык/Встроенные функции](https://python-all.ru/3.11/whatsnew/3.11.html#language-builtins)96      - [Модули](https://python-all.ru/3.11/whatsnew/3.11.html#modules)97      - [Стандартная библиотека](https://python-all.ru/3.11/whatsnew/3.11.html#standard-library)98    - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.11/whatsnew/3.11.html#pending-removal-in-python-3-12)99    - [Удалённое](https://python-all.ru/3.11/whatsnew/3.11.html#removed)100    - [Переход на Python 3.11](https://python-all.ru/3.11/whatsnew/3.11.html#porting-to-python-3-11)101    - [Изменения сборки](https://python-all.ru/3.11/whatsnew/3.11.html#build-changes)102    - [Изменения C API](https://python-all.ru/3.11/whatsnew/3.11.html#c-api-changes)103104      - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.11.html#whatsnew311-c-api-new-features)105      - [Переход на Python 3.11](https://python-all.ru/3.11/whatsnew/3.11.html#whatsnew311-c-api-porting)106      - [Устарело](https://python-all.ru/3.11/whatsnew/3.11.html#whatsnew311-c-api-deprecated)107      - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.11/whatsnew/3.11.html#whatsnew311-c-api-pending-removal)108      - [Удалённое](https://python-all.ru/3.11/whatsnew/3.11.html#whatsnew311-c-api-removed)109    - [Заметные изменения в 3.11.4](https://python-all.ru/3.11/whatsnew/3.11.html#notable-changes-in-3-11-4)110111      - [tarfile](https://python-all.ru/3.11/whatsnew/3.11.html#tarfile)112    - [Заметные изменения в 3.11.5](https://python-all.ru/3.11/whatsnew/3.11.html#notable-changes-in-3-11-5)113114      - [OpenSSL](https://python-all.ru/3.11/whatsnew/3.11.html#openssl)115    - [Заметные изменения в 3.11.10](https://python-all.ru/3.11/whatsnew/3.11.html#notable-changes-in-3-11-10)116117      - [ipaddress](https://python-all.ru/3.11/whatsnew/3.11.html#ipaddress)118      - [email](https://python-all.ru/3.11/whatsnew/3.11.html#email)119    - [Заметные изменения в 3.11.13](https://python-all.ru/3.11/whatsnew/3.11.html#notable-changes-in-3-11-13)120121      - [os.path](https://python-all.ru/3.11/whatsnew/3.11.html#os-path)122      - [tarfile](https://python-all.ru/3.11/whatsnew/3.11.html#id10)123  - [Что нового в Python 3.10](https://python-all.ru/3.11/whatsnew/3.10.html)124125    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.10.html#summary-release-highlights)126    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.10.html#new-features)127128      - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3.11/whatsnew/3.10.html#parenthesized-context-managers)129      - [Улучшенные сообщения об ошибках](https://python-all.ru/3.11/whatsnew/3.10.html#better-error-messages)130131        - [SyntaxErrors](https://python-all.ru/3.11/whatsnew/3.10.html#syntaxerrors)132        - [IndentationErrors](https://python-all.ru/3.11/whatsnew/3.10.html#indentationerrors)133        - [AttributeErrors](https://python-all.ru/3.11/whatsnew/3.10.html#attributeerrors)134        - [NameErrors](https://python-all.ru/3.11/whatsnew/3.10.html#nameerrors)135      - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3.11/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)136      - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3.11/whatsnew/3.10.html#pep-634-structural-pattern-matching)137138        - [Синтаксис и операции](https://python-all.ru/3.11/whatsnew/3.10.html#syntax-and-operations)139        - [Декларативный подход](https://python-all.ru/3.11/whatsnew/3.10.html#declarative-approach)140        - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3.11/whatsnew/3.10.html#simple-pattern-match-to-a-literal)141142          - [Поведение без символа подстановки](https://python-all.ru/3.11/whatsnew/3.10.html#behavior-without-the-wildcard)143        - [Шаблоны с литералом и переменной](https://python-all.ru/3.11/whatsnew/3.10.html#patterns-with-a-literal-and-variable)144        - [Шаблоны и классы](https://python-all.ru/3.11/whatsnew/3.10.html#patterns-and-classes)145146          - [Шаблоны с позиционными параметрами](https://python-all.ru/3.11/whatsnew/3.10.html#patterns-with-positional-parameters)147        - [Вложенные шаблоны](https://python-all.ru/3.11/whatsnew/3.10.html#nested-patterns)148        - [Сложные шаблоны и символ подстановки](https://python-all.ru/3.11/whatsnew/3.10.html#complex-patterns-and-the-wildcard)149        - [Ограничитель](https://python-all.ru/3.11/whatsnew/3.10.html#guard)150        - [Другие ключевые особенности](https://python-all.ru/3.11/whatsnew/3.10.html#other-key-features)151      - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3.11/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)152    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.11/whatsnew/3.10.html#new-features-related-to-type-hints)153154      - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3.11/whatsnew/3.10.html#pep-604-new-type-union-operator)155      - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3.11/whatsnew/3.10.html#pep-612-parameter-specification-variables)156      - [PEP 613: TypeAlias](https://python-all.ru/3.11/whatsnew/3.10.html#pep-613-typealias)157      - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3.11/whatsnew/3.10.html#pep-647-user-defined-type-guards)158    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.10.html#other-language-changes)159    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.10.html#new-modules)160    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.10.html#improved-modules)161162      - [asyncio](https://python-all.ru/3.11/whatsnew/3.10.html#asyncio)163      - [argparse](https://python-all.ru/3.11/whatsnew/3.10.html#argparse)164      - [array](https://python-all.ru/3.11/whatsnew/3.10.html#array)165      - [asynchat, asyncore, smtpd](https://python-all.ru/3.11/whatsnew/3.10.html#asynchat-asyncore-smtpd)166      - [base64](https://python-all.ru/3.11/whatsnew/3.10.html#base64)167      - [bdb](https://python-all.ru/3.11/whatsnew/3.10.html#bdb)168      - [bisect](https://python-all.ru/3.11/whatsnew/3.10.html#bisect)169      - [codecs](https://python-all.ru/3.11/whatsnew/3.10.html#codecs)170      - [collections.abc](https://python-all.ru/3.11/whatsnew/3.10.html#collections-abc)171      - [contextlib](https://python-all.ru/3.11/whatsnew/3.10.html#contextlib)172      - [curses](https://python-all.ru/3.11/whatsnew/3.10.html#curses)173      - [dataclasses](https://python-all.ru/3.11/whatsnew/3.10.html#dataclasses)174175        - [\_\_slots\_\_](https://python-all.ru/3.11/whatsnew/3.10.html#slots)176        - [Поля, задаваемые только по ключу](https://python-all.ru/3.11/whatsnew/3.10.html#keyword-only-fields)177      - [distutils](https://python-all.ru/3.11/whatsnew/3.10.html#distutils)178      - [doctest](https://python-all.ru/3.11/whatsnew/3.10.html#doctest)179      - [encodings](https://python-all.ru/3.11/whatsnew/3.10.html#encodings)180      - [enum](https://python-all.ru/3.11/whatsnew/3.10.html#enum)181      - [fileinput](https://python-all.ru/3.11/whatsnew/3.10.html#fileinput)182      - [faulthandler](https://python-all.ru/3.11/whatsnew/3.10.html#faulthandler)183      - [gc](https://python-all.ru/3.11/whatsnew/3.10.html#gc)184      - [glob](https://python-all.ru/3.11/whatsnew/3.10.html#glob)185      - [hashlib](https://python-all.ru/3.11/whatsnew/3.10.html#hashlib)186      - [hmac](https://python-all.ru/3.11/whatsnew/3.10.html#hmac)187      - [IDLE и idlelib](https://python-all.ru/3.11/whatsnew/3.10.html#idle-and-idlelib)188      - [importlib.metadata](https://python-all.ru/3.11/whatsnew/3.10.html#importlib-metadata)189      - [inspect](https://python-all.ru/3.11/whatsnew/3.10.html#inspect)190      - [itertools](https://python-all.ru/3.11/whatsnew/3.10.html#itertools)191      - [linecache](https://python-all.ru/3.11/whatsnew/3.10.html#linecache)192      - [os](https://python-all.ru/3.11/whatsnew/3.10.html#os)193      - [os.path](https://python-all.ru/3.11/whatsnew/3.10.html#os-path)194      - [pathlib](https://python-all.ru/3.11/whatsnew/3.10.html#pathlib)195      - [platform](https://python-all.ru/3.11/whatsnew/3.10.html#platform)196      - [pprint](https://python-all.ru/3.11/whatsnew/3.10.html#pprint)197      - [py\_compile](https://python-all.ru/3.11/whatsnew/3.10.html#py-compile)198      - [pyclbr](https://python-all.ru/3.11/whatsnew/3.10.html#pyclbr)199      - [shelve](https://python-all.ru/3.11/whatsnew/3.10.html#shelve)200      - [statistics](https://python-all.ru/3.11/whatsnew/3.10.html#statistics)201      - [site](https://python-all.ru/3.11/whatsnew/3.10.html#site)202      - [сокет](https://python-all.ru/3.11/whatsnew/3.10.html#socket)203      - [ssl](https://python-all.ru/3.11/whatsnew/3.10.html#ssl)204      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.10.html#sqlite3)205      - [sys](https://python-all.ru/3.11/whatsnew/3.10.html#sys)206      - [\_thread](https://python-all.ru/3.11/whatsnew/3.10.html#thread)207      - [threading](https://python-all.ru/3.11/whatsnew/3.10.html#threading)208      - [traceback](https://python-all.ru/3.11/whatsnew/3.10.html#traceback)209      - [типы](https://python-all.ru/3.11/whatsnew/3.10.html#types)210      - [typing](https://python-all.ru/3.11/whatsnew/3.10.html#typing)211      - [unittest](https://python-all.ru/3.11/whatsnew/3.10.html#unittest)212      - [urllib.parse](https://python-all.ru/3.11/whatsnew/3.10.html#urllib-parse)213      - [xml](https://python-all.ru/3.11/whatsnew/3.10.html#xml)214      - [zipimport](https://python-all.ru/3.11/whatsnew/3.10.html#zipimport)215    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.10.html#optimizations)216    - [Устарело](https://python-all.ru/3.11/whatsnew/3.10.html#deprecated)217    - [Удалённое](https://python-all.ru/3.11/whatsnew/3.10.html#removed)218    - [Перенос на Python 3.10](https://python-all.ru/3.11/whatsnew/3.10.html#porting-to-python-3-10)219220      - [Изменения в синтаксисе Python](https://python-all.ru/3.11/whatsnew/3.10.html#changes-in-the-python-syntax)221      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.10.html#changes-in-the-python-api)222      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.10.html#changes-in-the-c-api)223    - [Изменения байт-кода CPython](https://python-all.ru/3.11/whatsnew/3.10.html#cpython-bytecode-changes)224    - [Изменения сборки](https://python-all.ru/3.11/whatsnew/3.10.html#build-changes)225    - [Изменения C API](https://python-all.ru/3.11/whatsnew/3.10.html#c-api-changes)226227      - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3.11/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)228      - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.10.html#id1)229      - [Перенос на Python 3.10](https://python-all.ru/3.11/whatsnew/3.10.html#id2)230      - [Устарело](https://python-all.ru/3.11/whatsnew/3.10.html#id3)231      - [Удалённое](https://python-all.ru/3.11/whatsnew/3.10.html#id4)232    - [Важная функция безопасности в 3.10.7](https://python-all.ru/3.11/whatsnew/3.10.html#notable-security-feature-in-3-10-7)233    - [Важная функция безопасности в 3.10.8](https://python-all.ru/3.11/whatsnew/3.10.html#notable-security-feature-in-3-10-8)234    - [Важные изменения в 3.10.12](https://python-all.ru/3.11/whatsnew/3.10.html#notable-changes-in-3-10-12)235236      - [tarfile](https://python-all.ru/3.11/whatsnew/3.10.html#tarfile)237  - [Что нового в Python 3.9](https://python-all.ru/3.11/whatsnew/3.9.html)238239    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.9.html#summary-release-highlights)240    - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.11/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)241    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.9.html#new-features)242243      - [Операторы слияния и обновления словарей](https://python-all.ru/3.11/whatsnew/3.9.html#dictionary-merge-update-operators)244      - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3.11/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)245      - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3.11/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)246      - [Новый парсер](https://python-all.ru/3.11/whatsnew/3.9.html#new-parser)247    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.9.html#other-language-changes)248    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.9.html#new-modules)249250      - [zoneinfo](https://python-all.ru/3.11/whatsnew/3.9.html#zoneinfo)251      - [graphlib](https://python-all.ru/3.11/whatsnew/3.9.html#graphlib)252    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.9.html#improved-modules)253254      - [ast](https://python-all.ru/3.11/whatsnew/3.9.html#ast)255      - [asyncio](https://python-all.ru/3.11/whatsnew/3.9.html#asyncio)256      - [compileall](https://python-all.ru/3.11/whatsnew/3.9.html#compileall)257      - [concurrent.futures](https://python-all.ru/3.11/whatsnew/3.9.html#concurrent-futures)258      - [curses](https://python-all.ru/3.11/whatsnew/3.9.html#curses)259      - [datetime](https://python-all.ru/3.11/whatsnew/3.9.html#datetime)260      - [distutils](https://python-all.ru/3.11/whatsnew/3.9.html#distutils)261      - [fcntl](https://python-all.ru/3.11/whatsnew/3.9.html#fcntl)262      - [ftplib](https://python-all.ru/3.11/whatsnew/3.9.html#ftplib)263      - [gc](https://python-all.ru/3.11/whatsnew/3.9.html#gc)264      - [hashlib](https://python-all.ru/3.11/whatsnew/3.9.html#hashlib)265      - [http](https://python-all.ru/3.11/whatsnew/3.9.html#http)266      - [IDLE и idlelib](https://python-all.ru/3.11/whatsnew/3.9.html#idle-and-idlelib)267      - [imaplib](https://python-all.ru/3.11/whatsnew/3.9.html#imaplib)268      - [importlib](https://python-all.ru/3.11/whatsnew/3.9.html#importlib)269      - [inspect](https://python-all.ru/3.11/whatsnew/3.9.html#inspect)270      - [ipaddress](https://python-all.ru/3.11/whatsnew/3.9.html#ipaddress)271      - [math](https://python-all.ru/3.11/whatsnew/3.9.html#math)272      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.9.html#multiprocessing)273      - [nntplib](https://python-all.ru/3.11/whatsnew/3.9.html#nntplib)274      - [os](https://python-all.ru/3.11/whatsnew/3.9.html#os)275      - [pathlib](https://python-all.ru/3.11/whatsnew/3.9.html#pathlib)276      - [pdb](https://python-all.ru/3.11/whatsnew/3.9.html#pdb)277      - [poplib](https://python-all.ru/3.11/whatsnew/3.9.html#poplib)278      - [pprint](https://python-all.ru/3.11/whatsnew/3.9.html#pprint)279      - [pydoc](https://python-all.ru/3.11/whatsnew/3.9.html#pydoc)280      - [random](https://python-all.ru/3.11/whatsnew/3.9.html#random)281      - [signal](https://python-all.ru/3.11/whatsnew/3.9.html#signal)282      - [smtplib](https://python-all.ru/3.11/whatsnew/3.9.html#smtplib)283      - [сокет](https://python-all.ru/3.11/whatsnew/3.9.html#socket)284      - [time](https://python-all.ru/3.11/whatsnew/3.9.html#time)285      - [sys](https://python-all.ru/3.11/whatsnew/3.9.html#sys)286      - [tracemalloc](https://python-all.ru/3.11/whatsnew/3.9.html#tracemalloc)287      - [typing](https://python-all.ru/3.11/whatsnew/3.9.html#typing)288      - [unicodedata](https://python-all.ru/3.11/whatsnew/3.9.html#unicodedata)289      - [venv](https://python-all.ru/3.11/whatsnew/3.9.html#venv)290      - [xml](https://python-all.ru/3.11/whatsnew/3.9.html#xml)291    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.9.html#optimizations)292    - [Устарело](https://python-all.ru/3.11/whatsnew/3.9.html#deprecated)293    - [Удалённое](https://python-all.ru/3.11/whatsnew/3.9.html#removed)294    - [Перенос на Python 3.9](https://python-all.ru/3.11/whatsnew/3.9.html#porting-to-python-3-9)295296      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.9.html#changes-in-the-python-api)297      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.9.html#changes-in-the-c-api)298      - [Изменения байт-кода CPython](https://python-all.ru/3.11/whatsnew/3.9.html#cpython-bytecode-changes)299    - [Изменения сборки](https://python-all.ru/3.11/whatsnew/3.9.html#build-changes)300    - [Изменения C API](https://python-all.ru/3.11/whatsnew/3.9.html#c-api-changes)301302      - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.9.html#id1)303      - [Перенос на Python 3.9](https://python-all.ru/3.11/whatsnew/3.9.html#id2)304      - [Удалённое](https://python-all.ru/3.11/whatsnew/3.9.html#id3)305    - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.11/whatsnew/3.9.html#notable-changes-in-python-3-9-1)306307      - [typing](https://python-all.ru/3.11/whatsnew/3.9.html#id4)308      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.11/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)309    - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.11/whatsnew/3.9.html#notable-changes-in-python-3-9-2)310311      - [collections.abc](https://python-all.ru/3.11/whatsnew/3.9.html#collections-abc)312      - [urllib.parse](https://python-all.ru/3.11/whatsnew/3.9.html#urllib-parse)313    - [Заметные изменения в Python 3.9.3](https://python-all.ru/3.11/whatsnew/3.9.html#notable-changes-in-python-3-9-3)314    - [Заметные изменения в Python 3.9.5](https://python-all.ru/3.11/whatsnew/3.9.html#notable-changes-in-python-3-9-5)315316      - [urllib.parse](https://python-all.ru/3.11/whatsnew/3.9.html#id5)317    - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3.11/whatsnew/3.9.html#notable-security-feature-in-3-9-14)318    - [Заметные изменения в 3.9.17](https://python-all.ru/3.11/whatsnew/3.9.html#notable-changes-in-3-9-17)319320      - [tarfile](https://python-all.ru/3.11/whatsnew/3.9.html#tarfile)321  - [Что нового в Python 3.8](https://python-all.ru/3.11/whatsnew/3.8.html)322323    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.8.html#summary-release-highlights)324    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.8.html#new-features)325326      - [Присваивающие выражения](https://python-all.ru/3.11/whatsnew/3.8.html#assignment-expressions)327      - [Только позиционные параметры](https://python-all.ru/3.11/whatsnew/3.8.html#positional-only-parameters)328      - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.11/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)329      - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.11/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)330      - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.11/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)331      - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.11/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)332      - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.11/whatsnew/3.8.html#pep-587-python-initialization-configuration)333      - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.11/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)334      - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.11/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)335    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.8.html#other-language-changes)336    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.8.html#new-modules)337    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.8.html#improved-modules)338339      - [ast](https://python-all.ru/3.11/whatsnew/3.8.html#ast)340      - [asyncio](https://python-all.ru/3.11/whatsnew/3.8.html#asyncio)341      - [builtins](https://python-all.ru/3.11/whatsnew/3.8.html#builtins)342      - [collections](https://python-all.ru/3.11/whatsnew/3.8.html#collections)343      - [cProfile](https://python-all.ru/3.11/whatsnew/3.8.html#cprofile)344      - [csv](https://python-all.ru/3.11/whatsnew/3.8.html#csv)345      - [curses](https://python-all.ru/3.11/whatsnew/3.8.html#curses)346      - [ctypes](https://python-all.ru/3.11/whatsnew/3.8.html#ctypes)347      - [datetime](https://python-all.ru/3.11/whatsnew/3.8.html#datetime)348      - [functools](https://python-all.ru/3.11/whatsnew/3.8.html#functools)349      - [gc](https://python-all.ru/3.11/whatsnew/3.8.html#gc)350      - [gettext](https://python-all.ru/3.11/whatsnew/3.8.html#gettext)351      - [gzip](https://python-all.ru/3.11/whatsnew/3.8.html#gzip)352      - [IDLE и idlelib](https://python-all.ru/3.11/whatsnew/3.8.html#idle-and-idlelib)353      - [inspect](https://python-all.ru/3.11/whatsnew/3.8.html#inspect)354      - [io](https://python-all.ru/3.11/whatsnew/3.8.html#io)355      - [itertools](https://python-all.ru/3.11/whatsnew/3.8.html#itertools)356      - [json.tool](https://python-all.ru/3.11/whatsnew/3.8.html#json-tool)357      - [logging](https://python-all.ru/3.11/whatsnew/3.8.html#logging)358      - [math](https://python-all.ru/3.11/whatsnew/3.8.html#math)359      - [mmap](https://python-all.ru/3.11/whatsnew/3.8.html#mmap)360      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.8.html#multiprocessing)361      - [os](https://python-all.ru/3.11/whatsnew/3.8.html#os)362      - [os.path](https://python-all.ru/3.11/whatsnew/3.8.html#os-path)363      - [pathlib](https://python-all.ru/3.11/whatsnew/3.8.html#pathlib)364      - [pickle](https://python-all.ru/3.11/whatsnew/3.8.html#pickle)365      - [plistlib](https://python-all.ru/3.11/whatsnew/3.8.html#plistlib)366      - [pprint](https://python-all.ru/3.11/whatsnew/3.8.html#pprint)367      - [py\_compile](https://python-all.ru/3.11/whatsnew/3.8.html#py-compile)368      - [shlex](https://python-all.ru/3.11/whatsnew/3.8.html#shlex)369      - [shutil](https://python-all.ru/3.11/whatsnew/3.8.html#shutil)370      - [сокет](https://python-all.ru/3.11/whatsnew/3.8.html#socket)371      - [ssl](https://python-all.ru/3.11/whatsnew/3.8.html#ssl)372      - [statistics](https://python-all.ru/3.11/whatsnew/3.8.html#statistics)373      - [sys](https://python-all.ru/3.11/whatsnew/3.8.html#sys)374      - [tarfile](https://python-all.ru/3.11/whatsnew/3.8.html#tarfile)375      - [threading](https://python-all.ru/3.11/whatsnew/3.8.html#threading)376      - [tokenize](https://python-all.ru/3.11/whatsnew/3.8.html#tokenize)377      - [tkinter](https://python-all.ru/3.11/whatsnew/3.8.html#tkinter)378      - [time](https://python-all.ru/3.11/whatsnew/3.8.html#time)379      - [typing](https://python-all.ru/3.11/whatsnew/3.8.html#typing)380      - [unicodedata](https://python-all.ru/3.11/whatsnew/3.8.html#unicodedata)381      - [unittest](https://python-all.ru/3.11/whatsnew/3.8.html#unittest)382      - [venv](https://python-all.ru/3.11/whatsnew/3.8.html#venv)383      - [weakref](https://python-all.ru/3.11/whatsnew/3.8.html#weakref)384      - [xml](https://python-all.ru/3.11/whatsnew/3.8.html#xml)385      - [xmlrpc](https://python-all.ru/3.11/whatsnew/3.8.html#xmlrpc)386    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.8.html#optimizations)387    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.8.html#build-and-c-api-changes)388    - [Устарело](https://python-all.ru/3.11/whatsnew/3.8.html#deprecated)389    - [Удаление API и возможностей](https://python-all.ru/3.11/whatsnew/3.8.html#api-and-feature-removals)390    - [Перенос на Python 3.8](https://python-all.ru/3.11/whatsnew/3.8.html#porting-to-python-3-8)391392      - [Изменения в поведении Python](https://python-all.ru/3.11/whatsnew/3.8.html#changes-in-python-behavior)393      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.8.html#changes-in-the-python-api)394      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.8.html#changes-in-the-c-api)395      - [Изменения байт-кода CPython](https://python-all.ru/3.11/whatsnew/3.8.html#cpython-bytecode-changes)396      - [Демонстрации и инструменты](https://python-all.ru/3.11/whatsnew/3.8.html#demos-and-tools)397    - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-1)398    - [Заметные изменения в Python 3.8.2](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-2)399    - [Заметные изменения в Python 3.8.3](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-3)400    - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-8)401    - [Заметные изменения в Python 3.8.9](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-9)402    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-10)403404      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.11/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)405    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.11/whatsnew/3.8.html#id1)406407      - [urllib.parse](https://python-all.ru/3.11/whatsnew/3.8.html#urllib-parse)408    - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-python-3-8-12)409410      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.8.html#id2)411    - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3.11/whatsnew/3.8.html#notable-security-feature-in-3-8-14)412    - [Заметные изменения в 3.8.17](https://python-all.ru/3.11/whatsnew/3.8.html#notable-changes-in-3-8-17)413414      - [tarfile](https://python-all.ru/3.11/whatsnew/3.8.html#id3)415  - [Что нового в Python 3.7](https://python-all.ru/3.11/whatsnew/3.7.html)416417    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.7.html#summary-release-highlights)418    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.7.html#new-features)419420      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.11/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)421      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.11/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)422      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.11/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)423      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.11/whatsnew/3.7.html#pep-553-built-in-breakpoint)424      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.11/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)425      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.11/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)426      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.11/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)427      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.11/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)428      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.11/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)429      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.11/whatsnew/3.7.html#pep-552-hash-based-pyc-files)430      - [PEP 545: Переводы документации Python](https://python-all.ru/3.11/whatsnew/3.7.html#pep-545-python-documentation-translations)431      - [Режим разработки Python (-X dev)](https://python-all.ru/3.11/whatsnew/3.7.html#python-development-mode-x-dev)432    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.7.html#other-language-changes)433    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.7.html#new-modules)434435      - [contextvars](https://python-all.ru/3.11/whatsnew/3.7.html#contextvars)436      - [dataclasses](https://python-all.ru/3.11/whatsnew/3.7.html#dataclasses)437      - [importlib.resources](https://python-all.ru/3.11/whatsnew/3.7.html#importlib-resources)438    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.7.html#improved-modules)439440      - [argparse](https://python-all.ru/3.11/whatsnew/3.7.html#argparse)441      - [asyncio](https://python-all.ru/3.11/whatsnew/3.7.html#asyncio)442      - [binascii](https://python-all.ru/3.11/whatsnew/3.7.html#binascii)443      - [calendar](https://python-all.ru/3.11/whatsnew/3.7.html#calendar)444      - [collections](https://python-all.ru/3.11/whatsnew/3.7.html#collections)445      - [compileall](https://python-all.ru/3.11/whatsnew/3.7.html#compileall)446      - [concurrent.futures](https://python-all.ru/3.11/whatsnew/3.7.html#concurrent-futures)447      - [contextlib](https://python-all.ru/3.11/whatsnew/3.7.html#contextlib)448      - [cProfile](https://python-all.ru/3.11/whatsnew/3.7.html#cprofile)449      - [crypt](https://python-all.ru/3.11/whatsnew/3.7.html#crypt)450      - [datetime](https://python-all.ru/3.11/whatsnew/3.7.html#datetime)451      - [dbm](https://python-all.ru/3.11/whatsnew/3.7.html#dbm)452      - [decimal](https://python-all.ru/3.11/whatsnew/3.7.html#decimal)453      - [dis](https://python-all.ru/3.11/whatsnew/3.7.html#dis)454      - [distutils](https://python-all.ru/3.11/whatsnew/3.7.html#distutils)455      - [enum](https://python-all.ru/3.11/whatsnew/3.7.html#enum)456      - [functools](https://python-all.ru/3.11/whatsnew/3.7.html#functools)457      - [gc](https://python-all.ru/3.11/whatsnew/3.7.html#gc)458      - [hmac](https://python-all.ru/3.11/whatsnew/3.7.html#hmac)459      - [http.client](https://python-all.ru/3.11/whatsnew/3.7.html#http-client)460      - [http.server](https://python-all.ru/3.11/whatsnew/3.7.html#http-server)461      - [idlelib и IDLE](https://python-all.ru/3.11/whatsnew/3.7.html#idlelib-and-idle)462      - [importlib](https://python-all.ru/3.11/whatsnew/3.7.html#importlib)463      - [io](https://python-all.ru/3.11/whatsnew/3.7.html#io)464      - [ipaddress](https://python-all.ru/3.11/whatsnew/3.7.html#ipaddress)465      - [itertools](https://python-all.ru/3.11/whatsnew/3.7.html#itertools)466      - [locale](https://python-all.ru/3.11/whatsnew/3.7.html#locale)467      - [logging](https://python-all.ru/3.11/whatsnew/3.7.html#logging)468      - [math](https://python-all.ru/3.11/whatsnew/3.7.html#math)469      - [mimetypes](https://python-all.ru/3.11/whatsnew/3.7.html#mimetypes)470      - [msilib](https://python-all.ru/3.11/whatsnew/3.7.html#msilib)471      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.7.html#multiprocessing)472      - [os](https://python-all.ru/3.11/whatsnew/3.7.html#os)473      - [pathlib](https://python-all.ru/3.11/whatsnew/3.7.html#pathlib)474      - [pdb](https://python-all.ru/3.11/whatsnew/3.7.html#pdb)475      - [py\_compile](https://python-all.ru/3.11/whatsnew/3.7.html#py-compile)476      - [pydoc](https://python-all.ru/3.11/whatsnew/3.7.html#pydoc)477      - [очередь](https://python-all.ru/3.11/whatsnew/3.7.html#queue)478      - [re](https://python-all.ru/3.11/whatsnew/3.7.html#re)479      - [signal](https://python-all.ru/3.11/whatsnew/3.7.html#signal)480      - [сокет](https://python-all.ru/3.11/whatsnew/3.7.html#socket)481      - [socketserver](https://python-all.ru/3.11/whatsnew/3.7.html#socketserver)482      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.7.html#sqlite3)483      - [ssl](https://python-all.ru/3.11/whatsnew/3.7.html#ssl)484      - [строка](https://python-all.ru/3.11/whatsnew/3.7.html#string)485      - [подпроцесс](https://python-all.ru/3.11/whatsnew/3.7.html#subprocess)486      - [sys](https://python-all.ru/3.11/whatsnew/3.7.html#sys)487      - [time](https://python-all.ru/3.11/whatsnew/3.7.html#time)488      - [tkinter](https://python-all.ru/3.11/whatsnew/3.7.html#tkinter)489      - [tracemalloc](https://python-all.ru/3.11/whatsnew/3.7.html#tracemalloc)490      - [типы](https://python-all.ru/3.11/whatsnew/3.7.html#types)491      - [unicodedata](https://python-all.ru/3.11/whatsnew/3.7.html#unicodedata)492      - [unittest](https://python-all.ru/3.11/whatsnew/3.7.html#unittest)493      - [unittest.mock](https://python-all.ru/3.11/whatsnew/3.7.html#unittest-mock)494      - [urllib.parse](https://python-all.ru/3.11/whatsnew/3.7.html#urllib-parse)495      - [uu](https://python-all.ru/3.11/whatsnew/3.7.html#uu)496      - [uuid](https://python-all.ru/3.11/whatsnew/3.7.html#uuid)497      - [warnings](https://python-all.ru/3.11/whatsnew/3.7.html#warnings)498      - [xml](https://python-all.ru/3.11/whatsnew/3.7.html#xml)499      - [xml.etree](https://python-all.ru/3.11/whatsnew/3.7.html#xml-etree)500      - [xmlrpc.server](https://python-all.ru/3.11/whatsnew/3.7.html#xmlrpc-server)501      - [zipapp](https://python-all.ru/3.11/whatsnew/3.7.html#zipapp)502      - [zipfile](https://python-all.ru/3.11/whatsnew/3.7.html#zipfile)503    - [Изменения C API](https://python-all.ru/3.11/whatsnew/3.7.html#c-api-changes)504    - [Изменения сборки](https://python-all.ru/3.11/whatsnew/3.7.html#build-changes)505    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.7.html#optimizations)506    - [Прочие изменения реализации CPython](https://python-all.ru/3.11/whatsnew/3.7.html#other-cpython-implementation-changes)507    - [Устаревшее поведение Python](https://python-all.ru/3.11/whatsnew/3.7.html#deprecated-python-behavior)508    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.11/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)509510      - [aifc](https://python-all.ru/3.11/whatsnew/3.7.html#aifc)511      - [asyncio](https://python-all.ru/3.11/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)512      - [collections](https://python-all.ru/3.11/whatsnew/3.7.html#id3)513      - [dbm](https://python-all.ru/3.11/whatsnew/3.7.html#id4)514      - [enum](https://python-all.ru/3.11/whatsnew/3.7.html#id5)515      - [gettext](https://python-all.ru/3.11/whatsnew/3.7.html#gettext)516      - [importlib](https://python-all.ru/3.11/whatsnew/3.7.html#id6)517      - [locale](https://python-all.ru/3.11/whatsnew/3.7.html#id7)518      - [macpath](https://python-all.ru/3.11/whatsnew/3.7.html#macpath)519      - [threading](https://python-all.ru/3.11/whatsnew/3.7.html#threading)520      - [сокет](https://python-all.ru/3.11/whatsnew/3.7.html#id8)521      - [ssl](https://python-all.ru/3.11/whatsnew/3.7.html#id9)522      - [sunau](https://python-all.ru/3.11/whatsnew/3.7.html#sunau)523      - [sys](https://python-all.ru/3.11/whatsnew/3.7.html#id10)524      - [wave](https://python-all.ru/3.11/whatsnew/3.7.html#wave)525    - [Устаревшие функции и типы C API](https://python-all.ru/3.11/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)526    - [Удаление поддержки платформ](https://python-all.ru/3.11/whatsnew/3.7.html#platform-support-removals)527    - [Удаление API и возможностей](https://python-all.ru/3.11/whatsnew/3.7.html#api-and-feature-removals)528    - [Удаление модулей](https://python-all.ru/3.11/whatsnew/3.7.html#module-removals)529    - [Изменения только для Windows](https://python-all.ru/3.11/whatsnew/3.7.html#windows-only-changes)530    - [Перенос на Python 3.7](https://python-all.ru/3.11/whatsnew/3.7.html#porting-to-python-3-7)531532      - [Изменения в поведении Python](https://python-all.ru/3.11/whatsnew/3.7.html#changes-in-python-behavior)533      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.7.html#changes-in-the-python-api)534      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.7.html#changes-in-the-c-api)535      - [Изменения байт-кода CPython](https://python-all.ru/3.11/whatsnew/3.7.html#cpython-bytecode-changes)536      - [Изменения только для Windows](https://python-all.ru/3.11/whatsnew/3.7.html#id12)537      - [Прочие изменения реализации CPython](https://python-all.ru/3.11/whatsnew/3.7.html#id13)538    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.11/whatsnew/3.7.html#notable-changes-in-python-3-7-1)539    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.11/whatsnew/3.7.html#notable-changes-in-python-3-7-2)540    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.11/whatsnew/3.7.html#notable-changes-in-python-3-7-6)541    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.11/whatsnew/3.7.html#notable-changes-in-python-3-7-10)542    - [Заметные изменения в Python 3.7.11](https://python-all.ru/3.11/whatsnew/3.7.html#notable-changes-in-python-3-7-11)543    - [Важная функция безопасности в 3.7.14](https://python-all.ru/3.11/whatsnew/3.7.html#notable-security-feature-in-3-7-14)544  - [Что нового в Python 3.6](https://python-all.ru/3.11/whatsnew/3.6.html)545546    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.6.html#summary-release-highlights)547    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.6.html#new-features)548549      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.11/whatsnew/3.6.html#pep-498-formatted-string-literals)550      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.11/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)551      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.11/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)552      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.11/whatsnew/3.6.html#pep-525-asynchronous-generators)553      - [PEP 530: Асинхронные включения](https://python-all.ru/3.11/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)554      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.11/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)555      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.11/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)556      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.11/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)557      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.11/whatsnew/3.6.html#pep-495-local-time-disambiguation)558      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.11/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)559      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.11/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)560      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.11/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)561      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.11/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)562      - [Новая реализация dict](https://python-all.ru/3.11/whatsnew/3.6.html#new-dict-implementation)563      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.11/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)564      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.11/whatsnew/3.6.html#pythonmalloc-environment-variable)565      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.11/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)566    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.6.html#other-language-changes)567    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.6.html#new-modules)568569      - [secrets](https://python-all.ru/3.11/whatsnew/3.6.html#secrets)570    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.6.html#improved-modules)571572      - [array](https://python-all.ru/3.11/whatsnew/3.6.html#array)573      - [ast](https://python-all.ru/3.11/whatsnew/3.6.html#ast)574      - [asyncio](https://python-all.ru/3.11/whatsnew/3.6.html#asyncio)575      - [binascii](https://python-all.ru/3.11/whatsnew/3.6.html#binascii)576      - [cmath](https://python-all.ru/3.11/whatsnew/3.6.html#cmath)577      - [collections](https://python-all.ru/3.11/whatsnew/3.6.html#collections)578      - [concurrent.futures](https://python-all.ru/3.11/whatsnew/3.6.html#concurrent-futures)579      - [contextlib](https://python-all.ru/3.11/whatsnew/3.6.html#contextlib)580      - [datetime](https://python-all.ru/3.11/whatsnew/3.6.html#datetime)581      - [decimal](https://python-all.ru/3.11/whatsnew/3.6.html#decimal)582      - [distutils](https://python-all.ru/3.11/whatsnew/3.6.html#distutils)583      - [email](https://python-all.ru/3.11/whatsnew/3.6.html#email)584      - [encodings](https://python-all.ru/3.11/whatsnew/3.6.html#encodings)585      - [enum](https://python-all.ru/3.11/whatsnew/3.6.html#enum)586      - [faulthandler](https://python-all.ru/3.11/whatsnew/3.6.html#faulthandler)587      - [fileinput](https://python-all.ru/3.11/whatsnew/3.6.html#fileinput)588      - [hashlib](https://python-all.ru/3.11/whatsnew/3.6.html#hashlib)589      - [http.client](https://python-all.ru/3.11/whatsnew/3.6.html#http-client)590      - [idlelib и IDLE](https://python-all.ru/3.11/whatsnew/3.6.html#idlelib-and-idle)591      - [importlib](https://python-all.ru/3.11/whatsnew/3.6.html#importlib)592      - [inspect](https://python-all.ru/3.11/whatsnew/3.6.html#inspect)593      - [json](https://python-all.ru/3.11/whatsnew/3.6.html#json)594      - [logging](https://python-all.ru/3.11/whatsnew/3.6.html#logging)595      - [math](https://python-all.ru/3.11/whatsnew/3.6.html#math)596      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.6.html#multiprocessing)597      - [os](https://python-all.ru/3.11/whatsnew/3.6.html#os)598      - [pathlib](https://python-all.ru/3.11/whatsnew/3.6.html#pathlib)599      - [pdb](https://python-all.ru/3.11/whatsnew/3.6.html#pdb)600      - [pickle](https://python-all.ru/3.11/whatsnew/3.6.html#pickle)601      - [pickletools](https://python-all.ru/3.11/whatsnew/3.6.html#pickletools)602      - [pydoc](https://python-all.ru/3.11/whatsnew/3.6.html#pydoc)603      - [random](https://python-all.ru/3.11/whatsnew/3.6.html#random)604      - [re](https://python-all.ru/3.11/whatsnew/3.6.html#re)605      - [readline](https://python-all.ru/3.11/whatsnew/3.6.html#readline)606      - [rlcompleter](https://python-all.ru/3.11/whatsnew/3.6.html#rlcompleter)607      - [shlex](https://python-all.ru/3.11/whatsnew/3.6.html#shlex)608      - [site](https://python-all.ru/3.11/whatsnew/3.6.html#site)609      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.6.html#sqlite3)610      - [сокет](https://python-all.ru/3.11/whatsnew/3.6.html#socket)611      - [socketserver](https://python-all.ru/3.11/whatsnew/3.6.html#socketserver)612      - [ssl](https://python-all.ru/3.11/whatsnew/3.6.html#ssl)613      - [statistics](https://python-all.ru/3.11/whatsnew/3.6.html#statistics)614      - [struct](https://python-all.ru/3.11/whatsnew/3.6.html#struct)615      - [подпроцесс](https://python-all.ru/3.11/whatsnew/3.6.html#subprocess)616      - [sys](https://python-all.ru/3.11/whatsnew/3.6.html#sys)617      - [telnetlib](https://python-all.ru/3.11/whatsnew/3.6.html#telnetlib)618      - [time](https://python-all.ru/3.11/whatsnew/3.6.html#time)619      - [timeit](https://python-all.ru/3.11/whatsnew/3.6.html#timeit)620      - [tkinter](https://python-all.ru/3.11/whatsnew/3.6.html#tkinter)621      - [traceback](https://python-all.ru/3.11/whatsnew/3.6.html#traceback)622      - [tracemalloc](https://python-all.ru/3.11/whatsnew/3.6.html#tracemalloc)623      - [typing](https://python-all.ru/3.11/whatsnew/3.6.html#typing)624      - [unicodedata](https://python-all.ru/3.11/whatsnew/3.6.html#unicodedata)625      - [unittest.mock](https://python-all.ru/3.11/whatsnew/3.6.html#unittest-mock)626      - [urllib.request](https://python-all.ru/3.11/whatsnew/3.6.html#urllib-request)627      - [urllib.robotparser](https://python-all.ru/3.11/whatsnew/3.6.html#urllib-robotparser)628      - [venv](https://python-all.ru/3.11/whatsnew/3.6.html#venv)629      - [warnings](https://python-all.ru/3.11/whatsnew/3.6.html#warnings)630      - [winreg](https://python-all.ru/3.11/whatsnew/3.6.html#winreg)631      - [winsound](https://python-all.ru/3.11/whatsnew/3.6.html#winsound)632      - [xmlrpc.client](https://python-all.ru/3.11/whatsnew/3.6.html#xmlrpc-client)633      - [zipfile](https://python-all.ru/3.11/whatsnew/3.6.html#zipfile)634      - [zlib](https://python-all.ru/3.11/whatsnew/3.6.html#zlib)635    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.6.html#optimizations)636    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.6.html#build-and-c-api-changes)637    - [Прочие улучшения](https://python-all.ru/3.11/whatsnew/3.6.html#other-improvements)638    - [Устарело](https://python-all.ru/3.11/whatsnew/3.6.html#deprecated)639640      - [Новые ключевые слова](https://python-all.ru/3.11/whatsnew/3.6.html#new-keywords)641      - [Устаревшее поведение Python](https://python-all.ru/3.11/whatsnew/3.6.html#deprecated-python-behavior)642      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.11/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)643644        - [asynchat](https://python-all.ru/3.11/whatsnew/3.6.html#asynchat)645        - [asyncore](https://python-all.ru/3.11/whatsnew/3.6.html#asyncore)646        - [dbm](https://python-all.ru/3.11/whatsnew/3.6.html#dbm)647        - [distutils](https://python-all.ru/3.11/whatsnew/3.6.html#id2)648        - [grp](https://python-all.ru/3.11/whatsnew/3.6.html#grp)649        - [importlib](https://python-all.ru/3.11/whatsnew/3.6.html#id3)650        - [os](https://python-all.ru/3.11/whatsnew/3.6.html#id4)651        - [re](https://python-all.ru/3.11/whatsnew/3.6.html#id5)652        - [ssl](https://python-all.ru/3.11/whatsnew/3.6.html#id6)653        - [tkinter](https://python-all.ru/3.11/whatsnew/3.6.html#id7)654        - [venv](https://python-all.ru/3.11/whatsnew/3.6.html#whatsnew36-venv)655      - [xml](https://python-all.ru/3.11/whatsnew/3.6.html#xml)656      - [Устаревшие функции и типы C API](https://python-all.ru/3.11/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)657      - [Устаревшие параметры сборки](https://python-all.ru/3.11/whatsnew/3.6.html#deprecated-build-options)658    - [Удалённое](https://python-all.ru/3.11/whatsnew/3.6.html#removed)659660      - [Удаление API и возможностей](https://python-all.ru/3.11/whatsnew/3.6.html#api-and-feature-removals)661    - [Перенос на Python 3.6](https://python-all.ru/3.11/whatsnew/3.6.html#porting-to-python-3-6)662663      - [Изменения в поведении команды python](https://python-all.ru/3.11/whatsnew/3.6.html#changes-in-python-command-behavior)664      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.6.html#changes-in-the-python-api)665      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.6.html#changes-in-the-c-api)666      - [Изменения байт-кода CPython](https://python-all.ru/3.11/whatsnew/3.6.html#cpython-bytecode-changes)667    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-2)668669      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.11/whatsnew/3.6.html#new-make-regen-all-build-target)670      - [Удаление `make touch` цели сборки](https://python-all.ru/3.11/whatsnew/3.6.html#removal-of-make-touch-build-target)671    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-4)672    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-5)673    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-7)674    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-10)675    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-13)676    - [Заметные изменения в Python 3.6.14](https://python-all.ru/3.11/whatsnew/3.6.html#notable-changes-in-python-3-6-14)677  - [Что нового в Python 3.5](https://python-all.ru/3.11/whatsnew/3.5.html)678679    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.5.html#summary-release-highlights)680    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.5.html#new-features)681682      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.11/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)683      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.11/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)684      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.11/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)685      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.11/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)686      - [PEP 484 - Аннотации типов](https://python-all.ru/3.11/whatsnew/3.5.html#pep-484-type-hints)687      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.11/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)688      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.11/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)689      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.11/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)690      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.11/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)691      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.11/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)692      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.11/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)693      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.11/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)694    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.5.html#other-language-changes)695    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.5.html#new-modules)696697      - [typing](https://python-all.ru/3.11/whatsnew/3.5.html#typing)698      - [zipapp](https://python-all.ru/3.11/whatsnew/3.5.html#zipapp)699    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.5.html#improved-modules)700701      - [argparse](https://python-all.ru/3.11/whatsnew/3.5.html#argparse)702      - [asyncio](https://python-all.ru/3.11/whatsnew/3.5.html#asyncio)703      - [bz2](https://python-all.ru/3.11/whatsnew/3.5.html#bz2)704      - [cgi](https://python-all.ru/3.11/whatsnew/3.5.html#cgi)705      - [cmath](https://python-all.ru/3.11/whatsnew/3.5.html#cmath)706      - [код](https://python-all.ru/3.11/whatsnew/3.5.html#code)707      - [collections](https://python-all.ru/3.11/whatsnew/3.5.html#collections)708      - [collections.abc](https://python-all.ru/3.11/whatsnew/3.5.html#collections-abc)709      - [compileall](https://python-all.ru/3.11/whatsnew/3.5.html#compileall)710      - [concurrent.futures](https://python-all.ru/3.11/whatsnew/3.5.html#concurrent-futures)711      - [configparser](https://python-all.ru/3.11/whatsnew/3.5.html#configparser)712      - [contextlib](https://python-all.ru/3.11/whatsnew/3.5.html#contextlib)713      - [csv](https://python-all.ru/3.11/whatsnew/3.5.html#csv)714      - [curses](https://python-all.ru/3.11/whatsnew/3.5.html#curses)715      - [dbm](https://python-all.ru/3.11/whatsnew/3.5.html#dbm)716      - [difflib](https://python-all.ru/3.11/whatsnew/3.5.html#difflib)717      - [distutils](https://python-all.ru/3.11/whatsnew/3.5.html#distutils)718      - [doctest](https://python-all.ru/3.11/whatsnew/3.5.html#doctest)719      - [email](https://python-all.ru/3.11/whatsnew/3.5.html#email)720      - [enum](https://python-all.ru/3.11/whatsnew/3.5.html#enum)721      - [faulthandler](https://python-all.ru/3.11/whatsnew/3.5.html#faulthandler)722      - [functools](https://python-all.ru/3.11/whatsnew/3.5.html#functools)723      - [glob](https://python-all.ru/3.11/whatsnew/3.5.html#glob)724      - [gzip](https://python-all.ru/3.11/whatsnew/3.5.html#gzip)725      - [heapq](https://python-all.ru/3.11/whatsnew/3.5.html#heapq)726      - [http](https://python-all.ru/3.11/whatsnew/3.5.html#http)727      - [http.client](https://python-all.ru/3.11/whatsnew/3.5.html#http-client)728      - [idlelib и IDLE](https://python-all.ru/3.11/whatsnew/3.5.html#idlelib-and-idle)729      - [imaplib](https://python-all.ru/3.11/whatsnew/3.5.html#imaplib)730      - [imghdr](https://python-all.ru/3.11/whatsnew/3.5.html#imghdr)731      - [importlib](https://python-all.ru/3.11/whatsnew/3.5.html#importlib)732      - [inspect](https://python-all.ru/3.11/whatsnew/3.5.html#inspect)733      - [io](https://python-all.ru/3.11/whatsnew/3.5.html#io)734      - [ipaddress](https://python-all.ru/3.11/whatsnew/3.5.html#ipaddress)735      - [json](https://python-all.ru/3.11/whatsnew/3.5.html#json)736      - [linecache](https://python-all.ru/3.11/whatsnew/3.5.html#linecache)737      - [locale](https://python-all.ru/3.11/whatsnew/3.5.html#locale)738      - [logging](https://python-all.ru/3.11/whatsnew/3.5.html#logging)739      - [lzma](https://python-all.ru/3.11/whatsnew/3.5.html#lzma)740      - [math](https://python-all.ru/3.11/whatsnew/3.5.html#math)741      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.5.html#multiprocessing)742      - [оператор](https://python-all.ru/3.11/whatsnew/3.5.html#operator)743      - [os](https://python-all.ru/3.11/whatsnew/3.5.html#os)744      - [pathlib](https://python-all.ru/3.11/whatsnew/3.5.html#pathlib)745      - [pickle](https://python-all.ru/3.11/whatsnew/3.5.html#pickle)746      - [poplib](https://python-all.ru/3.11/whatsnew/3.5.html#poplib)747      - [re](https://python-all.ru/3.11/whatsnew/3.5.html#re)748      - [readline](https://python-all.ru/3.11/whatsnew/3.5.html#readline)749      - [selectors](https://python-all.ru/3.11/whatsnew/3.5.html#selectors)750      - [shutil](https://python-all.ru/3.11/whatsnew/3.5.html#shutil)751      - [signal](https://python-all.ru/3.11/whatsnew/3.5.html#signal)752      - [smtpd](https://python-all.ru/3.11/whatsnew/3.5.html#smtpd)753      - [smtplib](https://python-all.ru/3.11/whatsnew/3.5.html#smtplib)754      - [sndhdr](https://python-all.ru/3.11/whatsnew/3.5.html#sndhdr)755      - [сокет](https://python-all.ru/3.11/whatsnew/3.5.html#socket)756      - [ssl](https://python-all.ru/3.11/whatsnew/3.5.html#ssl)757758        - [Поддержка Memory BIO](https://python-all.ru/3.11/whatsnew/3.5.html#memory-bio-support)759        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.11/whatsnew/3.5.html#application-layer-protocol-negotiation-support)760        - [Прочие изменения](https://python-all.ru/3.11/whatsnew/3.5.html#other-changes)761      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.5.html#sqlite3)762      - [подпроцесс](https://python-all.ru/3.11/whatsnew/3.5.html#subprocess)763      - [sys](https://python-all.ru/3.11/whatsnew/3.5.html#sys)764      - [sysconfig](https://python-all.ru/3.11/whatsnew/3.5.html#sysconfig)765      - [tarfile](https://python-all.ru/3.11/whatsnew/3.5.html#tarfile)766      - [threading](https://python-all.ru/3.11/whatsnew/3.5.html#threading)767      - [time](https://python-all.ru/3.11/whatsnew/3.5.html#time)768      - [timeit](https://python-all.ru/3.11/whatsnew/3.5.html#timeit)769      - [tkinter](https://python-all.ru/3.11/whatsnew/3.5.html#tkinter)770      - [traceback](https://python-all.ru/3.11/whatsnew/3.5.html#traceback)771      - [типы](https://python-all.ru/3.11/whatsnew/3.5.html#types)772      - [unicodedata](https://python-all.ru/3.11/whatsnew/3.5.html#unicodedata)773      - [unittest](https://python-all.ru/3.11/whatsnew/3.5.html#unittest)774      - [unittest.mock](https://python-all.ru/3.11/whatsnew/3.5.html#unittest-mock)775      - [urllib](https://python-all.ru/3.11/whatsnew/3.5.html#urllib)776      - [wsgiref](https://python-all.ru/3.11/whatsnew/3.5.html#wsgiref)777      - [xmlrpc](https://python-all.ru/3.11/whatsnew/3.5.html#xmlrpc)778      - [xml.sax](https://python-all.ru/3.11/whatsnew/3.5.html#xml-sax)779      - [zipfile](https://python-all.ru/3.11/whatsnew/3.5.html#zipfile)780    - [Другие изменения на уровне модулей](https://python-all.ru/3.11/whatsnew/3.5.html#other-module-level-changes)781    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.5.html#optimizations)782    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.5.html#build-and-c-api-changes)783    - [Устарело](https://python-all.ru/3.11/whatsnew/3.5.html#deprecated)784785      - [Новые ключевые слова](https://python-all.ru/3.11/whatsnew/3.5.html#new-keywords)786      - [Устаревшее поведение Python](https://python-all.ru/3.11/whatsnew/3.5.html#deprecated-python-behavior)787      - [Неподдерживаемые операционные системы](https://python-all.ru/3.11/whatsnew/3.5.html#unsupported-operating-systems)788      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.11/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)789    - [Удалённое](https://python-all.ru/3.11/whatsnew/3.5.html#removed)790791      - [Удаление API и возможностей](https://python-all.ru/3.11/whatsnew/3.5.html#api-and-feature-removals)792    - [Переход на Python 3.5](https://python-all.ru/3.11/whatsnew/3.5.html#porting-to-python-3-5)793794      - [Изменения в поведении Python](https://python-all.ru/3.11/whatsnew/3.5.html#changes-in-python-behavior)795      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.5.html#changes-in-the-python-api)796      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.5.html#changes-in-the-c-api)797    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.11/whatsnew/3.5.html#notable-changes-in-python-3-5-4)798799      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.11/whatsnew/3.5.html#new-make-regen-all-build-target)800      - [Удаление `make touch` цели сборки](https://python-all.ru/3.11/whatsnew/3.5.html#removal-of-make-touch-build-target)801  - [Что нового в Python 3.4](https://python-all.ru/3.11/whatsnew/3.4.html)802803    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.4.html#summary-release-highlights)804    - [Новые возможности](https://python-all.ru/3.11/whatsnew/3.4.html#new-features)805806      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.11/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)807808        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.11/whatsnew/3.4.html#bootstrapping-pip-by-default)809        - [Изменения в документации](https://python-all.ru/3.11/whatsnew/3.4.html#documentation-changes)810      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.11/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)811      - [Улучшения в обработке кодеков](https://python-all.ru/3.11/whatsnew/3.4.html#improvements-to-codec-handling)812      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.11/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)813      - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.4.html#other-language-changes)814    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.4.html#new-modules)815816      - [asyncio](https://python-all.ru/3.11/whatsnew/3.4.html#asyncio)817      - [ensurepip](https://python-all.ru/3.11/whatsnew/3.4.html#ensurepip)818      - [enum](https://python-all.ru/3.11/whatsnew/3.4.html#enum)819      - [pathlib](https://python-all.ru/3.11/whatsnew/3.4.html#pathlib)820      - [selectors](https://python-all.ru/3.11/whatsnew/3.4.html#selectors)821      - [statistics](https://python-all.ru/3.11/whatsnew/3.4.html#statistics)822      - [tracemalloc](https://python-all.ru/3.11/whatsnew/3.4.html#tracemalloc)823    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.4.html#improved-modules)824825      - [abc](https://python-all.ru/3.11/whatsnew/3.4.html#abc)826      - [aifc](https://python-all.ru/3.11/whatsnew/3.4.html#aifc)827      - [argparse](https://python-all.ru/3.11/whatsnew/3.4.html#argparse)828      - [audioop](https://python-all.ru/3.11/whatsnew/3.4.html#audioop)829      - [base64](https://python-all.ru/3.11/whatsnew/3.4.html#base64)830      - [collections](https://python-all.ru/3.11/whatsnew/3.4.html#collections)831      - [colorsys](https://python-all.ru/3.11/whatsnew/3.4.html#colorsys)832      - [contextlib](https://python-all.ru/3.11/whatsnew/3.4.html#contextlib)833      - [dbm](https://python-all.ru/3.11/whatsnew/3.4.html#dbm)834      - [dis](https://python-all.ru/3.11/whatsnew/3.4.html#dis)835      - [doctest](https://python-all.ru/3.11/whatsnew/3.4.html#doctest)836      - [email](https://python-all.ru/3.11/whatsnew/3.4.html#email)837      - [filecmp](https://python-all.ru/3.11/whatsnew/3.4.html#filecmp)838      - [functools](https://python-all.ru/3.11/whatsnew/3.4.html#functools)839      - [gc](https://python-all.ru/3.11/whatsnew/3.4.html#gc)840      - [glob](https://python-all.ru/3.11/whatsnew/3.4.html#glob)841      - [hashlib](https://python-all.ru/3.11/whatsnew/3.4.html#hashlib)842      - [hmac](https://python-all.ru/3.11/whatsnew/3.4.html#hmac)843      - [html](https://python-all.ru/3.11/whatsnew/3.4.html#html)844      - [http](https://python-all.ru/3.11/whatsnew/3.4.html#http)845      - [idlelib и IDLE](https://python-all.ru/3.11/whatsnew/3.4.html#idlelib-and-idle)846      - [importlib](https://python-all.ru/3.11/whatsnew/3.4.html#importlib)847      - [inspect](https://python-all.ru/3.11/whatsnew/3.4.html#inspect)848      - [ipaddress](https://python-all.ru/3.11/whatsnew/3.4.html#ipaddress)849      - [logging](https://python-all.ru/3.11/whatsnew/3.4.html#logging)850      - [marshal](https://python-all.ru/3.11/whatsnew/3.4.html#marshal)851      - [mmap](https://python-all.ru/3.11/whatsnew/3.4.html#mmap)852      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.4.html#multiprocessing)853      - [оператор](https://python-all.ru/3.11/whatsnew/3.4.html#operator)854      - [os](https://python-all.ru/3.11/whatsnew/3.4.html#os)855      - [pdb](https://python-all.ru/3.11/whatsnew/3.4.html#pdb)856      - [pickle](https://python-all.ru/3.11/whatsnew/3.4.html#pickle)857      - [plistlib](https://python-all.ru/3.11/whatsnew/3.4.html#plistlib)858      - [poplib](https://python-all.ru/3.11/whatsnew/3.4.html#poplib)859      - [pprint](https://python-all.ru/3.11/whatsnew/3.4.html#pprint)860      - [pty](https://python-all.ru/3.11/whatsnew/3.4.html#pty)861      - [pydoc](https://python-all.ru/3.11/whatsnew/3.4.html#pydoc)862      - [re](https://python-all.ru/3.11/whatsnew/3.4.html#re)863      - [resource](https://python-all.ru/3.11/whatsnew/3.4.html#resource)864      - [select](https://python-all.ru/3.11/whatsnew/3.4.html#select)865      - [shelve](https://python-all.ru/3.11/whatsnew/3.4.html#shelve)866      - [shutil](https://python-all.ru/3.11/whatsnew/3.4.html#shutil)867      - [smtpd](https://python-all.ru/3.11/whatsnew/3.4.html#smtpd)868      - [smtplib](https://python-all.ru/3.11/whatsnew/3.4.html#smtplib)869      - [сокет](https://python-all.ru/3.11/whatsnew/3.4.html#socket)870      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.4.html#sqlite3)871      - [ssl](https://python-all.ru/3.11/whatsnew/3.4.html#ssl)872      - [stat](https://python-all.ru/3.11/whatsnew/3.4.html#stat)873      - [struct](https://python-all.ru/3.11/whatsnew/3.4.html#struct)874      - [подпроцесс](https://python-all.ru/3.11/whatsnew/3.4.html#subprocess)875      - [sunau](https://python-all.ru/3.11/whatsnew/3.4.html#sunau)876      - [sys](https://python-all.ru/3.11/whatsnew/3.4.html#sys)877      - [tarfile](https://python-all.ru/3.11/whatsnew/3.4.html#tarfile)878      - [textwrap](https://python-all.ru/3.11/whatsnew/3.4.html#textwrap)879      - [threading](https://python-all.ru/3.11/whatsnew/3.4.html#threading)880      - [traceback](https://python-all.ru/3.11/whatsnew/3.4.html#traceback)881      - [типы](https://python-all.ru/3.11/whatsnew/3.4.html#types)882      - [urllib](https://python-all.ru/3.11/whatsnew/3.4.html#urllib)883      - [unittest](https://python-all.ru/3.11/whatsnew/3.4.html#unittest)884      - [venv](https://python-all.ru/3.11/whatsnew/3.4.html#venv)885      - [wave](https://python-all.ru/3.11/whatsnew/3.4.html#wave)886      - [weakref](https://python-all.ru/3.11/whatsnew/3.4.html#weakref)887      - [xml.etree](https://python-all.ru/3.11/whatsnew/3.4.html#xml-etree)888      - [zipfile](https://python-all.ru/3.11/whatsnew/3.4.html#zipfile)889    - [Изменения в реализации CPython](https://python-all.ru/3.11/whatsnew/3.4.html#cpython-implementation-changes)890891      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.11/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)892      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.11/whatsnew/3.4.html#pep-442-safe-object-finalization)893      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.11/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)894      - [PEP 436: Argument Clinic](https://python-all.ru/3.11/whatsnew/3.4.html#pep-436-argument-clinic)895      - [Прочие изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.4.html#other-build-and-c-api-changes)896      - [Прочие улучшения](https://python-all.ru/3.11/whatsnew/3.4.html#other-improvements)897      - [Значительные оптимизации](https://python-all.ru/3.11/whatsnew/3.4.html#significant-optimizations)898    - [Устарело](https://python-all.ru/3.11/whatsnew/3.4.html#deprecated)899900      - [Устаревшие возможности в Python API](https://python-all.ru/3.11/whatsnew/3.4.html#deprecations-in-the-python-api)901      - [Устаревшие возможности](https://python-all.ru/3.11/whatsnew/3.4.html#deprecated-features)902    - [Удалённое](https://python-all.ru/3.11/whatsnew/3.4.html#removed)903904      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.11/whatsnew/3.4.html#operating-systems-no-longer-supported)905      - [Удаление API и возможностей](https://python-all.ru/3.11/whatsnew/3.4.html#api-and-feature-removals)906      - [Очистка кода](https://python-all.ru/3.11/whatsnew/3.4.html#code-cleanups)907    - [Перенос на Python 3.4](https://python-all.ru/3.11/whatsnew/3.4.html#porting-to-python-3-4)908909      - [Изменения в поведении команды python](https://python-all.ru/3.11/whatsnew/3.4.html#changes-in-python-command-behavior)910      - [Изменения в Python API](https://python-all.ru/3.11/whatsnew/3.4.html#changes-in-the-python-api)911      - [Изменения в C API](https://python-all.ru/3.11/whatsnew/3.4.html#changes-in-the-c-api)912    - [Изменено в 3.4.3](https://python-all.ru/3.11/whatsnew/3.4.html#changed-in-3-4-3)913914      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.11/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)915  - [Что нового в Python 3.3](https://python-all.ru/3.11/whatsnew/3.3.html)916917    - [Сводка – основные моменты выпуска](https://python-all.ru/3.11/whatsnew/3.3.html#summary-release-highlights)918    - [PEP 405: Виртуальные окружения](https://python-all.ru/3.11/whatsnew/3.3.html#pep-405-virtual-environments)919    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.11/whatsnew/3.3.html#pep-420-implicit-namespace-packages)920    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.11/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)921922      - [Возможности](https://python-all.ru/3.11/whatsnew/3.3.html#features)923      - [Изменения API](https://python-all.ru/3.11/whatsnew/3.3.html#api-changes)924    - [PEP 393: Гибкое представление строк](https://python-all.ru/3.11/whatsnew/3.3.html#pep-393-flexible-string-representation)925926      - [Функциональность](https://python-all.ru/3.11/whatsnew/3.3.html#functionality)927      - [Производительность и потребление ресурсов](https://python-all.ru/3.11/whatsnew/3.3.html#performance-and-resource-usage)928    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.11/whatsnew/3.3.html#pep-397-python-launcher-for-windows)929    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.11/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)930    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.11/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)931    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.11/whatsnew/3.3.html#pep-409-suppressing-exception-context)932    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.11/whatsnew/3.3.html#pep-414-explicit-unicode-literals)933    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.11/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)934    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.11/whatsnew/3.3.html#pep-412-key-sharing-dictionary)935    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.11/whatsnew/3.3.html#pep-362-function-signature-object)936    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.11/whatsnew/3.3.html#pep-421-adding-sys-implementation)937938      - [SimpleNamespace](https://python-all.ru/3.11/whatsnew/3.3.html#simplenamespace)939    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.11/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)940941      - [Новые API](https://python-all.ru/3.11/whatsnew/3.3.html#new-apis)942      - [Заметные изменения](https://python-all.ru/3.11/whatsnew/3.3.html#visible-changes)943    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.3.html#other-language-changes)944    - [Более детальная блокировка импорта](https://python-all.ru/3.11/whatsnew/3.3.html#a-finer-grained-import-lock)945    - [Встроенные функции и типы](https://python-all.ru/3.11/whatsnew/3.3.html#builtin-functions-and-types)946    - [Новые модули](https://python-all.ru/3.11/whatsnew/3.3.html#new-modules)947948      - [faulthandler](https://python-all.ru/3.11/whatsnew/3.3.html#faulthandler)949      - [ipaddress](https://python-all.ru/3.11/whatsnew/3.3.html#ipaddress)950      - [lzma](https://python-all.ru/3.11/whatsnew/3.3.html#lzma)951    - [Улучшенные модули](https://python-all.ru/3.11/whatsnew/3.3.html#improved-modules)952953      - [abc](https://python-all.ru/3.11/whatsnew/3.3.html#abc)954      - [array](https://python-all.ru/3.11/whatsnew/3.3.html#array)955      - [base64](https://python-all.ru/3.11/whatsnew/3.3.html#base64)956      - [binascii](https://python-all.ru/3.11/whatsnew/3.3.html#binascii)957      - [bz2](https://python-all.ru/3.11/whatsnew/3.3.html#bz2)958      - [codecs](https://python-all.ru/3.11/whatsnew/3.3.html#codecs)959      - [collections](https://python-all.ru/3.11/whatsnew/3.3.html#collections)960      - [contextlib](https://python-all.ru/3.11/whatsnew/3.3.html#contextlib)961      - [crypt](https://python-all.ru/3.11/whatsnew/3.3.html#crypt)962      - [curses](https://python-all.ru/3.11/whatsnew/3.3.html#curses)963      - [datetime](https://python-all.ru/3.11/whatsnew/3.3.html#datetime)964      - [decimal](https://python-all.ru/3.11/whatsnew/3.3.html#decimal)965966        - [Возможности](https://python-all.ru/3.11/whatsnew/3.3.html#id1)967        - [Изменения API](https://python-all.ru/3.11/whatsnew/3.3.html#id2)968      - [email](https://python-all.ru/3.11/whatsnew/3.3.html#email)969970        - [Каркас политик](https://python-all.ru/3.11/whatsnew/3.3.html#policy-framework)971        - [Временная политика с новым API заголовков](https://python-all.ru/3.11/whatsnew/3.3.html#provisional-policy-with-new-header-api)972        - [Другие изменения API](https://python-all.ru/3.11/whatsnew/3.3.html#other-api-changes)973      - [ftplib](https://python-all.ru/3.11/whatsnew/3.3.html#ftplib)974      - [functools](https://python-all.ru/3.11/whatsnew/3.3.html#functools)975      - [gc](https://python-all.ru/3.11/whatsnew/3.3.html#gc)976      - [hmac](https://python-all.ru/3.11/whatsnew/3.3.html#hmac)977      - [http](https://python-all.ru/3.11/whatsnew/3.3.html#http)978      - [html](https://python-all.ru/3.11/whatsnew/3.3.html#html)979      - [imaplib](https://python-all.ru/3.11/whatsnew/3.3.html#imaplib)980      - [inspect](https://python-all.ru/3.11/whatsnew/3.3.html#inspect)981      - [io](https://python-all.ru/3.11/whatsnew/3.3.html#io)982      - [itertools](https://python-all.ru/3.11/whatsnew/3.3.html#itertools)983      - [logging](https://python-all.ru/3.11/whatsnew/3.3.html#logging)984      - [math](https://python-all.ru/3.11/whatsnew/3.3.html#math)985      - [mmap](https://python-all.ru/3.11/whatsnew/3.3.html#mmap)986      - [multiprocessing](https://python-all.ru/3.11/whatsnew/3.3.html#multiprocessing)987      - [nntplib](https://python-all.ru/3.11/whatsnew/3.3.html#nntplib)988      - [os](https://python-all.ru/3.11/whatsnew/3.3.html#os)989      - [pdb](https://python-all.ru/3.11/whatsnew/3.3.html#pdb)990      - [pickle](https://python-all.ru/3.11/whatsnew/3.3.html#pickle)991      - [pydoc](https://python-all.ru/3.11/whatsnew/3.3.html#pydoc)992      - [re](https://python-all.ru/3.11/whatsnew/3.3.html#re)993      - [sched](https://python-all.ru/3.11/whatsnew/3.3.html#sched)994      - [select](https://python-all.ru/3.11/whatsnew/3.3.html#select)995      - [shlex](https://python-all.ru/3.11/whatsnew/3.3.html#shlex)996      - [shutil](https://python-all.ru/3.11/whatsnew/3.3.html#shutil)997      - [signal](https://python-all.ru/3.11/whatsnew/3.3.html#signal)998      - [smtpd](https://python-all.ru/3.11/whatsnew/3.3.html#smtpd)999      - [smtplib](https://python-all.ru/3.11/whatsnew/3.3.html#smtplib)1000      - [сокет](https://python-all.ru/3.11/whatsnew/3.3.html#socket)1001      - [socketserver](https://python-all.ru/3.11/whatsnew/3.3.html#socketserver)1002      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.3.html#sqlite3)1003      - [ssl](https://python-all.ru/3.11/whatsnew/3.3.html#ssl)1004      - [stat](https://python-all.ru/3.11/whatsnew/3.3.html#stat)1005      - [struct](https://python-all.ru/3.11/whatsnew/3.3.html#struct)1006      - [подпроцесс](https://python-all.ru/3.11/whatsnew/3.3.html#subprocess)1007      - [sys](https://python-all.ru/3.11/whatsnew/3.3.html#sys)1008      - [tarfile](https://python-all.ru/3.11/whatsnew/3.3.html#tarfile)1009      - [tempfile](https://python-all.ru/3.11/whatsnew/3.3.html#tempfile)1010      - [textwrap](https://python-all.ru/3.11/whatsnew/3.3.html#textwrap)1011      - [threading](https://python-all.ru/3.11/whatsnew/3.3.html#threading)1012      - [time](https://python-all.ru/3.11/whatsnew/3.3.html#time)1013      - [типы](https://python-all.ru/3.11/whatsnew/3.3.html#types)1014      - [unittest](https://python-all.ru/3.11/whatsnew/3.3.html#unittest)1015      - [urllib](https://python-all.ru/3.11/whatsnew/3.3.html#urllib)1016      - [webbrowser](https://python-all.ru/3.11/whatsnew/3.3.html#webbrowser)1017      - [xml.etree.ElementTree](https://python-all.ru/3.11/whatsnew/3.3.html#xml-etree-elementtree)1018      - [zlib](https://python-all.ru/3.11/whatsnew/3.3.html#zlib)1019    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.3.html#optimizations)1020    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.3.html#build-and-c-api-changes)1021    - [Устарело](https://python-all.ru/3.11/whatsnew/3.3.html#deprecated)10221023      - [Неподдерживаемые операционные системы](https://python-all.ru/3.11/whatsnew/3.3.html#unsupported-operating-systems)1024      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.11/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)1025      - [Устаревшие функции и типы C API](https://python-all.ru/3.11/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)1026      - [Устаревшие возможности](https://python-all.ru/3.11/whatsnew/3.3.html#deprecated-features)1027    - [Портирование на Python 3.3](https://python-all.ru/3.11/whatsnew/3.3.html#porting-to-python-3-3)10281029      - [Перенос кода Python](https://python-all.ru/3.11/whatsnew/3.3.html#porting-python-code)1030      - [Перенос кода C](https://python-all.ru/3.11/whatsnew/3.3.html#porting-c-code)1031      - [Сборка расширений на C](https://python-all.ru/3.11/whatsnew/3.3.html#building-c-extensions)1032      - [Изменения параметров командной строки](https://python-all.ru/3.11/whatsnew/3.3.html#command-line-switch-changes)1033  - [Что нового в Python 3.2](https://python-all.ru/3.11/whatsnew/3.2.html)10341035    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.11/whatsnew/3.2.html#pep-384-defining-a-stable-abi)1036    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.11/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)1037    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.11/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)1038    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.11/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)1039    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.11/whatsnew/3.2.html#pep-3147-pyc-repository-directories)1040    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.11/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)1041    - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.11/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)1042    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.2.html#other-language-changes)1043    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.11/whatsnew/3.2.html#new-improved-and-deprecated-modules)10441045      - [email](https://python-all.ru/3.11/whatsnew/3.2.html#email)1046      - [elementtree](https://python-all.ru/3.11/whatsnew/3.2.html#elementtree)1047      - [functools](https://python-all.ru/3.11/whatsnew/3.2.html#functools)1048      - [itertools](https://python-all.ru/3.11/whatsnew/3.2.html#itertools)1049      - [collections](https://python-all.ru/3.11/whatsnew/3.2.html#collections)1050      - [threading](https://python-all.ru/3.11/whatsnew/3.2.html#threading)1051      - [datetime и time](https://python-all.ru/3.11/whatsnew/3.2.html#datetime-and-time)1052      - [math](https://python-all.ru/3.11/whatsnew/3.2.html#math)1053      - [abc](https://python-all.ru/3.11/whatsnew/3.2.html#abc)1054      - [io](https://python-all.ru/3.11/whatsnew/3.2.html#io)1055      - [reprlib](https://python-all.ru/3.11/whatsnew/3.2.html#reprlib)1056      - [logging](https://python-all.ru/3.11/whatsnew/3.2.html#logging)1057      - [csv](https://python-all.ru/3.11/whatsnew/3.2.html#csv)1058      - [contextlib](https://python-all.ru/3.11/whatsnew/3.2.html#contextlib)1059      - [decimal и fractions](https://python-all.ru/3.11/whatsnew/3.2.html#decimal-and-fractions)1060      - [ftp](https://python-all.ru/3.11/whatsnew/3.2.html#ftp)1061      - [popen](https://python-all.ru/3.11/whatsnew/3.2.html#popen)1062      - [select](https://python-all.ru/3.11/whatsnew/3.2.html#select)1063      - [gzip и zipfile](https://python-all.ru/3.11/whatsnew/3.2.html#gzip-and-zipfile)1064      - [tarfile](https://python-all.ru/3.11/whatsnew/3.2.html#tarfile)1065      - [hashlib](https://python-all.ru/3.11/whatsnew/3.2.html#hashlib)1066      - [ast](https://python-all.ru/3.11/whatsnew/3.2.html#ast)1067      - [os](https://python-all.ru/3.11/whatsnew/3.2.html#os)1068      - [shutil](https://python-all.ru/3.11/whatsnew/3.2.html#shutil)1069      - [sqlite3](https://python-all.ru/3.11/whatsnew/3.2.html#sqlite3)1070      - [html](https://python-all.ru/3.11/whatsnew/3.2.html#html)1071      - [сокет](https://python-all.ru/3.11/whatsnew/3.2.html#socket)1072      - [ssl](https://python-all.ru/3.11/whatsnew/3.2.html#ssl)1073      - [nntp](https://python-all.ru/3.11/whatsnew/3.2.html#nntp)1074      - [сертификаты](https://python-all.ru/3.11/whatsnew/3.2.html#certificates)1075      - [imaplib](https://python-all.ru/3.11/whatsnew/3.2.html#imaplib)1076      - [http.client](https://python-all.ru/3.11/whatsnew/3.2.html#http-client)1077      - [unittest](https://python-all.ru/3.11/whatsnew/3.2.html#unittest)1078      - [random](https://python-all.ru/3.11/whatsnew/3.2.html#random)1079      - [poplib](https://python-all.ru/3.11/whatsnew/3.2.html#poplib)1080      - [asyncore](https://python-all.ru/3.11/whatsnew/3.2.html#asyncore)1081      - [tempfile](https://python-all.ru/3.11/whatsnew/3.2.html#tempfile)1082      - [inspect](https://python-all.ru/3.11/whatsnew/3.2.html#inspect)1083      - [pydoc](https://python-all.ru/3.11/whatsnew/3.2.html#pydoc)1084      - [dis](https://python-all.ru/3.11/whatsnew/3.2.html#dis)1085      - [dbm](https://python-all.ru/3.11/whatsnew/3.2.html#dbm)1086      - [ctypes](https://python-all.ru/3.11/whatsnew/3.2.html#ctypes)1087      - [site](https://python-all.ru/3.11/whatsnew/3.2.html#site)1088      - [sysconfig](https://python-all.ru/3.11/whatsnew/3.2.html#sysconfig)1089      - [pdb](https://python-all.ru/3.11/whatsnew/3.2.html#pdb)1090      - [configparser](https://python-all.ru/3.11/whatsnew/3.2.html#configparser)1091      - [urllib.parse](https://python-all.ru/3.11/whatsnew/3.2.html#urllib-parse)1092      - [mailbox](https://python-all.ru/3.11/whatsnew/3.2.html#mailbox)1093      - [turtledemo](https://python-all.ru/3.11/whatsnew/3.2.html#turtledemo)1094    - [Многопоточность](https://python-all.ru/3.11/whatsnew/3.2.html#multi-threading)1095    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.2.html#optimizations)1096    - [Юникод](https://python-all.ru/3.11/whatsnew/3.2.html#unicode)1097    - [Кодеки](https://python-all.ru/3.11/whatsnew/3.2.html#codecs)1098    - [Документация](https://python-all.ru/3.11/whatsnew/3.2.html#documentation)1099    - [IDLE](https://python-all.ru/3.11/whatsnew/3.2.html#idle)1100    - [Репозиторий кода](https://python-all.ru/3.11/whatsnew/3.2.html#code-repository)1101    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.2.html#build-and-c-api-changes)1102    - [Переход на Python 3.2](https://python-all.ru/3.11/whatsnew/3.2.html#porting-to-python-3-2)1103  - [Что нового в Python 3.1](https://python-all.ru/3.11/whatsnew/3.1.html)11041105    - [PEP 372: Упорядоченные словари](https://python-all.ru/3.11/whatsnew/3.1.html#pep-372-ordered-dictionaries)1106    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.11/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)1107    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/3.1.html#other-language-changes)1108    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.11/whatsnew/3.1.html#new-improved-and-deprecated-modules)1109    - [Оптимизации](https://python-all.ru/3.11/whatsnew/3.1.html#optimizations)1110    - [IDLE](https://python-all.ru/3.11/whatsnew/3.1.html#idle)1111    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.1.html#build-and-c-api-changes)1112    - [Переход на Python 3.1](https://python-all.ru/3.11/whatsnew/3.1.html#porting-to-python-3-1)1113  - [Что нового в Python 3.0](https://python-all.ru/3.11/whatsnew/3.0.html)11141115    - [Типичные трудности](https://python-all.ru/3.11/whatsnew/3.0.html#common-stumbling-blocks)11161117      - [Print – это функция](https://python-all.ru/3.11/whatsnew/3.0.html#print-is-a-function)1118      - [Представления и итераторы вместо списков](https://python-all.ru/3.11/whatsnew/3.0.html#views-and-iterators-instead-of-lists)1119      - [Сравнение на упорядочивание](https://python-all.ru/3.11/whatsnew/3.0.html#ordering-comparisons)1120      - [Целые числа](https://python-all.ru/3.11/whatsnew/3.0.html#integers)1121      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.11/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)1122    - [Обзор изменений синтаксиса](https://python-all.ru/3.11/whatsnew/3.0.html#overview-of-syntax-changes)11231124      - [Новый синтаксис](https://python-all.ru/3.11/whatsnew/3.0.html#new-syntax)1125      - [Изменённый синтаксис](https://python-all.ru/3.11/whatsnew/3.0.html#changed-syntax)1126      - [Удалённый синтаксис](https://python-all.ru/3.11/whatsnew/3.0.html#removed-syntax)1127    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.11/whatsnew/3.0.html#changes-already-present-in-python-2-6)1128    - [Изменения в библиотеке](https://python-all.ru/3.11/whatsnew/3.0.html#library-changes)1129    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.11/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)1130    - [Изменения в исключениях](https://python-all.ru/3.11/whatsnew/3.0.html#changes-to-exceptions)1131    - [Прочие изменения](https://python-all.ru/3.11/whatsnew/3.0.html#miscellaneous-other-changes)11321133      - [Операторы и специальные методы](https://python-all.ru/3.11/whatsnew/3.0.html#operators-and-special-methods)1134      - [Встроенные функции](https://python-all.ru/3.11/whatsnew/3.0.html#builtins)1135    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/3.0.html#build-and-c-api-changes)1136    - [Производительность](https://python-all.ru/3.11/whatsnew/3.0.html#performance)1137    - [Переход на Python 3.0](https://python-all.ru/3.11/whatsnew/3.0.html#porting-to-python-3-0)1138  - [Что нового в Python 2.7](https://python-all.ru/3.11/whatsnew/2.7.html)11391140    - [Будущее Python 2.x](https://python-all.ru/3.11/whatsnew/2.7.html#the-future-for-python-2-x)1141    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.11/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)1142    - [Возможности Python 3.1](https://python-all.ru/3.11/whatsnew/2.7.html#python-3-1-features)1143    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.11/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)1144    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.11/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)1145    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.11/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)1146    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.11/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)1147    - [PEP 3106: Представления словаря](https://python-all.ru/3.11/whatsnew/2.7.html#pep-3106-dictionary-views)1148    - [PEP 3137: Объект memoryview](https://python-all.ru/3.11/whatsnew/2.7.html#pep-3137-the-memoryview-object)1149    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/2.7.html#other-language-changes)11501151      - [Изменения в интерпретаторе](https://python-all.ru/3.11/whatsnew/2.7.html#interpreter-changes)1152      - [Оптимизации](https://python-all.ru/3.11/whatsnew/2.7.html#optimizations)1153    - [Новые и улучшенные модули](https://python-all.ru/3.11/whatsnew/2.7.html#new-and-improved-modules)11541155      - [Новый модуль: importlib](https://python-all.ru/3.11/whatsnew/2.7.html#new-module-importlib)1156      - [Новый модуль: sysconfig](https://python-all.ru/3.11/whatsnew/2.7.html#new-module-sysconfig)1157      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.11/whatsnew/2.7.html#ttk-themed-widgets-for-tk)1158      - [Обновлённый модуль: unittest](https://python-all.ru/3.11/whatsnew/2.7.html#updated-module-unittest)1159      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.11/whatsnew/2.7.html#updated-module-elementtree-1-3)1160    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/2.7.html#build-and-c-api-changes)11611162      - [Капсулы](https://python-all.ru/3.11/whatsnew/2.7.html#capsules)1163      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.11/whatsnew/2.7.html#port-specific-changes-windows)1164      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.11/whatsnew/2.7.html#port-specific-changes-mac-os-x)1165      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.11/whatsnew/2.7.html#port-specific-changes-freebsd)1166    - [Прочие изменения и исправления](https://python-all.ru/3.11/whatsnew/2.7.html#other-changes-and-fixes)1167    - [Переход на Python 2.7](https://python-all.ru/3.11/whatsnew/2.7.html#porting-to-python-2-7)1168    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.11/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)11691170      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.11/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)1171      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.11/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)1172      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.11/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)1173      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.11/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)11741175        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.11/whatsnew/2.7.html#bootstrapping-pip-by-default)1176        - [Изменения в документации](https://python-all.ru/3.11/whatsnew/2.7.html#documentation-changes)1177      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.11/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1178      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.11/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)1179      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.11/whatsnew/2.7.html#new-make-regen-all-build-target)1180      - [Удаление `make touch` цели сборки](https://python-all.ru/3.11/whatsnew/2.7.html#removal-of-make-touch-build-target)1181    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.7.html#acknowledgements)1182  - [Что нового в Python 2.6](https://python-all.ru/3.11/whatsnew/2.6.html)11831184    - [Python 3.0](https://python-all.ru/3.11/whatsnew/2.6.html#python-3-0)1185    - [Изменения в процессе разработки](https://python-all.ru/3.11/whatsnew/2.6.html#changes-to-the-development-process)11861187      - [Новый трекер ошибок: Roundup](https://python-all.ru/3.11/whatsnew/2.6.html#new-issue-tracker-roundup)1188      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.11/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)1189    - [PEP 343: Оператор 'with'](https://python-all.ru/3.11/whatsnew/2.6.html#pep-343-the-with-statement)11901191      - [Написание контекстных менеджеров](https://python-all.ru/3.11/whatsnew/2.6.html#writing-context-managers)1192      - [Модуль contextlib](https://python-all.ru/3.11/whatsnew/2.6.html#the-contextlib-module)1193    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.11/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)1194    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.11/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)1195    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.11/whatsnew/2.6.html#pep-371-the-multiprocessing-package)1196    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3101-advanced-string-formatting)1197    - [PEP 3105: `print` как функция](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3105-print-as-a-function)1198    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3110-exception-handling-changes)1199    - [PEP 3112: Байтовые литералы](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3112-byte-literals)1200    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3116-new-i-o-library)1201    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)1202    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3119-abstract-base-classes)1203    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)1204    - [PEP 3129: Декораторы классов](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3129-class-decorators)1205    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.11/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)12061207      - [Модуль `fractions`](https://python-all.ru/3.11/whatsnew/2.6.html#the-fractions-module)1208    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/2.6.html#other-language-changes)12091210      - [Оптимизации](https://python-all.ru/3.11/whatsnew/2.6.html#optimizations)1211      - [Изменения в интерпретаторе](https://python-all.ru/3.11/whatsnew/2.6.html#interpreter-changes)1212    - [Новые и улучшенные модули](https://python-all.ru/3.11/whatsnew/2.6.html#new-and-improved-modules)12131214      - [Модуль `ast`](https://python-all.ru/3.11/whatsnew/2.6.html#the-ast-module)1215      - [Модуль `future_builtins`](https://python-all.ru/3.11/whatsnew/2.6.html#the-future-builtins-module)1216      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.11/whatsnew/2.6.html#the-json-module-javascript-object-notation)1217      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.11/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)1218      - [Улучшения ctypes](https://python-all.ru/3.11/whatsnew/2.6.html#ctypes-enhancements)1219      - [Улучшенная поддержка SSL](https://python-all.ru/3.11/whatsnew/2.6.html#improved-ssl-support)1220    - [Устаревания и удаления](https://python-all.ru/3.11/whatsnew/2.6.html#deprecations-and-removals)1221    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/2.6.html#build-and-c-api-changes)12221223      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.11/whatsnew/2.6.html#port-specific-changes-windows)1224      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.11/whatsnew/2.6.html#port-specific-changes-mac-os-x)1225      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.11/whatsnew/2.6.html#port-specific-changes-irix)1226    - [Переход на Python 2.6](https://python-all.ru/3.11/whatsnew/2.6.html#porting-to-python-2-6)1227    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.6.html#acknowledgements)1228  - [Что нового в Python 2.5](https://python-all.ru/3.11/whatsnew/2.5.html)12291230    - [PEP 308: Условные выражения](https://python-all.ru/3.11/whatsnew/2.5.html#pep-308-conditional-expressions)1231    - [PEP 309: Частичное применение функций](https://python-all.ru/3.11/whatsnew/2.5.html#pep-309-partial-function-application)1232    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.11/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)1233    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.11/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)1234    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.11/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)1235    - [PEP 341: Единый try/except/finally](https://python-all.ru/3.11/whatsnew/2.5.html#pep-341-unified-try-except-finally)1236    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.11/whatsnew/2.5.html#pep-342-new-generator-features)1237    - [PEP 343: Оператор 'with'](https://python-all.ru/3.11/whatsnew/2.5.html#pep-343-the-with-statement)12381239      - [Написание контекстных менеджеров](https://python-all.ru/3.11/whatsnew/2.5.html#writing-context-managers)1240      - [Модуль contextlib](https://python-all.ru/3.11/whatsnew/2.5.html#the-contextlib-module)1241    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.11/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1242    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.11/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1243    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.11/whatsnew/2.5.html#pep-357-the-index-method)1244    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/2.5.html#other-language-changes)12451246      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.11/whatsnew/2.5.html#interactive-interpreter-changes)1247      - [Оптимизации](https://python-all.ru/3.11/whatsnew/2.5.html#optimizations)1248    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.11/whatsnew/2.5.html#new-improved-and-removed-modules)12491250      - [Пакет ctypes](https://python-all.ru/3.11/whatsnew/2.5.html#the-ctypes-package)1251      - [Пакет ElementTree](https://python-all.ru/3.11/whatsnew/2.5.html#the-elementtree-package)1252      - [Пакет hashlib](https://python-all.ru/3.11/whatsnew/2.5.html#the-hashlib-package)1253      - [Пакет sqlite3](https://python-all.ru/3.11/whatsnew/2.5.html#the-sqlite3-package)1254      - [Пакет wsgiref](https://python-all.ru/3.11/whatsnew/2.5.html#the-wsgiref-package)1255    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/2.5.html#build-and-c-api-changes)12561257      - [Изменения для конкретных платформ](https://python-all.ru/3.11/whatsnew/2.5.html#port-specific-changes)1258    - [Перенос на Python 2.5](https://python-all.ru/3.11/whatsnew/2.5.html#porting-to-python-2-5)1259    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.5.html#acknowledgements)1260  - [Что нового в Python 2.4](https://python-all.ru/3.11/whatsnew/2.4.html)12611262    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.11/whatsnew/2.4.html#pep-218-built-in-set-objects)1263    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.11/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1264    - [PEP 289: Генераторные выражения](https://python-all.ru/3.11/whatsnew/2.4.html#pep-289-generator-expressions)1265    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.11/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1266    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.11/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1267    - [PEP 322: Обратная итерация](https://python-all.ru/3.11/whatsnew/2.4.html#pep-322-reverse-iteration)1268    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.11/whatsnew/2.4.html#pep-324-new-subprocess-module)1269    - [PEP 327: Тип данных Decimal](https://python-all.ru/3.11/whatsnew/2.4.html#pep-327-decimal-data-type)12701271      - [Зачем нужен Decimal?](https://python-all.ru/3.11/whatsnew/2.4.html#why-is-decimal-needed)1272      - [Тип `Decimal`](https://python-all.ru/3.11/whatsnew/2.4.html#the-decimal-type)1273      - [Тип `Context`](https://python-all.ru/3.11/whatsnew/2.4.html#the-context-type)1274    - [PEP 328: Многострочные импорты](https://python-all.ru/3.11/whatsnew/2.4.html#pep-328-multi-line-imports)1275    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.11/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1276    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/2.4.html#other-language-changes)12771278      - [Оптимизации](https://python-all.ru/3.11/whatsnew/2.4.html#optimizations)1279    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.11/whatsnew/2.4.html#new-improved-and-deprecated-modules)12801281      - [cookielib](https://python-all.ru/3.11/whatsnew/2.4.html#cookielib)1282      - [doctest](https://python-all.ru/3.11/whatsnew/2.4.html#doctest)1283    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/2.4.html#build-and-c-api-changes)12841285      - [Изменения для конкретных платформ](https://python-all.ru/3.11/whatsnew/2.4.html#port-specific-changes)1286    - [Перенос на Python 2.4](https://python-all.ru/3.11/whatsnew/2.4.html#porting-to-python-2-4)1287    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.4.html#acknowledgements)1288  - [Что нового в Python 2.3](https://python-all.ru/3.11/whatsnew/2.3.html)12891290    - [PEP 218: Стандартный тип set](https://python-all.ru/3.11/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1291    - [PEP 255: простые генераторы](https://python-all.ru/3.11/whatsnew/2.3.html#pep-255-simple-generators)1292    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.11/whatsnew/2.3.html#pep-263-source-code-encodings)1293    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.11/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1294    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.11/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1295    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.11/whatsnew/2.3.html#pep-278-universal-newline-support)1296    - [PEP 279: enumerate()](https://python-all.ru/3.11/whatsnew/2.3.html#pep-279-enumerate)1297    - [PEP 282: Пакет logging](https://python-all.ru/3.11/whatsnew/2.3.html#pep-282-the-logging-package)1298    - [PEP 285: Булев тип](https://python-all.ru/3.11/whatsnew/2.3.html#pep-285-a-boolean-type)1299    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.11/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1300    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.11/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1301    - [PEP 302: Новые хуки импорта](https://python-all.ru/3.11/whatsnew/2.3.html#pep-302-new-import-hooks)1302    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.11/whatsnew/2.3.html#pep-305-comma-separated-files)1303    - [PEP 307: Улучшения pickle](https://python-all.ru/3.11/whatsnew/2.3.html#pep-307-pickle-enhancements)1304    - [Расширенные срезы](https://python-all.ru/3.11/whatsnew/2.3.html#extended-slices)1305    - [Прочие изменения языка](https://python-all.ru/3.11/whatsnew/2.3.html#other-language-changes)13061307      - [Изменения в строках](https://python-all.ru/3.11/whatsnew/2.3.html#string-changes)1308      - [Оптимизации](https://python-all.ru/3.11/whatsnew/2.3.html#optimizations)1309    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.11/whatsnew/2.3.html#new-improved-and-deprecated-modules)13101311      - [Тип даты/времени](https://python-all.ru/3.11/whatsnew/2.3.html#date-time-type)1312      - [Модуль optparse](https://python-all.ru/3.11/whatsnew/2.3.html#the-optparse-module)1313    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.11/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1314    - [Изменения в сборке и C API](https://python-all.ru/3.11/whatsnew/2.3.html#build-and-c-api-changes)13151316      - [Изменения для конкретных платформ](https://python-all.ru/3.11/whatsnew/2.3.html#port-specific-changes)1317    - [Прочие изменения и исправления](https://python-all.ru/3.11/whatsnew/2.3.html#other-changes-and-fixes)1318    - [Перенос на Python 2.3](https://python-all.ru/3.11/whatsnew/2.3.html#porting-to-python-2-3)1319    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.3.html#acknowledgements)1320  - [Что нового в Python 2.2](https://python-all.ru/3.11/whatsnew/2.2.html)13211322    - [Введение](https://python-all.ru/3.11/whatsnew/2.2.html#introduction)1323    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.11/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)13241325      - [Старые и новые классы](https://python-all.ru/3.11/whatsnew/2.2.html#old-and-new-classes)1326      - [Дескрипторы](https://python-all.ru/3.11/whatsnew/2.2.html#descriptors)1327      - [Множественное наследование: правило ромба](https://python-all.ru/3.11/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1328      - [Доступ к атрибутам](https://python-all.ru/3.11/whatsnew/2.2.html#attribute-access)1329      - [Связанные ссылки](https://python-all.ru/3.11/whatsnew/2.2.html#related-links)1330    - [PEP 234: итераторы](https://python-all.ru/3.11/whatsnew/2.2.html#pep-234-iterators)1331    - [PEP 255: простые генераторы](https://python-all.ru/3.11/whatsnew/2.2.html#pep-255-simple-generators)1332    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.11/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1333    - [PEP 238: изменение оператора деления](https://python-all.ru/3.11/whatsnew/2.2.html#pep-238-changing-the-division-operator)1334    - [Изменения в Unicode](https://python-all.ru/3.11/whatsnew/2.2.html#unicode-changes)1335    - [PEP 227: вложенные области видимости](https://python-all.ru/3.11/whatsnew/2.2.html#pep-227-nested-scopes)1336    - [Новые и улучшенные модули](https://python-all.ru/3.11/whatsnew/2.2.html#new-and-improved-modules)1337    - [Изменения и исправления интерпретатора](https://python-all.ru/3.11/whatsnew/2.2.html#interpreter-changes-and-fixes)1338    - [Прочие изменения и исправления](https://python-all.ru/3.11/whatsnew/2.2.html#other-changes-and-fixes)1339    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.2.html#acknowledgements)1340  - [Что нового в Python 2.1](https://python-all.ru/3.11/whatsnew/2.1.html)13411342    - [Введение](https://python-all.ru/3.11/whatsnew/2.1.html#introduction)1343    - [PEP 227: вложенные области видимости](https://python-all.ru/3.11/whatsnew/2.1.html#pep-227-nested-scopes)1344    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.11/whatsnew/2.1.html#pep-236-future-directives)1345    - [PEP 207: расширенные сравнения](https://python-all.ru/3.11/whatsnew/2.1.html#pep-207-rich-comparisons)1346    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.11/whatsnew/2.1.html#pep-230-warning-framework)1347    - [PEP 229: новая система сборки](https://python-all.ru/3.11/whatsnew/2.1.html#pep-229-new-build-system)1348    - [PEP 205: слабые ссылки](https://python-all.ru/3.11/whatsnew/2.1.html#pep-205-weak-references)1349    - [PEP 232: атрибуты функций](https://python-all.ru/3.11/whatsnew/2.1.html#pep-232-function-attributes)1350    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.11/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1351    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.11/whatsnew/2.1.html#pep-217-interactive-display-hook)1352    - [PEP 208: новая модель приведения типов](https://python-all.ru/3.11/whatsnew/2.1.html#pep-208-new-coercion-model)1353    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.11/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1354    - [Новые и улучшенные модули](https://python-all.ru/3.11/whatsnew/2.1.html#new-and-improved-modules)1355    - [Прочие изменения и исправления](https://python-all.ru/3.11/whatsnew/2.1.html#other-changes-and-fixes)1356    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.1.html#acknowledgements)1357  - [Что нового в Python 2.0](https://python-all.ru/3.11/whatsnew/2.0.html)13581359    - [Введение](https://python-all.ru/3.11/whatsnew/2.0.html#introduction)1360    - [А что насчёт Python 1.6?](https://python-all.ru/3.11/whatsnew/2.0.html#what-about-python-1-6)1361    - [Новый процесс разработки](https://python-all.ru/3.11/whatsnew/2.0.html#new-development-process)1362    - [Юникод](https://python-all.ru/3.11/whatsnew/2.0.html#unicode)1363    - [Списковые включения](https://python-all.ru/3.11/whatsnew/2.0.html#list-comprehensions)1364    - [Расширенное присваивание](https://python-all.ru/3.11/whatsnew/2.0.html#augmented-assignment)1365    - [Методы строк](https://python-all.ru/3.11/whatsnew/2.0.html#string-methods)1366    - [Сборка мусора циклических ссылок](https://python-all.ru/3.11/whatsnew/2.0.html#garbage-collection-of-cycles)1367    - [Другие изменения ядра](https://python-all.ru/3.11/whatsnew/2.0.html#other-core-changes)13681369      - [Мелкие изменения языка](https://python-all.ru/3.11/whatsnew/2.0.html#minor-language-changes)1370      - [Изменения встроенных функций](https://python-all.ru/3.11/whatsnew/2.0.html#changes-to-built-in-functions)1371    - [Перенос на 2.0](https://python-all.ru/3.11/whatsnew/2.0.html#porting-to-2-0)1372    - [Изменения в расширении/встраивании](https://python-all.ru/3.11/whatsnew/2.0.html#extending-embedding-changes)1373    - [Distutils: упрощение установки модулей](https://python-all.ru/3.11/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1374    - [Модули XML](https://python-all.ru/3.11/whatsnew/2.0.html#xml-modules)13751376      - [Поддержка SAX2](https://python-all.ru/3.11/whatsnew/2.0.html#sax2-support)1377      - [Поддержка DOM](https://python-all.ru/3.11/whatsnew/2.0.html#dom-support)1378      - [Связь с PyXML](https://python-all.ru/3.11/whatsnew/2.0.html#relationship-to-pyxml)1379    - [Изменения модулей](https://python-all.ru/3.11/whatsnew/2.0.html#module-changes)1380    - [Новые модули](https://python-all.ru/3.11/whatsnew/2.0.html#new-modules)1381    - [Улучшения IDLE](https://python-all.ru/3.11/whatsnew/2.0.html#idle-improvements)1382    - [Удалённые и устаревшие модули](https://python-all.ru/3.11/whatsnew/2.0.html#deleted-and-deprecated-modules)1383    - [Благодарности](https://python-all.ru/3.11/whatsnew/2.0.html#acknowledgements)1384  - [Журнал изменений](https://python-all.ru/3.11/whatsnew/changelog.html)13851386    - [Python 3.11.15 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-15-final)13871388      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#security)1389      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#library)1390      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#core-and-builtins)1391    - [Python 3.11.14 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-14-final)13921393      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id2)1394      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id3)1395    - [Python 3.11.13 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-13-final)13961397      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id4)1398      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id5)1399    - [Python 3.11.12 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-12-final)14001401      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id6)1402      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id7)1403      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#documentation)1404      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#c-api)1405    - [Python 3.11.11 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-11-final)14061407      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#tools-demos)1408      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#tests)1409      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id8)1410      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id9)1411    - [Python 3.11.10 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-10-final)14121413      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#windows)1414      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id10)1415      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id11)1416      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id12)1417    - [Python 3.11.9 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-9-final)14181419      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id13)1420      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id14)1421      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id15)1422      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id16)1423      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id17)1424      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#build)1425      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id18)1426      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#idle)1427      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id19)1428      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id20)1429    - [Python 3.11.8 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-8-final)14301431      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id21)1432      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id22)1433      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id23)1434      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id24)1435      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id25)1436      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id26)1437      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id27)1438      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#macos)1439      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id28)1440      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id29)1441    - [Python 3.11.7 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-7-final)14421443      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id30)1444      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id31)1445      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id32)1446      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id33)1447      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id34)1448      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id35)1449      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id36)1450      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id37)1451      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id38)1452    - [Python 3.11.6 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-6-final)14531454      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id39)1455      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id40)1456      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id41)1457      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id42)1458      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id43)1459      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id44)1460      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id45)1461      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id46)1462    - [Python 3.11.5 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-5-final)14631464      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id47)1465      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id48)1466      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id49)1467      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id50)1468      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id51)1469      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id52)1470      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id53)1471      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id54)1472      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id55)1473      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id56)1474    - [Python 3.11.4 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-4-final)14751476      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id57)1477      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id58)1478      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id59)1479      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id60)1480      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id61)1481      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id62)1482      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id63)1483      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id64)1484      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id65)1485    - [Python 3.11.3 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-3-final)14861487      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id66)1488      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id67)1489      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id68)1490      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id69)1491      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id70)1492      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id71)1493      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id72)1494      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id73)1495    - [Python 3.11.2 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-2-final)14961497      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id74)1498      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id75)1499      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id76)1500      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id77)1501      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id78)1502      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id79)1503      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id80)1504      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id81)1505      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id82)1506    - [Python 3.11.1 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-1-final)15071508      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id83)1509      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id84)1510      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id85)1511      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id86)1512      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id87)1513      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id88)1514      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id89)1515      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id90)1516      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id91)1517      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id92)1518      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id93)1519    - [Python 3.11.0 final](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-final)15201521      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id94)1522      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id95)1523      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id96)1524      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id97)1525      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id98)1526      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id99)1527      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id100)1528      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id101)1529    - [Python 3.11.0 release candidate 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-release-candidate-2)15301531      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id102)1532      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id103)1533      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id104)1534      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id105)1535      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id106)1536      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id107)1537      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id108)1538    - [Python 3.11.0 release candidate 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-release-candidate-1)15391540      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id109)1541      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id110)1542      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id111)1543      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id112)1544      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id113)1545      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id114)1546      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id115)1547      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id116)1548    - [Python 3.11.0 beta 5](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-beta-5)15491550      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id117)1551      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id118)1552      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id119)1553      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id120)1554      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id121)1555      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id122)1556    - [Python 3.11.0 beta 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-beta-4)15571558      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id123)1559      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id124)1560      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id125)1561      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id126)1562      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id127)1563      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id128)1564      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id129)1565      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id130)1566      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id131)1567    - [Python 3.11.0 beta 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-beta-3)15681569      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id132)1570      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id133)1571    - [Python 3.11.0 beta 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-beta-2)15721573      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id134)1574      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id135)1575      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id136)1576      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id137)1577      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id138)1578      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id139)1579      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id140)1580    - [Python 3.11.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-beta-1)15811582      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id141)1583      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id142)1584      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id143)1585      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id144)1586      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id145)1587      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id146)1588      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id147)1589      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id148)1590      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id149)1591      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id150)1592    - [Python 3.11.0 альфа 7](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-7)15931594      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id151)1595      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id152)1596      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id153)1597      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id154)1598      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id155)1599      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id156)1600      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id157)1601      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id158)1602      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id159)1603    - [Python 3.11.0 альфа 6](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-6)16041605      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id160)1606      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id161)1607      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id162)1608      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id163)1609      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id164)1610      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id165)1611      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id166)1612      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id167)1613    - [Python 3.11.0 альфа 5](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-5)16141615      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id168)1616      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id169)1617      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id170)1618      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id171)1619      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id172)1620      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id173)1621      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id174)1622      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id175)1623      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id176)1624    - [Python 3.11.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-4)16251626      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id177)1627      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id178)1628      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id179)1629      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id180)1630      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id181)1631      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id182)1632      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id183)1633      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id184)1634    - [Python 3.11.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-3)16351636      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id185)1637      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id186)1638      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id187)1639      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id188)1640      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id189)1641      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id190)1642      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id191)1643      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id192)1644    - [Python 3.11.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-2)16451646      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id193)1647      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id194)1648      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id195)1649      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id196)1650      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id197)1651      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id198)1652      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id199)1653      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id200)1654      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id201)1655    - [Python 3.11.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-11-0-alpha-1)16561657      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id202)1658      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id203)1659      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id204)1660      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id205)1661      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id206)1662      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id207)1663      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id208)1664      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id209)1665      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id210)1666      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id211)1667      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id212)1668    - [Python 3.10.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-beta-1)16691670      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id213)1671      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id214)1672      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id215)1673      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id216)1674      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id217)1675      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id218)1676      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id219)1677      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id220)1678      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id221)1679      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id222)1680    - [Python 3.10.0 альфа 7](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-7)16811682      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id223)1683      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id224)1684      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id225)1685      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id226)1686      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id227)1687      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id228)1688      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id229)1689      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id230)1690      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id231)1691    - [Python 3.10.0 альфа 6](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-6)16921693      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id232)1694      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id233)1695      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id234)1696      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id235)1697      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id236)1698      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id237)1699      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id238)1700      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id239)1701      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id240)1702      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id241)1703    - [Python 3.10.0 альфа 5](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-5)17041705      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id242)1706      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id243)1707      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id244)1708      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id245)1709      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id246)1710      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id247)1711      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id248)1712      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id249)1713      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id250)1714      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id251)1715    - [Python 3.10.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-4)17161717      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id252)1718      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id253)1719      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id254)1720      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id255)1721      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id256)1722      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id257)1723      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id258)1724      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id259)1725    - [Python 3.10.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-3)17261727      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id260)1728      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id261)1729      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id262)1730      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id263)1731      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id264)1732      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id265)1733      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id266)1734      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id267)1735      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id268)1736      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id269)1737      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id270)1738    - [Python 3.10.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-2)17391740      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id271)1741      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id272)1742      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id273)1743      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id274)1744      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id275)1745      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id276)1746      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id277)1747      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id278)1748      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id279)1749      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id280)1750    - [Python 3.10.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-10-0-alpha-1)17511752      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id281)1753      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id282)1754      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id283)1755      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id284)1756      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id285)1757      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id286)1758      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id287)1759      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id288)1760      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id289)1761      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id290)1762    - [Python 3.9.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-beta-1)17631764      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id291)1765      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id292)1766      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id293)1767      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id294)1768      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id295)1769      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id296)1770      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id297)1771      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id298)1772      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id299)1773      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id300)1774    - [Python 3.9.0 альфа 6](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-alpha-6)17751776      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id301)1777      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id302)1778      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id303)1779      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id304)1780      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id305)1781      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id306)1782      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id307)1783      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id308)1784      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id309)1785      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id310)1786      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id311)1787    - [Python 3.9.0 альфа 5](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-alpha-5)17881789      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id312)1790      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id313)1791      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id314)1792      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id315)1793      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id316)1794      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id317)1795      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id318)1796      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id319)1797      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id320)1798      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id321)1799      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id322)1800    - [Python 3.9.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-alpha-4)18011802      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id323)1803      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id324)1804      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id325)1805      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id326)1806      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id327)1807      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id328)1808      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id329)1809      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id330)1810      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id331)1811    - [Python 3.9.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-alpha-3)18121813      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id332)1814      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id333)1815      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id334)1816      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id335)1817      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id336)1818      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id337)1819    - [Python 3.9.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-alpha-2)18201821      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id338)1822      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id339)1823      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id340)1824      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id341)1825      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id342)1826      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id343)1827      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id344)1828      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id345)1829      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id346)1830      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id347)1831    - [Python 3.9.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-9-0-alpha-1)18321833      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id348)1834      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id349)1835      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id350)1836      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id351)1837      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id352)1838      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id353)1839      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id354)1840      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id355)1841      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id356)1842      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id357)1843      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id358)1844    - [Python 3.8.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-8-0-beta-1)18451846      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id359)1847      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id360)1848      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id361)1849      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id362)1850      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id363)1851      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id364)1852      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id365)1853      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id366)1854      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id367)1855      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id368)1856      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id369)1857    - [Python 3.8.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-8-0-alpha-4)18581859      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id370)1860      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id371)1861      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id372)1862      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id373)1863      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id374)1864      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id375)1865      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id376)1866      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id377)1867      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id378)1868      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id379)1869      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id380)1870    - [Python 3.8.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-8-0-alpha-3)18711872      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id381)1873      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id382)1874      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id383)1875      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id384)1876      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id385)1877      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id386)1878      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id387)1879      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id388)1880      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id389)1881      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id390)1882    - [Python 3.8.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-8-0-alpha-2)18831884      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id391)1885      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id392)1886      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id393)1887      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id394)1888      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id395)1889      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id396)1890    - [Python 3.8.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-8-0-alpha-1)18911892      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id397)1893      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id398)1894      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id399)1895      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id400)1896      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id401)1897      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id402)1898      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id403)1899      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id404)1900      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id405)1901      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id406)1902      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id407)1903    - [Python 3.7.0 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-final)19041905      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id408)1906      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id409)1907    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-release-candidate-1)19081909      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id410)1910      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id411)1911      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id412)1912      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id413)1913      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id414)1914      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id415)1915    - [Python 3.7.0 бета 5](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-beta-5)19161917      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id416)1918      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id417)1919      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id418)1920      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id419)1921      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id420)1922      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id421)1923      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id422)1924    - [Python 3.7.0 бета 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-beta-4)19251926      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id423)1927      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id424)1928      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id425)1929      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id426)1930      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id427)1931      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id428)1932      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id429)1933      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id430)1934      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id431)1935    - [Python 3.7.0 бета 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-beta-3)19361937      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id432)1938      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id433)1939      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id434)1940      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id435)1941      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id436)1942      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id437)1943      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id438)1944      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id439)1945      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id440)1946      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id441)1947      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id442)1948    - [Python 3.7.0 бета 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-beta-2)19491950      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id443)1951      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id444)1952      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id445)1953      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id446)1954      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id447)1955      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id448)1956      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id449)1957      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id450)1958      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id451)1959      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id452)1960    - [Python 3.7.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-beta-1)19611962      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id453)1963      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id454)1964      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id455)1965      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id456)1966      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id457)1967      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id458)1968      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id459)1969      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id460)1970    - [Python 3.7.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-alpha-4)19711972      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id461)1973      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id462)1974      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id463)1975      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id464)1976      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id465)1977      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id466)1978      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id467)1979    - [Python 3.7.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-alpha-3)19801981      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id468)1982      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id469)1983      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id470)1984      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id471)1985      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id472)1986      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id473)1987      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id474)1988      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id475)1989      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id476)1990      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id477)1991    - [Python 3.7.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-alpha-2)19921993      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id478)1994      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id479)1995      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id480)1996      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id481)1997      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id482)1998      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id483)1999    - [Python 3.7.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-7-0-alpha-1)20002001      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id484)2002      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id485)2003      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id486)2004      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id487)2005      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id488)2006      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id489)2007      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id490)2008      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id491)2009      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id492)2010      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id493)2011    - [Python 3.6.6 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-6-final)2012    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-6-release-candidate-1)20132014      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id494)2015      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id495)2016      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id496)2017      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id497)2018      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id498)2019      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id499)2020      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id500)2021      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id501)2022      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id502)2023      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id503)2024    - [Python 3.6.5 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-5-final)20252026      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id504)2027      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id505)2028    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-5-release-candidate-1)20292030      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id506)2031      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id507)2032      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id508)2033      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id509)2034      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id510)2035      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id511)2036      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id512)2037      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id513)2038      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id514)2039      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id515)2040      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id516)2041    - [Python 3.6.4 финальная](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-4-final)2042    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-4-release-candidate-1)20432044      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id517)2045      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id518)2046      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id519)2047      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id520)2048      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id521)2049      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id522)2050      - [macOS](https://python-all.ru/3.11/whatsnew/changelog.html#id523)2051      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id524)2052      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id525)2053      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id526)2054    - [Python 3.6.3 финальная](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-3-final)20552056      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id527)2057      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id528)2058    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-3-release-candidate-1)20592060      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id529)2061      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id530)2062      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id531)2063      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id532)2064      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id533)2065      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id534)2066      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id535)2067      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id536)2068      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id537)2069    - [Python 3.6.2 финальная](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-2-final)2070    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-2-release-candidate-2)20712072      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id538)2073    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-2-release-candidate-1)20742075      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id539)2076      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id540)2077      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id541)2078      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id542)2079      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id543)2080      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id544)2081      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id545)2082      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id546)2083      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id547)2084      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id548)2085    - [Python 3.6.1 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-1-final)20862087      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id549)2088      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id550)2089    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-1-release-candidate-1)20902091      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id551)2092      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id552)2093      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id553)2094      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id554)2095      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id555)2096      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id556)2097      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id557)2098      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id558)2099    - [Python 3.6.0 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-final)2100    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-release-candidate-2)21012102      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id559)2103      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id560)2104      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id561)2105      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id562)2106    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-release-candidate-1)21072108      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id563)2109      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id564)2110      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id565)2111      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id566)2112      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id567)2113    - [Python 3.6.0 бета 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-beta-4)21142115      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id568)2116      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id569)2117      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id570)2118      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id571)2119      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id572)2120    - [Python 3.6.0 бета 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-beta-3)21212122      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id573)2123      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id574)2124      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id575)2125      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id576)2126      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id577)2127    - [Python 3.6.0 бета 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-beta-2)21282129      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id578)2130      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id579)2131      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id580)2132      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id581)2133      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id582)2134      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id583)2135    - [Python 3.6.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-beta-1)21362137      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id584)2138      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id585)2139      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id586)2140      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id587)2141      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id588)2142      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id589)2143      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id590)2144      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id591)2145    - [Python 3.6.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-alpha-4)21462147      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id592)2148      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id593)2149      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id594)2150      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id595)2151      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id596)2152      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id597)2153    - [Python 3.6.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-alpha-3)21542155      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id598)2156      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id599)2157      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id600)2158      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id601)2159      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id602)2160      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id603)2161      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id604)2162      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id605)2163      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id606)2164    - [Python 3.6.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-alpha-2)21652166      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id607)2167      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id608)2168      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id609)2169      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id610)2170      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id611)2171      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id612)2172      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id613)2173      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id614)2174      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id615)2175      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id616)2176    - [Python 3.6.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-6-0-alpha-1)21772178      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id617)2179      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id618)2180      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id619)2181      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id620)2182      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id621)2183      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id622)2184      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id623)2185      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id624)2186      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id625)2187      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id626)2188    - [Python 3.5.5 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-5-final)2189    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-5-release-candidate-1)21902191      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id627)2192      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id628)2193      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id629)2194    - [Python 3.5.4 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-4-final)21952196      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id630)2197    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-4-release-candidate-1)21982199      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id631)2200      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id632)2201      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id633)2202      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id634)2203      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id635)2204      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id636)2205      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id637)2206      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id638)2207    - [Python 3.5.3 финальный](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-3-final)2208    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-3-release-candidate-1)22092210      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id639)2211      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id640)2212      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id641)2213      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id642)2214      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id643)2215      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id644)2216      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id645)2217      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id646)2218      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id647)2219      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id648)2220    - [Python 3.5.2, финальная версия](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-2-final)22212222      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id649)2223      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id650)2224      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id651)2225    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-2-release-candidate-1)22262227      - [Безопасность](https://python-all.ru/3.11/whatsnew/changelog.html#id652)2228      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id653)2229      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id654)2230      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id655)2231      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id656)2232      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id657)2233      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id658)2234      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id659)2235      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id660)2236    - [Python 3.5.1, финальная версия](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-1-final)22372238      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id661)2239      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id662)2240    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-1-release-candidate-1)22412242      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id663)2243      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id664)2244      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id665)2245      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id666)2246      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id667)2247      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id668)2248      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id669)2249      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id670)2250    - [Python 3.5.0, финальная версия](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-final)22512252      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id671)2253    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-release-candidate-4)22542255      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id672)2256      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id673)2257    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-release-candidate-3)22582259      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id674)2260      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id675)2261    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-release-candidate-2)22622263      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id676)2264      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id677)2265    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-release-candidate-1)22662267      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id678)2268      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id679)2269      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id680)2270      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id681)2271      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id682)2272    - [Python 3.5.0 бета 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-beta-4)22732274      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id683)2275      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id684)2276      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id685)2277    - [Python 3.5.0 бета 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-beta-3)22782279      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id686)2280      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id687)2281      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id688)2282      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id689)2283      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id690)2284    - [Python 3.5.0 бета 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-beta-2)22852286      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id691)2287      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id692)2288    - [Python 3.5.0 бета 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-beta-1)22892290      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id693)2291      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id694)2292      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id695)2293      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id696)2294      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id697)2295      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id698)2296    - [Python 3.5.0 альфа 4](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-alpha-4)22972298      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id699)2299      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id700)2300      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id701)2301      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id702)2302      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id703)2303      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id704)2304    - [Python 3.5.0 альфа 3](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-alpha-3)23052306      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id705)2307      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id706)2308      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id707)2309      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id708)2310      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id709)2311    - [Python 3.5.0 альфа 2](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-alpha-2)23122313      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id710)2314      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id711)2315      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id712)2316      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id713)2317      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id714)2318    - [Python 3.5.0 альфа 1](https://python-all.ru/3.11/whatsnew/changelog.html#python-3-5-0-alpha-1)23192320      - [Ядро и встроенные модули](https://python-all.ru/3.11/whatsnew/changelog.html#id715)2321      - [Библиотека](https://python-all.ru/3.11/whatsnew/changelog.html#id716)2322      - [IDLE](https://python-all.ru/3.11/whatsnew/changelog.html#id717)2323      - [Сборка](https://python-all.ru/3.11/whatsnew/changelog.html#id718)2324      - [C API](https://python-all.ru/3.11/whatsnew/changelog.html#id719)2325      - [Документация](https://python-all.ru/3.11/whatsnew/changelog.html#id720)2326      - [Тесты](https://python-all.ru/3.11/whatsnew/changelog.html#id721)2327      - [Инструменты/Демонстрации](https://python-all.ru/3.11/whatsnew/changelog.html#id722)2328      - [Windows](https://python-all.ru/3.11/whatsnew/changelog.html#id723)2329- [Учебник Python](https://python-all.ru/3.11/tutorial/index.html)23302331  - [1. Введение](https://python-all.ru/3.11/tutorial/appetite.html)2332  - [2. Использование интерпретатора Python](https://python-all.ru/3.11/tutorial/interpreter.html)23332334    - [2.1. Запуск интерпретатора](https://python-all.ru/3.11/tutorial/interpreter.html#invoking-the-interpreter)23352336      - [2.1.1. Передача аргументов](https://python-all.ru/3.11/tutorial/interpreter.html#argument-passing)2337      - [2.1.2. Интерактивный режим](https://python-all.ru/3.11/tutorial/interpreter.html#interactive-mode)2338    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.11/tutorial/interpreter.html#the-interpreter-and-its-environment)23392340      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.11/tutorial/interpreter.html#source-code-encoding)2341  - [3. Неформальное введение в Python](https://python-all.ru/3.11/tutorial/introduction.html)23422343    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.11/tutorial/introduction.html#using-python-as-a-calculator)23442345      - [3.1.1. Числа](https://python-all.ru/3.11/tutorial/introduction.html#numbers)2346      - [3.1.2. Текст](https://python-all.ru/3.11/tutorial/introduction.html#text)2347      - [3.1.3. Списки](https://python-all.ru/3.11/tutorial/introduction.html#lists)2348    - [3.2. Первые шаги к программированию](https://python-all.ru/3.11/tutorial/introduction.html#first-steps-towards-programming)2349  - [4. Дополнительные средства управления потоком](https://python-all.ru/3.11/tutorial/controlflow.html)23502351    - [4.1. `if` Инструкции](https://python-all.ru/3.11/tutorial/controlflow.html#if-statements)2352    - [4.2. `for` Инструкции](https://python-all.ru/3.11/tutorial/controlflow.html#for-statements)2353    - [4.3. Функция `range()`](https://python-all.ru/3.11/tutorial/controlflow.html#the-range-function)2354    - [4.4. Инструкции `break` и `continue`, а также предложения `else` в циклах](https://python-all.ru/3.11/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops)2355    - [4.5. Инструкции `pass`](https://python-all.ru/3.11/tutorial/controlflow.html#pass-statements)2356    - [4.6. `match` Инструкции](https://python-all.ru/3.11/tutorial/controlflow.html#match-statements)2357    - [4.7. Определение функций](https://python-all.ru/3.11/tutorial/controlflow.html#defining-functions)2358    - [4.8. Подробнее об определении функций](https://python-all.ru/3.11/tutorial/controlflow.html#more-on-defining-functions)23592360      - [4.8.1. Значения аргументов по умолчанию](https://python-all.ru/3.11/tutorial/controlflow.html#default-argument-values)2361      - [4.8.2. Именованные аргументы](https://python-all.ru/3.11/tutorial/controlflow.html#keyword-arguments)2362      - [4.8.3. Специальные параметры](https://python-all.ru/3.11/tutorial/controlflow.html#special-parameters)23632364        - [4.8.3.1. Позиционные или именованные аргументы](https://python-all.ru/3.11/tutorial/controlflow.html#positional-or-keyword-arguments)2365        - [4.8.3.2. Только позиционные параметры](https://python-all.ru/3.11/tutorial/controlflow.html#positional-only-parameters)2366        - [4.8.3.3. Только ключевые аргументы](https://python-all.ru/3.11/tutorial/controlflow.html#keyword-only-arguments)2367        - [4.8.3.4. Примеры функций](https://python-all.ru/3.11/tutorial/controlflow.html#function-examples)2368        - [4.8.3.5. Повторение](https://python-all.ru/3.11/tutorial/controlflow.html#recap)2369      - [4.8.4. Произвольные списки аргументов](https://python-all.ru/3.11/tutorial/controlflow.html#arbitrary-argument-lists)2370      - [4.8.5. Распаковка списков аргументов](https://python-all.ru/3.11/tutorial/controlflow.html#unpacking-argument-lists)2371      - [4.8.6. Лямбда-выражения](https://python-all.ru/3.11/tutorial/controlflow.html#lambda-expressions)2372      - [4.8.7. Строки документации](https://python-all.ru/3.11/tutorial/controlflow.html#documentation-strings)2373      - [4.8.8. Аннотации функций](https://python-all.ru/3.11/tutorial/controlflow.html#function-annotations)2374    - [4.9. Интермеццо: стиль кода](https://python-all.ru/3.11/tutorial/controlflow.html#intermezzo-coding-style)2375  - [5. Структуры данных](https://python-all.ru/3.11/tutorial/datastructures.html)23762377    - [5.1. Подробнее о списках](https://python-all.ru/3.11/tutorial/datastructures.html#more-on-lists)23782379      - [5.1.1. Использование списков как стеков](https://python-all.ru/3.11/tutorial/datastructures.html#using-lists-as-stacks)2380      - [5.1.2. Использование списков как очередей](https://python-all.ru/3.11/tutorial/datastructures.html#using-lists-as-queues)2381      - [5.1.3. Списковые включения](https://python-all.ru/3.11/tutorial/datastructures.html#list-comprehensions)2382      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.11/tutorial/datastructures.html#nested-list-comprehensions)2383    - [5.2. Инструкция `del`](https://python-all.ru/3.11/tutorial/datastructures.html#the-del-statement)2384    - [5.3. Кортежи и последовательности](https://python-all.ru/3.11/tutorial/datastructures.html#tuples-and-sequences)2385    - [5.4. Множества](https://python-all.ru/3.11/tutorial/datastructures.html#sets)2386    - [5.5. Словари](https://python-all.ru/3.11/tutorial/datastructures.html#dictionaries)2387    - [5.6. Приёмы работы с циклами](https://python-all.ru/3.11/tutorial/datastructures.html#looping-techniques)2388    - [5.7. Подробнее об условиях](https://python-all.ru/3.11/tutorial/datastructures.html#more-on-conditions)2389    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.11/tutorial/datastructures.html#comparing-sequences-and-other-types)2390  - [6. Модули](https://python-all.ru/3.11/tutorial/modules.html)23912392    - [6.1. Подробнее о модулях](https://python-all.ru/3.11/tutorial/modules.html#more-on-modules)23932394      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.11/tutorial/modules.html#executing-modules-as-scripts)2395      - [6.1.2. Путь поиска модулей](https://python-all.ru/3.11/tutorial/modules.html#the-module-search-path)2396      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.11/tutorial/modules.html#compiled-python-files)2397    - [6.2. Стандартные модули](https://python-all.ru/3.11/tutorial/modules.html#standard-modules)2398    - [6.3. Функция `dir()`](https://python-all.ru/3.11/tutorial/modules.html#the-dir-function)2399    - [6.4. Пакеты](https://python-all.ru/3.11/tutorial/modules.html#packages)24002401      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.11/tutorial/modules.html#importing-from-a-package)2402      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.11/tutorial/modules.html#intra-package-references)2403      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.11/tutorial/modules.html#packages-in-multiple-directories)2404  - [7. Ввод и вывод](https://python-all.ru/3.11/tutorial/inputoutput.html)24052406    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.11/tutorial/inputoutput.html#fancier-output-formatting)24072408      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.11/tutorial/inputoutput.html#formatted-string-literals)2409      - [7.1.2. Метод format() строк](https://python-all.ru/3.11/tutorial/inputoutput.html#the-string-format-method)2410      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.11/tutorial/inputoutput.html#manual-string-formatting)2411      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.11/tutorial/inputoutput.html#old-string-formatting)2412    - [7.2. Чтение и запись файлов](https://python-all.ru/3.11/tutorial/inputoutput.html#reading-and-writing-files)24132414      - [7.2.1. Методы файловых объектов](https://python-all.ru/3.11/tutorial/inputoutput.html#methods-of-file-objects)2415      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.11/tutorial/inputoutput.html#saving-structured-data-with-json)2416  - [8. Ошибки и исключения](https://python-all.ru/3.11/tutorial/errors.html)24172418    - [8.1. Синтаксические ошибки](https://python-all.ru/3.11/tutorial/errors.html#syntax-errors)2419    - [8.2. Исключения](https://python-all.ru/3.11/tutorial/errors.html#exceptions)2420    - [8.3. Обработка исключений](https://python-all.ru/3.11/tutorial/errors.html#handling-exceptions)2421    - [8.4. Возбуждение исключений](https://python-all.ru/3.11/tutorial/errors.html#raising-exceptions)2422    - [8.5. Цепочки исключений](https://python-all.ru/3.11/tutorial/errors.html#exception-chaining)2423    - [8.6. Пользовательские исключения](https://python-all.ru/3.11/tutorial/errors.html#user-defined-exceptions)2424    - [8.7. Определение действий по очистке](https://python-all.ru/3.11/tutorial/errors.html#defining-clean-up-actions)2425    - [8.8. Предопределённые действия по очистке](https://python-all.ru/3.11/tutorial/errors.html#predefined-clean-up-actions)2426    - [8.9. Возбуждение и обработка нескольких несвязанных исключений](https://python-all.ru/3.11/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)2427    - [8.10. Обогащение исключений примечаниями](https://python-all.ru/3.11/tutorial/errors.html#enriching-exceptions-with-notes)2428  - [9. Классы](https://python-all.ru/3.11/tutorial/classes.html)24292430    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.11/tutorial/classes.html#a-word-about-names-and-objects)2431    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.11/tutorial/classes.html#python-scopes-and-namespaces)24322433      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.11/tutorial/classes.html#scopes-and-namespaces-example)2434    - [9.3. Первое знакомство с классами](https://python-all.ru/3.11/tutorial/classes.html#a-first-look-at-classes)24352436      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.11/tutorial/classes.html#class-definition-syntax)2437      - [9.3.2. Объекты классов](https://python-all.ru/3.11/tutorial/classes.html#class-objects)2438      - [9.3.3. Объекты экземпляров](https://python-all.ru/3.11/tutorial/classes.html#instance-objects)2439      - [9.3.4. Объекты методов](https://python-all.ru/3.11/tutorial/classes.html#method-objects)2440      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.11/tutorial/classes.html#class-and-instance-variables)2441    - [9.4. Разные замечания](https://python-all.ru/3.11/tutorial/classes.html#random-remarks)2442    - [9.5. Наследование](https://python-all.ru/3.11/tutorial/classes.html#inheritance)24432444      - [9.5.1. Множественное наследование](https://python-all.ru/3.11/tutorial/classes.html#multiple-inheritance)2445    - [9.6. Приватные переменные](https://python-all.ru/3.11/tutorial/classes.html#private-variables)2446    - [9.7. Разное](https://python-all.ru/3.11/tutorial/classes.html#odds-and-ends)2447    - [9.8. Итераторы](https://python-all.ru/3.11/tutorial/classes.html#iterators)2448    - [9.9. Генераторы](https://python-all.ru/3.11/tutorial/classes.html#generators)2449    - [9.10. Генераторные выражения](https://python-all.ru/3.11/tutorial/classes.html#generator-expressions)2450  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.11/tutorial/stdlib.html)24512452    - [10.1. Интерфейс операционной системы](https://python-all.ru/3.11/tutorial/stdlib.html#operating-system-interface)2453    - [10.2. Файловые шаблоны](https://python-all.ru/3.11/tutorial/stdlib.html#file-wildcards)2454    - [10.3. Аргументы командной строки](https://python-all.ru/3.11/tutorial/stdlib.html#command-line-arguments)2455    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.11/tutorial/stdlib.html#error-output-redirection-and-program-termination)2456    - [10.5. Поиск по шаблону в строках](https://python-all.ru/3.11/tutorial/stdlib.html#string-pattern-matching)2457    - [10.6. Математика](https://python-all.ru/3.11/tutorial/stdlib.html#mathematics)2458    - [10.7. Доступ в Интернет](https://python-all.ru/3.11/tutorial/stdlib.html#internet-access)2459    - [10.8. Даты и время](https://python-all.ru/3.11/tutorial/stdlib.html#dates-and-times)2460    - [10.9. Сжатие данных](https://python-all.ru/3.11/tutorial/stdlib.html#data-compression)2461    - [10.10. Измерение производительности](https://python-all.ru/3.11/tutorial/stdlib.html#performance-measurement)2462    - [10.11. Контроль качества](https://python-all.ru/3.11/tutorial/stdlib.html#quality-control)2463    - [10.12. Батарейки в комплекте](https://python-all.ru/3.11/tutorial/stdlib.html#batteries-included)2464  - [11. Краткий обзор стандартной библиотеки – Часть II](https://python-all.ru/3.11/tutorial/stdlib2.html)24652466    - [11.1. Форматирование вывода](https://python-all.ru/3.11/tutorial/stdlib2.html#output-formatting)2467    - [11.2. Шаблоны](https://python-all.ru/3.11/tutorial/stdlib2.html#templating)2468    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.11/tutorial/stdlib2.html#working-with-binary-data-record-layouts)2469    - [11.4. Многопоточность](https://python-all.ru/3.11/tutorial/stdlib2.html#multi-threading)2470    - [11.5. Логирование](https://python-all.ru/3.11/tutorial/stdlib2.html#logging)2471    - [11.6. Слабые ссылки](https://python-all.ru/3.11/tutorial/stdlib2.html#weak-references)2472    - [11.7. Инструменты для работы со списками](https://python-all.ru/3.11/tutorial/stdlib2.html#tools-for-working-with-lists)2473    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.11/tutorial/stdlib2.html#decimal-floating-point-arithmetic)2474  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.11/tutorial/venv.html)24752476    - [12.1. Введение](https://python-all.ru/3.11/tutorial/venv.html#introduction)2477    - [12.2. Создание виртуальных окружений](https://python-all.ru/3.11/tutorial/venv.html#creating-virtual-environments)2478    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.11/tutorial/venv.html#managing-packages-with-pip)2479  - [13. Что дальше?](https://python-all.ru/3.11/tutorial/whatnow.html)2480  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.11/tutorial/interactive.html)24812482    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.11/tutorial/interactive.html#tab-completion-and-history-editing)2483    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.11/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)2484  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.11/tutorial/floatingpoint.html)24852486    - [15.1. Ошибка представления](https://python-all.ru/3.11/tutorial/floatingpoint.html#representation-error)2487  - [16. Приложение](https://python-all.ru/3.11/tutorial/appendix.html)24882489    - [16.1. Интерактивный режим](https://python-all.ru/3.11/tutorial/appendix.html#interactive-mode)24902491      - [16.1.1. Обработка ошибок](https://python-all.ru/3.11/tutorial/appendix.html#error-handling)2492      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.11/tutorial/appendix.html#executable-python-scripts)2493      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.11/tutorial/appendix.html#the-interactive-startup-file)2494      - [16.1.4. Модули настройки](https://python-all.ru/3.11/tutorial/appendix.html#the-customization-modules)2495- [Настройка и использование Python](https://python-all.ru/3.11/using/index.html)24962497  - [1. Командная строка и окружение](https://python-all.ru/3.11/using/cmdline.html)24982499    - [1.1. Командная строка](https://python-all.ru/3.11/using/cmdline.html#command-line)25002501      - [1.1.1. Параметры интерфейса](https://python-all.ru/3.11/using/cmdline.html#interface-options)2502      - [1.1.2. Общие параметры](https://python-all.ru/3.11/using/cmdline.html#generic-options)2503      - [1.1.3. Прочие параметры](https://python-all.ru/3.11/using/cmdline.html#miscellaneous-options)2504      - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.11/using/cmdline.html#options-you-shouldn-t-use)2505    - [1.2. Переменные окружения](https://python-all.ru/3.11/using/cmdline.html#environment-variables)25062507      - [1.2.1. Переменные режима отладки](https://python-all.ru/3.11/using/cmdline.html#debug-mode-variables)2508  - [2. Использование Python на платформах Unix](https://python-all.ru/3.11/using/unix.html)25092510    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.11/using/unix.html#getting-and-installing-the-latest-version-of-python)25112512      - [2.1.1. В Linux](https://python-all.ru/3.11/using/unix.html#on-linux)2513      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.11/using/unix.html#on-freebsd-and-openbsd)2514      - [2.1.3. В OpenSolaris](https://python-all.ru/3.11/using/unix.html#on-opensolaris)2515    - [2.2. Сборка Python](https://python-all.ru/3.11/using/unix.html#building-python)2516    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.11/using/unix.html#python-related-paths-and-files)2517    - [2.4. Прочее](https://python-all.ru/3.11/using/unix.html#miscellaneous)2518    - [2.5. Настройка OpenSSL](https://python-all.ru/3.11/using/unix.html#custom-openssl)2519  - [3. Настройка сборки Python](https://python-all.ru/3.11/using/configure.html)25202521    - [3.1. Параметры конфигурации](https://python-all.ru/3.11/using/configure.html#configure-options)25222523      - [3.1.1. Общие параметры](https://python-all.ru/3.11/using/configure.html#general-options)2524      - [3.1.2. Параметры WebAssembly](https://python-all.ru/3.11/using/configure.html#webassembly-options)2525      - [3.1.3. Параметры установки](https://python-all.ru/3.11/using/configure.html#install-options)2526      - [3.1.4. Параметры производительности](https://python-all.ru/3.11/using/configure.html#performance-options)2527      - [3.1.5. Отладочная сборка Python](https://python-all.ru/3.11/using/configure.html#python-debug-build)2528      - [3.1.6. Параметры отладки](https://python-all.ru/3.11/using/configure.html#debug-options)2529      - [3.1.7. Параметры компоновщика](https://python-all.ru/3.11/using/configure.html#linker-options)2530      - [3.1.8. Параметры библиотек](https://python-all.ru/3.11/using/configure.html#libraries-options)2531      - [3.1.9. Параметры безопасности](https://python-all.ru/3.11/using/configure.html#security-options)2532      - [3.1.10. Параметры macOS](https://python-all.ru/3.11/using/configure.html#macos-options)2533      - [3.1.11. Параметры кросс-компиляции](https://python-all.ru/3.11/using/configure.html#cross-compiling-options)2534    - [3.2. Система сборки Python](https://python-all.ru/3.11/using/configure.html#python-build-system)25352536      - [3.2.1. Основные файлы системы сборки](https://python-all.ru/3.11/using/configure.html#main-files-of-the-build-system)2537      - [3.2.2. Основные этапы сборки](https://python-all.ru/3.11/using/configure.html#main-build-steps)2538      - [3.2.3. Основные цели Makefile](https://python-all.ru/3.11/using/configure.html#main-makefile-targets)2539      - [3.2.4. Расширения на C](https://python-all.ru/3.11/using/configure.html#c-extensions)2540    - [3.3. Флаги компилятора и компоновщика](https://python-all.ru/3.11/using/configure.html#compiler-and-linker-flags)25412542      - [3.3.1. Флаги препроцессора](https://python-all.ru/3.11/using/configure.html#preprocessor-flags)2543      - [3.3.2. Флаги компилятора](https://python-all.ru/3.11/using/configure.html#compiler-flags)2544      - [3.3.3. Флаги компоновщика](https://python-all.ru/3.11/using/configure.html#linker-flags)2545  - [4. Использование Python в Windows](https://python-all.ru/3.11/using/windows.html)25462547    - [4.1. Полный установщик](https://python-all.ru/3.11/using/windows.html#the-full-installer)25482549      - [4.1.1. Шаги установки](https://python-all.ru/3.11/using/windows.html#installation-steps)2550      - [4.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.11/using/windows.html#removing-the-max-path-limitation)2551      - [4.1.3. Установка без UI](https://python-all.ru/3.11/using/windows.html#installing-without-ui)2552      - [4.1.4. Установка без загрузки](https://python-all.ru/3.11/using/windows.html#installing-without-downloading)2553      - [4.1.5. Изменение установки](https://python-all.ru/3.11/using/windows.html#modifying-an-install)2554    - [4.2. Пакет из Microsoft Store](https://python-all.ru/3.11/using/windows.html#the-microsoft-store-package)25552556      - [4.2.1. Известные проблемы](https://python-all.ru/3.11/using/windows.html#known-issues)25572558        - [4.2.1.1. Перенаправление локальных данных, реестра и временных путей](https://python-all.ru/3.11/using/windows.html#redirection-of-local-data-registry-and-temporary-paths)2559    - [4.3. Пакеты из nuget.org](https://python-all.ru/3.11/using/windows.html#the-nuget-org-packages)2560    - [4.4. Встраиваемый пакет](https://python-all.ru/3.11/using/windows.html#the-embeddable-package)25612562      - [4.4.1. Приложение Python](https://python-all.ru/3.11/using/windows.html#python-application)2563      - [4.4.2. Встраивание Python](https://python-all.ru/3.11/using/windows.html#embedding-python)2564    - [4.5. Альтернативные сборки](https://python-all.ru/3.11/using/windows.html#alternative-bundles)2565    - [4.6. Настройка Python](https://python-all.ru/3.11/using/windows.html#configuring-python)25662567      - [4.6.1. Экскурс: установка переменных окружения](https://python-all.ru/3.11/using/windows.html#excursus-setting-environment-variables)2568      - [4.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.11/using/windows.html#finding-the-python-executable)2569    - [4.7. Режим UTF-8](https://python-all.ru/3.11/using/windows.html#utf-8-mode)2570    - [4.8. Запускатель Python для Windows](https://python-all.ru/3.11/using/windows.html#python-launcher-for-windows)25712572      - [4.8.1. Начало работы](https://python-all.ru/3.11/using/windows.html#getting-started)25732574        - [4.8.1.1. Из командной строки](https://python-all.ru/3.11/using/windows.html#from-the-command-line)2575        - [4.8.1.2. Виртуальные окружения](https://python-all.ru/3.11/using/windows.html#virtual-environments)2576        - [4.8.1.3. Из скрипта](https://python-all.ru/3.11/using/windows.html#from-a-script)2577        - [4.8.1.4. Из ассоциаций файлов](https://python-all.ru/3.11/using/windows.html#from-file-associations)2578      - [4.8.2. Строки shebang](https://python-all.ru/3.11/using/windows.html#shebang-lines)2579      - [4.8.3. Аргументы в строках shebang](https://python-all.ru/3.11/using/windows.html#arguments-in-shebang-lines)2580      - [4.8.4. Настройка](https://python-all.ru/3.11/using/windows.html#customization)25812582        - [4.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.11/using/windows.html#customization-via-ini-files)2583        - [4.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.11/using/windows.html#customizing-default-python-versions)2584      - [4.8.5. Диагностика](https://python-all.ru/3.11/using/windows.html#diagnostics)2585      - [4.8.6. Пробный запуск](https://python-all.ru/3.11/using/windows.html#dry-run)2586      - [4.8.7. Установка по требованию](https://python-all.ru/3.11/using/windows.html#install-on-demand)2587      - [4.8.8. Коды возврата](https://python-all.ru/3.11/using/windows.html#return-codes)2588    - [4.9. Поиск модулей](https://python-all.ru/3.11/using/windows.html#finding-modules)2589    - [4.10. Дополнительные модули](https://python-all.ru/3.11/using/windows.html#additional-modules)25902591      - [4.10.1. PyWin32](https://python-all.ru/3.11/using/windows.html#pywin32)2592      - [4.10.2. cx\_Freeze](https://python-all.ru/3.11/using/windows.html#cx-freeze)2593    - [4.11. Компиляция Python в Windows](https://python-all.ru/3.11/using/windows.html#compiling-python-on-windows)2594    - [4.12. Другие платформы](https://python-all.ru/3.11/using/windows.html#other-platforms)2595  - [5. Использование Python на Mac](https://python-all.ru/3.11/using/mac.html)25962597    - [5.1. Получение и установка Python](https://python-all.ru/3.11/using/mac.html#getting-and-installing-python)25982599      - [5.1.1. Как запустить скрипт Python](https://python-all.ru/3.11/using/mac.html#how-to-run-a-python-script)2600      - [5.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.11/using/mac.html#running-scripts-with-a-gui)2601      - [5.1.3. Конфигурация](https://python-all.ru/3.11/using/mac.html#configuration)2602    - [5.2. IDE](https://python-all.ru/3.11/using/mac.html#the-ide)2603    - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3.11/using/mac.html#installing-additional-python-packages)2604    - [5.4. Программирование GUI](https://python-all.ru/3.11/using/mac.html#gui-programming)2605    - [5.5. Распространение приложений Python](https://python-all.ru/3.11/using/mac.html#distributing-python-applications)2606    - [5.6. Прочие ресурсы](https://python-all.ru/3.11/using/mac.html#other-resources)2607  - [6. Редакторы и среды разработки](https://python-all.ru/3.11/using/editors.html)2608- [Справочник по языку Python](https://python-all.ru/3.11/reference/index.html)26092610  - [1. Введение](https://python-all.ru/3.11/reference/introduction.html)26112612    - [1.1. Альтернативные реализации](https://python-all.ru/3.11/reference/introduction.html#alternate-implementations)2613    - [1.2. Обозначения](https://python-all.ru/3.11/reference/introduction.html#notation)2614  - [2. Лексический анализ](https://python-all.ru/3.11/reference/lexical_analysis.html)26152616    - [2.1. Структура строк](https://python-all.ru/3.11/reference/lexical_analysis.html#line-structure)26172618      - [2.1.1. Логические строки](https://python-all.ru/3.11/reference/lexical_analysis.html#logical-lines)2619      - [2.1.2. Физические строки](https://python-all.ru/3.11/reference/lexical_analysis.html#physical-lines)2620      - [2.1.3. Комментарии](https://python-all.ru/3.11/reference/lexical_analysis.html#comments)2621      - [2.1.4. Объявление кодировки](https://python-all.ru/3.11/reference/lexical_analysis.html#encoding-declarations)2622      - [2.1.5. Явное объединение строк](https://python-all.ru/3.11/reference/lexical_analysis.html#explicit-line-joining)2623      - [2.1.6. Неявное объединение строк](https://python-all.ru/3.11/reference/lexical_analysis.html#implicit-line-joining)2624      - [2.1.7. Пустые строки](https://python-all.ru/3.11/reference/lexical_analysis.html#blank-lines)2625      - [2.1.8. Отступы](https://python-all.ru/3.11/reference/lexical_analysis.html#indentation)2626      - [2.1.9. Пробелы между токенами](https://python-all.ru/3.11/reference/lexical_analysis.html#whitespace-between-tokens)2627    - [2.2. Другие токены](https://python-all.ru/3.11/reference/lexical_analysis.html#other-tokens)2628    - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.11/reference/lexical_analysis.html#identifiers)26292630      - [2.3.1. Ключевые слова](https://python-all.ru/3.11/reference/lexical_analysis.html#keywords)2631      - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3.11/reference/lexical_analysis.html#soft-keywords)2632      - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3.11/reference/lexical_analysis.html#reserved-classes-of-identifiers)2633    - [2.4. Литералы](https://python-all.ru/3.11/reference/lexical_analysis.html#literals)26342635      - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.11/reference/lexical_analysis.html#string-and-bytes-literals)26362637        - [2.4.1.1. Управляющие последовательности](https://python-all.ru/3.11/reference/lexical_analysis.html#escape-sequences)2638      - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.11/reference/lexical_analysis.html#string-literal-concatenation)2639      - [2.4.3. f-строки](https://python-all.ru/3.11/reference/lexical_analysis.html#formatted-string-literals)2640      - [2.4.4. Числовые литералы](https://python-all.ru/3.11/reference/lexical_analysis.html#numeric-literals)2641      - [2.4.5. Целочисленные литералы](https://python-all.ru/3.11/reference/lexical_analysis.html#integer-literals)2642      - [2.4.6. Литералы чисел с плавающей точкой](https://python-all.ru/3.11/reference/lexical_analysis.html#floating-point-literals)2643      - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.11/reference/lexical_analysis.html#imaginary-literals)2644    - [2.5. Операторы](https://python-all.ru/3.11/reference/lexical_analysis.html#operators)2645    - [2.6. Разделители](https://python-all.ru/3.11/reference/lexical_analysis.html#delimiters)2646  - [3. Модель данных](https://python-all.ru/3.11/reference/datamodel.html)26472648    - [3.1. Объекты, значения и типы](https://python-all.ru/3.11/reference/datamodel.html#objects-values-and-types)2649    - [3.2. Стандартная иерархия типов](https://python-all.ru/3.11/reference/datamodel.html#the-standard-type-hierarchy)26502651      - [3.2.1. None](https://python-all.ru/3.11/reference/datamodel.html#none)2652      - [3.2.2. NotImplemented](https://python-all.ru/3.11/reference/datamodel.html#notimplemented)2653      - [3.2.3. Многоточие](https://python-all.ru/3.11/reference/datamodel.html#ellipsis)2654      - [3.2.4. `numbers.Number`](https://python-all.ru/3.11/reference/datamodel.html#numbers-number)26552656        - [3.2.4.1. `numbers.Integral`](https://python-all.ru/3.11/reference/datamodel.html#numbers-integral)2657        - [3.2.4.2. `numbers.Real` (`float`)](https://python-all.ru/3.11/reference/datamodel.html#numbers-real-float)2658        - [3.2.4.3. `numbers.Complex` (`complex`)](https://python-all.ru/3.11/reference/datamodel.html#numbers-complex-complex)2659      - [3.2.5. Последовательности](https://python-all.ru/3.11/reference/datamodel.html#sequences)26602661        - [3.2.5.1. Неизменяемые последовательности](https://python-all.ru/3.11/reference/datamodel.html#immutable-sequences)2662        - [3.2.5.2. Изменяемые последовательности](https://python-all.ru/3.11/reference/datamodel.html#mutable-sequences)2663      - [3.2.6. Типы множеств](https://python-all.ru/3.11/reference/datamodel.html#set-types)2664      - [3.2.7. Отображения](https://python-all.ru/3.11/reference/datamodel.html#mappings)26652666        - [3.2.7.1. Словари](https://python-all.ru/3.11/reference/datamodel.html#dictionaries)2667      - [3.2.8. Вызываемые типы](https://python-all.ru/3.11/reference/datamodel.html#callable-types)26682669        - [3.2.8.1. Пользовательские функции](https://python-all.ru/3.11/reference/datamodel.html#user-defined-functions)26702671          - [3.2.8.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.11/reference/datamodel.html#special-read-only-attributes)2672          - [3.2.8.1.2. Специальные изменяемые атрибуты](https://python-all.ru/3.11/reference/datamodel.html#special-writable-attributes)2673        - [3.2.8.2. Методы экземпляра](https://python-all.ru/3.11/reference/datamodel.html#instance-methods)2674        - [3.2.8.3. Функции-генераторы](https://python-all.ru/3.11/reference/datamodel.html#generator-functions)2675        - [3.2.8.4. Корутинные функции](https://python-all.ru/3.11/reference/datamodel.html#coroutine-functions)2676        - [3.2.8.5. Асинхронные функции-генераторы](https://python-all.ru/3.11/reference/datamodel.html#asynchronous-generator-functions)2677        - [3.2.8.6. Встроенные функции](https://python-all.ru/3.11/reference/datamodel.html#built-in-functions)2678        - [3.2.8.7. Встроенные методы](https://python-all.ru/3.11/reference/datamodel.html#built-in-methods)2679        - [3.2.8.8. Классы](https://python-all.ru/3.11/reference/datamodel.html#classes)2680        - [3.2.8.9. Экземпляры классов](https://python-all.ru/3.11/reference/datamodel.html#class-instances)2681      - [3.2.9. Модули](https://python-all.ru/3.11/reference/datamodel.html#modules)2682      - [3.2.10. Пользовательские классы](https://python-all.ru/3.11/reference/datamodel.html#custom-classes)2683      - [3.2.11. Экземпляры классов](https://python-all.ru/3.11/reference/datamodel.html#id3)2684      - [3.2.12. Объекты ввода-вывода (также известные как файловые объекты)](https://python-all.ru/3.11/reference/datamodel.html#i-o-objects-also-known-as-file-objects)2685      - [3.2.13. Внутренние типы](https://python-all.ru/3.11/reference/datamodel.html#internal-types)26862687        - [3.2.13.1. Объекты кода](https://python-all.ru/3.11/reference/datamodel.html#code-objects)26882689          - [3.2.13.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.11/reference/datamodel.html#index-58)2690          - [3.2.13.1.2. Методы объектов кода](https://python-all.ru/3.11/reference/datamodel.html#methods-on-code-objects)2691        - [3.2.13.2. Объекты фреймов](https://python-all.ru/3.11/reference/datamodel.html#frame-objects)26922693          - [3.2.13.2.1. Специальные атрибуты только для чтения](https://python-all.ru/3.11/reference/datamodel.html#index-64)2694          - [3.2.13.2.2. Специальные атрибуты для записи](https://python-all.ru/3.11/reference/datamodel.html#index-65)2695          - [3.2.13.2.3. Методы объектов фреймов](https://python-all.ru/3.11/reference/datamodel.html#frame-object-methods)2696        - [3.2.13.3. Объекты трассировки](https://python-all.ru/3.11/reference/datamodel.html#traceback-objects)2697        - [3.2.13.4. Объекты срезов](https://python-all.ru/3.11/reference/datamodel.html#slice-objects)2698        - [3.2.13.5. Объекты статических методов](https://python-all.ru/3.11/reference/datamodel.html#static-method-objects)2699        - [3.2.13.6. Объекты методов класса](https://python-all.ru/3.11/reference/datamodel.html#class-method-objects)2700    - [3.3. Имена специальных методов](https://python-all.ru/3.11/reference/datamodel.html#special-method-names)27012702      - [3.3.1. Базовая настройка](https://python-all.ru/3.11/reference/datamodel.html#basic-customization)2703      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.11/reference/datamodel.html#customizing-attribute-access)27042705        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.11/reference/datamodel.html#customizing-module-attribute-access)2706        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.11/reference/datamodel.html#implementing-descriptors)2707        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.11/reference/datamodel.html#invoking-descriptors)2708        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.11/reference/datamodel.html#slots)2709      - [3.3.3. Настройка создания классов](https://python-all.ru/3.11/reference/datamodel.html#customizing-class-creation)27102711        - [3.3.3.1. Метаклассы](https://python-all.ru/3.11/reference/datamodel.html#metaclasses)2712        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.11/reference/datamodel.html#resolving-mro-entries)2713        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.11/reference/datamodel.html#determining-the-appropriate-metaclass)2714        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.11/reference/datamodel.html#preparing-the-class-namespace)2715        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.11/reference/datamodel.html#executing-the-class-body)2716        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.11/reference/datamodel.html#creating-the-class-object)2717        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.11/reference/datamodel.html#uses-for-metaclasses)2718      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.11/reference/datamodel.html#customizing-instance-and-subclass-checks)2719      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.11/reference/datamodel.html#emulating-generic-types)27202721        - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3.11/reference/datamodel.html#the-purpose-of-class-getitem)2722        - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3.11/reference/datamodel.html#class-getitem-versus-getitem)2723      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.11/reference/datamodel.html#emulating-callable-objects)2724      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.11/reference/datamodel.html#emulating-container-types)2725      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.11/reference/datamodel.html#emulating-numeric-types)2726      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.11/reference/datamodel.html#with-statement-context-managers)2727      - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3.11/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)2728      - [3.3.11. Поиск специальных методов](https://python-all.ru/3.11/reference/datamodel.html#special-method-lookup)2729    - [3.4. Корутины](https://python-all.ru/3.11/reference/datamodel.html#coroutines)27302731      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.11/reference/datamodel.html#awaitable-objects)2732      - [3.4.2. Объекты корутин](https://python-all.ru/3.11/reference/datamodel.html#coroutine-objects)2733      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.11/reference/datamodel.html#asynchronous-iterators)2734      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.11/reference/datamodel.html#asynchronous-context-managers)2735  - [4. Модель выполнения](https://python-all.ru/3.11/reference/executionmodel.html)27362737    - [4.1. Структура программы](https://python-all.ru/3.11/reference/executionmodel.html#structure-of-a-program)2738    - [4.2. Имена и связывание](https://python-all.ru/3.11/reference/executionmodel.html#naming-and-binding)27392740      - [4.2.1. Связывание имён](https://python-all.ru/3.11/reference/executionmodel.html#binding-of-names)2741      - [4.2.2. Разрешение имён](https://python-all.ru/3.11/reference/executionmodel.html#resolution-of-names)2742      - [4.2.3. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.11/reference/executionmodel.html#builtins-and-restricted-execution)2743      - [4.2.4. Взаимодействие с динамическими возможностями](https://python-all.ru/3.11/reference/executionmodel.html#interaction-with-dynamic-features)2744    - [4.3. Исключения](https://python-all.ru/3.11/reference/executionmodel.html#exceptions)2745  - [5. Система импорта](https://python-all.ru/3.11/reference/import.html)27462747    - [5.1. `importlib`](https://python-all.ru/3.11/reference/import.html#importlib)2748    - [5.2. Пакеты](https://python-all.ru/3.11/reference/import.html#packages)27492750      - [5.2.1. Обычные пакеты](https://python-all.ru/3.11/reference/import.html#regular-packages)2751      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.11/reference/import.html#namespace-packages)2752    - [5.3. Поиск](https://python-all.ru/3.11/reference/import.html#searching)27532754      - [5.3.1. Кеш модулей](https://python-all.ru/3.11/reference/import.html#the-module-cache)2755      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.11/reference/import.html#finders-and-loaders)2756      - [5.3.3. Хуки импорта](https://python-all.ru/3.11/reference/import.html#import-hooks)2757      - [5.3.4. Метапуть](https://python-all.ru/3.11/reference/import.html#the-meta-path)2758    - [5.4. Загрузка](https://python-all.ru/3.11/reference/import.html#loading)27592760      - [5.4.1. Загрузчики](https://python-all.ru/3.11/reference/import.html#loaders)2761      - [5.4.2. Подмодули](https://python-all.ru/3.11/reference/import.html#submodules)2762      - [5.4.3. Спецификация модуля](https://python-all.ru/3.11/reference/import.html#module-spec)2763      - [5.4.4. Атрибуты модуля, связанные с импортом](https://python-all.ru/3.11/reference/import.html#import-related-module-attributes)2764      - [5.4.5. module.\_\_path\_\_](https://python-all.ru/3.11/reference/import.html#module-path)2765      - [5.4.6. Представления модулей](https://python-all.ru/3.11/reference/import.html#module-reprs)2766      - [5.4.7. Инвалидация кэшированного байткода](https://python-all.ru/3.11/reference/import.html#cached-bytecode-invalidation)2767    - [5.5. Искатель на основе путей](https://python-all.ru/3.11/reference/import.html#the-path-based-finder)27682769      - [5.5.1. Искатели записей путей](https://python-all.ru/3.11/reference/import.html#path-entry-finders)2770      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.11/reference/import.html#path-entry-finder-protocol)2771    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.11/reference/import.html#replacing-the-standard-import-system)2772    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.11/reference/import.html#package-relative-imports)2773    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.11/reference/import.html#special-considerations-for-main)27742775      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.11/reference/import.html#main-spec)2776    - [5.9. Ссылки](https://python-all.ru/3.11/reference/import.html#references)2777  - [6. Выражения](https://python-all.ru/3.11/reference/expressions.html)27782779    - [6.1. Арифметические преобразования](https://python-all.ru/3.11/reference/expressions.html#arithmetic-conversions)2780    - [6.2. Атомы](https://python-all.ru/3.11/reference/expressions.html#atoms)27812782      - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.11/reference/expressions.html#atom-identifiers)2783      - [6.2.2. Литералы](https://python-all.ru/3.11/reference/expressions.html#literals)2784      - [6.2.3. Выражения в скобках](https://python-all.ru/3.11/reference/expressions.html#parenthesized-forms)2785      - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.11/reference/expressions.html#displays-for-lists-sets-and-dictionaries)2786      - [6.2.5. Отображения списков](https://python-all.ru/3.11/reference/expressions.html#list-displays)2787      - [6.2.6. Отображения множеств](https://python-all.ru/3.11/reference/expressions.html#set-displays)2788      - [6.2.7. Отображения словарей](https://python-all.ru/3.11/reference/expressions.html#dictionary-displays)2789      - [6.2.8. Генераторные выражения](https://python-all.ru/3.11/reference/expressions.html#generator-expressions)2790      - [6.2.9. Выражения yield](https://python-all.ru/3.11/reference/expressions.html#yield-expressions)27912792        - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.11/reference/expressions.html#generator-iterator-methods)2793        - [6.2.9.2. Примеры](https://python-all.ru/3.11/reference/expressions.html#examples)2794        - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.11/reference/expressions.html#asynchronous-generator-functions)2795        - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.11/reference/expressions.html#asynchronous-generator-iterator-methods)2796    - [6.3. Первичные выражения](https://python-all.ru/3.11/reference/expressions.html#primaries)27972798      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.11/reference/expressions.html#attribute-references)2799      - [6.3.2. Подписки](https://python-all.ru/3.11/reference/expressions.html#subscriptions)2800      - [6.3.3. Срезы](https://python-all.ru/3.11/reference/expressions.html#slicings)2801      - [6.3.4. Вызовы](https://python-all.ru/3.11/reference/expressions.html#calls)2802    - [6.4. Выражение await](https://python-all.ru/3.11/reference/expressions.html#await-expression)2803    - [6.5. Оператор возведения в степень](https://python-all.ru/3.11/reference/expressions.html#the-power-operator)2804    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.11/reference/expressions.html#unary-arithmetic-and-bitwise-operations)2805    - [6.7. Бинарные арифметические операции](https://python-all.ru/3.11/reference/expressions.html#binary-arithmetic-operations)2806    - [6.8. Операции сдвига](https://python-all.ru/3.11/reference/expressions.html#shifting-operations)2807    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.11/reference/expressions.html#binary-bitwise-operations)2808    - [6.10. Сравнения](https://python-all.ru/3.11/reference/expressions.html#comparisons)28092810      - [6.10.1. Сравнения значений](https://python-all.ru/3.11/reference/expressions.html#value-comparisons)2811      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.11/reference/expressions.html#membership-test-operations)2812      - [6.10.3. Сравнения идентичности](https://python-all.ru/3.11/reference/expressions.html#is-not)2813    - [6.11. Булевы операции](https://python-all.ru/3.11/reference/expressions.html#boolean-operations)2814    - [6.12. Присваивающие выражения](https://python-all.ru/3.11/reference/expressions.html#assignment-expressions)2815    - [6.13. Условные выражения](https://python-all.ru/3.11/reference/expressions.html#conditional-expressions)2816    - [6.14. Лямбда-выражения](https://python-all.ru/3.11/reference/expressions.html#lambda)2817    - [6.15. Списки выражений](https://python-all.ru/3.11/reference/expressions.html#expression-lists)2818    - [6.16. Порядок вычисления](https://python-all.ru/3.11/reference/expressions.html#evaluation-order)2819    - [6.17. Приоритет операторов](https://python-all.ru/3.11/reference/expressions.html#operator-precedence)2820  - [7. Простые инструкции](https://python-all.ru/3.11/reference/simple_stmts.html)28212822    - [7.1. Инструкции-выражения](https://python-all.ru/3.11/reference/simple_stmts.html#expression-statements)2823    - [7.2. Инструкции присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#assignment-statements)28242825      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#augmented-assignment-statements)2826      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#annotated-assignment-statements)2827    - [7.3. Инструкция `assert`](https://python-all.ru/3.11/reference/simple_stmts.html#the-assert-statement)2828    - [7.4. Инструкция `pass`](https://python-all.ru/3.11/reference/simple_stmts.html#the-pass-statement)2829    - [7.5. Инструкция `del`](https://python-all.ru/3.11/reference/simple_stmts.html#the-del-statement)2830    - [7.6. Инструкция `return`](https://python-all.ru/3.11/reference/simple_stmts.html#the-return-statement)2831    - [7.7. Инструкция `yield`](https://python-all.ru/3.11/reference/simple_stmts.html#the-yield-statement)2832    - [7.8. Инструкция `raise`](https://python-all.ru/3.11/reference/simple_stmts.html#the-raise-statement)2833    - [7.9. Инструкция `break`](https://python-all.ru/3.11/reference/simple_stmts.html#the-break-statement)2834    - [7.10. Инструкция `continue`](https://python-all.ru/3.11/reference/simple_stmts.html#the-continue-statement)2835    - [7.11. Инструкция `import`](https://python-all.ru/3.11/reference/simple_stmts.html#the-import-statement)28362837      - [7.11.1. Инструкции future](https://python-all.ru/3.11/reference/simple_stmts.html#future-statements)2838    - [7.12. Инструкция `global`](https://python-all.ru/3.11/reference/simple_stmts.html#the-global-statement)2839    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.11/reference/simple_stmts.html#the-nonlocal-statement)2840  - [8. Составные инструкции](https://python-all.ru/3.11/reference/compound_stmts.html)28412842    - [8.1. Инструкция `if`](https://python-all.ru/3.11/reference/compound_stmts.html#the-if-statement)2843    - [8.2. Инструкция `while`](https://python-all.ru/3.11/reference/compound_stmts.html#the-while-statement)2844    - [8.3. Инструкция `for`](https://python-all.ru/3.11/reference/compound_stmts.html#the-for-statement)2845    - [8.4. Инструкция `try`](https://python-all.ru/3.11/reference/compound_stmts.html#the-try-statement)28462847      - [8.4.1. Предложение `except`](https://python-all.ru/3.11/reference/compound_stmts.html#except-clause)2848      - [8.4.2. Предложение `except*`](https://python-all.ru/3.11/reference/compound_stmts.html#except-star)2849      - [8.4.3. Предложение `else`](https://python-all.ru/3.11/reference/compound_stmts.html#else-clause)2850      - [8.4.4. Предложение `finally`](https://python-all.ru/3.11/reference/compound_stmts.html#finally-clause)2851    - [8.5. Инструкция `with`](https://python-all.ru/3.11/reference/compound_stmts.html#the-with-statement)2852    - [8.6. Инструкция `match`](https://python-all.ru/3.11/reference/compound_stmts.html#the-match-statement)28532854      - [8.6.1. Обзор](https://python-all.ru/3.11/reference/compound_stmts.html#overview)2855      - [8.6.2. Ограничители](https://python-all.ru/3.11/reference/compound_stmts.html#guards)2856      - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3.11/reference/compound_stmts.html#irrefutable-case-blocks)2857      - [8.6.4. Шаблоны](https://python-all.ru/3.11/reference/compound_stmts.html#patterns)28582859        - [8.6.4.1. Шаблоны OR](https://python-all.ru/3.11/reference/compound_stmts.html#or-patterns)2860        - [8.6.4.2. Шаблоны AS](https://python-all.ru/3.11/reference/compound_stmts.html#as-patterns)2861        - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3.11/reference/compound_stmts.html#literal-patterns)2862        - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3.11/reference/compound_stmts.html#capture-patterns)2863        - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3.11/reference/compound_stmts.html#wildcard-patterns)2864        - [8.6.4.6. Шаблоны значений](https://python-all.ru/3.11/reference/compound_stmts.html#value-patterns)2865        - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3.11/reference/compound_stmts.html#group-patterns)2866        - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3.11/reference/compound_stmts.html#sequence-patterns)2867        - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3.11/reference/compound_stmts.html#mapping-patterns)2868        - [8.6.4.10. Шаблоны классов](https://python-all.ru/3.11/reference/compound_stmts.html#class-patterns)2869    - [8.7. Определения функций](https://python-all.ru/3.11/reference/compound_stmts.html#function-definitions)2870    - [8.8. Определения классов](https://python-all.ru/3.11/reference/compound_stmts.html#class-definitions)2871    - [8.9. Корутины](https://python-all.ru/3.11/reference/compound_stmts.html#coroutines)28722873      - [8.9.1. Определение корутинной функции](https://python-all.ru/3.11/reference/compound_stmts.html#coroutine-function-definition)2874      - [8.9.2. Инструкция `async for`](https://python-all.ru/3.11/reference/compound_stmts.html#the-async-for-statement)2875      - [8.9.3. Оператор `async with`](https://python-all.ru/3.11/reference/compound_stmts.html#the-async-with-statement)2876  - [9. Компоненты верхнего уровня](https://python-all.ru/3.11/reference/toplevel_components.html)28772878    - [9.1. Полные программы на Python](https://python-all.ru/3.11/reference/toplevel_components.html#complete-python-programs)2879    - [9.2. Ввод из файла](https://python-all.ru/3.11/reference/toplevel_components.html#file-input)2880    - [9.3. Интерактивный ввод](https://python-all.ru/3.11/reference/toplevel_components.html#interactive-input)2881    - [9.4. Ввод выражений](https://python-all.ru/3.11/reference/toplevel_components.html#expression-input)2882  - [10. Полная спецификация грамматики](https://python-all.ru/3.11/reference/grammar.html)2883- [Стандартная библиотека Python](https://python-all.ru/3.11/library/index.html)28842885  - [Введение](https://python-all.ru/3.11/library/intro.html)28862887    - [Примечания о доступности](https://python-all.ru/3.11/library/intro.html#notes-on-availability)28882889      - [Платформы WebAssembly](https://python-all.ru/3.11/library/intro.html#webassembly-platforms)2890  - [Встроенные функции](https://python-all.ru/3.11/library/functions.html)2891  - [Встроенные константы](https://python-all.ru/3.11/library/constants.html)28922893    - [Константы, добавляемые модулем `site`](https://python-all.ru/3.11/library/constants.html#constants-added-by-the-site-module)2894  - [Встроенные типы](https://python-all.ru/3.11/library/stdtypes.html)28952896    - [Проверка истинности](https://python-all.ru/3.11/library/stdtypes.html#truth-value-testing)2897    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.11/library/stdtypes.html#boolean-operations-and-or-not)2898    - [Сравнения](https://python-all.ru/3.11/library/stdtypes.html#comparisons)2899    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.11/library/stdtypes.html#numeric-types-int-float-complex)29002901      - [Побитовые операции над целыми типами](https://python-all.ru/3.11/library/stdtypes.html#bitwise-operations-on-integer-types)2902      - [Дополнительные методы целых типов](https://python-all.ru/3.11/library/stdtypes.html#additional-methods-on-integer-types)2903      - [Дополнительные методы типа float](https://python-all.ru/3.11/library/stdtypes.html#additional-methods-on-float)2904      - [Хеширование числовых типов](https://python-all.ru/3.11/library/stdtypes.html#hashing-of-numeric-types)2905    - [Типы итераторов](https://python-all.ru/3.11/library/stdtypes.html#iterator-types)29062907      - [Типы генераторов](https://python-all.ru/3.11/library/stdtypes.html#generator-types)2908    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.11/library/stdtypes.html#sequence-types-list-tuple-range)29092910      - [Общие операции с последовательностями](https://python-all.ru/3.11/library/stdtypes.html#common-sequence-operations)2911      - [Неизменяемые типы последовательностей](https://python-all.ru/3.11/library/stdtypes.html#immutable-sequence-types)2912      - [Изменяемые типы последовательностей](https://python-all.ru/3.11/library/stdtypes.html#mutable-sequence-types)2913      - [Списки](https://python-all.ru/3.11/library/stdtypes.html#lists)2914      - [Кортежи](https://python-all.ru/3.11/library/stdtypes.html#tuples)2915      - [Диапазоны](https://python-all.ru/3.11/library/stdtypes.html#ranges)2916    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.11/library/stdtypes.html#text-sequence-type-str)29172918      - [Методы строк](https://python-all.ru/3.11/library/stdtypes.html#string-methods)2919      - [Форматирование строк в стиле `printf`](https://python-all.ru/3.11/library/stdtypes.html#printf-style-string-formatting)2920    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.11/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)29212922      - [Объекты bytes](https://python-all.ru/3.11/library/stdtypes.html#bytes-objects)2923      - [Объекты bytearray](https://python-all.ru/3.11/library/stdtypes.html#bytearray-objects)2924      - [Операции с bytes и bytearray](https://python-all.ru/3.11/library/stdtypes.html#bytes-and-bytearray-operations)2925      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.11/library/stdtypes.html#printf-style-bytes-formatting)2926      - [Представления памяти](https://python-all.ru/3.11/library/stdtypes.html#memory-views)2927    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.11/library/stdtypes.html#set-types-set-frozenset)2928    - [Типы отображений – `dict`](https://python-all.ru/3.11/library/stdtypes.html#mapping-types-dict)29292930      - [Объекты представлений словаря](https://python-all.ru/3.11/library/stdtypes.html#dictionary-view-objects)2931    - [Типы контекстных менеджеров](https://python-all.ru/3.11/library/stdtypes.html#context-manager-types)2932    - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3.11/library/stdtypes.html#type-annotation-types-generic-alias-union)29332934      - [Тип общего псевдонима](https://python-all.ru/3.11/library/stdtypes.html#generic-alias-type)29352936        - [Стандартные обобщённые классы](https://python-all.ru/3.11/library/stdtypes.html#standard-generic-classes)2937        - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3.11/library/stdtypes.html#special-attributes-of-genericalias-objects)2938      - [Тип объединения](https://python-all.ru/3.11/library/stdtypes.html#union-type)2939    - [Прочие встроенные типы](https://python-all.ru/3.11/library/stdtypes.html#other-built-in-types)29402941      - [Модули](https://python-all.ru/3.11/library/stdtypes.html#modules)2942      - [Классы и экземпляры классов](https://python-all.ru/3.11/library/stdtypes.html#classes-and-class-instances)2943      - [Функции](https://python-all.ru/3.11/library/stdtypes.html#functions)2944      - [Методы](https://python-all.ru/3.11/library/stdtypes.html#methods)2945      - [Объекты кода](https://python-all.ru/3.11/library/stdtypes.html#code-objects)2946      - [Объекты типов](https://python-all.ru/3.11/library/stdtypes.html#type-objects)2947      - [Объект None](https://python-all.ru/3.11/library/stdtypes.html#the-null-object)2948      - [Объект Ellipsis](https://python-all.ru/3.11/library/stdtypes.html#the-ellipsis-object)2949      - [Объект NotImplemented](https://python-all.ru/3.11/library/stdtypes.html#the-notimplemented-object)2950      - [Логические значения](https://python-all.ru/3.11/library/stdtypes.html#boolean-values)2951      - [Внутренние объекты](https://python-all.ru/3.11/library/stdtypes.html#internal-objects)2952    - [Специальные атрибуты](https://python-all.ru/3.11/library/stdtypes.html#special-attributes)2953    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.11/library/stdtypes.html#integer-string-conversion-length-limitation)29542955      - [Затронутые API](https://python-all.ru/3.11/library/stdtypes.html#affected-apis)2956      - [Настройка ограничения](https://python-all.ru/3.11/library/stdtypes.html#configuring-the-limit)2957      - [Рекомендуемая конфигурация](https://python-all.ru/3.11/library/stdtypes.html#recommended-configuration)2958  - [Встроенные исключения](https://python-all.ru/3.11/library/exceptions.html)29592960    - [Контекст исключения](https://python-all.ru/3.11/library/exceptions.html#exception-context)2961    - [Наследование от встроенных исключений](https://python-all.ru/3.11/library/exceptions.html#inheriting-from-built-in-exceptions)2962    - [Базовые классы](https://python-all.ru/3.11/library/exceptions.html#base-classes)2963    - [Конкретные исключения](https://python-all.ru/3.11/library/exceptions.html#concrete-exceptions)29642965      - [Исключения ОС](https://python-all.ru/3.11/library/exceptions.html#os-exceptions)2966    - [Предупреждения](https://python-all.ru/3.11/library/exceptions.html#warnings)2967    - [Группы исключений](https://python-all.ru/3.11/library/exceptions.html#exception-groups)2968    - [Иерархия исключений](https://python-all.ru/3.11/library/exceptions.html#exception-hierarchy)2969  - [Службы обработки текста](https://python-all.ru/3.11/library/text.html)29702971    - [`string` – Общие операции со строками](https://python-all.ru/3.11/library/string.html)29722973      - [Строковые константы](https://python-all.ru/3.11/library/string.html#string-constants)2974      - [Пользовательское форматирование строк](https://python-all.ru/3.11/library/string.html#custom-string-formatting)2975      - [Синтаксис строки форматирования](https://python-all.ru/3.11/library/string.html#format-string-syntax)29762977        - [Мини-язык спецификации формата](https://python-all.ru/3.11/library/string.html#format-specification-mini-language)2978        - [Примеры форматирования](https://python-all.ru/3.11/library/string.html#format-examples)2979      - [Строки-шаблоны](https://python-all.ru/3.11/library/string.html#template-strings)2980      - [Вспомогательные функции](https://python-all.ru/3.11/library/string.html#helper-functions)2981    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.11/library/re.html)29822983      - [Синтаксис регулярных выражений](https://python-all.ru/3.11/library/re.html#regular-expression-syntax)2984      - [Содержимое модуля](https://python-all.ru/3.11/library/re.html#module-contents)29852986        - [Флаги](https://python-all.ru/3.11/library/re.html#flags)2987        - [Функции](https://python-all.ru/3.11/library/re.html#functions)2988        - [Исключения](https://python-all.ru/3.11/library/re.html#exceptions)2989      - [Объекты регулярных выражений](https://python-all.ru/3.11/library/re.html#regular-expression-objects)2990      - [Объекты Match](https://python-all.ru/3.11/library/re.html#match-objects)2991      - [Примеры регулярных выражений](https://python-all.ru/3.11/library/re.html#regular-expression-examples)29922993        - [Проверка на пару](https://python-all.ru/3.11/library/re.html#checking-for-a-pair)2994        - [Имитация scanf()](https://python-all.ru/3.11/library/re.html#simulating-scanf)2995        - [search() и match()](https://python-all.ru/3.11/library/re.html#search-vs-match)2996        - [Создание телефонного справочника](https://python-all.ru/3.11/library/re.html#making-a-phonebook)2997        - [Преобразование текста](https://python-all.ru/3.11/library/re.html#text-munging)2998        - [Поиск всех наречий](https://python-all.ru/3.11/library/re.html#finding-all-adverbs)2999        - [Поиск всех наречий и их позиций](https://python-all.ru/3.11/library/re.html#finding-all-adverbs-and-their-positions)3000        - [Сырая строковая нотация](https://python-all.ru/3.11/library/re.html#raw-string-notation)3001        - [Написание токенизатора](https://python-all.ru/3.11/library/re.html#writing-a-tokenizer)3002    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.11/library/difflib.html)30033004      - [Объекты SequenceMatcher](https://python-all.ru/3.11/library/difflib.html#sequencematcher-objects)3005      - [Примеры SequenceMatcher](https://python-all.ru/3.11/library/difflib.html#sequencematcher-examples)3006      - [Объекты Differ](https://python-all.ru/3.11/library/difflib.html#differ-objects)3007      - [Пример Differ](https://python-all.ru/3.11/library/difflib.html#differ-example)3008      - [Интерфейс командной строки для difflib](https://python-all.ru/3.11/library/difflib.html#a-command-line-interface-to-difflib)3009    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.11/library/textwrap.html)3010    - [`unicodedata` – База данных Unicode](https://python-all.ru/3.11/library/unicodedata.html)3011    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.11/library/stringprep.html)3012    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.11/library/readline.html)30133014      - [Файл инициализации](https://python-all.ru/3.11/library/readline.html#init-file)3015      - [Буфер строки](https://python-all.ru/3.11/library/readline.html#line-buffer)3016      - [Файл истории](https://python-all.ru/3.11/library/readline.html#history-file)3017      - [Список истории](https://python-all.ru/3.11/library/readline.html#history-list)3018      - [Перехватчики запуска](https://python-all.ru/3.11/library/readline.html#startup-hooks)3019      - [Автодополнение](https://python-all.ru/3.11/library/readline.html#completion)3020      - [Пример](https://python-all.ru/3.11/library/readline.html#example)3021    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.11/library/rlcompleter.html)3022  - [Службы двоичных данных](https://python-all.ru/3.11/library/binary.html)30233024    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.11/library/struct.html)30253026      - [Функции и исключения](https://python-all.ru/3.11/library/struct.html#functions-and-exceptions)3027      - [Строки формата](https://python-all.ru/3.11/library/struct.html#format-strings)30283029        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.11/library/struct.html#byte-order-size-and-alignment)3030        - [Символы форматирования](https://python-all.ru/3.11/library/struct.html#format-characters)3031        - [Примеры](https://python-all.ru/3.11/library/struct.html#examples)3032      - [Приложения](https://python-all.ru/3.11/library/struct.html#applications)30333034        - [Родные форматы](https://python-all.ru/3.11/library/struct.html#native-formats)3035        - [Стандартные форматы](https://python-all.ru/3.11/library/struct.html#standard-formats)3036      - [Классы](https://python-all.ru/3.11/library/struct.html#classes)3037    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.11/library/codecs.html)30383039      - [Базовые классы кодеков](https://python-all.ru/3.11/library/codecs.html#codec-base-classes)30403041        - [Обработчики ошибок](https://python-all.ru/3.11/library/codecs.html#error-handlers)3042        - [Кодирование и декодирование без состояния](https://python-all.ru/3.11/library/codecs.html#stateless-encoding-and-decoding)3043        - [Инкрементное кодирование и декодирование](https://python-all.ru/3.11/library/codecs.html#incremental-encoding-and-decoding)30443045          - [Объекты IncrementalEncoder](https://python-all.ru/3.11/library/codecs.html#incrementalencoder-objects)3046          - [Объекты IncrementalDecoder](https://python-all.ru/3.11/library/codecs.html#incrementaldecoder-objects)3047        - [Потоковое кодирование и декодирование](https://python-all.ru/3.11/library/codecs.html#stream-encoding-and-decoding)30483049          - [Объекты StreamWriter](https://python-all.ru/3.11/library/codecs.html#streamwriter-objects)3050          - [Объекты StreamReader](https://python-all.ru/3.11/library/codecs.html#streamreader-objects)3051          - [Объекты StreamReaderWriter](https://python-all.ru/3.11/library/codecs.html#streamreaderwriter-objects)3052          - [Объекты StreamRecoder](https://python-all.ru/3.11/library/codecs.html#streamrecoder-objects)3053      - [Кодировки и Юникод](https://python-all.ru/3.11/library/codecs.html#encodings-and-unicode)3054      - [Стандартные кодировки](https://python-all.ru/3.11/library/codecs.html#standard-encodings)3055      - [Специфические для Python кодировки](https://python-all.ru/3.11/library/codecs.html#python-specific-encodings)30563057        - [Текстовые кодировки](https://python-all.ru/3.11/library/codecs.html#text-encodings)3058        - [Двоичные преобразования](https://python-all.ru/3.11/library/codecs.html#binary-transforms)3059        - [Текстовые преобразования](https://python-all.ru/3.11/library/codecs.html#text-transforms)3060      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.11/library/codecs.html#module-encodings.idna)3061      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.11/library/codecs.html#module-encodings.mbcs)3062      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.11/library/codecs.html#module-encodings.utf_8_sig)3063  - [Типы данных](https://python-all.ru/3.11/library/datatypes.html)30643065    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.11/library/datetime.html)30663067      - [Осведомлённые и наивные объекты](https://python-all.ru/3.11/library/datetime.html#aware-and-naive-objects)3068      - [Константы](https://python-all.ru/3.11/library/datetime.html#constants)3069      - [Доступные типы](https://python-all.ru/3.11/library/datetime.html#available-types)30703071        - [Общие свойства](https://python-all.ru/3.11/library/datetime.html#common-properties)3072        - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.11/library/datetime.html#determining-if-an-object-is-aware-or-naive)3073      - [Объекты `timedelta`](https://python-all.ru/3.11/library/datetime.html#timedelta-objects)30743075        - [Примеры использования: `timedelta`](https://python-all.ru/3.11/library/datetime.html#examples-of-usage-timedelta)3076      - [Объекты `date`](https://python-all.ru/3.11/library/datetime.html#date-objects)30773078        - [Примеры использования: `date`](https://python-all.ru/3.11/library/datetime.html#examples-of-usage-date)3079      - [Объекты `datetime`](https://python-all.ru/3.11/library/datetime.html#datetime-objects)30803081        - [Примеры использования: `datetime`](https://python-all.ru/3.11/library/datetime.html#examples-of-usage-datetime)3082      - [Объекты `time`](https://python-all.ru/3.11/library/datetime.html#time-objects)30833084        - [Примеры использования: `time`](https://python-all.ru/3.11/library/datetime.html#examples-of-usage-time)3085      - [Объекты `tzinfo`](https://python-all.ru/3.11/library/datetime.html#tzinfo-objects)3086      - [Объекты `timezone`](https://python-all.ru/3.11/library/datetime.html#timezone-objects)3087      - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.11/library/datetime.html#strftime-and-strptime-behavior)30883089        - [Коды формата `strftime()` и `strptime()`](https://python-all.ru/3.11/library/datetime.html#strftime-and-strptime-format-codes)3090        - [Технические детали](https://python-all.ru/3.11/library/datetime.html#technical-detail)3091    - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3.11/library/zoneinfo.html)30923093      - [Использование `ZoneInfo`](https://python-all.ru/3.11/library/zoneinfo.html#using-zoneinfo)3094      - [Источники данных](https://python-all.ru/3.11/library/zoneinfo.html#data-sources)30953096        - [Настройка источников данных](https://python-all.ru/3.11/library/zoneinfo.html#configuring-the-data-sources)30973098          - [Конфигурация на этапе компиляции](https://python-all.ru/3.11/library/zoneinfo.html#compile-time-configuration)3099          - [Конфигурация окружения](https://python-all.ru/3.11/library/zoneinfo.html#environment-configuration)3100          - [Конфигурация во время выполнения](https://python-all.ru/3.11/library/zoneinfo.html#runtime-configuration)3101      - [Класс `ZoneInfo`](https://python-all.ru/3.11/library/zoneinfo.html#the-zoneinfo-class)31023103        - [Строковые представления](https://python-all.ru/3.11/library/zoneinfo.html#string-representations)3104        - [Сериализация pickle](https://python-all.ru/3.11/library/zoneinfo.html#pickle-serialization)3105      - [Функции](https://python-all.ru/3.11/library/zoneinfo.html#functions)3106      - [Глобальные переменные](https://python-all.ru/3.11/library/zoneinfo.html#globals)3107      - [Исключения и предупреждения](https://python-all.ru/3.11/library/zoneinfo.html#exceptions-and-warnings)3108    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.11/library/calendar.html)31093110      - [Использование командной строки](https://python-all.ru/3.11/library/calendar.html#command-line-usage)3111    - [`collections` – контейнерные типы данных](https://python-all.ru/3.11/library/collections.html)31123113      - [`ChainMap` объекты](https://python-all.ru/3.11/library/collections.html#chainmap-objects)31143115        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.11/library/collections.html#chainmap-examples-and-recipes)3116      - [`Counter` объекты](https://python-all.ru/3.11/library/collections.html#counter-objects)3117      - [`deque` объекты](https://python-all.ru/3.11/library/collections.html#deque-objects)31183119        - [Рецепты `deque`](https://python-all.ru/3.11/library/collections.html#deque-recipes)3120      - [`defaultdict` объекты](https://python-all.ru/3.11/library/collections.html#defaultdict-objects)31213122        - [Примеры `defaultdict`](https://python-all.ru/3.11/library/collections.html#defaultdict-examples)3123      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.11/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)3124      - [`OrderedDict` объекты](https://python-all.ru/3.11/library/collections.html#ordereddict-objects)31253126        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.11/library/collections.html#ordereddict-examples-and-recipes)3127      - [`UserDict` объекты](https://python-all.ru/3.11/library/collections.html#userdict-objects)3128      - [`UserList` объекты](https://python-all.ru/3.11/library/collections.html#userlist-objects)3129      - [`UserString` объекты](https://python-all.ru/3.11/library/collections.html#userstring-objects)3130    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.11/library/collections.abc.html)31313132      - [Абстрактные базовые классы коллекций](https://python-all.ru/3.11/library/collections.abc.html#collections-abstract-base-classes)3133      - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3.11/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)3134      - [Примеры и рецепты](https://python-all.ru/3.11/library/collections.abc.html#examples-and-recipes)3135    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.11/library/heapq.html)31363137      - [Основные примеры](https://python-all.ru/3.11/library/heapq.html#basic-examples)3138      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.11/library/heapq.html#priority-queue-implementation-notes)3139      - [Теория](https://python-all.ru/3.11/library/heapq.html#theory)3140    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.11/library/bisect.html)31413142      - [Примечания по производительности](https://python-all.ru/3.11/library/bisect.html#performance-notes)3143      - [Поиск в отсортированных списках](https://python-all.ru/3.11/library/bisect.html#searching-sorted-lists)3144      - [Примеры](https://python-all.ru/3.11/library/bisect.html#examples)3145    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.11/library/array.html)3146    - [`weakref` – слабые ссылки](https://python-all.ru/3.11/library/weakref.html)31473148      - [Объекты слабых ссылок](https://python-all.ru/3.11/library/weakref.html#weak-reference-objects)3149      - [Пример](https://python-all.ru/3.11/library/weakref.html#example)3150      - [Объекты финализаторов](https://python-all.ru/3.11/library/weakref.html#finalizer-objects)3151      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.11/library/weakref.html#comparing-finalizers-with-del-methods)3152    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.11/library/types.html)31533154      - [Динамическое создание типов](https://python-all.ru/3.11/library/types.html#dynamic-type-creation)3155      - [Стандартные типы интерпретатора](https://python-all.ru/3.11/library/types.html#standard-interpreter-types)3156      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.11/library/types.html#additional-utility-classes-and-functions)3157      - [Вспомогательные функции для корутин](https://python-all.ru/3.11/library/types.html#coroutine-utility-functions)3158    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.11/library/copy.html)3159    - [`pprint` – форматированный вывод данных](https://python-all.ru/3.11/library/pprint.html)31603161      - [Функции](https://python-all.ru/3.11/library/pprint.html#functions)3162      - [Объекты PrettyPrinter](https://python-all.ru/3.11/library/pprint.html#prettyprinter-objects)3163      - [Пример](https://python-all.ru/3.11/library/pprint.html#example)3164    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.11/library/reprlib.html)31653166      - [Объекты Repr](https://python-all.ru/3.11/library/reprlib.html#repr-objects)3167      - [Создание подклассов Repr](https://python-all.ru/3.11/library/reprlib.html#subclassing-repr-objects)3168    - [`enum` – поддержка перечислений](https://python-all.ru/3.11/library/enum.html)31693170      - [Содержимое модуля](https://python-all.ru/3.11/library/enum.html#module-contents)3171      - [Типы данных](https://python-all.ru/3.11/library/enum.html#data-types)31723173        - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.11/library/enum.html#supported-dunder-names)3174        - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.11/library/enum.html#supported-sunder-names)3175      - [Утилиты и декораторы](https://python-all.ru/3.11/library/enum.html#utilities-and-decorators)3176      - [Примечания](https://python-all.ru/3.11/library/enum.html#notes)3177    - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.11/library/graphlib.html)31783179      - [Исключения](https://python-all.ru/3.11/library/graphlib.html#exceptions)3180  - [Числовые и математические модули](https://python-all.ru/3.11/library/numeric.html)31813182    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.11/library/numbers.html)31833184      - [Числовая иерархия](https://python-all.ru/3.11/library/numbers.html#the-numeric-tower)3185      - [Примечания для разработчиков типов](https://python-all.ru/3.11/library/numbers.html#notes-for-type-implementors)31863187        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.11/library/numbers.html#adding-more-numeric-abcs)3188        - [Реализация арифметических операций](https://python-all.ru/3.11/library/numbers.html#implementing-the-arithmetic-operations)3189    - [`math` – Математические функции](https://python-all.ru/3.11/library/math.html)31903191      - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.11/library/math.html#number-theoretic-and-representation-functions)3192      - [Степенные и логарифмические функции](https://python-all.ru/3.11/library/math.html#power-and-logarithmic-functions)3193      - [Тригонометрические функции](https://python-all.ru/3.11/library/math.html#trigonometric-functions)3194      - [Преобразование угловых величин](https://python-all.ru/3.11/library/math.html#angular-conversion)3195      - [Гиперболические функции](https://python-all.ru/3.11/library/math.html#hyperbolic-functions)3196      - [Специальные функции](https://python-all.ru/3.11/library/math.html#special-functions)3197      - [Константы](https://python-all.ru/3.11/library/math.html#constants)3198    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.11/library/cmath.html)31993200      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.11/library/cmath.html#conversions-to-and-from-polar-coordinates)3201      - [Степенные и логарифмические функции](https://python-all.ru/3.11/library/cmath.html#power-and-logarithmic-functions)3202      - [Тригонометрические функции](https://python-all.ru/3.11/library/cmath.html#trigonometric-functions)3203      - [Гиперболические функции](https://python-all.ru/3.11/library/cmath.html#hyperbolic-functions)3204      - [Функции классификации](https://python-all.ru/3.11/library/cmath.html#classification-functions)3205      - [Константы](https://python-all.ru/3.11/library/cmath.html#constants)3206    - [`decimal` – Decimal: арифметика с фиксированной и плавающей точкой](https://python-all.ru/3.11/library/decimal.html)32073208      - [Краткое руководство](https://python-all.ru/3.11/library/decimal.html#quick-start-tutorial)3209      - [Объекты Decimal](https://python-all.ru/3.11/library/decimal.html#decimal-objects)32103211        - [Логические операнды](https://python-all.ru/3.11/library/decimal.html#logical-operands)3212      - [Объекты контекста](https://python-all.ru/3.11/library/decimal.html#context-objects)3213      - [Константы](https://python-all.ru/3.11/library/decimal.html#constants)3214      - [Режимы округления](https://python-all.ru/3.11/library/decimal.html#rounding-modes)3215      - [Сигналы](https://python-all.ru/3.11/library/decimal.html#signals)3216      - [Примечания о числах с плавающей точкой](https://python-all.ru/3.11/library/decimal.html#floating-point-notes)32173218        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.11/library/decimal.html#mitigating-round-off-error-with-increased-precision)3219        - [Особые значения](https://python-all.ru/3.11/library/decimal.html#special-values)3220      - [Работа с потоками](https://python-all.ru/3.11/library/decimal.html#working-with-threads)3221      - [Рецепты](https://python-all.ru/3.11/library/decimal.html#recipes)3222      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.11/library/decimal.html#decimal-faq)3223    - [`fractions` – Рациональные числа](https://python-all.ru/3.11/library/fractions.html)3224    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.11/library/random.html)32253226      - [Учётные функции](https://python-all.ru/3.11/library/random.html#bookkeeping-functions)3227      - [Функции для байтов](https://python-all.ru/3.11/library/random.html#functions-for-bytes)3228      - [Функции для целых чисел](https://python-all.ru/3.11/library/random.html#functions-for-integers)3229      - [Функции для последовательностей](https://python-all.ru/3.11/library/random.html#functions-for-sequences)3230      - [Распределения с действительными значениями](https://python-all.ru/3.11/library/random.html#real-valued-distributions)3231      - [Альтернативный генератор](https://python-all.ru/3.11/library/random.html#alternative-generator)3232      - [Замечания о воспроизводимости](https://python-all.ru/3.11/library/random.html#notes-on-reproducibility)3233      - [Примеры](https://python-all.ru/3.11/library/random.html#examples)3234      - [Рецепты](https://python-all.ru/3.11/library/random.html#recipes)3235    - [`statistics` – Функции математической статистики](https://python-all.ru/3.11/library/statistics.html)32363237      - [Средние значения и меры центральной тенденции](https://python-all.ru/3.11/library/statistics.html#averages-and-measures-of-central-location)3238      - [Меры разброса](https://python-all.ru/3.11/library/statistics.html#measures-of-spread)3239      - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3.11/library/statistics.html#statistics-for-relations-between-two-inputs)3240      - [Описание функций](https://python-all.ru/3.11/library/statistics.html#function-details)3241      - [Исключения](https://python-all.ru/3.11/library/statistics.html#exceptions)3242      - [`NormalDist` объекты](https://python-all.ru/3.11/library/statistics.html#normaldist-objects)32433244        - [Примеры и рецепты `NormalDist`](https://python-all.ru/3.11/library/statistics.html#normaldist-examples-and-recipes)3245  - [Модули функционального программирования](https://python-all.ru/3.11/library/functional.html)32463247    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.11/library/itertools.html)32483249      - [Функции itertools](https://python-all.ru/3.11/library/itertools.html#itertool-functions)3250      - [Рецепты itertools](https://python-all.ru/3.11/library/itertools.html#itertools-recipes)3251    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.11/library/functools.html)32523253      - [Объекты `partial`](https://python-all.ru/3.11/library/functools.html#partial-objects)3254    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.11/library/operator.html)32553256      - [Отображение операторов на функции](https://python-all.ru/3.11/library/operator.html#mapping-operators-to-functions)3257      - [Операторы на месте](https://python-all.ru/3.11/library/operator.html#in-place-operators)3258  - [Доступ к файлам и каталогам](https://python-all.ru/3.11/library/filesys.html)32593260    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.11/library/pathlib.html)32613262      - [Основное использование](https://python-all.ru/3.11/library/pathlib.html#basic-use)3263      - [Абстрактные пути](https://python-all.ru/3.11/library/pathlib.html#pure-paths)32643265        - [Общие свойства](https://python-all.ru/3.11/library/pathlib.html#general-properties)3266        - [Операторы](https://python-all.ru/3.11/library/pathlib.html#operators)3267        - [Доступ к отдельным частям](https://python-all.ru/3.11/library/pathlib.html#accessing-individual-parts)3268        - [Методы и свойства](https://python-all.ru/3.11/library/pathlib.html#methods-and-properties)3269      - [Конкретные пути](https://python-all.ru/3.11/library/pathlib.html#concrete-paths)32703271        - [Методы](https://python-all.ru/3.11/library/pathlib.html#methods)3272      - [Соответствие инструментам модуля `os`](https://python-all.ru/3.11/library/pathlib.html#correspondence-to-tools-in-the-os-module)3273    - [`os.path` – Основные операции с путями](https://python-all.ru/3.11/library/os.path.html)3274    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.11/library/fileinput.html)3275    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.11/library/stat.html)3276    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.11/library/filecmp.html)32773278      - [Класс `dircmp`](https://python-all.ru/3.11/library/filecmp.html#the-dircmp-class)3279    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.11/library/tempfile.html)32803281      - [Примеры](https://python-all.ru/3.11/library/tempfile.html#examples)3282      - [Устаревшие функции и переменные](https://python-all.ru/3.11/library/tempfile.html#deprecated-functions-and-variables)3283    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.11/library/glob.html)3284    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.11/library/fnmatch.html)3285    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.11/library/linecache.html)3286    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.11/library/shutil.html)32873288      - [Операции с каталогами и файлами](https://python-all.ru/3.11/library/shutil.html#directory-and-files-operations)32893290        - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.11/library/shutil.html#platform-dependent-efficient-copy-operations)3291        - [Пример copytree](https://python-all.ru/3.11/library/shutil.html#copytree-example)3292        - [Пример rmtree](https://python-all.ru/3.11/library/shutil.html#rmtree-example)3293      - [Операции архивирования](https://python-all.ru/3.11/library/shutil.html#archiving-operations)32943295        - [Пример архивирования](https://python-all.ru/3.11/library/shutil.html#archiving-example)3296        - [Пример архивирования с *base\_dir*](https://python-all.ru/3.11/library/shutil.html#archiving-example-with-base-dir)3297      - [Определение размера выходного терминала](https://python-all.ru/3.11/library/shutil.html#querying-the-size-of-the-output-terminal)3298  - [Постоянное хранение данных](https://python-all.ru/3.11/library/persistence.html)32993300    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.11/library/pickle.html)33013302      - [Связь с другими модулями Python](https://python-all.ru/3.11/library/pickle.html#relationship-to-other-python-modules)33033304        - [Сравнение с `marshal`](https://python-all.ru/3.11/library/pickle.html#comparison-with-marshal)3305        - [Сравнение с `json`](https://python-all.ru/3.11/library/pickle.html#comparison-with-json)3306      - [Формат потока данных](https://python-all.ru/3.11/library/pickle.html#data-stream-format)3307      - [Интерфейс модуля](https://python-all.ru/3.11/library/pickle.html#module-interface)3308      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.11/library/pickle.html#what-can-be-pickled-and-unpickled)3309      - [Сериализация экземпляров классов](https://python-all.ru/3.11/library/pickle.html#pickling-class-instances)33103311        - [Сохранение внешних объектов](https://python-all.ru/3.11/library/pickle.html#persistence-of-external-objects)3312        - [Диспетчерские таблицы](https://python-all.ru/3.11/library/pickle.html#dispatch-tables)3313        - [Обработка объектов с состоянием](https://python-all.ru/3.11/library/pickle.html#handling-stateful-objects)3314      - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.11/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)3315      - [Внеполосные буферы](https://python-all.ru/3.11/library/pickle.html#out-of-band-buffers)33163317        - [API провайдера](https://python-all.ru/3.11/library/pickle.html#provider-api)3318        - [API потребителя](https://python-all.ru/3.11/library/pickle.html#consumer-api)3319        - [Пример](https://python-all.ru/3.11/library/pickle.html#example)3320      - [Ограничение глобальных переменных](https://python-all.ru/3.11/library/pickle.html#restricting-globals)3321      - [Производительность](https://python-all.ru/3.11/library/pickle.html#performance)3322      - [Примеры](https://python-all.ru/3.11/library/pickle.html#examples)3323    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.11/library/copyreg.html)33243325      - [Пример](https://python-all.ru/3.11/library/copyreg.html#example)3326    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.11/library/shelve.html)33273328      - [Ограничения](https://python-all.ru/3.11/library/shelve.html#restrictions)3329      - [Пример](https://python-all.ru/3.11/library/shelve.html#example)3330    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.11/library/marshal.html)3331    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.11/library/dbm.html)33323333      - [`dbm.gnu` – Менеджер баз данных GNU](https://python-all.ru/3.11/library/dbm.html#module-dbm.gnu)3334      - [`dbm.ndbm` – Новый менеджер баз данных](https://python-all.ru/3.11/library/dbm.html#module-dbm.ndbm)3335      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.11/library/dbm.html#module-dbm.dumb)3336    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.11/library/sqlite3.html)33373338      - [Учебное пособие](https://python-all.ru/3.11/library/sqlite3.html#tutorial)3339      - [Справочник](https://python-all.ru/3.11/library/sqlite3.html#reference)33403341        - [Функции модуля](https://python-all.ru/3.11/library/sqlite3.html#module-functions)3342        - [Константы модуля](https://python-all.ru/3.11/library/sqlite3.html#module-constants)3343        - [Объекты соединения](https://python-all.ru/3.11/library/sqlite3.html#connection-objects)3344        - [Объекты курсора](https://python-all.ru/3.11/library/sqlite3.html#cursor-objects)3345        - [Объекты строки](https://python-all.ru/3.11/library/sqlite3.html#row-objects)3346        - [Объекты Blob](https://python-all.ru/3.11/library/sqlite3.html#blob-objects)3347        - [Объекты PrepareProtocol](https://python-all.ru/3.11/library/sqlite3.html#prepareprotocol-objects)3348        - [Исключения](https://python-all.ru/3.11/library/sqlite3.html#exceptions)3349        - [Типы SQLite и Python](https://python-all.ru/3.11/library/sqlite3.html#sqlite-and-python-types)3350        - [Адаптеры и преобразователи по умолчанию](https://python-all.ru/3.11/library/sqlite3.html#default-adapters-and-converters)3351      - [Инструкции](https://python-all.ru/3.11/library/sqlite3.html#how-to-guides)33523353        - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3.11/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)3354        - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3.11/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)33553356          - [Как создавать адаптируемые объекты](https://python-all.ru/3.11/library/sqlite3.html#how-to-write-adaptable-objects)3357          - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3.11/library/sqlite3.html#how-to-register-adapter-callables)3358        - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3.11/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)3359        - [Рецепты адаптеров и преобразователей](https://python-all.ru/3.11/library/sqlite3.html#adapter-and-converter-recipes)3360        - [Как использовать сокращённые методы соединения](https://python-all.ru/3.11/library/sqlite3.html#how-to-use-connection-shortcut-methods)3361        - [Как использовать контекстный менеджер соединения](https://python-all.ru/3.11/library/sqlite3.html#how-to-use-the-connection-context-manager)3362        - [Как работать с URI SQLite](https://python-all.ru/3.11/library/sqlite3.html#how-to-work-with-sqlite-uris)3363        - [Как создавать и использовать фабрики строк](https://python-all.ru/3.11/library/sqlite3.html#how-to-create-and-use-row-factories)3364        - [Как обрабатывать кодировки текста, отличные от UTF-8](https://python-all.ru/3.11/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings)3365      - [Пояснения](https://python-all.ru/3.11/library/sqlite3.html#explanation)33663367        - [Управление транзакциями](https://python-all.ru/3.11/library/sqlite3.html#transaction-control)3368  - [Сжатие и архивирование данных](https://python-all.ru/3.11/library/archiving.html)33693370    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.11/library/zlib.html)3371    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.11/library/gzip.html)33723373      - [Примеры использования](https://python-all.ru/3.11/library/gzip.html#examples-of-usage)3374      - [Интерфейс командной строки](https://python-all.ru/3.11/library/gzip.html#command-line-interface)33753376        - [Параметры командной строки](https://python-all.ru/3.11/library/gzip.html#command-line-options)3377    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.11/library/bz2.html)33783379      - [Сжатие и распаковка файлов](https://python-all.ru/3.11/library/bz2.html#de-compression-of-files)3380      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.11/library/bz2.html#incremental-de-compression)3381      - [Однопроходное сжатие/распаковка](https://python-all.ru/3.11/library/bz2.html#one-shot-de-compression)3382      - [Примеры использования](https://python-all.ru/3.11/library/bz2.html#examples-of-usage)3383    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.11/library/lzma.html)33843385      - [Чтение и запись сжатых файлов](https://python-all.ru/3.11/library/lzma.html#reading-and-writing-compressed-files)3386      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.11/library/lzma.html#compressing-and-decompressing-data-in-memory)3387      - [Разное](https://python-all.ru/3.11/library/lzma.html#miscellaneous)3388      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.11/library/lzma.html#specifying-custom-filter-chains)3389      - [Примеры](https://python-all.ru/3.11/library/lzma.html#examples)3390    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.11/library/zipfile.html)33913392      - [Объекты ZipFile](https://python-all.ru/3.11/library/zipfile.html#zipfile-objects)3393      - [Объекты Path](https://python-all.ru/3.11/library/zipfile.html#path-objects)3394      - [Объекты PyZipFile](https://python-all.ru/3.11/library/zipfile.html#pyzipfile-objects)3395      - [Объекты ZipInfo](https://python-all.ru/3.11/library/zipfile.html#zipinfo-objects)3396      - [Интерфейс командной строки](https://python-all.ru/3.11/library/zipfile.html#command-line-interface)33973398        - [Параметры командной строки](https://python-all.ru/3.11/library/zipfile.html#command-line-options)3399      - [Подводные камни распаковки](https://python-all.ru/3.11/library/zipfile.html#decompression-pitfalls)34003401        - [Из самого файла](https://python-all.ru/3.11/library/zipfile.html#from-file-itself)3402        - [Ограничения файловой системы](https://python-all.ru/3.11/library/zipfile.html#file-system-limitations)3403        - [Ограничения ресурсов](https://python-all.ru/3.11/library/zipfile.html#resources-limitations)3404        - [Прерывание](https://python-all.ru/3.11/library/zipfile.html#interruption)3405        - [Поведение по умолчанию при извлечении](https://python-all.ru/3.11/library/zipfile.html#default-behaviors-of-extraction)3406    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.11/library/tarfile.html)34073408      - [Объекты TarFile](https://python-all.ru/3.11/library/tarfile.html#tarfile-objects)3409      - [Объекты TarInfo](https://python-all.ru/3.11/library/tarfile.html#tarinfo-objects)3410      - [Фильтры извлечения](https://python-all.ru/3.11/library/tarfile.html#extraction-filters)34113412        - [Именованные фильтры по умолчанию](https://python-all.ru/3.11/library/tarfile.html#default-named-filters)3413        - [Ошибки фильтров](https://python-all.ru/3.11/library/tarfile.html#filter-errors)3414        - [Подсказки для дополнительной проверки](https://python-all.ru/3.11/library/tarfile.html#hints-for-further-verification)3415        - [Поддержка старых версий Python](https://python-all.ru/3.11/library/tarfile.html#supporting-older-python-versions)3416        - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.11/library/tarfile.html#stateful-extraction-filter-example)3417      - [Интерфейс командной строки](https://python-all.ru/3.11/library/tarfile.html#command-line-interface)34183419        - [Параметры командной строки](https://python-all.ru/3.11/library/tarfile.html#command-line-options)3420      - [Примеры](https://python-all.ru/3.11/library/tarfile.html#examples)3421      - [Поддерживаемые форматы tar](https://python-all.ru/3.11/library/tarfile.html#supported-tar-formats)3422      - [Проблемы с Unicode](https://python-all.ru/3.11/library/tarfile.html#unicode-issues)3423  - [Форматы файлов](https://python-all.ru/3.11/library/fileformats.html)34243425    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.11/library/csv.html)34263427      - [Содержимое модуля](https://python-all.ru/3.11/library/csv.html#module-contents)3428      - [Диалекты и параметры форматирования](https://python-all.ru/3.11/library/csv.html#dialects-and-formatting-parameters)3429      - [Объекты чтения](https://python-all.ru/3.11/library/csv.html#reader-objects)3430      - [Объекты записи](https://python-all.ru/3.11/library/csv.html#writer-objects)3431      - [Примеры](https://python-all.ru/3.11/library/csv.html#examples)3432    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.11/library/configparser.html)34333434      - [Быстрый старт](https://python-all.ru/3.11/library/configparser.html#quick-start)3435      - [Поддерживаемые типы данных](https://python-all.ru/3.11/library/configparser.html#supported-datatypes)3436      - [Значения по умолчанию](https://python-all.ru/3.11/library/configparser.html#fallback-values)3437      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.11/library/configparser.html#supported-ini-file-structure)3438      - [Интерполяция значений](https://python-all.ru/3.11/library/configparser.html#interpolation-of-values)3439      - [Доступ через протокол отображения](https://python-all.ru/3.11/library/configparser.html#mapping-protocol-access)3440      - [Настройка поведения парсера](https://python-all.ru/3.11/library/configparser.html#customizing-parser-behaviour)3441      - [Примеры устаревшего API](https://python-all.ru/3.11/library/configparser.html#legacy-api-examples)3442      - [Объекты ConfigParser](https://python-all.ru/3.11/library/configparser.html#configparser-objects)3443      - [Объекты RawConfigParser](https://python-all.ru/3.11/library/configparser.html#rawconfigparser-objects)3444      - [Исключения](https://python-all.ru/3.11/library/configparser.html#exceptions)3445    - [`tomllib` – Разбор TOML-файлов](https://python-all.ru/3.11/library/tomllib.html)34463447      - [Примеры](https://python-all.ru/3.11/library/tomllib.html#examples)3448      - [Таблица преобразования](https://python-all.ru/3.11/library/tomllib.html#conversion-table)3449    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.11/library/netrc.html)34503451      - [Объекты netrc](https://python-all.ru/3.11/library/netrc.html#netrc-objects)3452    - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3.11/library/plistlib.html)34533454      - [Примеры](https://python-all.ru/3.11/library/plistlib.html#examples)3455  - [Криптографические службы](https://python-all.ru/3.11/library/crypto.html)34563457    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.11/library/hashlib.html)34583459      - [Алгоритмы хеширования](https://python-all.ru/3.11/library/hashlib.html#hash-algorithms)3460      - [Использование](https://python-all.ru/3.11/library/hashlib.html#usage)3461      - [Конструкторы](https://python-all.ru/3.11/library/hashlib.html#constructors)3462      - [Атрибуты](https://python-all.ru/3.11/library/hashlib.html#attributes)3463      - [Объекты хешей](https://python-all.ru/3.11/library/hashlib.html#hash-objects)3464      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.11/library/hashlib.html#shake-variable-length-digests)3465      - [Хеширование файлов](https://python-all.ru/3.11/library/hashlib.html#file-hashing)3466      - [Вывод ключей](https://python-all.ru/3.11/library/hashlib.html#key-derivation)3467      - [BLAKE2](https://python-all.ru/3.11/library/hashlib.html#blake2)34683469        - [Создание хеш-объектов](https://python-all.ru/3.11/library/hashlib.html#creating-hash-objects)3470        - [Константы](https://python-all.ru/3.11/library/hashlib.html#constants)3471        - [Примеры](https://python-all.ru/3.11/library/hashlib.html#examples)34723473          - [Простое хеширование](https://python-all.ru/3.11/library/hashlib.html#simple-hashing)3474          - [Использование разного размера дайджестов](https://python-all.ru/3.11/library/hashlib.html#using-different-digest-sizes)3475          - [Хеширование с ключом](https://python-all.ru/3.11/library/hashlib.html#keyed-hashing)3476          - [Рандомизированное хеширование](https://python-all.ru/3.11/library/hashlib.html#randomized-hashing)3477          - [Персонализация](https://python-all.ru/3.11/library/hashlib.html#personalization)3478          - [Древовидный режим](https://python-all.ru/3.11/library/hashlib.html#tree-mode)3479        - [Благодарности](https://python-all.ru/3.11/library/hashlib.html#credits)3480    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.11/library/hmac.html)3481    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.11/library/secrets.html)34823483      - [Случайные числа](https://python-all.ru/3.11/library/secrets.html#random-numbers)3484      - [Генерация токенов](https://python-all.ru/3.11/library/secrets.html#generating-tokens)34853486        - [Сколько байтов должны использовать токены?](https://python-all.ru/3.11/library/secrets.html#how-many-bytes-should-tokens-use)3487      - [Другие функции](https://python-all.ru/3.11/library/secrets.html#other-functions)3488      - [Рецепты и лучшие практики](https://python-all.ru/3.11/library/secrets.html#recipes-and-best-practices)3489  - [Универсальные службы операционной системы](https://python-all.ru/3.11/library/allos.html)34903491    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.11/library/os.html)34923493      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.11/library/os.html#file-names-command-line-arguments-and-environment-variables)3494      - [Режим UTF-8 в Python](https://python-all.ru/3.11/library/os.html#python-utf-8-mode)3495      - [Параметры процесса](https://python-all.ru/3.11/library/os.html#process-parameters)3496      - [Создание файловых объектов](https://python-all.ru/3.11/library/os.html#file-object-creation)3497      - [Операции с файловыми дескрипторами](https://python-all.ru/3.11/library/os.html#file-descriptor-operations)34983499        - [Определение размера терминала](https://python-all.ru/3.11/library/os.html#querying-the-size-of-a-terminal)3500        - [Наследование файловых дескрипторов](https://python-all.ru/3.11/library/os.html#inheritance-of-file-descriptors)3501      - [Файлы и каталоги](https://python-all.ru/3.11/library/os.html#files-and-directories)35023503        - [Расширенные атрибуты Linux](https://python-all.ru/3.11/library/os.html#linux-extended-attributes)3504      - [Управление процессами](https://python-all.ru/3.11/library/os.html#process-management)3505      - [Интерфейс к планировщику](https://python-all.ru/3.11/library/os.html#interface-to-the-scheduler)3506      - [Различная системная информация](https://python-all.ru/3.11/library/os.html#miscellaneous-system-information)3507      - [Случайные числа](https://python-all.ru/3.11/library/os.html#random-numbers)3508    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.11/library/io.html)35093510      - [Обзор](https://python-all.ru/3.11/library/io.html#overview)35113512        - [Текстовый ввод/вывод](https://python-all.ru/3.11/library/io.html#text-i-o)3513        - [Двоичный ввод/вывод](https://python-all.ru/3.11/library/io.html#binary-i-o)3514        - [Необработанный ввод/вывод](https://python-all.ru/3.11/library/io.html#raw-i-o)3515      - [Кодировка текста](https://python-all.ru/3.11/library/io.html#text-encoding)35163517        - [Добровольное предупреждение о кодировке](https://python-all.ru/3.11/library/io.html#opt-in-encodingwarning)3518      - [Интерфейс модуля высокого уровня](https://python-all.ru/3.11/library/io.html#high-level-module-interface)3519      - [Иерархия классов](https://python-all.ru/3.11/library/io.html#class-hierarchy)35203521        - [Базовые классы ввода/вывода](https://python-all.ru/3.11/library/io.html#i-o-base-classes)3522        - [Необработанный файловый ввод/вывод](https://python-all.ru/3.11/library/io.html#raw-file-i-o)3523        - [Буферизированные потоки](https://python-all.ru/3.11/library/io.html#buffered-streams)3524        - [Текстовый ввод/вывод](https://python-all.ru/3.11/library/io.html#id1)3525      - [Производительность](https://python-all.ru/3.11/library/io.html#performance)35263527        - [Двоичный ввод/вывод](https://python-all.ru/3.11/library/io.html#id2)3528        - [Текстовый ввод/вывод](https://python-all.ru/3.11/library/io.html#id3)3529        - [Многопоточность](https://python-all.ru/3.11/library/io.html#multi-threading)3530        - [Реентерабельность](https://python-all.ru/3.11/library/io.html#reentrancy)3531    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.11/library/time.html)35323533      - [Функции](https://python-all.ru/3.11/library/time.html#functions)3534      - [Константы идентификаторов часов](https://python-all.ru/3.11/library/time.html#clock-id-constants)3535      - [Константы часовых поясов](https://python-all.ru/3.11/library/time.html#timezone-constants)3536    - [`argparse` – Парсер параметров командной строки, аргументов и подкоманд](https://python-all.ru/3.11/library/argparse.html)35373538      - [Основная функциональность](https://python-all.ru/3.11/library/argparse.html#core-functionality)3539      - [Быстрые ссылки для add\_argument()](https://python-all.ru/3.11/library/argparse.html#quick-links-for-add-argument)3540      - [Пример](https://python-all.ru/3.11/library/argparse.html#example)35413542        - [Создание парсера](https://python-all.ru/3.11/library/argparse.html#creating-a-parser)3543        - [Добавление аргументов](https://python-all.ru/3.11/library/argparse.html#adding-arguments)3544        - [Разбор аргументов](https://python-all.ru/3.11/library/argparse.html#parsing-arguments)3545      - [Объекты ArgumentParser](https://python-all.ru/3.11/library/argparse.html#argumentparser-objects)35463547        - [prog](https://python-all.ru/3.11/library/argparse.html#prog)3548        - [usage](https://python-all.ru/3.11/library/argparse.html#usage)3549        - [description](https://python-all.ru/3.11/library/argparse.html#description)3550        - [epilog](https://python-all.ru/3.11/library/argparse.html#epilog)3551        - [parents](https://python-all.ru/3.11/library/argparse.html#parents)3552        - [formatter\_class](https://python-all.ru/3.11/library/argparse.html#formatter-class)3553        - [prefix\_chars](https://python-all.ru/3.11/library/argparse.html#prefix-chars)3554        - [fromfile\_prefix\_chars](https://python-all.ru/3.11/library/argparse.html#fromfile-prefix-chars)3555        - [argument\_default](https://python-all.ru/3.11/library/argparse.html#argument-default)3556        - [allow\_abbrev](https://python-all.ru/3.11/library/argparse.html#allow-abbrev)3557        - [conflict\_handler](https://python-all.ru/3.11/library/argparse.html#conflict-handler)3558        - [add\_help](https://python-all.ru/3.11/library/argparse.html#add-help)3559        - [exit\_on\_error](https://python-all.ru/3.11/library/argparse.html#exit-on-error)3560      - [Метод add\_argument()](https://python-all.ru/3.11/library/argparse.html#the-add-argument-method)35613562        - [name или flags](https://python-all.ru/3.11/library/argparse.html#name-or-flags)3563        - [action](https://python-all.ru/3.11/library/argparse.html#action)3564        - [nargs](https://python-all.ru/3.11/library/argparse.html#nargs)3565        - [const](https://python-all.ru/3.11/library/argparse.html#const)3566        - [default](https://python-all.ru/3.11/library/argparse.html#default)3567        - [тип](https://python-all.ru/3.11/library/argparse.html#type)3568        - [choices](https://python-all.ru/3.11/library/argparse.html#choices)3569        - [required](https://python-all.ru/3.11/library/argparse.html#required)3570        - [help](https://python-all.ru/3.11/library/argparse.html#help)3571        - [metavar](https://python-all.ru/3.11/library/argparse.html#metavar)3572        - [dest](https://python-all.ru/3.11/library/argparse.html#dest)3573        - [Классы Action](https://python-all.ru/3.11/library/argparse.html#action-classes)3574      - [Метод parse\_args()](https://python-all.ru/3.11/library/argparse.html#the-parse-args-method)35753576        - [Синтаксис значений опций](https://python-all.ru/3.11/library/argparse.html#option-value-syntax)3577        - [Недопустимые аргументы](https://python-all.ru/3.11/library/argparse.html#invalid-arguments)3578        - [Аргументы, содержащие `-`](https://python-all.ru/3.11/library/argparse.html#arguments-containing)3579        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.11/library/argparse.html#argument-abbreviations-prefix-matching)3580        - [За пределами `sys.argv`](https://python-all.ru/3.11/library/argparse.html#beyond-sys-argv)3581        - [Объект Namespace](https://python-all.ru/3.11/library/argparse.html#the-namespace-object)3582      - [Прочие утилиты](https://python-all.ru/3.11/library/argparse.html#other-utilities)35833584        - [Подкоманды](https://python-all.ru/3.11/library/argparse.html#sub-commands)3585        - [Объекты FileType](https://python-all.ru/3.11/library/argparse.html#filetype-objects)3586        - [Группы аргументов](https://python-all.ru/3.11/library/argparse.html#argument-groups)3587        - [Взаимное исключение](https://python-all.ru/3.11/library/argparse.html#mutual-exclusion)3588        - [Значения по умолчанию парсера](https://python-all.ru/3.11/library/argparse.html#parser-defaults)3589        - [Вывод справки](https://python-all.ru/3.11/library/argparse.html#printing-help)3590        - [Частичный разбор](https://python-all.ru/3.11/library/argparse.html#partial-parsing)3591        - [Настройка разбора файлов](https://python-all.ru/3.11/library/argparse.html#customizing-file-parsing)3592        - [Методы завершения](https://python-all.ru/3.11/library/argparse.html#exiting-methods)3593        - [Смешанный разбор](https://python-all.ru/3.11/library/argparse.html#intermixed-parsing)3594      - [Обновление кода optparse](https://python-all.ru/3.11/library/argparse.html#upgrading-optparse-code)3595      - [Исключения](https://python-all.ru/3.11/library/argparse.html#exceptions)3596    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.11/library/getopt.html)3597    - [`logging` – Средство журналирования для Python](https://python-all.ru/3.11/library/logging.html)35983599      - [Объекты Logger](https://python-all.ru/3.11/library/logging.html#logger-objects)3600      - [Уровни журналирования](https://python-all.ru/3.11/library/logging.html#logging-levels)3601      - [Объекты-обработчики](https://python-all.ru/3.11/library/logging.html#handler-objects)3602      - [Объекты-форматировщики](https://python-all.ru/3.11/library/logging.html#formatter-objects)3603      - [Объекты-фильтры](https://python-all.ru/3.11/library/logging.html#filter-objects)3604      - [Объекты LogRecord](https://python-all.ru/3.11/library/logging.html#logrecord-objects)3605      - [Атрибуты LogRecord](https://python-all.ru/3.11/library/logging.html#logrecord-attributes)3606      - [Объекты LoggerAdapter](https://python-all.ru/3.11/library/logging.html#loggeradapter-objects)3607      - [Потокобезопасность](https://python-all.ru/3.11/library/logging.html#thread-safety)3608      - [Функции уровня модуля](https://python-all.ru/3.11/library/logging.html#module-level-functions)3609      - [Атрибуты уровня модуля](https://python-all.ru/3.11/library/logging.html#module-level-attributes)3610      - [Интеграция с модулем warnings](https://python-all.ru/3.11/library/logging.html#integration-with-the-warnings-module)3611    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.11/library/logging.config.html)36123613      - [Функции конфигурации](https://python-all.ru/3.11/library/logging.config.html#configuration-functions)3614      - [Вопросы безопасности](https://python-all.ru/3.11/library/logging.config.html#security-considerations)3615      - [Схема конфигурационного словаря](https://python-all.ru/3.11/library/logging.config.html#configuration-dictionary-schema)36163617        - [Подробности схемы словаря](https://python-all.ru/3.11/library/logging.config.html#dictionary-schema-details)3618        - [Инкрементальная конфигурация](https://python-all.ru/3.11/library/logging.config.html#incremental-configuration)3619        - [Соединения объектов](https://python-all.ru/3.11/library/logging.config.html#object-connections)3620        - [Пользовательские объекты](https://python-all.ru/3.11/library/logging.config.html#user-defined-objects)3621        - [Порядок конфигурации обработчиков](https://python-all.ru/3.11/library/logging.config.html#handler-configuration-order)3622        - [Доступ к внешним объектам](https://python-all.ru/3.11/library/logging.config.html#access-to-external-objects)3623        - [Доступ к внутренним объектам](https://python-all.ru/3.11/library/logging.config.html#access-to-internal-objects)3624        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.11/library/logging.config.html#import-resolution-and-custom-importers)3625      - [Формат файла конфигурации](https://python-all.ru/3.11/library/logging.config.html#configuration-file-format)3626    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.11/library/logging.handlers.html)36273628      - [StreamHandler](https://python-all.ru/3.11/library/logging.handlers.html#streamhandler)3629      - [FileHandler](https://python-all.ru/3.11/library/logging.handlers.html#filehandler)3630      - [NullHandler](https://python-all.ru/3.11/library/logging.handlers.html#nullhandler)3631      - [WatchedFileHandler](https://python-all.ru/3.11/library/logging.handlers.html#watchedfilehandler)3632      - [BaseRotatingHandler](https://python-all.ru/3.11/library/logging.handlers.html#baserotatinghandler)3633      - [RotatingFileHandler](https://python-all.ru/3.11/library/logging.handlers.html#rotatingfilehandler)3634      - [TimedRotatingFileHandler](https://python-all.ru/3.11/library/logging.handlers.html#timedrotatingfilehandler)3635      - [Обработчик сокетов](https://python-all.ru/3.11/library/logging.handlers.html#sockethandler)3636      - [Обработчик датаграмм](https://python-all.ru/3.11/library/logging.handlers.html#datagramhandler)3637      - [Обработчик системного журнала](https://python-all.ru/3.11/library/logging.handlers.html#sysloghandler)3638      - [Обработчик журнала событий NT](https://python-all.ru/3.11/library/logging.handlers.html#nteventloghandler)3639      - [SMTP-обработчик](https://python-all.ru/3.11/library/logging.handlers.html#smtphandler)3640      - [Обработчик памяти](https://python-all.ru/3.11/library/logging.handlers.html#memoryhandler)3641      - [HTTP-обработчик](https://python-all.ru/3.11/library/logging.handlers.html#httphandler)3642      - [Обработчик очереди](https://python-all.ru/3.11/library/logging.handlers.html#queuehandler)3643      - [Прослушиватель очереди](https://python-all.ru/3.11/library/logging.handlers.html#queuelistener)3644    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.11/library/getpass.html)3645    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.11/library/curses.html)36463647      - [Функции](https://python-all.ru/3.11/library/curses.html#functions)3648      - [Объекты окон](https://python-all.ru/3.11/library/curses.html#window-objects)3649      - [Константы](https://python-all.ru/3.11/library/curses.html#constants)3650    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.11/library/curses.html#module-curses.textpad)36513652      - [Объекты Textbox](https://python-all.ru/3.11/library/curses.html#textbox-objects)3653    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.11/library/curses.ascii.html)3654    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.11/library/curses.panel.html)36553656      - [Функции](https://python-all.ru/3.11/library/curses.panel.html#functions)3657      - [Объекты панелей](https://python-all.ru/3.11/library/curses.panel.html#panel-objects)3658    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.11/library/platform.html)36593660      - [Кроссплатформенные](https://python-all.ru/3.11/library/platform.html#cross-platform)3661      - [Платформа Java](https://python-all.ru/3.11/library/platform.html#java-platform)3662      - [Платформа Windows](https://python-all.ru/3.11/library/platform.html#windows-platform)3663      - [Платформа macOS](https://python-all.ru/3.11/library/platform.html#macos-platform)3664      - [Платформы Unix](https://python-all.ru/3.11/library/platform.html#unix-platforms)3665      - [Платформы Linux](https://python-all.ru/3.11/library/platform.html#linux-platforms)3666    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.11/library/errno.html)3667    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.11/library/ctypes.html)36683669      - [Руководство по ctypes](https://python-all.ru/3.11/library/ctypes.html#ctypes-tutorial)36703671        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.11/library/ctypes.html#loading-dynamic-link-libraries)3672        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.11/library/ctypes.html#accessing-functions-from-loaded-dlls)3673        - [Вызов функций](https://python-all.ru/3.11/library/ctypes.html#calling-functions)3674        - [Базовые типы данных](https://python-all.ru/3.11/library/ctypes.html#fundamental-data-types)3675        - [Вызов функций (продолжение)](https://python-all.ru/3.11/library/ctypes.html#calling-functions-continued)3676        - [Вызов функций с переменным числом аргументов](https://python-all.ru/3.11/library/ctypes.html#calling-variadic-functions)3677        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.11/library/ctypes.html#calling-functions-with-your-own-custom-data-types)3678        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.11/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)3679        - [Типы возвращаемых значений](https://python-all.ru/3.11/library/ctypes.html#return-types)3680        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.11/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)3681        - [Структуры и объединения](https://python-all.ru/3.11/library/ctypes.html#structures-and-unions)3682        - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.11/library/ctypes.html#structure-union-alignment-and-byte-order)3683        - [Битовые поля в структурах и объединениях](https://python-all.ru/3.11/library/ctypes.html#bit-fields-in-structures-and-unions)3684        - [Массивы](https://python-all.ru/3.11/library/ctypes.html#arrays)3685        - [Указатели](https://python-all.ru/3.11/library/ctypes.html#pointers)3686        - [Преобразования типов](https://python-all.ru/3.11/library/ctypes.html#type-conversions)3687        - [Неполные типы](https://python-all.ru/3.11/library/ctypes.html#incomplete-types)3688        - [Функции обратного вызова](https://python-all.ru/3.11/library/ctypes.html#callback-functions)3689        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.11/library/ctypes.html#accessing-values-exported-from-dlls)3690        - [Неожиданности](https://python-all.ru/3.11/library/ctypes.html#surprises)3691        - [Типы данных переменного размера](https://python-all.ru/3.11/library/ctypes.html#variable-sized-data-types)3692      - [Справочник по ctypes](https://python-all.ru/3.11/library/ctypes.html#ctypes-reference)36933694        - [Поиск общих библиотек](https://python-all.ru/3.11/library/ctypes.html#finding-shared-libraries)3695        - [Загрузка общих библиотек](https://python-all.ru/3.11/library/ctypes.html#loading-shared-libraries)3696        - [Внешние функции](https://python-all.ru/3.11/library/ctypes.html#foreign-functions)3697        - [Прототипы функций](https://python-all.ru/3.11/library/ctypes.html#function-prototypes)3698        - [Вспомогательные функции](https://python-all.ru/3.11/library/ctypes.html#utility-functions)3699        - [Типы данных](https://python-all.ru/3.11/library/ctypes.html#data-types)3700        - [Базовые типы данных](https://python-all.ru/3.11/library/ctypes.html#ctypes-fundamental-data-types-2)3701        - [Структурированные типы данных](https://python-all.ru/3.11/library/ctypes.html#structured-data-types)3702        - [Массивы и указатели](https://python-all.ru/3.11/library/ctypes.html#arrays-and-pointers)3703  - [Параллельное выполнение](https://python-all.ru/3.11/library/concurrency.html)37043705    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.11/library/threading.html)37063707      - [Потоковые локальные данные](https://python-all.ru/3.11/library/threading.html#thread-local-data)3708      - [Объекты потоков](https://python-all.ru/3.11/library/threading.html#thread-objects)3709      - [Объекты блокировок](https://python-all.ru/3.11/library/threading.html#lock-objects)3710      - [Объекты RLock](https://python-all.ru/3.11/library/threading.html#rlock-objects)3711      - [Объекты условий](https://python-all.ru/3.11/library/threading.html#condition-objects)3712      - [Объекты семафоров](https://python-all.ru/3.11/library/threading.html#semaphore-objects)37133714        - [`Semaphore` Пример](https://python-all.ru/3.11/library/threading.html#semaphore-example)3715      - [Объекты событий](https://python-all.ru/3.11/library/threading.html#event-objects)3716      - [Объекты таймеров](https://python-all.ru/3.11/library/threading.html#timer-objects)3717      - [Объекты барьеров](https://python-all.ru/3.11/library/threading.html#barrier-objects)3718      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.11/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)3719    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.11/library/multiprocessing.html)37203721      - [Введение](https://python-all.ru/3.11/library/multiprocessing.html#introduction)37223723        - [Класс `Process`](https://python-all.ru/3.11/library/multiprocessing.html#the-process-class)3724        - [Контексты и методы запуска](https://python-all.ru/3.11/library/multiprocessing.html#contexts-and-start-methods)3725        - [Обмен объектами между процессами](https://python-all.ru/3.11/library/multiprocessing.html#exchanging-objects-between-processes)3726        - [Синхронизация между процессами](https://python-all.ru/3.11/library/multiprocessing.html#synchronization-between-processes)3727        - [Совместное использование состояния между процессами](https://python-all.ru/3.11/library/multiprocessing.html#sharing-state-between-processes)3728        - [Использование пула рабочих процессов](https://python-all.ru/3.11/library/multiprocessing.html#using-a-pool-of-workers)3729      - [Справочник](https://python-all.ru/3.11/library/multiprocessing.html#reference)37303731        - [`Process` и исключения](https://python-all.ru/3.11/library/multiprocessing.html#process-and-exceptions)3732        - [Каналы и очереди](https://python-all.ru/3.11/library/multiprocessing.html#pipes-and-queues)3733        - [Разное](https://python-all.ru/3.11/library/multiprocessing.html#miscellaneous)3734        - [Объекты соединений](https://python-all.ru/3.11/library/multiprocessing.html#connection-objects)3735        - [Примитивы синхронизации](https://python-all.ru/3.11/library/multiprocessing.html#synchronization-primitives)3736        - [Разделяемые `ctypes` объекты](https://python-all.ru/3.11/library/multiprocessing.html#shared-ctypes-objects)37373738          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.11/library/multiprocessing.html#module-multiprocessing.sharedctypes)3739        - [Менеджеры](https://python-all.ru/3.11/library/multiprocessing.html#managers)37403741          - [Настраиваемые менеджеры](https://python-all.ru/3.11/library/multiprocessing.html#customized-managers)3742          - [Использование удалённого менеджера](https://python-all.ru/3.11/library/multiprocessing.html#using-a-remote-manager)3743        - [Объекты-прокси](https://python-all.ru/3.11/library/multiprocessing.html#proxy-objects)37443745          - [Очистка](https://python-all.ru/3.11/library/multiprocessing.html#cleanup)3746        - [Пулы процессов](https://python-all.ru/3.11/library/multiprocessing.html#module-multiprocessing.pool)3747        - [Слушатели и клиенты](https://python-all.ru/3.11/library/multiprocessing.html#module-multiprocessing.connection)37483749          - [Форматы адресов](https://python-all.ru/3.11/library/multiprocessing.html#address-formats)3750        - [Ключи аутентификации](https://python-all.ru/3.11/library/multiprocessing.html#authentication-keys)3751        - [Логирование](https://python-all.ru/3.11/library/multiprocessing.html#logging)3752        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.11/library/multiprocessing.html#module-multiprocessing.dummy)3753      - [Рекомендации по программированию](https://python-all.ru/3.11/library/multiprocessing.html#programming-guidelines)37543755        - [Все методы запуска](https://python-all.ru/3.11/library/multiprocessing.html#all-start-methods)3756        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.11/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)3757      - [Примеры](https://python-all.ru/3.11/library/multiprocessing.html#examples)3758    - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3.11/library/multiprocessing.shared_memory.html)3759    - [Пакет `concurrent`](https://python-all.ru/3.11/library/concurrent.html)3760    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.11/library/concurrent.futures.html)37613762      - [Объекты исполнителя](https://python-all.ru/3.11/library/concurrent.futures.html#executor-objects)3763      - [ThreadPoolExecutor](https://python-all.ru/3.11/library/concurrent.futures.html#threadpoolexecutor)37643765        - [Пример ThreadPoolExecutor](https://python-all.ru/3.11/library/concurrent.futures.html#threadpoolexecutor-example)3766      - [ProcessPoolExecutor](https://python-all.ru/3.11/library/concurrent.futures.html#processpoolexecutor)37673768        - [Пример ProcessPoolExecutor](https://python-all.ru/3.11/library/concurrent.futures.html#processpoolexecutor-example)3769      - [Объекты Future](https://python-all.ru/3.11/library/concurrent.futures.html#future-objects)3770      - [Функции модуля](https://python-all.ru/3.11/library/concurrent.futures.html#module-functions)3771      - [Классы исключений](https://python-all.ru/3.11/library/concurrent.futures.html#exception-classes)3772    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.11/library/subprocess.html)37733774      - [Использование модуля `subprocess`](https://python-all.ru/3.11/library/subprocess.html#using-the-subprocess-module)37753776        - [Часто используемые аргументы](https://python-all.ru/3.11/library/subprocess.html#frequently-used-arguments)3777        - [Конструктор Popen](https://python-all.ru/3.11/library/subprocess.html#popen-constructor)3778        - [Исключения](https://python-all.ru/3.11/library/subprocess.html#exceptions)3779      - [Вопросы безопасности](https://python-all.ru/3.11/library/subprocess.html#security-considerations)3780      - [Объекты Popen](https://python-all.ru/3.11/library/subprocess.html#popen-objects)3781      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.11/library/subprocess.html#windows-popen-helpers)37823783        - [Константы Windows](https://python-all.ru/3.11/library/subprocess.html#windows-constants)3784      - [Старый высокоуровневый API](https://python-all.ru/3.11/library/subprocess.html#older-high-level-api)3785      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.11/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)37863787        - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.11/library/subprocess.html#replacing-bin-sh-shell-command-substitution)3788        - [Замена конвейера оболочки](https://python-all.ru/3.11/library/subprocess.html#replacing-shell-pipeline)3789        - [Замена `os.system()`](https://python-all.ru/3.11/library/subprocess.html#replacing-os-system)3790        - [Замена семейства `os.spawn`](https://python-all.ru/3.11/library/subprocess.html#replacing-the-os-spawn-family)3791        - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.11/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)3792        - [Замена функций из модуля `popen2`](https://python-all.ru/3.11/library/subprocess.html#replacing-functions-from-the-popen2-module)3793      - [Устаревшие функции вызова оболочки](https://python-all.ru/3.11/library/subprocess.html#legacy-shell-invocation-functions)3794      - [Примечания](https://python-all.ru/3.11/library/subprocess.html#notes)37953796        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.11/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)3797        - [Отключение использования `vfork()` или `posix_spawn()`](https://python-all.ru/3.11/library/subprocess.html#disabling-use-of-vfork-or-posix-spawn)3798    - [`sched` – планировщик событий](https://python-all.ru/3.11/library/sched.html)37993800      - [Объекты планировщика](https://python-all.ru/3.11/library/sched.html#scheduler-objects)3801    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.11/library/queue.html)38023803      - [Объекты очередей](https://python-all.ru/3.11/library/queue.html#queue-objects)3804      - [Объекты SimpleQueue](https://python-all.ru/3.11/library/queue.html#simplequeue-objects)3805    - [`contextvars` – контекстные переменные](https://python-all.ru/3.11/library/contextvars.html)38063807      - [Контекстные переменные](https://python-all.ru/3.11/library/contextvars.html#context-variables)3808      - [Ручное управление контекстом](https://python-all.ru/3.11/library/contextvars.html#manual-context-management)3809      - [Поддержка asyncio](https://python-all.ru/3.11/library/contextvars.html#asyncio-support)3810    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.11/library/_thread.html)3811  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.11/library/ipc.html)38123813    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.11/library/asyncio.html)38143815      - [Запускающие объекты](https://python-all.ru/3.11/library/asyncio-runner.html)38163817        - [Запуск asyncio-программы](https://python-all.ru/3.11/library/asyncio-runner.html#running-an-asyncio-program)3818        - [Контекстный менеджер Runner](https://python-all.ru/3.11/library/asyncio-runner.html#runner-context-manager)3819        - [Обработка прерывания с клавиатуры](https://python-all.ru/3.11/library/asyncio-runner.html#handling-keyboard-interruption)3820      - [Корутины и задачи](https://python-all.ru/3.11/library/asyncio-task.html)38213822        - [Корутины](https://python-all.ru/3.11/library/asyncio-task.html#coroutines)3823        - [Ожидаемые объекты](https://python-all.ru/3.11/library/asyncio-task.html#awaitables)3824        - [Создание задач](https://python-all.ru/3.11/library/asyncio-task.html#creating-tasks)3825        - [Отмена задач](https://python-all.ru/3.11/library/asyncio-task.html#task-cancellation)3826        - [Группы задач](https://python-all.ru/3.11/library/asyncio-task.html#task-groups)3827        - [Приостановка выполнения](https://python-all.ru/3.11/library/asyncio-task.html#sleeping)3828        - [Одновременное выполнение задач](https://python-all.ru/3.11/library/asyncio-task.html#running-tasks-concurrently)3829        - [Защита от отмены](https://python-all.ru/3.11/library/asyncio-task.html#shielding-from-cancellation)3830        - [Тайм-ауты](https://python-all.ru/3.11/library/asyncio-task.html#timeouts)3831        - [Примитивы ожидания](https://python-all.ru/3.11/library/asyncio-task.html#waiting-primitives)3832        - [Выполнение в потоках](https://python-all.ru/3.11/library/asyncio-task.html#running-in-threads)3833        - [Планирование из других потоков](https://python-all.ru/3.11/library/asyncio-task.html#scheduling-from-other-threads)3834        - [Интроспекция](https://python-all.ru/3.11/library/asyncio-task.html#introspection)3835        - [Объект задачи](https://python-all.ru/3.11/library/asyncio-task.html#task-object)3836      - [Потоки данных](https://python-all.ru/3.11/library/asyncio-stream.html)38373838        - [StreamReader](https://python-all.ru/3.11/library/asyncio-stream.html#streamreader)3839        - [StreamWriter](https://python-all.ru/3.11/library/asyncio-stream.html#streamwriter)3840        - [Примеры](https://python-all.ru/3.11/library/asyncio-stream.html#examples)38413842          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.11/library/asyncio-stream.html#tcp-echo-client-using-streams)3843          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.11/library/asyncio-stream.html#tcp-echo-server-using-streams)3844          - [Получение HTTP-заголовков](https://python-all.ru/3.11/library/asyncio-stream.html#get-http-headers)3845          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.11/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)3846      - [Примитивы синхронизации](https://python-all.ru/3.11/library/asyncio-sync.html)38473848        - [Блокировка](https://python-all.ru/3.11/library/asyncio-sync.html#lock)3849        - [Событие](https://python-all.ru/3.11/library/asyncio-sync.html#event)3850        - [Условная переменная](https://python-all.ru/3.11/library/asyncio-sync.html#condition)3851        - [Семафор](https://python-all.ru/3.11/library/asyncio-sync.html#semaphore)3852        - [BoundedSemaphore](https://python-all.ru/3.11/library/asyncio-sync.html#boundedsemaphore)3853        - [Барьер](https://python-all.ru/3.11/library/asyncio-sync.html#barrier)3854      - [Подпроцессы](https://python-all.ru/3.11/library/asyncio-subprocess.html)38553856        - [Создание подпроцессов](https://python-all.ru/3.11/library/asyncio-subprocess.html#creating-subprocesses)3857        - [Константы](https://python-all.ru/3.11/library/asyncio-subprocess.html#constants)3858        - [Взаимодействие с подпроцессами](https://python-all.ru/3.11/library/asyncio-subprocess.html#interacting-with-subprocesses)38593860          - [Подпроцессы и потоки](https://python-all.ru/3.11/library/asyncio-subprocess.html#subprocess-and-threads)3861          - [Примеры](https://python-all.ru/3.11/library/asyncio-subprocess.html#examples)3862      - [Очереди](https://python-all.ru/3.11/library/asyncio-queue.html)38633864        - [Очередь](https://python-all.ru/3.11/library/asyncio-queue.html#queue)3865        - [Очередь с приоритетом](https://python-all.ru/3.11/library/asyncio-queue.html#priority-queue)3866        - [Очередь LIFO](https://python-all.ru/3.11/library/asyncio-queue.html#lifo-queue)3867        - [Исключения](https://python-all.ru/3.11/library/asyncio-queue.html#exceptions)3868        - [Примеры](https://python-all.ru/3.11/library/asyncio-queue.html#examples)3869      - [Исключения](https://python-all.ru/3.11/library/asyncio-exceptions.html)3870      - [Цикл событий](https://python-all.ru/3.11/library/asyncio-eventloop.html)38713872        - [Методы цикла событий](https://python-all.ru/3.11/library/asyncio-eventloop.html#event-loop-methods)38733874          - [Запуск и остановка цикла событий](https://python-all.ru/3.11/library/asyncio-eventloop.html#running-and-stopping-the-loop)3875          - [Планирование колбэков](https://python-all.ru/3.11/library/asyncio-eventloop.html#scheduling-callbacks)3876          - [Планирование отложенных колбэков](https://python-all.ru/3.11/library/asyncio-eventloop.html#scheduling-delayed-callbacks)3877          - [Создание Future и задач](https://python-all.ru/3.11/library/asyncio-eventloop.html#creating-futures-and-tasks)3878          - [Открытие сетевых соединений](https://python-all.ru/3.11/library/asyncio-eventloop.html#opening-network-connections)3879          - [Создание сетевых серверов](https://python-all.ru/3.11/library/asyncio-eventloop.html#creating-network-servers)3880          - [Передача файлов](https://python-all.ru/3.11/library/asyncio-eventloop.html#transferring-files)3881          - [Обновление TLS](https://python-all.ru/3.11/library/asyncio-eventloop.html#tls-upgrade)3882          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.11/library/asyncio-eventloop.html#watching-file-descriptors)3883          - [Работа с объектами сокетов напрямую](https://python-all.ru/3.11/library/asyncio-eventloop.html#working-with-socket-objects-directly)3884          - [DNS](https://python-all.ru/3.11/library/asyncio-eventloop.html#dns)3885          - [Работа с каналами](https://python-all.ru/3.11/library/asyncio-eventloop.html#working-with-pipes)3886          - [Сигналы Unix](https://python-all.ru/3.11/library/asyncio-eventloop.html#unix-signals)3887          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.11/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)3888          - [API обработки ошибок](https://python-all.ru/3.11/library/asyncio-eventloop.html#error-handling-api)3889          - [Включение режима отладки](https://python-all.ru/3.11/library/asyncio-eventloop.html#enabling-debug-mode)3890          - [Запуск подпроцессов](https://python-all.ru/3.11/library/asyncio-eventloop.html#running-subprocesses)3891        - [Обработчики колбэков](https://python-all.ru/3.11/library/asyncio-eventloop.html#callback-handles)3892        - [Объекты сервера](https://python-all.ru/3.11/library/asyncio-eventloop.html#server-objects)3893        - [Реализации цикла событий](https://python-all.ru/3.11/library/asyncio-eventloop.html#event-loop-implementations)3894        - [Примеры](https://python-all.ru/3.11/library/asyncio-eventloop.html#examples)38953896          - [Hello World с помощью call\_soon()](https://python-all.ru/3.11/library/asyncio-eventloop.html#hello-world-with-call-soon)3897          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.11/library/asyncio-eventloop.html#display-the-current-date-with-call-later)3898          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.11/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)3899          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.11/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)3900      - [Future](https://python-all.ru/3.11/library/asyncio-future.html)39013902        - [Функции Future](https://python-all.ru/3.11/library/asyncio-future.html#future-functions)3903        - [Объект Future](https://python-all.ru/3.11/library/asyncio-future.html#future-object)3904      - [Транспорты и протоколы](https://python-all.ru/3.11/library/asyncio-protocol.html)39053906        - [Транспорты](https://python-all.ru/3.11/library/asyncio-protocol.html#transports)39073908          - [Иерархия транспортов](https://python-all.ru/3.11/library/asyncio-protocol.html#transports-hierarchy)3909          - [Базовый транспорт](https://python-all.ru/3.11/library/asyncio-protocol.html#base-transport)3910          - [Транспорты только для чтения](https://python-all.ru/3.11/library/asyncio-protocol.html#read-only-transports)3911          - [Транспорты только для записи](https://python-all.ru/3.11/library/asyncio-protocol.html#write-only-transports)3912          - [Транспорты дейтаграмм](https://python-all.ru/3.11/library/asyncio-protocol.html#datagram-transports)3913          - [Транспорты подпроцессов](https://python-all.ru/3.11/library/asyncio-protocol.html#subprocess-transports)3914        - [Протоколы](https://python-all.ru/3.11/library/asyncio-protocol.html#protocols)39153916          - [Базовые протоколы](https://python-all.ru/3.11/library/asyncio-protocol.html#base-protocols)3917          - [Базовый протокол](https://python-all.ru/3.11/library/asyncio-protocol.html#base-protocol)3918          - [Потоковые протоколы](https://python-all.ru/3.11/library/asyncio-protocol.html#streaming-protocols)3919          - [Буферизированные потоковые протоколы](https://python-all.ru/3.11/library/asyncio-protocol.html#buffered-streaming-protocols)3920          - [Протоколы дейтаграмм](https://python-all.ru/3.11/library/asyncio-protocol.html#datagram-protocols)3921          - [Протоколы подпроцессов](https://python-all.ru/3.11/library/asyncio-protocol.html#subprocess-protocols)3922        - [Примеры](https://python-all.ru/3.11/library/asyncio-protocol.html#examples)39233924          - [TCP-эхо-сервер](https://python-all.ru/3.11/library/asyncio-protocol.html#tcp-echo-server)3925          - [TCP-эхо-клиент](https://python-all.ru/3.11/library/asyncio-protocol.html#tcp-echo-client)3926          - [UDP-эхо-сервер](https://python-all.ru/3.11/library/asyncio-protocol.html#udp-echo-server)3927          - [UDP-эхо-клиент](https://python-all.ru/3.11/library/asyncio-protocol.html#udp-echo-client)3928          - [Подключение существующих сокетов](https://python-all.ru/3.11/library/asyncio-protocol.html#connecting-existing-sockets)3929          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.11/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)3930      - [Политики](https://python-all.ru/3.11/library/asyncio-policy.html)39313932        - [Получение и установка политики](https://python-all.ru/3.11/library/asyncio-policy.html#getting-and-setting-the-policy)3933        - [Объекты политики](https://python-all.ru/3.11/library/asyncio-policy.html#policy-objects)3934        - [Наблюдатели за процессами](https://python-all.ru/3.11/library/asyncio-policy.html#process-watchers)3935        - [Пользовательские политики](https://python-all.ru/3.11/library/asyncio-policy.html#custom-policies)3936      - [Поддержка платформ](https://python-all.ru/3.11/library/asyncio-platforms.html)39373938        - [Все платформы](https://python-all.ru/3.11/library/asyncio-platforms.html#all-platforms)3939        - [Windows](https://python-all.ru/3.11/library/asyncio-platforms.html#windows)39403941          - [Поддержка подпроцессов в Windows](https://python-all.ru/3.11/library/asyncio-platforms.html#subprocess-support-on-windows)3942        - [macOS](https://python-all.ru/3.11/library/asyncio-platforms.html#macos)3943      - [Расширение](https://python-all.ru/3.11/library/asyncio-extending.html)39443945        - [Создание пользовательского цикла событий](https://python-all.ru/3.11/library/asyncio-extending.html#writing-a-custom-event-loop)3946        - [Приватные конструкторы Future и Задача](https://python-all.ru/3.11/library/asyncio-extending.html#future-and-task-private-constructors)3947        - [Поддержка времени жизни задачи](https://python-all.ru/3.11/library/asyncio-extending.html#task-lifetime-support)3948      - [Индекс API высокого уровня](https://python-all.ru/3.11/library/asyncio-api-index.html)39493950        - [Задачи](https://python-all.ru/3.11/library/asyncio-api-index.html#tasks)3951        - [Очереди](https://python-all.ru/3.11/library/asyncio-api-index.html#queues)3952        - [Подпроцессы](https://python-all.ru/3.11/library/asyncio-api-index.html#subprocesses)3953        - [Потоки данных](https://python-all.ru/3.11/library/asyncio-api-index.html#streams)3954        - [Синхронизация](https://python-all.ru/3.11/library/asyncio-api-index.html#synchronization)3955        - [Исключения](https://python-all.ru/3.11/library/asyncio-api-index.html#exceptions)3956      - [Индекс API низкого уровня](https://python-all.ru/3.11/library/asyncio-llapi-index.html)39573958        - [Получение цикла событий](https://python-all.ru/3.11/library/asyncio-llapi-index.html#obtaining-the-event-loop)3959        - [Методы цикла событий](https://python-all.ru/3.11/library/asyncio-llapi-index.html#event-loop-methods)3960        - [Транспорты](https://python-all.ru/3.11/library/asyncio-llapi-index.html#transports)3961        - [Протоколы](https://python-all.ru/3.11/library/asyncio-llapi-index.html#protocols)3962        - [Политики цикла событий](https://python-all.ru/3.11/library/asyncio-llapi-index.html#event-loop-policies)3963      - [Разработка с asyncio](https://python-all.ru/3.11/library/asyncio-dev.html)39643965        - [Режим отладки](https://python-all.ru/3.11/library/asyncio-dev.html#debug-mode)3966        - [Параллелизм и многопоточность](https://python-all.ru/3.11/library/asyncio-dev.html#concurrency-and-multithreading)3967        - [Выполнение блокирующего кода](https://python-all.ru/3.11/library/asyncio-dev.html#running-blocking-code)3968        - [Логирование](https://python-all.ru/3.11/library/asyncio-dev.html#logging)3969        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.11/library/asyncio-dev.html#detect-never-awaited-coroutines)3970        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.11/library/asyncio-dev.html#detect-never-retrieved-exceptions)3971    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.11/library/socket.html)39723973      - [Семейства сокетов](https://python-all.ru/3.11/library/socket.html#socket-families)3974      - [Содержание модуля](https://python-all.ru/3.11/library/socket.html#module-contents)39753976        - [Исключения](https://python-all.ru/3.11/library/socket.html#exceptions)3977        - [Константы](https://python-all.ru/3.11/library/socket.html#constants)3978        - [Функции](https://python-all.ru/3.11/library/socket.html#functions)39793980          - [Создание сокетов](https://python-all.ru/3.11/library/socket.html#creating-sockets)3981          - [Другие функции](https://python-all.ru/3.11/library/socket.html#other-functions)3982      - [Объекты сокетов](https://python-all.ru/3.11/library/socket.html#socket-objects)3983      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.11/library/socket.html#notes-on-socket-timeouts)39843985        - [Тайм-ауты и метод `connect`](https://python-all.ru/3.11/library/socket.html#timeouts-and-the-connect-method)3986        - [Тайм-ауты и метод `accept`](https://python-all.ru/3.11/library/socket.html#timeouts-and-the-accept-method)3987      - [Пример](https://python-all.ru/3.11/library/socket.html#example)3988    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.11/library/ssl.html)39893990      - [Функции, константы и исключения](https://python-all.ru/3.11/library/ssl.html#functions-constants-and-exceptions)39913992        - [Создание сокетов](https://python-all.ru/3.11/library/ssl.html#socket-creation)3993        - [Создание контекста](https://python-all.ru/3.11/library/ssl.html#context-creation)3994        - [Исключения](https://python-all.ru/3.11/library/ssl.html#exceptions)3995        - [Генерация случайных чисел](https://python-all.ru/3.11/library/ssl.html#random-generation)3996        - [Работа с сертификатами](https://python-all.ru/3.11/library/ssl.html#certificate-handling)3997        - [Константы](https://python-all.ru/3.11/library/ssl.html#constants)3998      - [SSL-сокеты](https://python-all.ru/3.11/library/ssl.html#ssl-sockets)3999      - [SSL-контексты](https://python-all.ru/3.11/library/ssl.html#ssl-contexts)4000      - [Сертификаты](https://python-all.ru/3.11/library/ssl.html#certificates)40014002        - [Цепочки сертификатов](https://python-all.ru/3.11/library/ssl.html#certificate-chains)4003        - [Сертификаты ЦС](https://python-all.ru/3.11/library/ssl.html#ca-certificates)4004        - [Объединённый ключ и сертификат](https://python-all.ru/3.11/library/ssl.html#combined-key-and-certificate)4005        - [Самоподписанные сертификаты](https://python-all.ru/3.11/library/ssl.html#self-signed-certificates)4006      - [Примеры](https://python-all.ru/3.11/library/ssl.html#examples)40074008        - [Проверка поддержки SSL](https://python-all.ru/3.11/library/ssl.html#testing-for-ssl-support)4009        - [Работа на стороне клиента](https://python-all.ru/3.11/library/ssl.html#client-side-operation)4010        - [Работа на стороне сервера](https://python-all.ru/3.11/library/ssl.html#server-side-operation)4011      - [Замечания о неблокирующих сокетах](https://python-all.ru/3.11/library/ssl.html#notes-on-non-blocking-sockets)4012      - [Поддержка Memory BIO](https://python-all.ru/3.11/library/ssl.html#memory-bio-support)4013      - [SSL-сессия](https://python-all.ru/3.11/library/ssl.html#ssl-session)4014      - [Вопросы безопасности](https://python-all.ru/3.11/library/ssl.html#security-considerations)40154016        - [Оптимальные настройки по умолчанию](https://python-all.ru/3.11/library/ssl.html#best-defaults)4017        - [Настройка вручную](https://python-all.ru/3.11/library/ssl.html#manual-settings)40184019          - [Проверка сертификатов](https://python-all.ru/3.11/library/ssl.html#verifying-certificates)4020          - [Версии протоколов](https://python-all.ru/3.11/library/ssl.html#protocol-versions)4021          - [Выбор шифров](https://python-all.ru/3.11/library/ssl.html#cipher-selection)4022        - [Многопроцессорная обработка](https://python-all.ru/3.11/library/ssl.html#multi-processing)4023      - [TLS 1.3](https://python-all.ru/3.11/library/ssl.html#tls-1-3)4024    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.11/library/select.html)40254026      - [`/dev/poll` Объекты опроса](https://python-all.ru/3.11/library/select.html#dev-poll-polling-objects)4027      - [Объекты опроса по фронту и уровню (epoll)](https://python-all.ru/3.11/library/select.html#edge-and-level-trigger-polling-epoll-objects)4028      - [Объекты опроса](https://python-all.ru/3.11/library/select.html#polling-objects)4029      - [Объекты kqueue](https://python-all.ru/3.11/library/select.html#kqueue-objects)4030      - [Объекты kevent](https://python-all.ru/3.11/library/select.html#kevent-objects)4031    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.11/library/selectors.html)40324033      - [Введение](https://python-all.ru/3.11/library/selectors.html#introduction)4034      - [Классы](https://python-all.ru/3.11/library/selectors.html#classes)4035      - [Примеры](https://python-all.ru/3.11/library/selectors.html#examples)4036    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.11/library/signal.html)40374038      - [Общие правила](https://python-all.ru/3.11/library/signal.html#general-rules)40394040        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.11/library/signal.html#execution-of-python-signal-handlers)4041        - [Сигналы и потоки](https://python-all.ru/3.11/library/signal.html#signals-and-threads)4042      - [Содержание модуля](https://python-all.ru/3.11/library/signal.html#module-contents)4043      - [Примеры](https://python-all.ru/3.11/library/signal.html#examples)4044      - [Примечание о SIGPIPE](https://python-all.ru/3.11/library/signal.html#note-on-sigpipe)4045      - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3.11/library/signal.html#note-on-signal-handlers-and-exceptions)4046    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.11/library/mmap.html)40474048      - [Константы MADV\_\*](https://python-all.ru/3.11/library/mmap.html#madv-constants)4049      - [Константы MAP\_\*](https://python-all.ru/3.11/library/mmap.html#map-constants)4050  - [Обработка интернет-данных](https://python-all.ru/3.11/library/netdata.html)40514052    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.11/library/email.html)40534054      - [`email.message`: Представление email-сообщения](https://python-all.ru/3.11/library/email.message.html)4055      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.11/library/email.parser.html)40564057        - [API FeedParser](https://python-all.ru/3.11/library/email.parser.html#feedparser-api)4058        - [API Parser](https://python-all.ru/3.11/library/email.parser.html#parser-api)4059        - [Дополнительные примечания](https://python-all.ru/3.11/library/email.parser.html#additional-notes)4060      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.11/library/email.generator.html)4061      - [`email.policy`: Объекты политик](https://python-all.ru/3.11/library/email.policy.html)4062      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.11/library/email.errors.html)4063      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.11/library/email.headerregistry.html)4064      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.11/library/email.contentmanager.html)40654066        - [Экземпляры Content Manager](https://python-all.ru/3.11/library/email.contentmanager.html#content-manager-instances)4067      - [`email`: Примеры](https://python-all.ru/3.11/library/email.examples.html)4068      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.11/library/email.compat32-message.html)4069      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.11/library/email.mime.html)4070      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.11/library/email.header.html)4071      - [`email.charset`: Представление наборов символов](https://python-all.ru/3.11/library/email.charset.html)4072      - [`email.encoders`: Кодировщики](https://python-all.ru/3.11/library/email.encoders.html)4073      - [`email.utils`: Разные утилиты](https://python-all.ru/3.11/library/email.utils.html)4074      - [`email.iterators`: Итераторы](https://python-all.ru/3.11/library/email.iterators.html)4075    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.11/library/json.html)40764077      - [Основное использование](https://python-all.ru/3.11/library/json.html#basic-usage)4078      - [Кодировщики и декодировщики](https://python-all.ru/3.11/library/json.html#encoders-and-decoders)4079      - [Исключения](https://python-all.ru/3.11/library/json.html#exceptions)4080      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.11/library/json.html#standard-compliance-and-interoperability)40814082        - [Кодировки символов](https://python-all.ru/3.11/library/json.html#character-encodings)4083        - [Бесконечные и NaN числовые значения](https://python-all.ru/3.11/library/json.html#infinite-and-nan-number-values)4084        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.11/library/json.html#repeated-names-within-an-object)4085        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.11/library/json.html#top-level-non-object-non-array-values)4086        - [Ограничения реализации](https://python-all.ru/3.11/library/json.html#implementation-limitations)4087      - [Интерфейс командной строки](https://python-all.ru/3.11/library/json.html#module-json.tool)40884089        - [Параметры командной строки](https://python-all.ru/3.11/library/json.html#command-line-options)4090    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.11/library/mailbox.html)40914092      - [`Mailbox` объекты](https://python-all.ru/3.11/library/mailbox.html#mailbox-objects)40934094        - [`Maildir` объекты](https://python-all.ru/3.11/library/mailbox.html#maildir-objects)4095        - [`mbox` объекты](https://python-all.ru/3.11/library/mailbox.html#mbox-objects)4096        - [`MH` объекты](https://python-all.ru/3.11/library/mailbox.html#mh-objects)4097        - [`Babyl` объекты](https://python-all.ru/3.11/library/mailbox.html#babyl-objects)4098        - [`MMDF` объекты](https://python-all.ru/3.11/library/mailbox.html#mmdf-objects)4099      - [`Message` объекты](https://python-all.ru/3.11/library/mailbox.html#message-objects)41004101        - [`MaildirMessage` объекты](https://python-all.ru/3.11/library/mailbox.html#maildirmessage-objects)4102        - [`mboxMessage` объекты](https://python-all.ru/3.11/library/mailbox.html#mboxmessage-objects)4103        - [`MHMessage` объекты](https://python-all.ru/3.11/library/mailbox.html#mhmessage-objects)4104        - [`BabylMessage` объекты](https://python-all.ru/3.11/library/mailbox.html#babylmessage-objects)4105        - [`MMDFMessage` объекты](https://python-all.ru/3.11/library/mailbox.html#mmdfmessage-objects)4106      - [Исключения](https://python-all.ru/3.11/library/mailbox.html#exceptions)4107      - [Примеры](https://python-all.ru/3.11/library/mailbox.html#examples)4108    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.11/library/mimetypes.html)41094110      - [Объекты MimeTypes](https://python-all.ru/3.11/library/mimetypes.html#mimetypes-objects)4111    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.11/library/base64.html)41124113      - [Вопросы безопасности](https://python-all.ru/3.11/library/base64.html#security-considerations)4114    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.11/library/binascii.html)4115    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.11/library/quopri.html)4116  - [Инструменты обработки структурированной разметки](https://python-all.ru/3.11/library/markup.html)41174118    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.11/library/html.html)4119    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.11/library/html.parser.html)41204121      - [Пример приложения парсера HTML](https://python-all.ru/3.11/library/html.parser.html#example-html-parser-application)4122      - [`HTMLParser` Методы](https://python-all.ru/3.11/library/html.parser.html#htmlparser-methods)4123      - [Примеры](https://python-all.ru/3.11/library/html.parser.html#examples)4124    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.11/library/html.entities.html)4125    - [Модули обработки XML](https://python-all.ru/3.11/library/xml.html)41264127      - [Уязвимости XML](https://python-all.ru/3.11/library/xml.html#xml-vulnerabilities)4128      - [Пакет `defusedxml`](https://python-all.ru/3.11/library/xml.html#the-defusedxml-package)4129    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.11/library/xml.etree.elementtree.html)41304131      - [Учебное пособие](https://python-all.ru/3.11/library/xml.etree.elementtree.html#tutorial)41324133        - [XML-дерево и элементы](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xml-tree-and-elements)4134        - [Разбор XML](https://python-all.ru/3.11/library/xml.etree.elementtree.html#parsing-xml)4135        - [Pull API для неблокирующего разбора](https://python-all.ru/3.11/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)4136        - [Поиск интересующих элементов](https://python-all.ru/3.11/library/xml.etree.elementtree.html#finding-interesting-elements)4137        - [Изменение XML-файла](https://python-all.ru/3.11/library/xml.etree.elementtree.html#modifying-an-xml-file)4138        - [Создание XML-документов](https://python-all.ru/3.11/library/xml.etree.elementtree.html#building-xml-documents)4139        - [Разбор XML с пространствами имён](https://python-all.ru/3.11/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)4140      - [Поддержка XPath](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xpath-support)41414142        - [Пример](https://python-all.ru/3.11/library/xml.etree.elementtree.html#example)4143        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.11/library/xml.etree.elementtree.html#supported-xpath-syntax)4144      - [Справочник](https://python-all.ru/3.11/library/xml.etree.elementtree.html#reference)41454146        - [Функции](https://python-all.ru/3.11/library/xml.etree.elementtree.html#functions)4147      - [Поддержка XInclude](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xinclude-support)41484149        - [Пример](https://python-all.ru/3.11/library/xml.etree.elementtree.html#id3)4150      - [Справочник](https://python-all.ru/3.11/library/xml.etree.elementtree.html#id4)41514152        - [Функции](https://python-all.ru/3.11/library/xml.etree.elementtree.html#elementinclude-functions)4153        - [Объекты Element](https://python-all.ru/3.11/library/xml.etree.elementtree.html#element-objects)4154        - [Объекты ElementTree](https://python-all.ru/3.11/library/xml.etree.elementtree.html#elementtree-objects)4155        - [Объекты QName](https://python-all.ru/3.11/library/xml.etree.elementtree.html#qname-objects)4156        - [Объекты TreeBuilder](https://python-all.ru/3.11/library/xml.etree.elementtree.html#treebuilder-objects)4157        - [Объекты XMLParser](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xmlparser-objects)4158        - [Объекты XMLPullParser](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xmlpullparser-objects)4159        - [Исключения](https://python-all.ru/3.11/library/xml.etree.elementtree.html#exceptions)4160    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.11/library/xml.dom.html)41614162      - [Содержимое модуля](https://python-all.ru/3.11/library/xml.dom.html#module-contents)4163      - [Объекты в DOM](https://python-all.ru/3.11/library/xml.dom.html#objects-in-the-dom)41644165        - [Объекты DOMImplementation](https://python-all.ru/3.11/library/xml.dom.html#domimplementation-objects)4166        - [Объекты Node](https://python-all.ru/3.11/library/xml.dom.html#node-objects)4167        - [Объекты NodeList](https://python-all.ru/3.11/library/xml.dom.html#nodelist-objects)4168        - [Объекты DocumentType](https://python-all.ru/3.11/library/xml.dom.html#documenttype-objects)4169        - [Объекты Document](https://python-all.ru/3.11/library/xml.dom.html#document-objects)4170        - [Объекты Element](https://python-all.ru/3.11/library/xml.dom.html#element-objects)4171        - [Объекты Attr](https://python-all.ru/3.11/library/xml.dom.html#attr-objects)4172        - [Объекты NamedNodeMap](https://python-all.ru/3.11/library/xml.dom.html#namednodemap-objects)4173        - [Объекты Comment](https://python-all.ru/3.11/library/xml.dom.html#comment-objects)4174        - [Объекты Text и CDATASection](https://python-all.ru/3.11/library/xml.dom.html#text-and-cdatasection-objects)4175        - [Объекты ProcessingInstruction](https://python-all.ru/3.11/library/xml.dom.html#processinginstruction-objects)4176        - [Исключения](https://python-all.ru/3.11/library/xml.dom.html#exceptions)4177      - [Соответствие стандарту](https://python-all.ru/3.11/library/xml.dom.html#conformance)41784179        - [Отображение типов](https://python-all.ru/3.11/library/xml.dom.html#type-mapping)4180        - [Методы доступа](https://python-all.ru/3.11/library/xml.dom.html#accessor-methods)4181    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.11/library/xml.dom.minidom.html)41824183      - [Объекты DOM](https://python-all.ru/3.11/library/xml.dom.minidom.html#dom-objects)4184      - [Пример DOM](https://python-all.ru/3.11/library/xml.dom.minidom.html#dom-example)4185      - [minidom и стандарт DOM](https://python-all.ru/3.11/library/xml.dom.minidom.html#minidom-and-the-dom-standard)4186    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.11/library/xml.dom.pulldom.html)41874188      - [Объекты DOMEventStream](https://python-all.ru/3.11/library/xml.dom.pulldom.html#domeventstream-objects)4189    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.11/library/xml.sax.html)41904191      - [Объекты SAXException](https://python-all.ru/3.11/library/xml.sax.html#saxexception-objects)4192    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.11/library/xml.sax.handler.html)41934194      - [Объекты ContentHandler](https://python-all.ru/3.11/library/xml.sax.handler.html#contenthandler-objects)4195      - [Объекты DTDHandler](https://python-all.ru/3.11/library/xml.sax.handler.html#dtdhandler-objects)4196      - [Объекты EntityResolver](https://python-all.ru/3.11/library/xml.sax.handler.html#entityresolver-objects)4197      - [Объекты ErrorHandler](https://python-all.ru/3.11/library/xml.sax.handler.html#errorhandler-objects)4198      - [Объекты LexicalHandler](https://python-all.ru/3.11/library/xml.sax.handler.html#lexicalhandler-objects)4199    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.11/library/xml.sax.utils.html)4200    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.11/library/xml.sax.reader.html)42014202      - [Объекты XMLReader](https://python-all.ru/3.11/library/xml.sax.reader.html#xmlreader-objects)4203      - [Объекты IncrementalParser](https://python-all.ru/3.11/library/xml.sax.reader.html#incrementalparser-objects)4204      - [Объекты Locator](https://python-all.ru/3.11/library/xml.sax.reader.html#locator-objects)4205      - [Объекты InputSource](https://python-all.ru/3.11/library/xml.sax.reader.html#inputsource-objects)4206      - [Интерфейс `Attributes`](https://python-all.ru/3.11/library/xml.sax.reader.html#the-attributes-interface)4207      - [Интерфейс `AttributesNS`](https://python-all.ru/3.11/library/xml.sax.reader.html#the-attributesns-interface)4208    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.11/library/pyexpat.html)42094210      - [Объекты XMLParser](https://python-all.ru/3.11/library/pyexpat.html#xmlparser-objects)4211      - [Исключения ExpatError](https://python-all.ru/3.11/library/pyexpat.html#expaterror-exceptions)4212      - [Пример](https://python-all.ru/3.11/library/pyexpat.html#example)4213      - [Описания моделей содержимого](https://python-all.ru/3.11/library/pyexpat.html#module-xml.parsers.expat.model)4214      - [Константы ошибок Expat](https://python-all.ru/3.11/library/pyexpat.html#module-xml.parsers.expat.errors)4215  - [Интернет-протоколы и поддержка](https://python-all.ru/3.11/library/internet.html)42164217    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.11/library/webbrowser.html)42184219      - [Объекты управления браузером](https://python-all.ru/3.11/library/webbrowser.html#browser-controller-objects)4220    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.11/library/wsgiref.html)42214222      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.11/library/wsgiref.html#module-wsgiref.util)4223      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.11/library/wsgiref.html#module-wsgiref.headers)4224      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.11/library/wsgiref.html#module-wsgiref.simple_server)4225      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.11/library/wsgiref.html#module-wsgiref.validate)4226      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.11/library/wsgiref.html#module-wsgiref.handlers)4227      - [`wsgiref.types` – Типы WSGI для статической проверки типов](https://python-all.ru/3.11/library/wsgiref.html#module-wsgiref.types)4228      - [Примеры](https://python-all.ru/3.11/library/wsgiref.html#examples)4229    - [`urllib` – Модули обработки URL](https://python-all.ru/3.11/library/urllib.html)4230    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.11/library/urllib.request.html)42314232      - [Объекты Request](https://python-all.ru/3.11/library/urllib.request.html#request-objects)4233      - [Объекты OpenerDirector](https://python-all.ru/3.11/library/urllib.request.html#openerdirector-objects)4234      - [Объекты BaseHandler](https://python-all.ru/3.11/library/urllib.request.html#basehandler-objects)4235      - [Объекты HTTPRedirectHandler](https://python-all.ru/3.11/library/urllib.request.html#httpredirecthandler-objects)4236      - [Объекты HTTPCookieProcessor](https://python-all.ru/3.11/library/urllib.request.html#httpcookieprocessor-objects)4237      - [Объекты ProxyHandler](https://python-all.ru/3.11/library/urllib.request.html#proxyhandler-objects)4238      - [Объекты HTTPPasswordMgr](https://python-all.ru/3.11/library/urllib.request.html#httppasswordmgr-objects)4239      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.11/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)4240      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.11/library/urllib.request.html#abstractbasicauthhandler-objects)4241      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.11/library/urllib.request.html#httpbasicauthhandler-objects)4242      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.11/library/urllib.request.html#proxybasicauthhandler-objects)4243      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.11/library/urllib.request.html#abstractdigestauthhandler-objects)4244      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.11/library/urllib.request.html#httpdigestauthhandler-objects)4245      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.11/library/urllib.request.html#proxydigestauthhandler-objects)4246      - [Объекты HTTPHandler](https://python-all.ru/3.11/library/urllib.request.html#httphandler-objects)4247      - [Объекты HTTPSHandler](https://python-all.ru/3.11/library/urllib.request.html#httpshandler-objects)4248      - [Объекты FileHandler](https://python-all.ru/3.11/library/urllib.request.html#filehandler-objects)4249      - [Объекты DataHandler](https://python-all.ru/3.11/library/urllib.request.html#datahandler-objects)4250      - [Объекты FTPHandler](https://python-all.ru/3.11/library/urllib.request.html#ftphandler-objects)4251      - [Объекты CacheFTPHandler](https://python-all.ru/3.11/library/urllib.request.html#cacheftphandler-objects)4252      - [Объекты UnknownHandler](https://python-all.ru/3.11/library/urllib.request.html#unknownhandler-objects)4253      - [Объекты HTTPErrorProcessor](https://python-all.ru/3.11/library/urllib.request.html#httperrorprocessor-objects)4254      - [Примеры](https://python-all.ru/3.11/library/urllib.request.html#examples)4255      - [Устаревший интерфейс](https://python-all.ru/3.11/library/urllib.request.html#legacy-interface)4256      - [`urllib.request` Ограничения](https://python-all.ru/3.11/library/urllib.request.html#urllib-request-restrictions)4257    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.11/library/urllib.request.html#module-urllib.response)4258    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.11/library/urllib.parse.html)42594260      - [Разбор URL](https://python-all.ru/3.11/library/urllib.parse.html#url-parsing)4261      - [Безопасность разбора URL](https://python-all.ru/3.11/library/urllib.parse.html#url-parsing-security)4262      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.11/library/urllib.parse.html#parsing-ascii-encoded-bytes)4263      - [Структурированные результаты разбора](https://python-all.ru/3.11/library/urllib.parse.html#structured-parse-results)4264      - [Экранирование URL](https://python-all.ru/3.11/library/urllib.parse.html#url-quoting)4265    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.11/library/urllib.error.html)4266    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.11/library/urllib.robotparser.html)4267    - [`http` – Модули HTTP](https://python-all.ru/3.11/library/http.html)42684269      - [Коды состояния HTTP](https://python-all.ru/3.11/library/http.html#http-status-codes)4270      - [Методы HTTP](https://python-all.ru/3.11/library/http.html#http-methods)4271    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.11/library/http.client.html)42724273      - [Объекты HTTPConnection](https://python-all.ru/3.11/library/http.client.html#httpconnection-objects)4274      - [Объекты HTTPResponse](https://python-all.ru/3.11/library/http.client.html#httpresponse-objects)4275      - [Примеры](https://python-all.ru/3.11/library/http.client.html#examples)4276      - [Объекты HTTPMessage](https://python-all.ru/3.11/library/http.client.html#httpmessage-objects)4277    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.11/library/ftplib.html)42784279      - [Справочник](https://python-all.ru/3.11/library/ftplib.html#reference)42804281        - [Объекты FTP](https://python-all.ru/3.11/library/ftplib.html#ftp-objects)4282        - [Объекты FTP\_TLS](https://python-all.ru/3.11/library/ftplib.html#ftp-tls-objects)4283        - [Переменные модуля](https://python-all.ru/3.11/library/ftplib.html#module-variables)4284    - [`poplib` – клиент протокола POP3](https://python-all.ru/3.11/library/poplib.html)42854286      - [Объекты POP3](https://python-all.ru/3.11/library/poplib.html#pop3-objects)4287      - [Пример POP3](https://python-all.ru/3.11/library/poplib.html#pop3-example)4288    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.11/library/imaplib.html)42894290      - [Объекты IMAP4](https://python-all.ru/3.11/library/imaplib.html#imap4-objects)4291      - [Пример IMAP4](https://python-all.ru/3.11/library/imaplib.html#imap4-example)4292    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.11/library/smtplib.html)42934294      - [Объекты SMTP](https://python-all.ru/3.11/library/smtplib.html#smtp-objects)4295      - [Пример SMTP](https://python-all.ru/3.11/library/smtplib.html#smtp-example)4296    - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.11/library/uuid.html)42974298      - [Пример](https://python-all.ru/3.11/library/uuid.html#example)4299    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.11/library/socketserver.html)43004301      - [Замечания по созданию сервера](https://python-all.ru/3.11/library/socketserver.html#server-creation-notes)4302      - [Объекты сервера](https://python-all.ru/3.11/library/socketserver.html#server-objects)4303      - [Объекты обработчиков запросов](https://python-all.ru/3.11/library/socketserver.html#request-handler-objects)4304      - [Примеры](https://python-all.ru/3.11/library/socketserver.html#examples)43054306        - [`socketserver.TCPServer` Пример](https://python-all.ru/3.11/library/socketserver.html#socketserver-tcpserver-example)4307        - [`socketserver.UDPServer` Пример](https://python-all.ru/3.11/library/socketserver.html#socketserver-udpserver-example)4308        - [Асинхронные примеси](https://python-all.ru/3.11/library/socketserver.html#asynchronous-mixins)4309    - [`http.server` – HTTP-серверы](https://python-all.ru/3.11/library/http.server.html)43104311      - [Вопросы безопасности](https://python-all.ru/3.11/library/http.server.html#security-considerations)4312    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.11/library/http.cookies.html)43134314      - [Объекты Cookie](https://python-all.ru/3.11/library/http.cookies.html#cookie-objects)4315      - [Объекты Morsel](https://python-all.ru/3.11/library/http.cookies.html#morsel-objects)4316      - [Пример](https://python-all.ru/3.11/library/http.cookies.html#example)4317    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.11/library/http.cookiejar.html)43184319      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.11/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)4320      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.11/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)4321      - [Объекты CookiePolicy](https://python-all.ru/3.11/library/http.cookiejar.html#cookiepolicy-objects)4322      - [Объекты DefaultCookiePolicy](https://python-all.ru/3.11/library/http.cookiejar.html#defaultcookiepolicy-objects)4323      - [Объекты Cookie](https://python-all.ru/3.11/library/http.cookiejar.html#cookie-objects)4324      - [Примеры](https://python-all.ru/3.11/library/http.cookiejar.html#examples)4325    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.11/library/xmlrpc.html)4326    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.11/library/xmlrpc.client.html)43274328      - [Объекты ServerProxy](https://python-all.ru/3.11/library/xmlrpc.client.html#serverproxy-objects)4329      - [Объекты datetime](https://python-all.ru/3.11/library/xmlrpc.client.html#datetime-objects)4330      - [Объекты Binary](https://python-all.ru/3.11/library/xmlrpc.client.html#binary-objects)4331      - [Объекты Fault](https://python-all.ru/3.11/library/xmlrpc.client.html#fault-objects)4332      - [Объекты ProtocolError](https://python-all.ru/3.11/library/xmlrpc.client.html#protocolerror-objects)4333      - [Объекты MultiCall](https://python-all.ru/3.11/library/xmlrpc.client.html#multicall-objects)4334      - [Удобные функции](https://python-all.ru/3.11/library/xmlrpc.client.html#convenience-functions)4335      - [Пример использования клиента](https://python-all.ru/3.11/library/xmlrpc.client.html#example-of-client-usage)4336      - [Пример использования клиента и сервера](https://python-all.ru/3.11/library/xmlrpc.client.html#example-of-client-and-server-usage)4337    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.11/library/xmlrpc.server.html)43384339      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.11/library/xmlrpc.server.html#simplexmlrpcserver-objects)43404341        - [Пример SimpleXMLRPCServer](https://python-all.ru/3.11/library/xmlrpc.server.html#simplexmlrpcserver-example)4342      - [CGIXMLRPCRequestHandler](https://python-all.ru/3.11/library/xmlrpc.server.html#cgixmlrpcrequesthandler)4343      - [Документирование сервера XML-RPC](https://python-all.ru/3.11/library/xmlrpc.server.html#documenting-xmlrpc-server)4344      - [Объекты DocXMLRPCServer](https://python-all.ru/3.11/library/xmlrpc.server.html#docxmlrpcserver-objects)4345      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.11/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)4346    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.11/library/ipaddress.html)43474348      - [Удобные фабричные функции](https://python-all.ru/3.11/library/ipaddress.html#convenience-factory-functions)4349      - [IP-адреса](https://python-all.ru/3.11/library/ipaddress.html#ip-addresses)43504351        - [Объекты адресов](https://python-all.ru/3.11/library/ipaddress.html#address-objects)4352        - [Преобразование в строки и целые числа](https://python-all.ru/3.11/library/ipaddress.html#conversion-to-strings-and-integers)4353        - [Операторы](https://python-all.ru/3.11/library/ipaddress.html#operators)43544355          - [Операторы сравнения](https://python-all.ru/3.11/library/ipaddress.html#comparison-operators)4356          - [Арифметические операторы](https://python-all.ru/3.11/library/ipaddress.html#arithmetic-operators)4357      - [Определения IP-сетей](https://python-all.ru/3.11/library/ipaddress.html#ip-network-definitions)43584359        - [Префикс, маска сети и маска узла](https://python-all.ru/3.11/library/ipaddress.html#prefix-net-mask-and-host-mask)4360        - [Объекты сетей](https://python-all.ru/3.11/library/ipaddress.html#network-objects)4361        - [Операторы](https://python-all.ru/3.11/library/ipaddress.html#id1)43624363          - [Логические операторы](https://python-all.ru/3.11/library/ipaddress.html#logical-operators)4364          - [Итерация](https://python-all.ru/3.11/library/ipaddress.html#iteration)4365          - [Сети как контейнеры адресов](https://python-all.ru/3.11/library/ipaddress.html#networks-as-containers-of-addresses)4366      - [Объекты интерфейсов](https://python-all.ru/3.11/library/ipaddress.html#interface-objects)43674368        - [Операторы](https://python-all.ru/3.11/library/ipaddress.html#id2)43694370          - [Логические операторы](https://python-all.ru/3.11/library/ipaddress.html#id3)4371      - [Прочие функции уровня модуля](https://python-all.ru/3.11/library/ipaddress.html#other-module-level-functions)4372      - [Пользовательские исключения](https://python-all.ru/3.11/library/ipaddress.html#custom-exceptions)4373  - [Мультимедийные службы](https://python-all.ru/3.11/library/mm.html)43744375    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.11/library/wave.html)43764377      - [Объекты Wave\_read](https://python-all.ru/3.11/library/wave.html#wave-read-objects)4378      - [Объекты Wave\_write](https://python-all.ru/3.11/library/wave.html#wave-write-objects)4379    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.11/library/colorsys.html)4380  - [Интернационализация](https://python-all.ru/3.11/library/i18n.html)43814382    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.11/library/gettext.html)43834384      - [API GNU **gettext**](https://python-all.ru/3.11/library/gettext.html#gnu-gettext-api)4385      - [API на основе классов](https://python-all.ru/3.11/library/gettext.html#class-based-api)43864387        - [Класс `NullTranslations`](https://python-all.ru/3.11/library/gettext.html#the-nulltranslations-class)4388        - [Класс `GNUTranslations`](https://python-all.ru/3.11/library/gettext.html#the-gnutranslations-class)4389        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.11/library/gettext.html#solaris-message-catalog-support)4390        - [Конструктор Catalog](https://python-all.ru/3.11/library/gettext.html#the-catalog-constructor)4391      - [Интернационализация программ и модулей](https://python-all.ru/3.11/library/gettext.html#internationalizing-your-programs-and-modules)43924393        - [Локализация модуля](https://python-all.ru/3.11/library/gettext.html#localizing-your-module)4394        - [Локализация приложения](https://python-all.ru/3.11/library/gettext.html#localizing-your-application)4395        - [Смена языка на лету](https://python-all.ru/3.11/library/gettext.html#changing-languages-on-the-fly)4396        - [Отложенные переводы](https://python-all.ru/3.11/library/gettext.html#deferred-translations)4397      - [Благодарности](https://python-all.ru/3.11/library/gettext.html#acknowledgements)4398    - [`locale` – службы интернационализации](https://python-all.ru/3.11/library/locale.html)43994400      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.11/library/locale.html#background-details-hints-tips-and-caveats)4401      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.11/library/locale.html#for-extension-writers-and-programs-that-embed-python)4402      - [Доступ к каталогам сообщений](https://python-all.ru/3.11/library/locale.html#access-to-message-catalogs)4403  - [Программные фреймворки](https://python-all.ru/3.11/library/frameworks.html)44044405    - [`turtle` – Черепашья графика](https://python-all.ru/3.11/library/turtle.html)44064407      - [Введение](https://python-all.ru/3.11/library/turtle.html#introduction)4408      - [Учебное пособие](https://python-all.ru/3.11/library/turtle.html#tutorial)44094410        - [Запуск среды черепашки](https://python-all.ru/3.11/library/turtle.html#starting-a-turtle-environment)4411        - [Основы рисования](https://python-all.ru/3.11/library/turtle.html#basic-drawing)44124413          - [Управление пером](https://python-all.ru/3.11/library/turtle.html#pen-control)4414          - [Положение черепашки](https://python-all.ru/3.11/library/turtle.html#the-turtle-s-position)4415        - [Создание алгоритмических узоров](https://python-all.ru/3.11/library/turtle.html#making-algorithmic-patterns)4416      - [Как сделать…](https://python-all.ru/3.11/library/turtle.html#how-to)44174418        - [Начать как можно быстрее](https://python-all.ru/3.11/library/turtle.html#get-started-as-quickly-as-possible)4419        - [Использование пространства имён модуля `turtle`](https://python-all.ru/3.11/library/turtle.html#use-the-turtle-module-namespace)4420        - [Использование turtle-графики в скрипте](https://python-all.ru/3.11/library/turtle.html#use-turtle-graphics-in-a-script)4421        - [Использование объектно-ориентированной turtle-графики](https://python-all.ru/3.11/library/turtle.html#use-object-oriented-turtle-graphics)4422      - [Справочник по turtle-графике](https://python-all.ru/3.11/library/turtle.html#turtle-graphics-reference)44234424        - [Методы черепашки](https://python-all.ru/3.11/library/turtle.html#turtle-methods)4425        - [Методы TurtleScreen/Screen](https://python-all.ru/3.11/library/turtle.html#methods-of-turtlescreen-screen)4426      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.11/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)44274428        - [Движение черепашки](https://python-all.ru/3.11/library/turtle.html#turtle-motion)4429        - [Состояние черепашки](https://python-all.ru/3.11/library/turtle.html#tell-turtle-s-state)4430        - [Настройки измерений](https://python-all.ru/3.11/library/turtle.html#settings-for-measurement)4431        - [Управление пером](https://python-all.ru/3.11/library/turtle.html#id1)44324433          - [Состояние рисования](https://python-all.ru/3.11/library/turtle.html#drawing-state)4434          - [Управление цветом](https://python-all.ru/3.11/library/turtle.html#color-control)4435          - [Заливка](https://python-all.ru/3.11/library/turtle.html#filling)4436          - [Дополнительное управление рисованием](https://python-all.ru/3.11/library/turtle.html#more-drawing-control)4437        - [Состояние черепашки](https://python-all.ru/3.11/library/turtle.html#turtle-state)44384439          - [Видимость](https://python-all.ru/3.11/library/turtle.html#visibility)4440          - [Внешний вид](https://python-all.ru/3.11/library/turtle.html#appearance)4441        - [Использование событий](https://python-all.ru/3.11/library/turtle.html#using-events)4442        - [Специальные методы черепашки](https://python-all.ru/3.11/library/turtle.html#special-turtle-methods)4443        - [Составные фигуры](https://python-all.ru/3.11/library/turtle.html#compound-shapes)4444      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.11/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)44454446        - [Управление окном](https://python-all.ru/3.11/library/turtle.html#window-control)4447        - [Управление анимацией](https://python-all.ru/3.11/library/turtle.html#animation-control)4448        - [Использование событий экрана](https://python-all.ru/3.11/library/turtle.html#using-screen-events)4449        - [Методы ввода](https://python-all.ru/3.11/library/turtle.html#input-methods)4450        - [Настройки и специальные методы](https://python-all.ru/3.11/library/turtle.html#settings-and-special-methods)4451        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.11/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)4452      - [Публичные классы](https://python-all.ru/3.11/library/turtle.html#public-classes)4453      - [Пояснения](https://python-all.ru/3.11/library/turtle.html#explanation)4454      - [Справка и настройка](https://python-all.ru/3.11/library/turtle.html#help-and-configuration)44554456        - [Как пользоваться справкой](https://python-all.ru/3.11/library/turtle.html#how-to-use-help)4457        - [Перевод docstrings на разные языки](https://python-all.ru/3.11/library/turtle.html#translation-of-docstrings-into-different-languages)4458        - [Как настроить Screen и Turtles](https://python-all.ru/3.11/library/turtle.html#how-to-configure-screen-and-turtles)4459      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.11/library/turtle.html#module-turtledemo)4460      - [Изменения начиная с Python 2.6](https://python-all.ru/3.11/library/turtle.html#changes-since-python-2-6)4461      - [Изменения начиная с Python 3.0](https://python-all.ru/3.11/library/turtle.html#changes-since-python-3-0)4462    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.11/library/cmd.html)44634464      - [Объекты Cmd](https://python-all.ru/3.11/library/cmd.html#cmd-objects)4465      - [Пример Cmd](https://python-all.ru/3.11/library/cmd.html#cmd-example)4466    - [`shlex` – Простой лексический анализ](https://python-all.ru/3.11/library/shlex.html)44674468      - [Объекты shlex](https://python-all.ru/3.11/library/shlex.html#shlex-objects)4469      - [Правила разбора](https://python-all.ru/3.11/library/shlex.html#parsing-rules)4470      - [Улучшенная совместимость с оболочками](https://python-all.ru/3.11/library/shlex.html#improved-compatibility-with-shells)4471  - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.11/library/tk.html)44724473    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.11/library/tkinter.html)44744475      - [Архитектура](https://python-all.ru/3.11/library/tkinter.html#architecture)4476      - [Модули Tkinter](https://python-all.ru/3.11/library/tkinter.html#tkinter-modules)4477      - [Основы Tkinter](https://python-all.ru/3.11/library/tkinter.html#tkinter-life-preserver)44784479        - [Программа «Hello, World!»](https://python-all.ru/3.11/library/tkinter.html#a-hello-world-program)4480        - [Важные концепции Tk](https://python-all.ru/3.11/library/tkinter.html#important-tk-concepts)4481        - [Как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3.11/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)4482        - [Как мне…? Какой параметр…?](https://python-all.ru/3.11/library/tkinter.html#how-do-i-what-option-does)4483        - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3.11/library/tkinter.html#navigating-the-tcl-tk-reference-manual)4484      - [Модель многопоточности](https://python-all.ru/3.11/library/tkinter.html#threading-model)4485      - [Удобный справочник](https://python-all.ru/3.11/library/tkinter.html#handy-reference)44864487        - [Настройка параметров](https://python-all.ru/3.11/library/tkinter.html#setting-options)4488        - [Packer](https://python-all.ru/3.11/library/tkinter.html#the-packer)4489        - [Параметры Packer](https://python-all.ru/3.11/library/tkinter.html#packer-options)4490        - [Связывание переменных виджетов](https://python-all.ru/3.11/library/tkinter.html#coupling-widget-variables)4491        - [Менеджер окон](https://python-all.ru/3.11/library/tkinter.html#the-window-manager)4492        - [Типы данных опций Tk](https://python-all.ru/3.11/library/tkinter.html#tk-option-data-types)4493        - [Привязки и события](https://python-all.ru/3.11/library/tkinter.html#bindings-and-events)4494        - [Параметр index](https://python-all.ru/3.11/library/tkinter.html#the-index-parameter)4495        - [Изображения](https://python-all.ru/3.11/library/tkinter.html#images)4496      - [Обработчики файлов](https://python-all.ru/3.11/library/tkinter.html#file-handlers)4497    - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.11/library/tkinter.colorchooser.html)4498    - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.11/library/tkinter.font.html)4499    - [Диалоги Tkinter](https://python-all.ru/3.11/library/dialog.html)45004501      - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3.11/library/dialog.html#module-tkinter.simpledialog)4502      - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3.11/library/dialog.html#module-tkinter.filedialog)45034504        - [Стандартные диалоги открытия и сохранения](https://python-all.ru/3.11/library/dialog.html#native-load-save-dialogs)4505      - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3.11/library/dialog.html#module-tkinter.commondialog)4506    - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3.11/library/tkinter.messagebox.html)4507    - [`tkinter.scrolledtext` – Виджет текстовой области с прокруткой](https://python-all.ru/3.11/library/tkinter.scrolledtext.html)4508    - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3.11/library/tkinter.dnd.html)4509    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.11/library/tkinter.ttk.html)45104511      - [Использование Ttk](https://python-all.ru/3.11/library/tkinter.ttk.html#using-ttk)4512      - [Виджеты Ttk](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-widgets)4513      - [Виджет](https://python-all.ru/3.11/library/tkinter.ttk.html#widget)45144515        - [Стандартные параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#standard-options)4516        - [Параметры прокручиваемых виджетов](https://python-all.ru/3.11/library/tkinter.ttk.html#scrollable-widget-options)4517        - [Параметры метки](https://python-all.ru/3.11/library/tkinter.ttk.html#label-options)4518        - [Параметры совместимости](https://python-all.ru/3.11/library/tkinter.ttk.html#compatibility-options)4519        - [Состояния виджетов](https://python-all.ru/3.11/library/tkinter.ttk.html#widget-states)4520        - [ttk.Widget](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-widget)4521      - [Combobox](https://python-all.ru/3.11/library/tkinter.ttk.html#combobox)45224523        - [Параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#options)4524        - [Виртуальные события](https://python-all.ru/3.11/library/tkinter.ttk.html#virtual-events)4525        - [ttk.Combobox](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-combobox)4526      - [Spinbox](https://python-all.ru/3.11/library/tkinter.ttk.html#spinbox)45274528        - [Параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#id1)4529        - [Виртуальные события](https://python-all.ru/3.11/library/tkinter.ttk.html#id2)4530        - [ttk.Spinbox](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-spinbox)4531      - [Блокнот](https://python-all.ru/3.11/library/tkinter.ttk.html#notebook)45324533        - [Параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#id3)4534        - [Опции вкладок](https://python-all.ru/3.11/library/tkinter.ttk.html#tab-options)4535        - [Идентификаторы вкладок](https://python-all.ru/3.11/library/tkinter.ttk.html#tab-identifiers)4536        - [Виртуальные события](https://python-all.ru/3.11/library/tkinter.ttk.html#id4)4537        - [ttk.Notebook](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-notebook)4538      - [Индикатор прогресса](https://python-all.ru/3.11/library/tkinter.ttk.html#progressbar)45394540        - [Параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#id5)4541        - [ttk.Progressbar](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-progressbar)4542      - [Разделитель](https://python-all.ru/3.11/library/tkinter.ttk.html#separator)45434544        - [Параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#id6)4545      - [Маркер изменения размера](https://python-all.ru/3.11/library/tkinter.ttk.html#sizegrip)45464547        - [Примечания для платформ](https://python-all.ru/3.11/library/tkinter.ttk.html#platform-specific-notes)4548        - [Ошибки](https://python-all.ru/3.11/library/tkinter.ttk.html#bugs)4549      - [Древовидный список](https://python-all.ru/3.11/library/tkinter.ttk.html#treeview)45504551        - [Параметры](https://python-all.ru/3.11/library/tkinter.ttk.html#id7)4552        - [Опции элементов](https://python-all.ru/3.11/library/tkinter.ttk.html#item-options)4553        - [Опции тегов](https://python-all.ru/3.11/library/tkinter.ttk.html#tag-options)4554        - [Идентификаторы столбцов](https://python-all.ru/3.11/library/tkinter.ttk.html#column-identifiers)4555        - [Виртуальные события](https://python-all.ru/3.11/library/tkinter.ttk.html#id8)4556        - [ttk.Treeview](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-treeview)4557      - [Стилизация Ttk](https://python-all.ru/3.11/library/tkinter.ttk.html#ttk-styling)45584559        - [Макеты](https://python-all.ru/3.11/library/tkinter.ttk.html#layouts)4560    - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.11/library/tkinter.tix.html)45614562      - [Использование Tix](https://python-all.ru/3.11/library/tkinter.tix.html#using-tix)4563      - [Виджеты Tix](https://python-all.ru/3.11/library/tkinter.tix.html#tix-widgets)45644565        - [Базовые виджеты](https://python-all.ru/3.11/library/tkinter.tix.html#basic-widgets)4566        - [Выбор файлов](https://python-all.ru/3.11/library/tkinter.tix.html#file-selectors)4567        - [Иерархический ListBox](https://python-all.ru/3.11/library/tkinter.tix.html#hierarchical-listbox)4568        - [Табличный ListBox](https://python-all.ru/3.11/library/tkinter.tix.html#tabular-listbox)4569        - [Менеджеры виджетов](https://python-all.ru/3.11/library/tkinter.tix.html#manager-widgets)4570        - [Типы изображений](https://python-all.ru/3.11/library/tkinter.tix.html#image-types)4571        - [Прочие виджеты](https://python-all.ru/3.11/library/tkinter.tix.html#miscellaneous-widgets)4572        - [Менеджер геометрии Form](https://python-all.ru/3.11/library/tkinter.tix.html#form-geometry-manager)4573      - [Команды Tix](https://python-all.ru/3.11/library/tkinter.tix.html#tix-commands)4574    - [IDLE](https://python-all.ru/3.11/library/idle.html)45754576      - [Меню](https://python-all.ru/3.11/library/idle.html#menus)45774578        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.11/library/idle.html#file-menu-shell-and-editor)4579        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.11/library/idle.html#edit-menu-shell-and-editor)4580        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.11/library/idle.html#format-menu-editor-window-only)4581        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.11/library/idle.html#run-menu-editor-window-only)4582        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.11/library/idle.html#shell-menu-shell-window-only)4583        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.11/library/idle.html#debug-menu-shell-window-only)4584        - [Меню Options (оболочка и редактор)](https://python-all.ru/3.11/library/idle.html#options-menu-shell-and-editor)4585        - [Меню Window (оболочка и редактор)](https://python-all.ru/3.11/library/idle.html#window-menu-shell-and-editor)4586        - [Меню Help (оболочка и редактор)](https://python-all.ru/3.11/library/idle.html#help-menu-shell-and-editor)4587        - [Контекстные меню](https://python-all.ru/3.11/library/idle.html#context-menus)4588      - [Редактирование и навигация](https://python-all.ru/3.11/library/idle.html#editing-and-navigation)45894590        - [Окна редактора](https://python-all.ru/3.11/library/idle.html#editor-windows)4591        - [Привязки клавиш](https://python-all.ru/3.11/library/idle.html#key-bindings)4592        - [Автоматические отступы](https://python-all.ru/3.11/library/idle.html#automatic-indentation)4593        - [Поиск и замена](https://python-all.ru/3.11/library/idle.html#search-and-replace)4594        - [Автодополнение](https://python-all.ru/3.11/library/idle.html#completions)4595        - [Подсказки вызова](https://python-all.ru/3.11/library/idle.html#calltips)4596        - [Контекст кода](https://python-all.ru/3.11/library/idle.html#code-context)4597        - [Окно оболочки](https://python-all.ru/3.11/library/idle.html#shell-window)4598        - [Цвета текста](https://python-all.ru/3.11/library/idle.html#text-colors)4599      - [Запуск и выполнение кода](https://python-all.ru/3.11/library/idle.html#startup-and-code-execution)46004601        - [Использование командной строки](https://python-all.ru/3.11/library/idle.html#command-line-usage)4602        - [Ошибка запуска](https://python-all.ru/3.11/library/idle.html#startup-failure)4603        - [Выполнение пользовательского кода](https://python-all.ru/3.11/library/idle.html#running-user-code)4604        - [Вывод пользователя в оболочке](https://python-all.ru/3.11/library/idle.html#user-output-in-shell)4605        - [Разработка приложений tkinter](https://python-all.ru/3.11/library/idle.html#developing-tkinter-applications)4606        - [Запуск без подпроцесса](https://python-all.ru/3.11/library/idle.html#running-without-a-subprocess)4607      - [Справка и настройки](https://python-all.ru/3.11/library/idle.html#help-and-preferences)46084609        - [Источники справки](https://python-all.ru/3.11/library/idle.html#help-sources)4610        - [Настройка параметров](https://python-all.ru/3.11/library/idle.html#setting-preferences)4611        - [IDLE в macOS](https://python-all.ru/3.11/library/idle.html#idle-on-macos)4612        - [Расширения](https://python-all.ru/3.11/library/idle.html#extensions)4613      - [idlelib](https://python-all.ru/3.11/library/idle.html#module-idlelib)4614  - [Инструменты разработки](https://python-all.ru/3.11/library/development.html)46154616    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.11/library/typing.html)46174618      - [Соответствующие PEPs](https://python-all.ru/3.11/library/typing.html#relevant-peps)4619      - [Псевдонимы типов](https://python-all.ru/3.11/library/typing.html#type-aliases)4620      - [NewType](https://python-all.ru/3.11/library/typing.html#newtype)4621      - [Аннотирование вызываемых объектов](https://python-all.ru/3.11/library/typing.html#annotating-callable-objects)4622      - [Обобщённые типы](https://python-all.ru/3.11/library/typing.html#generics)4623      - [Аннотирование кортежей](https://python-all.ru/3.11/library/typing.html#annotating-tuples)4624      - [Тип объектов классов](https://python-all.ru/3.11/library/typing.html#the-type-of-class-objects)4625      - [Пользовательские обобщённые типы](https://python-all.ru/3.11/library/typing.html#user-defined-generic-types)4626      - [Тип `Any`](https://python-all.ru/3.11/library/typing.html#the-any-type)4627      - [Номинальное и структурное подтипирование](https://python-all.ru/3.11/library/typing.html#nominal-vs-structural-subtyping)4628      - [Содержание модуля](https://python-all.ru/3.11/library/typing.html#module-contents)46294630        - [Специальные примитивы типизации](https://python-all.ru/3.11/library/typing.html#special-typing-primitives)46314632          - [Специальные типы](https://python-all.ru/3.11/library/typing.html#special-types)4633          - [Специальные формы](https://python-all.ru/3.11/library/typing.html#special-forms)4634          - [Построение обобщённых типов](https://python-all.ru/3.11/library/typing.html#building-generic-types)4635          - [Другие специальные директивы](https://python-all.ru/3.11/library/typing.html#other-special-directives)4636        - [Протоколы](https://python-all.ru/3.11/library/typing.html#protocols)4637        - [ABC для работы с вводом-выводом](https://python-all.ru/3.11/library/typing.html#abcs-for-working-with-io)4638        - [Функции и декораторы](https://python-all.ru/3.11/library/typing.html#functions-and-decorators)4639        - [Вспомогательные функции интроспекции](https://python-all.ru/3.11/library/typing.html#introspection-helpers)4640        - [Константа](https://python-all.ru/3.11/library/typing.html#constant)4641        - [Устаревшие псевдонимы](https://python-all.ru/3.11/library/typing.html#deprecated-aliases)46424643          - [Псевдонимы для встроенных типов](https://python-all.ru/3.11/library/typing.html#aliases-to-built-in-types)4644          - [Псевдонимы для типов в `collections`](https://python-all.ru/3.11/library/typing.html#aliases-to-types-in-collections)4645          - [Псевдонимы для других конкретных типов](https://python-all.ru/3.11/library/typing.html#aliases-to-other-concrete-types)4646          - [Псевдонимы для ABC-контейнеров в `collections.abc`](https://python-all.ru/3.11/library/typing.html#aliases-to-container-abcs-in-collections-abc)4647          - [Псевдонимы для асинхронных ABC в `collections.abc`](https://python-all.ru/3.11/library/typing.html#aliases-to-asynchronous-abcs-in-collections-abc)4648          - [Псевдонимы для других ABC в `collections.abc`](https://python-all.ru/3.11/library/typing.html#aliases-to-other-abcs-in-collections-abc)4649          - [Псевдонимы для `contextlib`-ABC](https://python-all.ru/3.11/library/typing.html#aliases-to-contextlib-abcs)4650      - [График устаревания основных возможностей](https://python-all.ru/3.11/library/typing.html#deprecation-timeline-of-major-features)4651    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.11/library/pydoc.html)4652    - [Режим разработки Python](https://python-all.ru/3.11/library/devmode.html)46534654      - [Эффекты режима разработки Python](https://python-all.ru/3.11/library/devmode.html#effects-of-the-python-development-mode)4655      - [Пример ResourceWarning](https://python-all.ru/3.11/library/devmode.html#resourcewarning-example)4656      - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.11/library/devmode.html#bad-file-descriptor-error-example)4657    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.11/library/doctest.html)46584659      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.11/library/doctest.html#simple-usage-checking-examples-in-docstrings)4660      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.11/library/doctest.html#simple-usage-checking-examples-in-a-text-file)4661      - [Как это работает](https://python-all.ru/3.11/library/doctest.html#how-it-works)46624663        - [Какие строки документации проверяются?](https://python-all.ru/3.11/library/doctest.html#which-docstrings-are-examined)4664        - [Как распознаются примеры в строках документации?](https://python-all.ru/3.11/library/doctest.html#how-are-docstring-examples-recognized)4665        - [Каков контекст выполнения?](https://python-all.ru/3.11/library/doctest.html#what-s-the-execution-context)4666        - [А как насчёт исключений?](https://python-all.ru/3.11/library/doctest.html#what-about-exceptions)4667        - [Флаги опций](https://python-all.ru/3.11/library/doctest.html#option-flags)4668        - [Директивы](https://python-all.ru/3.11/library/doctest.html#directives)4669        - [Предупреждения](https://python-all.ru/3.11/library/doctest.html#warnings)4670      - [Базовый API](https://python-all.ru/3.11/library/doctest.html#basic-api)4671      - [API unittest](https://python-all.ru/3.11/library/doctest.html#unittest-api)4672      - [Расширенный API](https://python-all.ru/3.11/library/doctest.html#advanced-api)46734674        - [Объекты DocTest](https://python-all.ru/3.11/library/doctest.html#doctest-objects)4675        - [Объекты Example](https://python-all.ru/3.11/library/doctest.html#example-objects)4676        - [Объекты DocTestFinder](https://python-all.ru/3.11/library/doctest.html#doctestfinder-objects)4677        - [Объекты DocTestParser](https://python-all.ru/3.11/library/doctest.html#doctestparser-objects)4678        - [Объекты DocTestRunner](https://python-all.ru/3.11/library/doctest.html#doctestrunner-objects)4679        - [Объекты OutputChecker](https://python-all.ru/3.11/library/doctest.html#outputchecker-objects)4680      - [Отладка](https://python-all.ru/3.11/library/doctest.html#debugging)4681      - [Трибуна](https://python-all.ru/3.11/library/doctest.html#soapbox)4682    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.11/library/unittest.html)46834684      - [Простой пример](https://python-all.ru/3.11/library/unittest.html#basic-example)4685      - [Интерфейс командной строки](https://python-all.ru/3.11/library/unittest.html#command-line-interface)46864687        - [Параметры командной строки](https://python-all.ru/3.11/library/unittest.html#command-line-options)4688      - [Обнаружение тестов](https://python-all.ru/3.11/library/unittest.html#test-discovery)4689      - [Организация тестового кода](https://python-all.ru/3.11/library/unittest.html#organizing-test-code)4690      - [Повторное использование старого тестового кода](https://python-all.ru/3.11/library/unittest.html#re-using-old-test-code)4691      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.11/library/unittest.html#skipping-tests-and-expected-failures)4692      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.11/library/unittest.html#distinguishing-test-iterations-using-subtests)4693      - [Классы и функции](https://python-all.ru/3.11/library/unittest.html#classes-and-functions)46944695        - [Тестовые случаи](https://python-all.ru/3.11/library/unittest.html#test-cases)46964697          - [Устаревшие псевдонимы](https://python-all.ru/3.11/library/unittest.html#deprecated-aliases)4698        - [Группировка тестов](https://python-all.ru/3.11/library/unittest.html#grouping-tests)4699        - [Загрузка и запуск тестов](https://python-all.ru/3.11/library/unittest.html#loading-and-running-tests)47004701          - [Протокол load\_tests](https://python-all.ru/3.11/library/unittest.html#load-tests-protocol)4702      - [Фикстуры классов и модулей](https://python-all.ru/3.11/library/unittest.html#class-and-module-fixtures)47034704        - [setUpClass и tearDownClass](https://python-all.ru/3.11/library/unittest.html#setupclass-and-teardownclass)4705        - [setUpModule и tearDownModule](https://python-all.ru/3.11/library/unittest.html#setupmodule-and-teardownmodule)4706      - [Обработка сигналов](https://python-all.ru/3.11/library/unittest.html#signal-handling)4707    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.11/library/unittest.mock.html)47084709      - [Краткое руководство](https://python-all.ru/3.11/library/unittest.mock.html#quick-guide)4710      - [Класс Mock](https://python-all.ru/3.11/library/unittest.mock.html#the-mock-class)47114712        - [Вызов](https://python-all.ru/3.11/library/unittest.mock.html#calling)4713        - [Удаление атрибутов](https://python-all.ru/3.11/library/unittest.mock.html#deleting-attributes)4714        - [Имена Mock и атрибут name](https://python-all.ru/3.11/library/unittest.mock.html#mock-names-and-the-name-attribute)4715        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.11/library/unittest.mock.html#attaching-mocks-as-attributes)4716      - [Патчеры](https://python-all.ru/3.11/library/unittest.mock.html#the-patchers)47174718        - [patch](https://python-all.ru/3.11/library/unittest.mock.html#patch)4719        - [patch.object](https://python-all.ru/3.11/library/unittest.mock.html#patch-object)4720        - [patch.dict](https://python-all.ru/3.11/library/unittest.mock.html#patch-dict)4721        - [patch.multiple](https://python-all.ru/3.11/library/unittest.mock.html#patch-multiple)4722        - [Методы patch: start и stop](https://python-all.ru/3.11/library/unittest.mock.html#patch-methods-start-and-stop)4723        - [patch встроенных объектов](https://python-all.ru/3.11/library/unittest.mock.html#patch-builtins)4724        - [TEST\_PREFIX](https://python-all.ru/3.11/library/unittest.mock.html#test-prefix)4725        - [Вложение декораторов patch](https://python-all.ru/3.11/library/unittest.mock.html#nesting-patch-decorators)4726        - [Где применять patch](https://python-all.ru/3.11/library/unittest.mock.html#where-to-patch)4727        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.11/library/unittest.mock.html#patching-descriptors-and-proxy-objects)4728      - [MagicMock и поддержка магических методов](https://python-all.ru/3.11/library/unittest.mock.html#magicmock-and-magic-method-support)47294730        - [Мокирование магических методов](https://python-all.ru/3.11/library/unittest.mock.html#mocking-magic-methods)4731        - [Магический макет](https://python-all.ru/3.11/library/unittest.mock.html#magic-mock)4732      - [Вспомогательные средства](https://python-all.ru/3.11/library/unittest.mock.html#helpers)47334734        - [sentinel](https://python-all.ru/3.11/library/unittest.mock.html#sentinel)4735        - [DEFAULT](https://python-all.ru/3.11/library/unittest.mock.html#default)4736        - [вызов](https://python-all.ru/3.11/library/unittest.mock.html#call)4737        - [create\_autospec](https://python-all.ru/3.11/library/unittest.mock.html#create-autospec)4738        - [ANY](https://python-all.ru/3.11/library/unittest.mock.html#any)4739        - [FILTER\_DIR](https://python-all.ru/3.11/library/unittest.mock.html#filter-dir)4740        - [mock\_open](https://python-all.ru/3.11/library/unittest.mock.html#mock-open)4741        - [Автоспецификация](https://python-all.ru/3.11/library/unittest.mock.html#autospeccing)4742        - [Запечатывание моков](https://python-all.ru/3.11/library/unittest.mock.html#sealing-mocks)4743      - [Порядок приоритета `side_effect`, `return_value` и *wraps*](https://python-all.ru/3.11/library/unittest.mock.html#order-of-precedence-of-side-effect-return-value-and-wraps)4744    - [`unittest.mock` – начало работы](https://python-all.ru/3.11/library/unittest.mock-examples.html)47454746      - [Использование Mock](https://python-all.ru/3.11/library/unittest.mock-examples.html#using-mock)47474748        - [Методы подмены моков](https://python-all.ru/3.11/library/unittest.mock-examples.html#mock-patching-methods)4749        - [Mock для вызовов методов объекта](https://python-all.ru/3.11/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)4750        - [Создание моков для классов](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-classes)4751        - [Именование моков](https://python-all.ru/3.11/library/unittest.mock-examples.html#naming-your-mocks)4752        - [Отслеживание всех вызовов](https://python-all.ru/3.11/library/unittest.mock-examples.html#tracking-all-calls)4753        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.11/library/unittest.mock-examples.html#setting-return-values-and-attributes)4754        - [Возбуждение исключений с помощью моков](https://python-all.ru/3.11/library/unittest.mock-examples.html#raising-exceptions-with-mocks)4755        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.11/library/unittest.mock-examples.html#side-effect-functions-and-iterables)4756        - [Мокирование асинхронных итераторов](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-asynchronous-iterators)4757        - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)4758        - [Создание мока на основе существующего объекта](https://python-all.ru/3.11/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)4759        - [Использование side\_effect для возврата содержимого каждого файла](https://python-all.ru/3.11/library/unittest.mock-examples.html#using-side-effect-to-return-per-file-content)4760      - [Декораторы patch](https://python-all.ru/3.11/library/unittest.mock-examples.html#patch-decorators)4761      - [Дополнительные примеры](https://python-all.ru/3.11/library/unittest.mock-examples.html#further-examples)47624763        - [Мокирование цепочек вызовов](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-chained-calls)4764        - [Частичное мокирование](https://python-all.ru/3.11/library/unittest.mock-examples.html#partial-mocking)4765        - [Создание мока для метода-генератора](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-a-generator-method)4766        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.11/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)4767        - [Создание моков для несвязанных методов](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-unbound-methods)4768        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.11/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)4769        - [Работа с изменяемыми аргументами](https://python-all.ru/3.11/library/unittest.mock-examples.html#coping-with-mutable-arguments)4770        - [Вложенные подмены](https://python-all.ru/3.11/library/unittest.mock-examples.html#nesting-patches)4771        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)4772        - [Подклассы Mock и их атрибуты](https://python-all.ru/3.11/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)4773        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.11/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)4774        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.11/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)4775        - [Более сложное сопоставление аргументов](https://python-all.ru/3.11/library/unittest.mock-examples.html#more-complex-argument-matching)4776    - [2to3 – автоматическое преобразование кода Python 2 в 3](https://python-all.ru/3.11/library/2to3.html)47774778      - [Использование 2to3](https://python-all.ru/3.11/library/2to3.html#using-2to3)4779      - [Фиксы](https://python-all.ru/3.11/library/2to3.html#fixers)4780      - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.11/library/2to3.html#module-lib2to3)4781    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.11/library/test.html)47824783      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.11/library/test.html#writing-unit-tests-for-the-test-package)4784      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.11/library/test.html#module-test.regrtest)4785    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.11/library/test.html#module-test.support)4786    - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3.11/library/test.html#module-test.support.socket_helper)4787    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.11/library/test.html#module-test.support.script_helper)4788    - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3.11/library/test.html#module-test.support.bytecode_helper)4789    - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3.11/library/test.html#module-test.support.threading_helper)4790    - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3.11/library/test.html#module-test.support.os_helper)4791    - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3.11/library/test.html#module-test.support.import_helper)4792    - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3.11/library/test.html#module-test.support.warnings_helper)4793  - [Отладка и профилирование](https://python-all.ru/3.11/library/debug.html)47944795    - [Таблица событий аудита](https://python-all.ru/3.11/library/audit_events.html)4796    - [`bdb` – фреймворк отладчика](https://python-all.ru/3.11/library/bdb.html)4797    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.11/library/faulthandler.html)47984799      - [Дамп трассировки](https://python-all.ru/3.11/library/faulthandler.html#dumping-the-traceback)4800      - [Состояние обработчика сбоев](https://python-all.ru/3.11/library/faulthandler.html#fault-handler-state)4801      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.11/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)4802      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.11/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)4803      - [Проблема с файловыми дескрипторами](https://python-all.ru/3.11/library/faulthandler.html#issue-with-file-descriptors)4804      - [Пример](https://python-all.ru/3.11/library/faulthandler.html#example)4805    - [`pdb` – отладчик Python](https://python-all.ru/3.11/library/pdb.html)48064807      - [Команды отладчика](https://python-all.ru/3.11/library/pdb.html#debugger-commands)4808    - [Профилировщики Python](https://python-all.ru/3.11/library/profile.html)48094810      - [Введение в профилировщики](https://python-all.ru/3.11/library/profile.html#introduction-to-the-profilers)4811      - [Краткое руководство пользователя](https://python-all.ru/3.11/library/profile.html#instant-user-s-manual)4812      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.11/library/profile.html#module-cProfile)4813      - [Класс `Stats`](https://python-all.ru/3.11/library/profile.html#the-stats-class)4814      - [Что такое детерминированное профилирование?](https://python-all.ru/3.11/library/profile.html#what-is-deterministic-profiling)4815      - [Ограничения](https://python-all.ru/3.11/library/profile.html#limitations)4816      - [Калибровка](https://python-all.ru/3.11/library/profile.html#calibration)4817      - [Использование пользовательского таймера](https://python-all.ru/3.11/library/profile.html#using-a-custom-timer)4818    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.11/library/timeit.html)48194820      - [Основные примеры](https://python-all.ru/3.11/library/timeit.html#basic-examples)4821      - [Интерфейс Python](https://python-all.ru/3.11/library/timeit.html#python-interface)4822      - [Интерфейс командной строки](https://python-all.ru/3.11/library/timeit.html#command-line-interface)4823      - [Примеры](https://python-all.ru/3.11/library/timeit.html#examples)4824    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.11/library/trace.html)48254826      - [Использование командной строки](https://python-all.ru/3.11/library/trace.html#command-line-usage)48274828        - [Основные параметры](https://python-all.ru/3.11/library/trace.html#main-options)4829        - [Модификаторы](https://python-all.ru/3.11/library/trace.html#modifiers)4830        - [Фильтры](https://python-all.ru/3.11/library/trace.html#filters)4831      - [Программный интерфейс](https://python-all.ru/3.11/library/trace.html#programmatic-interface)4832    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.11/library/tracemalloc.html)48334834      - [Примеры](https://python-all.ru/3.11/library/tracemalloc.html#examples)48354836        - [Отображение первых 10](https://python-all.ru/3.11/library/tracemalloc.html#display-the-top-10)4837        - [Вычисление различий](https://python-all.ru/3.11/library/tracemalloc.html#compute-differences)4838        - [Получение трассировки для блока памяти](https://python-all.ru/3.11/library/tracemalloc.html#get-the-traceback-of-a-memory-block)4839        - [Удобный вывод топа](https://python-all.ru/3.11/library/tracemalloc.html#pretty-top)48404841          - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3.11/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)4842      - [API](https://python-all.ru/3.11/library/tracemalloc.html#api)48434844        - [Функции](https://python-all.ru/3.11/library/tracemalloc.html#functions)4845        - [DomainFilter](https://python-all.ru/3.11/library/tracemalloc.html#domainfilter)4846        - [Filter](https://python-all.ru/3.11/library/tracemalloc.html#filter)4847        - [Frame](https://python-all.ru/3.11/library/tracemalloc.html#frame)4848        - [Snapshot](https://python-all.ru/3.11/library/tracemalloc.html#snapshot)4849        - [Statistic](https://python-all.ru/3.11/library/tracemalloc.html#statistic)4850        - [StatisticDiff](https://python-all.ru/3.11/library/tracemalloc.html#statisticdiff)4851        - [Trace](https://python-all.ru/3.11/library/tracemalloc.html#trace)4852        - [Traceback](https://python-all.ru/3.11/library/tracemalloc.html#traceback)4853  - [Упаковка и распространение ПО](https://python-all.ru/3.11/library/distribution.html)48544855    - [`distutils` – Сборка и установка модулей Python](https://python-all.ru/3.11/library/distutils.html)4856    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.11/library/ensurepip.html)48574858      - [Интерфейс командной строки](https://python-all.ru/3.11/library/ensurepip.html#command-line-interface)4859      - [API модуля](https://python-all.ru/3.11/library/ensurepip.html#module-api)4860    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.11/library/venv.html)48614862      - [Создание виртуальных окружений](https://python-all.ru/3.11/library/venv.html#creating-virtual-environments)4863      - [Как работают виртуальные окружения](https://python-all.ru/3.11/library/venv.html#how-venvs-work)4864      - [API](https://python-all.ru/3.11/library/venv.html#api)4865      - [Пример расширения `EnvBuilder`](https://python-all.ru/3.11/library/venv.html#an-example-of-extending-envbuilder)4866    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.11/library/zipapp.html)48674868      - [Простой пример](https://python-all.ru/3.11/library/zipapp.html#basic-example)4869      - [Интерфейс командной строки](https://python-all.ru/3.11/library/zipapp.html#command-line-interface)4870      - [API Python](https://python-all.ru/3.11/library/zipapp.html#python-api)4871      - [Примеры](https://python-all.ru/3.11/library/zipapp.html#examples)4872      - [Указание интерпретатора](https://python-all.ru/3.11/library/zipapp.html#specifying-the-interpreter)4873      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.11/library/zipapp.html#creating-standalone-applications-with-zipapp)48744875        - [Создание исполняемого файла для Windows](https://python-all.ru/3.11/library/zipapp.html#making-a-windows-executable)4876        - [Предостережения](https://python-all.ru/3.11/library/zipapp.html#caveats)4877      - [Формат архива Python-приложения Zip](https://python-all.ru/3.11/library/zipapp.html#the-python-zip-application-archive-format)4878  - [Службы выполнения Python](https://python-all.ru/3.11/library/python.html)48794880    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.11/library/sys.html)4881    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.11/library/sysconfig.html)48824883      - [Переменные конфигурации](https://python-all.ru/3.11/library/sysconfig.html#configuration-variables)4884      - [Пути установки](https://python-all.ru/3.11/library/sysconfig.html#installation-paths)4885      - [Схема пользователя](https://python-all.ru/3.11/library/sysconfig.html#user-scheme)48864887        - [`posix_user`](https://python-all.ru/3.11/library/sysconfig.html#posix-user)4888        - [`nt_user`](https://python-all.ru/3.11/library/sysconfig.html#nt-user)4889        - [`osx_framework_user`](https://python-all.ru/3.11/library/sysconfig.html#osx-framework-user)4890      - [Домашняя схема](https://python-all.ru/3.11/library/sysconfig.html#home-scheme)48914892        - [`posix_home`](https://python-all.ru/3.11/library/sysconfig.html#posix-home)4893      - [Схема префикса](https://python-all.ru/3.11/library/sysconfig.html#prefix-scheme)48944895        - [`posix_prefix`](https://python-all.ru/3.11/library/sysconfig.html#posix-prefix)4896        - [`nt`](https://python-all.ru/3.11/library/sysconfig.html#nt)4897      - [Функции путей установки](https://python-all.ru/3.11/library/sysconfig.html#installation-path-functions)4898      - [Другие функции](https://python-all.ru/3.11/library/sysconfig.html#other-functions)4899      - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.11/library/sysconfig.html#using-sysconfig-as-a-script)4900    - [`builtins` – Встроенные объекты](https://python-all.ru/3.11/library/builtins.html)4901    - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3.11/library/__main__.html)49024903      - [`__name__ == '__main__'`](https://python-all.ru/3.11/library/__main__.html#name-main)49044905        - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3.11/library/__main__.html#what-is-the-top-level-code-environment)4906        - [Идиоматическое использование](https://python-all.ru/3.11/library/__main__.html#idiomatic-usage)4907        - [Особенности упаковки](https://python-all.ru/3.11/library/__main__.html#packaging-considerations)4908      - [`__main__.py` в пакетах Python](https://python-all.ru/3.11/library/__main__.html#main-py-in-python-packages)49094910        - [Идиоматическое использование](https://python-all.ru/3.11/library/__main__.html#id1)4911      - [`import __main__`](https://python-all.ru/3.11/library/__main__.html#import-main)4912    - [`warnings` – Управление предупреждениями](https://python-all.ru/3.11/library/warnings.html)49134914      - [Категории предупреждений](https://python-all.ru/3.11/library/warnings.html#warning-categories)4915      - [Фильтр предупреждений](https://python-all.ru/3.11/library/warnings.html#the-warnings-filter)49164917        - [Описание фильтров предупреждений](https://python-all.ru/3.11/library/warnings.html#describing-warning-filters)4918        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.11/library/warnings.html#default-warning-filter)4919        - [Переопределение фильтра по умолчанию](https://python-all.ru/3.11/library/warnings.html#overriding-the-default-filter)4920      - [Временное подавление предупреждений](https://python-all.ru/3.11/library/warnings.html#temporarily-suppressing-warnings)4921      - [Тестирование предупреждений](https://python-all.ru/3.11/library/warnings.html#testing-warnings)4922      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.11/library/warnings.html#updating-code-for-new-versions-of-dependencies)4923      - [Доступные функции](https://python-all.ru/3.11/library/warnings.html#available-functions)4924      - [Доступные контекстные менеджеры](https://python-all.ru/3.11/library/warnings.html#available-context-managers)4925    - [`dataclasses` – Классы данных](https://python-all.ru/3.11/library/dataclasses.html)49264927      - [Содержание модуля](https://python-all.ru/3.11/library/dataclasses.html#module-contents)4928      - [Обработка после инициализации](https://python-all.ru/3.11/library/dataclasses.html#post-init-processing)4929      - [Переменные класса](https://python-all.ru/3.11/library/dataclasses.html#class-variables)4930      - [Переменные только для инициализации](https://python-all.ru/3.11/library/dataclasses.html#init-only-variables)4931      - [Неизменяемые экземпляры](https://python-all.ru/3.11/library/dataclasses.html#frozen-instances)4932      - [Наследование](https://python-all.ru/3.11/library/dataclasses.html#inheritance)4933      - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3.11/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)4934      - [Функции-фабрики по умолчанию](https://python-all.ru/3.11/library/dataclasses.html#default-factory-functions)4935      - [Изменяемые значения по умолчанию](https://python-all.ru/3.11/library/dataclasses.html#mutable-default-values)4936      - [Поля с типом дескриптора](https://python-all.ru/3.11/library/dataclasses.html#descriptor-typed-fields)4937    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.11/library/contextlib.html)49384939      - [Утилиты](https://python-all.ru/3.11/library/contextlib.html#utilities)4940      - [Примеры и рецепты](https://python-all.ru/3.11/library/contextlib.html#examples-and-recipes)49414942        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.11/library/contextlib.html#supporting-a-variable-number-of-context-managers)4943        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.11/library/contextlib.html#catching-exceptions-from-enter-methods)4944        - [Очистка в реализации `__enter__`](https://python-all.ru/3.11/library/contextlib.html#cleaning-up-in-an-enter-implementation)4945        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.11/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)4946        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.11/library/contextlib.html#using-a-context-manager-as-a-function-decorator)4947      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.11/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)49484949        - [Реентерабельные менеджеры контекста](https://python-all.ru/3.11/library/contextlib.html#reentrant-context-managers)4950        - [Повторно используемые менеджеры контекста](https://python-all.ru/3.11/library/contextlib.html#reusable-context-managers)4951    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.11/library/abc.html)4952    - [`atexit` – Обработчики выхода](https://python-all.ru/3.11/library/atexit.html)49534954      - [`atexit` Пример](https://python-all.ru/3.11/library/atexit.html#atexit-example)4955    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.11/library/traceback.html)49564957      - [Объекты `TracebackException`](https://python-all.ru/3.11/library/traceback.html#tracebackexception-objects)4958      - [Объекты `StackSummary`](https://python-all.ru/3.11/library/traceback.html#stacksummary-objects)4959      - [Объекты `FrameSummary`](https://python-all.ru/3.11/library/traceback.html#framesummary-objects)4960      - [Примеры Traceback](https://python-all.ru/3.11/library/traceback.html#traceback-examples)4961    - [`__future__` – Определения операторов future](https://python-all.ru/3.11/library/__future__.html)49624963      - [Содержимое модуля](https://python-all.ru/3.11/library/__future__.html#module-contents)4964    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.11/library/gc.html)4965    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.11/library/inspect.html)49664967      - [Типы и члены](https://python-all.ru/3.11/library/inspect.html#types-and-members)4968      - [Получение исходного кода](https://python-all.ru/3.11/library/inspect.html#retrieving-source-code)4969      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.11/library/inspect.html#introspecting-callables-with-the-signature-object)4970      - [Классы и функции](https://python-all.ru/3.11/library/inspect.html#classes-and-functions)4971      - [Стек интерпретатора](https://python-all.ru/3.11/library/inspect.html#the-interpreter-stack)4972      - [Получение атрибутов статически](https://python-all.ru/3.11/library/inspect.html#fetching-attributes-statically)4973      - [Текущее состояние генераторов и корутин](https://python-all.ru/3.11/library/inspect.html#current-state-of-generators-and-coroutines)4974      - [Битовые флаги объектов кода](https://python-all.ru/3.11/library/inspect.html#code-objects-bit-flags)4975      - [Интерфейс командной строки](https://python-all.ru/3.11/library/inspect.html#command-line-interface)4976    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.11/library/site.html)49774978      - [`sitecustomize`](https://python-all.ru/3.11/library/site.html#module-sitecustomize)4979      - [`usercustomize`](https://python-all.ru/3.11/library/site.html#module-usercustomize)4980      - [Конфигурация readline](https://python-all.ru/3.11/library/site.html#readline-configuration)4981      - [Содержание модуля](https://python-all.ru/3.11/library/site.html#module-contents)4982      - [Интерфейс командной строки](https://python-all.ru/3.11/library/site.html#command-line-interface)4983  - [Пользовательские интерпретаторы Python](https://python-all.ru/3.11/library/custominterp.html)49844985    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.11/library/code.html)49864987      - [Объекты интерактивного интерпретатора](https://python-all.ru/3.11/library/code.html#interactive-interpreter-objects)4988      - [Объекты интерактивной консоли](https://python-all.ru/3.11/library/code.html#interactive-console-objects)4989    - [`codeop` – Компиляция кода Python](https://python-all.ru/3.11/library/codeop.html)4990  - [Импорт модулей](https://python-all.ru/3.11/library/modules.html)49914992    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.11/library/zipimport.html)49934994      - [Объекты zipimporter](https://python-all.ru/3.11/library/zipimport.html#zipimporter-objects)4995      - [Примеры](https://python-all.ru/3.11/library/zipimport.html#examples)4996    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.11/library/pkgutil.html)4997    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.11/library/modulefinder.html)49984999      - [Пример использования `ModuleFinder`](https://python-all.ru/3.11/library/modulefinder.html#example-usage-of-modulefinder)5000    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.11/library/runpy.html)5001    - [`importlib` – Реализация `import`](https://python-all.ru/3.11/library/importlib.html)50025003      - [Введение](https://python-all.ru/3.11/library/importlib.html#introduction)5004      - [Функции](https://python-all.ru/3.11/library/importlib.html#functions)5005      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.11/library/importlib.html#module-importlib.abc)5006      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.11/library/importlib.html#module-importlib.machinery)5007      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.11/library/importlib.html#module-importlib.util)5008      - [Примеры](https://python-all.ru/3.11/library/importlib.html#examples)50095010        - [Программный импорт](https://python-all.ru/3.11/library/importlib.html#importing-programmatically)5011        - [Проверка возможности импорта модуля](https://python-all.ru/3.11/library/importlib.html#checking-if-a-module-can-be-imported)5012        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.11/library/importlib.html#importing-a-source-file-directly)5013        - [Реализация отложенного импорта](https://python-all.ru/3.11/library/importlib.html#implementing-lazy-imports)5014        - [Настройка импортёра](https://python-all.ru/3.11/library/importlib.html#setting-up-an-importer)5015        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.11/library/importlib.html#approximating-importlib-import-module)5016    - [`importlib.resources` – Чтение, открытие и доступ к ресурсам пакетов](https://python-all.ru/3.11/library/importlib.resources.html)50175018      - [Устаревшие функции](https://python-all.ru/3.11/library/importlib.resources.html#deprecated-functions)5019    - [`importlib.resources.abc` – Абстрактные базовые классы для ресурсов](https://python-all.ru/3.11/library/importlib.resources.abc.html)5020    - [`importlib.metadata` – Доступ к метаданным пакета](https://python-all.ru/3.11/library/importlib.metadata.html)50215022      - [Обзор](https://python-all.ru/3.11/library/importlib.metadata.html#overview)5023      - [Функциональный API](https://python-all.ru/3.11/library/importlib.metadata.html#functional-api)50245025        - [Точки входа](https://python-all.ru/3.11/library/importlib.metadata.html#entry-points)5026        - [Метаданные дистрибутива](https://python-all.ru/3.11/library/importlib.metadata.html#distribution-metadata)5027        - [Версии дистрибутива](https://python-all.ru/3.11/library/importlib.metadata.html#distribution-versions)5028        - [Файлы дистрибутива](https://python-all.ru/3.11/library/importlib.metadata.html#distribution-files)5029        - [Зависимости дистрибутива](https://python-all.ru/3.11/library/importlib.metadata.html#distribution-requirements)5030        - [Сопоставление импорта с пакетами дистрибутивов](https://python-all.ru/3.11/library/importlib.metadata.html#mapping-import-to-distribution-packages)5031      - [Дистрибутивы](https://python-all.ru/3.11/library/importlib.metadata.html#distributions)5032      - [Обнаружение дистрибутивов](https://python-all.ru/3.11/library/importlib.metadata.html#distribution-discovery)5033      - [Расширение алгоритма поиска](https://python-all.ru/3.11/library/importlib.metadata.html#extending-the-search-algorithm)5034    - [Инициализация пути поиска модулей `sys.path`](https://python-all.ru/3.11/library/sys_path_init.html)50355036      - [Виртуальные окружения](https://python-all.ru/3.11/library/sys_path_init.html#virtual-environments)5037      - [Файлы \_pth](https://python-all.ru/3.11/library/sys_path_init.html#pth-files)5038      - [Встраиваемый Python](https://python-all.ru/3.11/library/sys_path_init.html#embedded-python)5039  - [Службы языка Python](https://python-all.ru/3.11/library/language.html)50405041    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.11/library/ast.html)50425043      - [Абстрактная грамматика](https://python-all.ru/3.11/library/ast.html#abstract-grammar)5044      - [Классы узлов](https://python-all.ru/3.11/library/ast.html#node-classes)50455046        - [Корневые узлы](https://python-all.ru/3.11/library/ast.html#root-nodes)5047        - [Литералы](https://python-all.ru/3.11/library/ast.html#literals)5048        - [Переменные](https://python-all.ru/3.11/library/ast.html#variables)5049        - [Выражения](https://python-all.ru/3.11/library/ast.html#expressions)50505051          - [Индексация](https://python-all.ru/3.11/library/ast.html#subscripting)5052          - [Генераторы коллекций](https://python-all.ru/3.11/library/ast.html#comprehensions)5053        - [Инструкции](https://python-all.ru/3.11/library/ast.html#statements)50545055          - [Импорты](https://python-all.ru/3.11/library/ast.html#imports)5056        - [Управляющие конструкции](https://python-all.ru/3.11/library/ast.html#control-flow)5057        - [Сопоставление с образцом](https://python-all.ru/3.11/library/ast.html#pattern-matching)5058        - [Определения функций и классов](https://python-all.ru/3.11/library/ast.html#function-and-class-definitions)5059        - [Async и await](https://python-all.ru/3.11/library/ast.html#async-and-await)5060      - [`ast` Вспомогательные функции](https://python-all.ru/3.11/library/ast.html#ast-helpers)5061      - [Флаги компилятора](https://python-all.ru/3.11/library/ast.html#compiler-flags)5062      - [Использование командной строки](https://python-all.ru/3.11/library/ast.html#command-line-usage)5063    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.11/library/symtable.html)50645065      - [Генерация таблиц символов](https://python-all.ru/3.11/library/symtable.html#generating-symbol-tables)5066      - [Изучение таблиц символов](https://python-all.ru/3.11/library/symtable.html#examining-symbol-tables)5067    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.11/library/token.html)5068    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.11/library/keyword.html)5069    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.11/library/tokenize.html)50705071      - [Токенизация входных данных](https://python-all.ru/3.11/library/tokenize.html#tokenizing-input)5072      - [Использование командной строки](https://python-all.ru/3.11/library/tokenize.html#command-line-usage)5073      - [Примеры](https://python-all.ru/3.11/library/tokenize.html#examples)5074    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.11/library/tabnanny.html)5075    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.11/library/pyclbr.html)50765077      - [Объекты функций](https://python-all.ru/3.11/library/pyclbr.html#function-objects)5078      - [Объекты классов](https://python-all.ru/3.11/library/pyclbr.html#class-objects)5079    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.11/library/py_compile.html)50805081      - [Интерфейс командной строки](https://python-all.ru/3.11/library/py_compile.html#command-line-interface)5082    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.11/library/compileall.html)50835084      - [Использование командной строки](https://python-all.ru/3.11/library/compileall.html#command-line-use)5085      - [Публичные функции](https://python-all.ru/3.11/library/compileall.html#public-functions)5086    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.11/library/dis.html)50875088      - [Интерфейс командной строки](https://python-all.ru/3.11/library/dis.html#command-line-interface)5089      - [Анализ байт-кода](https://python-all.ru/3.11/library/dis.html#bytecode-analysis)5090      - [Функции анализа](https://python-all.ru/3.11/library/dis.html#analysis-functions)5091      - [Инструкции байт-кода Python](https://python-all.ru/3.11/library/dis.html#python-bytecode-instructions)5092      - [Коллекции кодов операций](https://python-all.ru/3.11/library/dis.html#opcode-collections)5093    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.11/library/pickletools.html)50945095      - [Использование командной строки](https://python-all.ru/3.11/library/pickletools.html#command-line-usage)50965097        - [Параметры командной строки](https://python-all.ru/3.11/library/pickletools.html#command-line-options)5098      - [Программный интерфейс](https://python-all.ru/3.11/library/pickletools.html#programmatic-interface)5099  - [Службы, специфичные для MS Windows](https://python-all.ru/3.11/library/windows.html)51005101    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.11/library/msvcrt.html)51025103      - [Операции с файлами](https://python-all.ru/3.11/library/msvcrt.html#file-operations)5104      - [Консольный ввод/вывод](https://python-all.ru/3.11/library/msvcrt.html#console-i-o)5105      - [Прочие функции](https://python-all.ru/3.11/library/msvcrt.html#other-functions)5106    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.11/library/winreg.html)51075108      - [Функции](https://python-all.ru/3.11/library/winreg.html#functions)5109      - [Константы](https://python-all.ru/3.11/library/winreg.html#constants)51105111        - [Константы HKEY\_\*](https://python-all.ru/3.11/library/winreg.html#hkey-constants)5112        - [Права доступа](https://python-all.ru/3.11/library/winreg.html#access-rights)51135114          - [Специфика 64-бит](https://python-all.ru/3.11/library/winreg.html#bit-specific)5115        - [Типы значений](https://python-all.ru/3.11/library/winreg.html#value-types)5116      - [Объекты дескрипторов реестра](https://python-all.ru/3.11/library/winreg.html#registry-handle-objects)5117    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.11/library/winsound.html)5118  - [Специфические для Unix службы](https://python-all.ru/3.11/library/unix.html)51195120    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.11/library/posix.html)51215122      - [Поддержка больших файлов](https://python-all.ru/3.11/library/posix.html#large-file-support)5123      - [Примечательное содержимое модуля](https://python-all.ru/3.11/library/posix.html#notable-module-contents)5124    - [`pwd` – База данных паролей](https://python-all.ru/3.11/library/pwd.html)5125    - [`grp` – База данных групп](https://python-all.ru/3.11/library/grp.html)5126    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.11/library/termios.html)51275128      - [Пример](https://python-all.ru/3.11/library/termios.html#example)5129    - [`tty` – Функции управления терминалом](https://python-all.ru/3.11/library/tty.html)5130    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.11/library/pty.html)51315132      - [Пример](https://python-all.ru/3.11/library/pty.html#example)5133    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.11/library/fcntl.html)5134    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.11/library/resource.html)51355136      - [Ограничения ресурсов](https://python-all.ru/3.11/library/resource.html#resource-limits)5137      - [Использование ресурсов](https://python-all.ru/3.11/library/resource.html#resource-usage)5138    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.11/library/syslog.html)51395140      - [Примеры](https://python-all.ru/3.11/library/syslog.html#examples)51415142        - [Простой пример](https://python-all.ru/3.11/library/syslog.html#simple-example)5143  - [Интерфейс командной строки модулей (CLI)](https://python-all.ru/3.11/library/cmdline.html)5144  - [Заменённые модули](https://python-all.ru/3.11/library/superseded.html)51455146    - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.11/library/aifc.html)5147    - [`asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.11/library/asynchat.html)51485149      - [Пример asynchat](https://python-all.ru/3.11/library/asynchat.html#asynchat-example)5150    - [`asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.11/library/asyncore.html)51515152      - [Пример asyncore: простой HTTP-клиент](https://python-all.ru/3.11/library/asyncore.html#asyncore-example-basic-http-client)5153      - [Пример asyncore: простой эхо-сервер](https://python-all.ru/3.11/library/asyncore.html#asyncore-example-basic-echo-server)5154    - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.11/library/audioop.html)5155    - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.11/library/cgi.html)51565157      - [Введение](https://python-all.ru/3.11/library/cgi.html#introduction)5158      - [Использование модуля cgi](https://python-all.ru/3.11/library/cgi.html#using-the-cgi-module)5159      - [Интерфейс высокого уровня](https://python-all.ru/3.11/library/cgi.html#higher-level-interface)5160      - [Функции](https://python-all.ru/3.11/library/cgi.html#functions)5161      - [Вопросы безопасности](https://python-all.ru/3.11/library/cgi.html#caring-about-security)5162      - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.11/library/cgi.html#installing-your-cgi-script-on-a-unix-system)5163      - [Тестирование CGI-скрипта](https://python-all.ru/3.11/library/cgi.html#testing-your-cgi-script)5164      - [Отладка CGI-скриптов](https://python-all.ru/3.11/library/cgi.html#debugging-cgi-scripts)5165      - [Типичные проблемы и решения](https://python-all.ru/3.11/library/cgi.html#common-problems-and-solutions)5166    - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.11/library/cgitb.html)5167    - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.11/library/chunk.html)5168    - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.11/library/crypt.html)51695170      - [Методы хеширования](https://python-all.ru/3.11/library/crypt.html#hashing-methods)5171      - [Атрибуты модуля](https://python-all.ru/3.11/library/crypt.html#module-attributes)5172      - [Функции модуля](https://python-all.ru/3.11/library/crypt.html#module-functions)5173      - [Примеры](https://python-all.ru/3.11/library/crypt.html#examples)5174    - [`imghdr` – определение типа изображения](https://python-all.ru/3.11/library/imghdr.html)5175    - [`imp` – Доступ к внутреннему устройству import](https://python-all.ru/3.11/library/imp.html)51765177      - [Примеры](https://python-all.ru/3.11/library/imp.html#examples)5178    - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.11/library/mailcap.html)5179    - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.11/library/msilib.html)51805181      - [Объекты базы данных](https://python-all.ru/3.11/library/msilib.html#database-objects)5182      - [Объекты представления](https://python-all.ru/3.11/library/msilib.html#view-objects)5183      - [Объекты сводной информации](https://python-all.ru/3.11/library/msilib.html#summary-information-objects)5184      - [Объекты записей](https://python-all.ru/3.11/library/msilib.html#record-objects)5185      - [Ошибки](https://python-all.ru/3.11/library/msilib.html#errors)5186      - [Объекты CAB](https://python-all.ru/3.11/library/msilib.html#cab-objects)5187      - [Объекты каталогов](https://python-all.ru/3.11/library/msilib.html#directory-objects)5188      - [Возможности](https://python-all.ru/3.11/library/msilib.html#features)5189      - [Классы графического интерфейса](https://python-all.ru/3.11/library/msilib.html#gui-classes)5190      - [Предварительно вычисленные таблицы](https://python-all.ru/3.11/library/msilib.html#precomputed-tables)5191    - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.11/library/nis.html)5192    - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.11/library/nntplib.html)51935194      - [Объекты NNTP](https://python-all.ru/3.11/library/nntplib.html#nntp-objects)51955196        - [Атрибуты](https://python-all.ru/3.11/library/nntplib.html#attributes)5197        - [Методы](https://python-all.ru/3.11/library/nntplib.html#methods)5198      - [Вспомогательные функции](https://python-all.ru/3.11/library/nntplib.html#utility-functions)5199    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.11/library/optparse.html)52005201      - [Фон](https://python-all.ru/3.11/library/optparse.html#background)52025203        - [Терминология](https://python-all.ru/3.11/library/optparse.html#terminology)5204        - [Для чего нужны опции?](https://python-all.ru/3.11/library/optparse.html#what-are-options-for)5205        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.11/library/optparse.html#what-are-positional-arguments-for)5206      - [Учебное пособие](https://python-all.ru/3.11/library/optparse.html#tutorial)52075208        - [Понимание действий опций](https://python-all.ru/3.11/library/optparse.html#understanding-option-actions)5209        - [Действие store](https://python-all.ru/3.11/library/optparse.html#the-store-action)5210        - [Обработка булевых опций (флагов)](https://python-all.ru/3.11/library/optparse.html#handling-boolean-flag-options)5211        - [Другие действия](https://python-all.ru/3.11/library/optparse.html#other-actions)5212        - [Значения по умолчанию](https://python-all.ru/3.11/library/optparse.html#default-values)5213        - [Генерация справки](https://python-all.ru/3.11/library/optparse.html#generating-help)52145215          - [Группировка опций](https://python-all.ru/3.11/library/optparse.html#grouping-options)5216        - [Вывод строки версии](https://python-all.ru/3.11/library/optparse.html#printing-a-version-string)5217        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.11/library/optparse.html#how-optparse-handles-errors)5218        - [Собираем всё вместе](https://python-all.ru/3.11/library/optparse.html#putting-it-all-together)5219      - [Справочное руководство](https://python-all.ru/3.11/library/optparse.html#reference-guide)52205221        - [Создание парсера](https://python-all.ru/3.11/library/optparse.html#creating-the-parser)5222        - [Наполнение парсера](https://python-all.ru/3.11/library/optparse.html#populating-the-parser)5223        - [Определение параметров](https://python-all.ru/3.11/library/optparse.html#defining-options)5224        - [Атрибуты параметров](https://python-all.ru/3.11/library/optparse.html#option-attributes)5225        - [Стандартные действия параметров](https://python-all.ru/3.11/library/optparse.html#standard-option-actions)5226        - [Стандартные типы параметров](https://python-all.ru/3.11/library/optparse.html#standard-option-types)5227        - [Разбор аргументов](https://python-all.ru/3.11/library/optparse.html#parsing-arguments)5228        - [Запросы и управление парсером параметров](https://python-all.ru/3.11/library/optparse.html#querying-and-manipulating-your-option-parser)5229        - [Конфликты между параметрами](https://python-all.ru/3.11/library/optparse.html#conflicts-between-options)5230        - [Очистка](https://python-all.ru/3.11/library/optparse.html#cleanup)5231        - [Другие методы](https://python-all.ru/3.11/library/optparse.html#other-methods)5232      - [Колбэки параметров](https://python-all.ru/3.11/library/optparse.html#option-callbacks)52335234        - [Определение параметра с колбэком](https://python-all.ru/3.11/library/optparse.html#defining-a-callback-option)5235        - [Как вызываются колбэки](https://python-all.ru/3.11/library/optparse.html#how-callbacks-are-called)5236        - [Возбуждение исключений в колбэке](https://python-all.ru/3.11/library/optparse.html#raising-errors-in-a-callback)5237        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.11/library/optparse.html#callback-example-1-trivial-callback)5238        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.11/library/optparse.html#callback-example-2-check-option-order)5239        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.11/library/optparse.html#callback-example-3-check-option-order-generalized)5240        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.11/library/optparse.html#callback-example-4-check-arbitrary-condition)5241        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.11/library/optparse.html#callback-example-5-fixed-arguments)5242        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.11/library/optparse.html#callback-example-6-variable-arguments)5243      - [Расширение `optparse`](https://python-all.ru/3.11/library/optparse.html#extending-optparse)52445245        - [Добавление новых типов](https://python-all.ru/3.11/library/optparse.html#adding-new-types)5246        - [Добавление новых действий](https://python-all.ru/3.11/library/optparse.html#adding-new-actions)5247      - [Исключения](https://python-all.ru/3.11/library/optparse.html#exceptions)5248    - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.11/library/ossaudiodev.html)52495250      - [Объекты аудиоустройства](https://python-all.ru/3.11/library/ossaudiodev.html#audio-device-objects)5251      - [Объекты микшера](https://python-all.ru/3.11/library/ossaudiodev.html#mixer-device-objects)5252    - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.11/library/pipes.html)52535254      - [Объекты шаблонов](https://python-all.ru/3.11/library/pipes.html#template-objects)5255    - [`smtpd` – SMTP-сервер](https://python-all.ru/3.11/library/smtpd.html)52565257      - [Объекты SMTPServer](https://python-all.ru/3.11/library/smtpd.html#smtpserver-objects)5258      - [Объекты DebuggingServer](https://python-all.ru/3.11/library/smtpd.html#debuggingserver-objects)5259      - [Объекты PureProxy](https://python-all.ru/3.11/library/smtpd.html#pureproxy-objects)5260      - [Объекты SMTPChannel](https://python-all.ru/3.11/library/smtpd.html#smtpchannel-objects)5261    - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.11/library/sndhdr.html)5262    - [`spwd` – База данных теневых паролей](https://python-all.ru/3.11/library/spwd.html)5263    - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.11/library/sunau.html)52645265      - [Объекты AU\_read](https://python-all.ru/3.11/library/sunau.html#au-read-objects)5266      - [Объекты AU\_write](https://python-all.ru/3.11/library/sunau.html#au-write-objects)5267    - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.11/library/telnetlib.html)52685269      - [Объекты Telnet](https://python-all.ru/3.11/library/telnetlib.html#telnet-objects)5270      - [Пример Telnet](https://python-all.ru/3.11/library/telnetlib.html#telnet-example)5271    - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.11/library/uu.html)5272    - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.11/library/xdrlib.html)52735274      - [Объекты упаковщика](https://python-all.ru/3.11/library/xdrlib.html#packer-objects)5275      - [Объекты распаковщика](https://python-all.ru/3.11/library/xdrlib.html#unpacker-objects)5276      - [Исключения](https://python-all.ru/3.11/library/xdrlib.html#exceptions)5277  - [Вопросы безопасности](https://python-all.ru/3.11/library/security_warnings.html)5278- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.11/extending/index.html)52795280  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.11/extending/index.html#recommended-third-party-tools)5281  - [Создание расширений без сторонних инструментов](https://python-all.ru/3.11/extending/index.html#creating-extensions-without-third-party-tools)52825283    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.11/extending/extending.html)52845285      - [1.1. Простой пример](https://python-all.ru/3.11/extending/extending.html#a-simple-example)5286      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.11/extending/extending.html#intermezzo-errors-and-exceptions)5287      - [1.3. Возвращение к примеру](https://python-all.ru/3.11/extending/extending.html#back-to-the-example)5288      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.11/extending/extending.html#the-module-s-method-table-and-initialization-function)5289      - [1.5. Компиляция и компоновка](https://python-all.ru/3.11/extending/extending.html#compilation-and-linkage)5290      - [1.6. Вызов функций Python из C](https://python-all.ru/3.11/extending/extending.html#calling-python-functions-from-c)5291      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.11/extending/extending.html#extracting-parameters-in-extension-functions)5292      - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.11/extending/extending.html#keyword-parameters-for-extension-functions)5293      - [1.9. Построение произвольных значений](https://python-all.ru/3.11/extending/extending.html#building-arbitrary-values)5294      - [1.10. Счетчики ссылок](https://python-all.ru/3.11/extending/extending.html#reference-counts)52955296        - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.11/extending/extending.html#reference-counting-in-python)5297        - [1.10.2. Правила владения](https://python-all.ru/3.11/extending/extending.html#ownership-rules)5298        - [1.10.3. Тонкий лёд](https://python-all.ru/3.11/extending/extending.html#thin-ice)5299        - [1.10.4. Указатели NULL](https://python-all.ru/3.11/extending/extending.html#null-pointers)5300      - [1.11. Написание расширений на C++](https://python-all.ru/3.11/extending/extending.html#writing-extensions-in-c)5301      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.11/extending/extending.html#providing-a-c-api-for-an-extension-module)5302    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.11/extending/newtypes_tutorial.html)53035304      - [2.1. Основы](https://python-all.ru/3.11/extending/newtypes_tutorial.html#the-basics)5305      - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.11/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)5306      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.11/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)5307      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.11/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)5308      - [2.5. Наследование от других типов](https://python-all.ru/3.11/extending/newtypes_tutorial.html#subclassing-other-types)5309    - [3. Определение типов расширения: разные темы](https://python-all.ru/3.11/extending/newtypes.html)53105311      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.11/extending/newtypes.html#finalization-and-de-allocation)5312      - [3.2. Представление объектов](https://python-all.ru/3.11/extending/newtypes.html#object-presentation)5313      - [3.3. Управление атрибутами](https://python-all.ru/3.11/extending/newtypes.html#attribute-management)53145315        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.11/extending/newtypes.html#generic-attribute-management)5316        - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.11/extending/newtypes.html#type-specific-attribute-management)5317      - [3.4. Сравнение объектов](https://python-all.ru/3.11/extending/newtypes.html#object-comparison)5318      - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.11/extending/newtypes.html#abstract-protocol-support)5319      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.11/extending/newtypes.html#weak-reference-support)5320      - [3.7. Дополнительные предложения](https://python-all.ru/3.11/extending/newtypes.html#more-suggestions)5321    - [4. Сборка расширений на C и C++](https://python-all.ru/3.11/extending/building.html)53225323      - [4.1. Сборка расширений на C и C++ с помощью distutils](https://python-all.ru/3.11/extending/building.html#building-c-and-c-extensions-with-distutils)5324      - [4.2. Распространение модулей расширения](https://python-all.ru/3.11/extending/building.html#distributing-your-extension-modules)5325    - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.11/extending/windows.html)53265327      - [5.1. Рецептурный подход](https://python-all.ru/3.11/extending/windows.html#a-cookbook-approach)5328      - [5.2. Различия между Unix и Windows](https://python-all.ru/3.11/extending/windows.html#differences-between-unix-and-windows)5329      - [5.3. Использование DLL на практике](https://python-all.ru/3.11/extending/windows.html#using-dlls-in-practice)5330  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.11/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)53315332    - [1. Встраивание Python в другое приложение](https://python-all.ru/3.11/extending/embedding.html)53335334      - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.11/extending/embedding.html#very-high-level-embedding)5335      - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.11/extending/embedding.html#beyond-very-high-level-embedding-an-overview)5336      - [1.3. Чистое встраивание](https://python-all.ru/3.11/extending/embedding.html#pure-embedding)5337      - [1.4. Расширение встроенного Python](https://python-all.ru/3.11/extending/embedding.html#extending-embedded-python)5338      - [1.5. Встраивание Python в C++](https://python-all.ru/3.11/extending/embedding.html#embedding-python-in-c)5339      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.11/extending/embedding.html#compiling-and-linking-under-unix-like-systems)5340- [Справочное руководство по Python/C API](https://python-all.ru/3.11/c-api/index.html)53415342  - [Введение](https://python-all.ru/3.11/c-api/intro.html)53435344    - [Стандарты кодирования](https://python-all.ru/3.11/c-api/intro.html#coding-standards)5345    - [Заголовочные файлы](https://python-all.ru/3.11/c-api/intro.html#include-files)5346    - [Полезные макросы](https://python-all.ru/3.11/c-api/intro.html#useful-macros)5347    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.11/c-api/intro.html#objects-types-and-reference-counts)53485349      - [Счётчики ссылок](https://python-all.ru/3.11/c-api/intro.html#reference-counts)53505351        - [Подробности подсчёта ссылок](https://python-all.ru/3.11/c-api/intro.html#reference-count-details)5352      - [Типы](https://python-all.ru/3.11/c-api/intro.html#types)5353    - [Исключения](https://python-all.ru/3.11/c-api/intro.html#exceptions)5354    - [Встраивание Python](https://python-all.ru/3.11/c-api/intro.html#embedding-python)5355    - [Отладочные сборки](https://python-all.ru/3.11/c-api/intro.html#debugging-builds)5356  - [Стабильность C API](https://python-all.ru/3.11/c-api/stable.html)53575358    - [Стабильный ABI](https://python-all.ru/3.11/c-api/stable.html#stable-application-binary-interface)53595360      - [Ограниченный C API](https://python-all.ru/3.11/c-api/stable.html#limited-c-api)5361      - [Стабильный ABI](https://python-all.ru/3.11/c-api/stable.html#stable-abi)5362      - [Limited API: область применения и производительность](https://python-all.ru/3.11/c-api/stable.html#limited-api-scope-and-performance)5363      - [Предостережения относительно Limited API](https://python-all.ru/3.11/c-api/stable.html#limited-api-caveats)5364    - [Особенности платформ](https://python-all.ru/3.11/c-api/stable.html#platform-considerations)5365    - [Содержимое ограниченного API](https://python-all.ru/3.11/c-api/stable.html#contents-of-limited-api)5366  - [Очень высокоуровневый слой](https://python-all.ru/3.11/c-api/veryhigh.html)5367  - [Подсчёт ссылок](https://python-all.ru/3.11/c-api/refcounting.html)5368  - [Обработка исключений](https://python-all.ru/3.11/c-api/exceptions.html)53695370    - [Вывод и очистка](https://python-all.ru/3.11/c-api/exceptions.html#printing-and-clearing)5371    - [Возбуждение исключений](https://python-all.ru/3.11/c-api/exceptions.html#raising-exceptions)5372    - [Выдача предупреждений](https://python-all.ru/3.11/c-api/exceptions.html#issuing-warnings)5373    - [Запрос индикатора ошибки](https://python-all.ru/3.11/c-api/exceptions.html#querying-the-error-indicator)5374    - [Обработка сигналов](https://python-all.ru/3.11/c-api/exceptions.html#signal-handling)5375    - [Классы исключений](https://python-all.ru/3.11/c-api/exceptions.html#exception-classes)5376    - [Объекты исключений](https://python-all.ru/3.11/c-api/exceptions.html#exception-objects)5377    - [Объекты исключений Unicode](https://python-all.ru/3.11/c-api/exceptions.html#unicode-exception-objects)5378    - [Управление рекурсией](https://python-all.ru/3.11/c-api/exceptions.html#recursion-control)5379    - [Стандартные исключения](https://python-all.ru/3.11/c-api/exceptions.html#standard-exceptions)5380    - [Стандартные категории предупреждений](https://python-all.ru/3.11/c-api/exceptions.html#standard-warning-categories)5381  - [Утилиты](https://python-all.ru/3.11/c-api/utilities.html)53825383    - [Утилиты операционной системы](https://python-all.ru/3.11/c-api/sys.html)5384    - [Системные функции](https://python-all.ru/3.11/c-api/sys.html#system-functions)5385    - [Управление процессами](https://python-all.ru/3.11/c-api/sys.html#process-control)5386    - [Импорт модулей](https://python-all.ru/3.11/c-api/import.html)5387    - [Поддержка маршалинга данных](https://python-all.ru/3.11/c-api/marshal.html)5388    - [Разбор аргументов и сборка значений](https://python-all.ru/3.11/c-api/arg.html)53895390      - [Разбор аргументов](https://python-all.ru/3.11/c-api/arg.html#parsing-arguments)53915392        - [Строки и буферы](https://python-all.ru/3.11/c-api/arg.html#strings-and-buffers)5393        - [Числа](https://python-all.ru/3.11/c-api/arg.html#numbers)5394        - [Другие объекты](https://python-all.ru/3.11/c-api/arg.html#other-objects)5395        - [Функции API](https://python-all.ru/3.11/c-api/arg.html#api-functions)5396      - [Сборка значений](https://python-all.ru/3.11/c-api/arg.html#building-values)5397    - [Преобразование и форматирование строк](https://python-all.ru/3.11/c-api/conversion.html)5398    - [API PyHash](https://python-all.ru/3.11/c-api/hash.html)5399    - [Рефлексия](https://python-all.ru/3.11/c-api/reflection.html)5400    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.11/c-api/codec.html)54015402      - [API поиска кодировок](https://python-all.ru/3.11/c-api/codec.html#codec-lookup-api)5403      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.11/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)5404  - [Слой абстрактных объектов](https://python-all.ru/3.11/c-api/abstract.html)54055406    - [Протокол объекта](https://python-all.ru/3.11/c-api/object.html)5407    - [Протокол вызова](https://python-all.ru/3.11/c-api/call.html)54085409      - [Протокол *tp\_call*](https://python-all.ru/3.11/c-api/call.html#the-tp-call-protocol)5410      - [Протокол Vectorcall](https://python-all.ru/3.11/c-api/call.html#the-vectorcall-protocol)54115412        - [Управление рекурсией](https://python-all.ru/3.11/c-api/call.html#recursion-control)5413        - [API поддержки vectorcall](https://python-all.ru/3.11/c-api/call.html#vectorcall-support-api)5414      - [API вызова объектов](https://python-all.ru/3.11/c-api/call.html#object-calling-api)5415      - [API поддержки вызова](https://python-all.ru/3.11/c-api/call.html#call-support-api)5416    - [Протокол чисел](https://python-all.ru/3.11/c-api/number.html)5417    - [Протокол последовательностей](https://python-all.ru/3.11/c-api/sequence.html)5418    - [Протокол отображений](https://python-all.ru/3.11/c-api/mapping.html)5419    - [Протокол итератора](https://python-all.ru/3.11/c-api/iter.html)5420    - [Протокол буфера](https://python-all.ru/3.11/c-api/buffer.html)54215422      - [Структура буфера](https://python-all.ru/3.11/c-api/buffer.html#buffer-structure)5423      - [Типы запросов буфера](https://python-all.ru/3.11/c-api/buffer.html#buffer-request-types)54245425        - [поля, не зависящие от запроса](https://python-all.ru/3.11/c-api/buffer.html#request-independent-fields)5426        - [только для чтения, формат](https://python-all.ru/3.11/c-api/buffer.html#readonly-format)5427        - [форма, шаги, подсмещения](https://python-all.ru/3.11/c-api/buffer.html#shape-strides-suboffsets)5428        - [запросы непрерывности](https://python-all.ru/3.11/c-api/buffer.html#contiguity-requests)5429        - [составные запросы](https://python-all.ru/3.11/c-api/buffer.html#compound-requests)5430      - [Комплексные массивы](https://python-all.ru/3.11/c-api/buffer.html#complex-arrays)54315432        - [В стиле NumPy: форма и шаги](https://python-all.ru/3.11/c-api/buffer.html#numpy-style-shape-and-strides)5433        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.11/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)5434      - [Функции, связанные с буферами](https://python-all.ru/3.11/c-api/buffer.html#buffer-related-functions)5435    - [Старый буферный протокол](https://python-all.ru/3.11/c-api/objbuffer.html)5436  - [Слой конкретных объектов](https://python-all.ru/3.11/c-api/concrete.html)54375438    - [Базовые объекты](https://python-all.ru/3.11/c-api/concrete.html#fundamental-objects)54395440      - [Объекты типов](https://python-all.ru/3.11/c-api/type.html)54415442        - [Создание типов, размещаемых в куче](https://python-all.ru/3.11/c-api/type.html#creating-heap-allocated-types)5443      - [Объект `None`](https://python-all.ru/3.11/c-api/none.html)5444    - [Числовые объекты](https://python-all.ru/3.11/c-api/concrete.html#numeric-objects)54455446      - [Объекты целых чисел](https://python-all.ru/3.11/c-api/long.html)5447      - [Объекты логических значений](https://python-all.ru/3.11/c-api/bool.html)5448      - [Объекты чисел с плавающей запятой](https://python-all.ru/3.11/c-api/float.html)54495450        - [Функции упаковки и распаковки](https://python-all.ru/3.11/c-api/float.html#pack-and-unpack-functions)54515452          - [Функции упаковки](https://python-all.ru/3.11/c-api/float.html#pack-functions)5453          - [Функции распаковки](https://python-all.ru/3.11/c-api/float.html#unpack-functions)5454      - [Объекты комплексных чисел](https://python-all.ru/3.11/c-api/complex.html)54555456        - [Комплексные числа как структуры C](https://python-all.ru/3.11/c-api/complex.html#complex-numbers-as-c-structures)5457        - [Комплексные числа как объекты Python](https://python-all.ru/3.11/c-api/complex.html#complex-numbers-as-python-objects)5458    - [Объекты последовательностей](https://python-all.ru/3.11/c-api/concrete.html#sequence-objects)54595460      - [Объекты bytes](https://python-all.ru/3.11/c-api/bytes.html)5461      - [Объекты массива байтов](https://python-all.ru/3.11/c-api/bytearray.html)54625463        - [Макросы проверки типа](https://python-all.ru/3.11/c-api/bytearray.html#type-check-macros)5464        - [Функции прямого API](https://python-all.ru/3.11/c-api/bytearray.html#direct-api-functions)5465        - [Макросы](https://python-all.ru/3.11/c-api/bytearray.html#macros)5466      - [Объекты Unicode и кодеки](https://python-all.ru/3.11/c-api/unicode.html)54675468        - [Объекты Unicode](https://python-all.ru/3.11/c-api/unicode.html#unicode-objects)54695470          - [Тип Юникода](https://python-all.ru/3.11/c-api/unicode.html#unicode-type)5471          - [Свойства символов Юникода](https://python-all.ru/3.11/c-api/unicode.html#unicode-character-properties)5472          - [Создание и доступ к строкам Юникода](https://python-all.ru/3.11/c-api/unicode.html#creating-and-accessing-unicode-strings)5473          - [Устаревшие API Py\_UNICODE](https://python-all.ru/3.11/c-api/unicode.html#deprecated-py-unicode-apis)5474          - [Локальная кодировка](https://python-all.ru/3.11/c-api/unicode.html#locale-encoding)5475          - [Кодировка файловой системы](https://python-all.ru/3.11/c-api/unicode.html#file-system-encoding)5476          - [Поддержка wchar\_t](https://python-all.ru/3.11/c-api/unicode.html#wchar-t-support)5477        - [Встроенные кодеки](https://python-all.ru/3.11/c-api/unicode.html#built-in-codecs)54785479          - [Общие кодеки](https://python-all.ru/3.11/c-api/unicode.html#generic-codecs)5480          - [Кодеки UTF-8](https://python-all.ru/3.11/c-api/unicode.html#utf-8-codecs)5481          - [Кодеки UTF-32](https://python-all.ru/3.11/c-api/unicode.html#utf-32-codecs)5482          - [Кодеки UTF-16](https://python-all.ru/3.11/c-api/unicode.html#utf-16-codecs)5483          - [Кодеки UTF-7](https://python-all.ru/3.11/c-api/unicode.html#utf-7-codecs)5484          - [Кодеки Unicode-Escape](https://python-all.ru/3.11/c-api/unicode.html#unicode-escape-codecs)5485          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.11/c-api/unicode.html#raw-unicode-escape-codecs)5486          - [Кодеки Latin-1](https://python-all.ru/3.11/c-api/unicode.html#latin-1-codecs)5487          - [Кодеки ASCII](https://python-all.ru/3.11/c-api/unicode.html#ascii-codecs)5488          - [Кодеки символьной карты](https://python-all.ru/3.11/c-api/unicode.html#character-map-codecs)5489          - [Кодеки MBCS для Windows](https://python-all.ru/3.11/c-api/unicode.html#mbcs-codecs-for-windows)5490          - [Методы и слоты](https://python-all.ru/3.11/c-api/unicode.html#methods-slots)5491        - [Методы и слот-функции](https://python-all.ru/3.11/c-api/unicode.html#methods-and-slot-functions)5492      - [Кортежи](https://python-all.ru/3.11/c-api/tuple.html)5493      - [Объекты структурных последовательностей](https://python-all.ru/3.11/c-api/tuple.html#struct-sequence-objects)5494      - [Списки](https://python-all.ru/3.11/c-api/list.html)5495    - [Объекты контейнеров](https://python-all.ru/3.11/c-api/concrete.html#container-objects)54965497      - [Объекты словарей](https://python-all.ru/3.11/c-api/dict.html)5498      - [Множества](https://python-all.ru/3.11/c-api/set.html)5499    - [Объекты функций](https://python-all.ru/3.11/c-api/concrete.html#function-objects)55005501      - [Объекты функций](https://python-all.ru/3.11/c-api/function.html)5502      - [Объекты методов экземпляра](https://python-all.ru/3.11/c-api/method.html)5503      - [Объекты методов](https://python-all.ru/3.11/c-api/method.html#method-objects)5504      - [Объекты ячеек](https://python-all.ru/3.11/c-api/cell.html)5505      - [Объекты кода](https://python-all.ru/3.11/c-api/code.html)5506    - [Прочие объекты](https://python-all.ru/3.11/c-api/concrete.html#other-objects)55075508      - [Объекты файлов](https://python-all.ru/3.11/c-api/file.html)5509      - [Объекты модулей](https://python-all.ru/3.11/c-api/module.html)55105511        - [Инициализация C-модулей](https://python-all.ru/3.11/c-api/module.html#initializing-c-modules)55125513          - [Однофазная инициализация](https://python-all.ru/3.11/c-api/module.html#single-phase-initialization)5514          - [Многофазная инициализация](https://python-all.ru/3.11/c-api/module.html#multi-phase-initialization)5515          - [Функции низкоуровневого создания модулей](https://python-all.ru/3.11/c-api/module.html#low-level-module-creation-functions)5516          - [Вспомогательные функции](https://python-all.ru/3.11/c-api/module.html#support-functions)5517        - [Поиск модуля](https://python-all.ru/3.11/c-api/module.html#module-lookup)5518      - [Объекты итераторов](https://python-all.ru/3.11/c-api/iterator.html)5519      - [Объекты дескрипторов](https://python-all.ru/3.11/c-api/descriptor.html)5520      - [Объекты срезов](https://python-all.ru/3.11/c-api/slice.html)55215522        - [Объект Ellipsis](https://python-all.ru/3.11/c-api/slice.html#ellipsis-object)5523      - [Объекты memoryview](https://python-all.ru/3.11/c-api/memoryview.html)5524      - [Объекты слабых ссылок](https://python-all.ru/3.11/c-api/weakref.html)5525      - [Капсулы](https://python-all.ru/3.11/c-api/capsule.html)5526      - [Объекты Frame](https://python-all.ru/3.11/c-api/frame.html)5527      - [Объекты-генераторы](https://python-all.ru/3.11/c-api/gen.html)5528      - [Объекты корутин](https://python-all.ru/3.11/c-api/coro.html)5529      - [Объекты контекстных переменных](https://python-all.ru/3.11/c-api/contextvars.html)5530      - [Объекты datetime](https://python-all.ru/3.11/c-api/datetime.html)5531      - [Объекты для аннотации типов](https://python-all.ru/3.11/c-api/typehints.html)5532  - [Инициализация, финализация и потоки](https://python-all.ru/3.11/c-api/init.html)55335534    - [Перед инициализацией Python](https://python-all.ru/3.11/c-api/init.html#before-python-initialization)5535    - [Глобальные переменные конфигурации](https://python-all.ru/3.11/c-api/init.html#global-configuration-variables)5536    - [Инициализация и финализация интерпретатора](https://python-all.ru/3.11/c-api/init.html#initializing-and-finalizing-the-interpreter)5537    - [Параметры уровня процесса](https://python-all.ru/3.11/c-api/init.html#process-wide-parameters)5538    - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.11/c-api/init.html#thread-state-and-the-global-interpreter-lock)55395540      - [Освобождение GIL из кода расширения](https://python-all.ru/3.11/c-api/init.html#releasing-the-gil-from-extension-code)5541      - [Потоки, созданные не в Python](https://python-all.ru/3.11/c-api/init.html#non-python-created-threads)5542      - [Предостережения о fork()](https://python-all.ru/3.11/c-api/init.html#cautions-about-fork)5543      - [Высокоуровневый API](https://python-all.ru/3.11/c-api/init.html#high-level-api)5544      - [Низкоуровневый API](https://python-all.ru/3.11/c-api/init.html#low-level-api)5545    - [Поддержка под-интерпретаторов](https://python-all.ru/3.11/c-api/init.html#sub-interpreter-support)55465547      - [Ошибки и предостережения](https://python-all.ru/3.11/c-api/init.html#bugs-and-caveats)5548    - [Асинхронные уведомления](https://python-all.ru/3.11/c-api/init.html#asynchronous-notifications)5549    - [Профилирование и трассировка](https://python-all.ru/3.11/c-api/init.html#profiling-and-tracing)5550    - [Расширенная поддержка отладчика](https://python-all.ru/3.11/c-api/init.html#advanced-debugger-support)5551    - [Поддержка локального хранилища потоков](https://python-all.ru/3.11/c-api/init.html#thread-local-storage-support)55525553      - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.11/c-api/init.html#thread-specific-storage-tss-api)55545555        - [Динамическое выделение памяти](https://python-all.ru/3.11/c-api/init.html#dynamic-allocation)5556        - [Методы](https://python-all.ru/3.11/c-api/init.html#methods)5557      - [API локального хранилища потоков (TLS)](https://python-all.ru/3.11/c-api/init.html#thread-local-storage-tls-api)5558  - [Конфигурация инициализации Python](https://python-all.ru/3.11/c-api/init_config.html)55595560    - [Пример](https://python-all.ru/3.11/c-api/init_config.html#example)5561    - [PyWideStringList](https://python-all.ru/3.11/c-api/init_config.html#pywidestringlist)5562    - [PyStatus](https://python-all.ru/3.11/c-api/init_config.html#pystatus)5563    - [PyPreConfig](https://python-all.ru/3.11/c-api/init_config.html#pypreconfig)5564    - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3.11/c-api/init_config.html#preinitialize-python-with-pypreconfig)5565    - [PyConfig](https://python-all.ru/3.11/c-api/init_config.html#pyconfig)5566    - [Инициализация с помощью PyConfig](https://python-all.ru/3.11/c-api/init_config.html#initialization-with-pyconfig)5567    - [Изолированная конфигурация](https://python-all.ru/3.11/c-api/init_config.html#isolated-configuration)5568    - [Конфигурация Python](https://python-all.ru/3.11/c-api/init_config.html#python-configuration)5569    - [Конфигурация путей Python](https://python-all.ru/3.11/c-api/init_config.html#python-path-configuration)5570    - [Py\_RunMain()](https://python-all.ru/3.11/c-api/init_config.html#py-runmain)5571    - [Py\_GetArgcArgv()](https://python-all.ru/3.11/c-api/init_config.html#py-getargcargv)5572    - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.11/c-api/init_config.html#multi-phase-initialization-private-provisional-api)5573  - [Управление памятью](https://python-all.ru/3.11/c-api/memory.html)55745575    - [Обзор](https://python-all.ru/3.11/c-api/memory.html#overview)5576    - [Домены аллокаторов](https://python-all.ru/3.11/c-api/memory.html#allocator-domains)5577    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.11/c-api/memory.html#raw-memory-interface)5578    - [Интерфейс памяти](https://python-all.ru/3.11/c-api/memory.html#memory-interface)5579    - [Аллокаторы объектов](https://python-all.ru/3.11/c-api/memory.html#object-allocators)5580    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.11/c-api/memory.html#default-memory-allocators)5581    - [Настройка аллокаторов памяти](https://python-all.ru/3.11/c-api/memory.html#customize-memory-allocators)5582    - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3.11/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)5583    - [Аллокатор pymalloc](https://python-all.ru/3.11/c-api/memory.html#the-pymalloc-allocator)55845585      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.11/c-api/memory.html#customize-pymalloc-arena-allocator)5586    - [C API модуля tracemalloc](https://python-all.ru/3.11/c-api/memory.html#tracemalloc-c-api)5587    - [Примеры](https://python-all.ru/3.11/c-api/memory.html#examples)5588  - [Поддержка реализации объектов](https://python-all.ru/3.11/c-api/objimpl.html)55895590    - [Выделение объектов в куче](https://python-all.ru/3.11/c-api/allocation.html)5591    - [Общие структуры объектов](https://python-all.ru/3.11/c-api/structures.html)55925593      - [Базовые типы объектов и макросы](https://python-all.ru/3.11/c-api/structures.html#base-object-types-and-macros)5594      - [Реализация функций и методов](https://python-all.ru/3.11/c-api/structures.html#implementing-functions-and-methods)5595      - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.11/c-api/structures.html#accessing-attributes-of-extension-types)5596    - [Объекты типов](https://python-all.ru/3.11/c-api/typeobj.html)55975598      - [Краткий справочник](https://python-all.ru/3.11/c-api/typeobj.html#quick-reference)55995600        - [“tp slots”](https://python-all.ru/3.11/c-api/typeobj.html#tp-slots)5601        - [под-слоты](https://python-all.ru/3.11/c-api/typeobj.html#sub-slots)5602        - [typedefs слотов](https://python-all.ru/3.11/c-api/typeobj.html#slot-typedefs)5603      - [Определение PyTypeObject](https://python-all.ru/3.11/c-api/typeobj.html#pytypeobject-definition)5604      - [Слоты PyObject](https://python-all.ru/3.11/c-api/typeobj.html#pyobject-slots)5605      - [Слоты PyVarObject](https://python-all.ru/3.11/c-api/typeobj.html#pyvarobject-slots)5606      - [Слоты PyTypeObject](https://python-all.ru/3.11/c-api/typeobj.html#pytypeobject-slots)5607      - [Статические типы](https://python-all.ru/3.11/c-api/typeobj.html#static-types)5608      - [Типы в куче](https://python-all.ru/3.11/c-api/typeobj.html#heap-types)5609    - [Структуры числовых объектов](https://python-all.ru/3.11/c-api/typeobj.html#number-object-structures)5610    - [Структуры объектов отображений](https://python-all.ru/3.11/c-api/typeobj.html#mapping-object-structures)5611    - [Структуры объектов последовательностей](https://python-all.ru/3.11/c-api/typeobj.html#sequence-object-structures)5612    - [Структуры буферных объектов](https://python-all.ru/3.11/c-api/typeobj.html#buffer-object-structures)5613    - [Структуры асинхронных объектов](https://python-all.ru/3.11/c-api/typeobj.html#async-object-structures)5614    - [typedefs типов слотов](https://python-all.ru/3.11/c-api/typeobj.html#slot-type-typedefs)5615    - [Примеры](https://python-all.ru/3.11/c-api/typeobj.html#examples)5616    - [Поддержка циклической сборки мусора](https://python-all.ru/3.11/c-api/gcsupport.html)56175618      - [Управление состоянием сборщика мусора](https://python-all.ru/3.11/c-api/gcsupport.html#controlling-the-garbage-collector-state)5619  - [Версионирование API и ABI](https://python-all.ru/3.11/c-api/apiabiversion.html)5620- [Установка модулей Python](https://python-all.ru/3.11/installing/index.html)56215622  - [Ключевые термины](https://python-all.ru/3.11/installing/index.html#key-terms)5623  - [Основы использования](https://python-all.ru/3.11/installing/index.html#basic-usage)5624  - [Как мне …?](https://python-all.ru/3.11/installing/index.html#how-do-i)56255626    - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.11/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)5627    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.11/installing/index.html#install-packages-just-for-the-current-user)5628    - [… установить научные пакеты Python?](https://python-all.ru/3.11/installing/index.html#install-scientific-python-packages)5629    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.11/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)5630  - [Распространённые проблемы установки](https://python-all.ru/3.11/installing/index.html#common-installation-issues)56315632    - [Установка в системный Python на Linux](https://python-all.ru/3.11/installing/index.html#installing-into-the-system-python-on-linux)5633    - [Pip не установлен](https://python-all.ru/3.11/installing/index.html#pip-not-installed)5634    - [Установка бинарных расширений](https://python-all.ru/3.11/installing/index.html#installing-binary-extensions)5635- [Руководства Python HOWTO](https://python-all.ru/3.11/howto/index.html)56365637  - [Перенос модулей расширения на Python 3](https://python-all.ru/3.11/howto/cporting.html)5638  - [Программирование с curses на Python](https://python-all.ru/3.11/howto/curses.html)56395640    - [Что такое curses?](https://python-all.ru/3.11/howto/curses.html#what-is-curses)56415642      - [Модуль curses в Python](https://python-all.ru/3.11/howto/curses.html#the-python-curses-module)5643    - [Запуск и завершение приложения curses](https://python-all.ru/3.11/howto/curses.html#starting-and-ending-a-curses-application)5644    - [Окна и пады](https://python-all.ru/3.11/howto/curses.html#windows-and-pads)5645    - [Отображение текста](https://python-all.ru/3.11/howto/curses.html#displaying-text)56465647      - [Атрибуты и цвет](https://python-all.ru/3.11/howto/curses.html#attributes-and-color)5648    - [Ввод пользователя](https://python-all.ru/3.11/howto/curses.html#user-input)5649    - [Для получения дополнительных сведений](https://python-all.ru/3.11/howto/curses.html#for-more-information)5650  - [Руководство по дескрипторам](https://python-all.ru/3.11/howto/descriptor.html)56515652    - [Введение](https://python-all.ru/3.11/howto/descriptor.html#primer)56535654      - [Простой пример: дескриптор, возвращающий константу](https://python-all.ru/3.11/howto/descriptor.html#simple-example-a-descriptor-that-returns-a-constant)5655      - [Динамический поиск](https://python-all.ru/3.11/howto/descriptor.html#dynamic-lookups)5656      - [Управляемые атрибуты](https://python-all.ru/3.11/howto/descriptor.html#managed-attributes)5657      - [Настраиваемые имена](https://python-all.ru/3.11/howto/descriptor.html#customized-names)5658      - [Заключительные мысли](https://python-all.ru/3.11/howto/descriptor.html#closing-thoughts)5659    - [Полный практический пример](https://python-all.ru/3.11/howto/descriptor.html#complete-practical-example)56605661      - [Класс-валидатор](https://python-all.ru/3.11/howto/descriptor.html#validator-class)5662      - [Пользовательские валидаторы](https://python-all.ru/3.11/howto/descriptor.html#custom-validators)5663      - [Практическое применение](https://python-all.ru/3.11/howto/descriptor.html#practical-application)5664    - [Техническое руководство](https://python-all.ru/3.11/howto/descriptor.html#technical-tutorial)56655666      - [Аннотация](https://python-all.ru/3.11/howto/descriptor.html#abstract)5667      - [Определение и введение](https://python-all.ru/3.11/howto/descriptor.html#definition-and-introduction)5668      - [Протокол дескриптора](https://python-all.ru/3.11/howto/descriptor.html#descriptor-protocol)5669      - [Обзор вызова дескриптора](https://python-all.ru/3.11/howto/descriptor.html#overview-of-descriptor-invocation)5670      - [Вызов из экземпляра](https://python-all.ru/3.11/howto/descriptor.html#invocation-from-an-instance)5671      - [Вызов из класса](https://python-all.ru/3.11/howto/descriptor.html#invocation-from-a-class)5672      - [Вызов через super](https://python-all.ru/3.11/howto/descriptor.html#invocation-from-super)5673      - [Сводка логики вызова](https://python-all.ru/3.11/howto/descriptor.html#summary-of-invocation-logic)5674      - [Автоматическое уведомление об имени](https://python-all.ru/3.11/howto/descriptor.html#automatic-name-notification)5675      - [Пример ORM](https://python-all.ru/3.11/howto/descriptor.html#orm-example)5676    - [Эквиваленты на чистом Python](https://python-all.ru/3.11/howto/descriptor.html#pure-python-equivalents)56775678      - [Свойства](https://python-all.ru/3.11/howto/descriptor.html#properties)5679      - [Функции и методы](https://python-all.ru/3.11/howto/descriptor.html#functions-and-methods)5680      - [Виды методов](https://python-all.ru/3.11/howto/descriptor.html#kinds-of-methods)5681      - [Статические методы](https://python-all.ru/3.11/howto/descriptor.html#static-methods)5682      - [Методы класса](https://python-all.ru/3.11/howto/descriptor.html#class-methods)5683      - [Объекты-члены и \_\_slots\_\_](https://python-all.ru/3.11/howto/descriptor.html#member-objects-and-slots)5684  - [Отладка расширений C API и внутренностей CPython с помощью GDB](https://python-all.ru/3.11/howto/gdb_helpers.html)56855686    - [Предварительные требования](https://python-all.ru/3.11/howto/gdb_helpers.html#prerequisites)56875688      - [Настройка для Python, собранного из исходников](https://python-all.ru/3.11/howto/gdb_helpers.html#setup-with-python-built-from-source)5689      - [Настройка для Python из дистрибутива Linux](https://python-all.ru/3.11/howto/gdb_helpers.html#setup-for-python-from-a-linux-distro)5690    - [Использование отладочной сборки и режима разработки](https://python-all.ru/3.11/howto/gdb_helpers.html#using-the-debug-build-and-development-mode)5691    - [Использование расширения `python-gdb`](https://python-all.ru/3.11/howto/gdb_helpers.html#using-the-python-gdb-extension)56925693      - [Pretty-принтеры](https://python-all.ru/3.11/howto/gdb_helpers.html#pretty-printers)5694      - [`py-list`](https://python-all.ru/3.11/howto/gdb_helpers.html#py-list)5695      - [`py-up` и `py-down`](https://python-all.ru/3.11/howto/gdb_helpers.html#py-up-and-py-down)5696      - [`py-bt`](https://python-all.ru/3.11/howto/gdb_helpers.html#py-bt)5697      - [`py-print`](https://python-all.ru/3.11/howto/gdb_helpers.html#py-print)5698      - [`py-locals`](https://python-all.ru/3.11/howto/gdb_helpers.html#py-locals)5699    - [Использование с командами GDB](https://python-all.ru/3.11/howto/gdb_helpers.html#use-with-gdb-commands)5700  - [HOWTO по Enum](https://python-all.ru/3.11/howto/enum.html)57015702    - [Программный доступ к элементам перечисления и их атрибутам](https://python-all.ru/3.11/howto/enum.html#programmatic-access-to-enumeration-members-and-their-attributes)5703    - [Дублирование элементов и значений перечисления](https://python-all.ru/3.11/howto/enum.html#duplicating-enum-members-and-values)5704    - [Обеспечение уникальности значений перечисления](https://python-all.ru/3.11/howto/enum.html#ensuring-unique-enumeration-values)5705    - [Использование автоматических значений](https://python-all.ru/3.11/howto/enum.html#using-automatic-values)5706    - [Итерация](https://python-all.ru/3.11/howto/enum.html#iteration)5707    - [Сравнения](https://python-all.ru/3.11/howto/enum.html#comparisons)5708    - [Допустимые элементы и атрибуты перечислений](https://python-all.ru/3.11/howto/enum.html#allowed-members-and-attributes-of-enumerations)5709    - [Ограниченное создание подклассов Enum](https://python-all.ru/3.11/howto/enum.html#restricted-enum-subclassing)5710    - [Сериализация pickle](https://python-all.ru/3.11/howto/enum.html#pickling)5711    - [Функциональный API](https://python-all.ru/3.11/howto/enum.html#functional-api)5712    - [Производные перечисления](https://python-all.ru/3.11/howto/enum.html#derived-enumerations)57135714      - [IntEnum](https://python-all.ru/3.11/howto/enum.html#intenum)5715      - [StrEnum](https://python-all.ru/3.11/howto/enum.html#strenum)5716      - [IntFlag](https://python-all.ru/3.11/howto/enum.html#intflag)5717      - [Flag](https://python-all.ru/3.11/howto/enum.html#flag)5718      - [Другие](https://python-all.ru/3.11/howto/enum.html#others)5719    - [Когда использовать `__new__()` вместо `__init__()`](https://python-all.ru/3.11/howto/enum.html#when-to-use-new-vs-init)57205721      - [Тонкие моменты](https://python-all.ru/3.11/howto/enum.html#finer-points)57225723        - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.11/howto/enum.html#supported-dunder-names)5724        - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.11/howto/enum.html#supported-sunder-names)5725        - [\_Private\_\_names](https://python-all.ru/3.11/howto/enum.html#private-names)5726        - [Тип элемента `Enum`](https://python-all.ru/3.11/howto/enum.html#enum-member-type)5727        - [Создание элементов, смешанных с другими типами данных](https://python-all.ru/3.11/howto/enum.html#creating-members-that-are-mixed-with-other-data-types)5728        - [Логическое значение классов и элементов `Enum`](https://python-all.ru/3.11/howto/enum.html#boolean-value-of-enum-classes-and-members)5729        - [Классы `Enum` с методами](https://python-all.ru/3.11/howto/enum.html#enum-classes-with-methods)5730        - [Объединение элементов `Flag`](https://python-all.ru/3.11/howto/enum.html#combining-members-of-flag)5731        - [`Flag` и `IntFlag` детали](https://python-all.ru/3.11/howto/enum.html#flag-and-intflag-minutia)5732    - [Чем отличаются перечисления (Enum) и флаги (Flag)?](https://python-all.ru/3.11/howto/enum.html#how-are-enums-and-flags-different)57335734      - [Классы Enum](https://python-all.ru/3.11/howto/enum.html#enum-classes)5735      - [Классы Flag](https://python-all.ru/3.11/howto/enum.html#flag-classes)5736      - [Члены Enum (экземпляры)](https://python-all.ru/3.11/howto/enum.html#enum-members-aka-instances)5737      - [Члены Flag](https://python-all.ru/3.11/howto/enum.html#flag-members)5738    - [Сборник рецептов Enum](https://python-all.ru/3.11/howto/enum.html#enum-cookbook)57395740      - [Пропуск значений](https://python-all.ru/3.11/howto/enum.html#omitting-values)57415742        - [Использование `auto`](https://python-all.ru/3.11/howto/enum.html#using-auto)5743        - [Использование `object`](https://python-all.ru/3.11/howto/enum.html#using-object)5744        - [Использование описательной строки](https://python-all.ru/3.11/howto/enum.html#using-a-descriptive-string)5745        - [Использование пользовательского `__new__()`](https://python-all.ru/3.11/howto/enum.html#using-a-custom-new)5746      - [OrderedEnum](https://python-all.ru/3.11/howto/enum.html#orderedenum)5747      - [DuplicateFreeEnum](https://python-all.ru/3.11/howto/enum.html#duplicatefreeenum)5748      - [Planet](https://python-all.ru/3.11/howto/enum.html#planet)5749      - [TimePeriod](https://python-all.ru/3.11/howto/enum.html#timeperiod)5750    - [Наследование от EnumType](https://python-all.ru/3.11/howto/enum.html#subclassing-enumtype)5751  - [HOWTO по функциональному программированию](https://python-all.ru/3.11/howto/functional.html)57525753    - [Введение](https://python-all.ru/3.11/howto/functional.html#introduction)57545755      - [Формальная доказуемость](https://python-all.ru/3.11/howto/functional.html#formal-provability)5756      - [Модульность](https://python-all.ru/3.11/howto/functional.html#modularity)5757      - [Простота отладки и тестирования](https://python-all.ru/3.11/howto/functional.html#ease-of-debugging-and-testing)5758      - [Композируемость](https://python-all.ru/3.11/howto/functional.html#composability)5759    - [Итераторы](https://python-all.ru/3.11/howto/functional.html#iterators)57605761      - [Типы данных, поддерживающие итераторы](https://python-all.ru/3.11/howto/functional.html#data-types-that-support-iterators)5762    - [Генераторные выражения и списковые включения](https://python-all.ru/3.11/howto/functional.html#generator-expressions-and-list-comprehensions)5763    - [Генераторы](https://python-all.ru/3.11/howto/functional.html#generators)57645765      - [Передача значений в генератор](https://python-all.ru/3.11/howto/functional.html#passing-values-into-a-generator)5766    - [Встроенные функции](https://python-all.ru/3.11/howto/functional.html#built-in-functions)5767    - [Модуль itertools](https://python-all.ru/3.11/howto/functional.html#the-itertools-module)57685769      - [Создание новых итераторов](https://python-all.ru/3.11/howto/functional.html#creating-new-iterators)5770      - [Вызов функций для элементов](https://python-all.ru/3.11/howto/functional.html#calling-functions-on-elements)5771      - [Выбор элементов](https://python-all.ru/3.11/howto/functional.html#selecting-elements)5772      - [Комбинаторные функции](https://python-all.ru/3.11/howto/functional.html#combinatoric-functions)5773      - [Группировка элементов](https://python-all.ru/3.11/howto/functional.html#grouping-elements)5774    - [Модуль functools](https://python-all.ru/3.11/howto/functional.html#the-functools-module)57755776      - [Модуль operator](https://python-all.ru/3.11/howto/functional.html#the-operator-module)5777    - [Небольшие функции и лямбда-выражение](https://python-all.ru/3.11/howto/functional.html#small-functions-and-the-lambda-expression)5778    - [История изменений и благодарности](https://python-all.ru/3.11/howto/functional.html#revision-history-and-acknowledgements)5779    - [Ссылки](https://python-all.ru/3.11/howto/functional.html#references)57805781      - [Общие](https://python-all.ru/3.11/howto/functional.html#general)5782      - [Специфичное для Python](https://python-all.ru/3.11/howto/functional.html#python-specific)5783      - [Документация Python](https://python-all.ru/3.11/howto/functional.html#python-documentation)5784  - [Руководство по логированию](https://python-all.ru/3.11/howto/logging.html)57855786    - [Базовое руководство по логированию](https://python-all.ru/3.11/howto/logging.html#basic-logging-tutorial)57875788      - [Когда использовать логирование](https://python-all.ru/3.11/howto/logging.html#when-to-use-logging)5789      - [Простой пример](https://python-all.ru/3.11/howto/logging.html#a-simple-example)5790      - [Логирование в файл](https://python-all.ru/3.11/howto/logging.html#logging-to-a-file)5791      - [Логирование переменных данных](https://python-all.ru/3.11/howto/logging.html#logging-variable-data)5792      - [Изменение формата отображаемых сообщений](https://python-all.ru/3.11/howto/logging.html#changing-the-format-of-displayed-messages)5793      - [Отображение даты/времени в сообщениях](https://python-all.ru/3.11/howto/logging.html#displaying-the-date-time-in-messages)5794      - [Дальнейшие шаги](https://python-all.ru/3.11/howto/logging.html#next-steps)5795    - [Расширенное руководство по логированию](https://python-all.ru/3.11/howto/logging.html#advanced-logging-tutorial)57965797      - [Поток логирования](https://python-all.ru/3.11/howto/logging.html#logging-flow)5798      - [Логгеры](https://python-all.ru/3.11/howto/logging.html#loggers)5799      - [Обработчики](https://python-all.ru/3.11/howto/logging.html#handlers)5800      - [Форматировщики](https://python-all.ru/3.11/howto/logging.html#formatters)5801      - [Настройка логирования](https://python-all.ru/3.11/howto/logging.html#configuring-logging)5802      - [Что происходит, если конфигурация не предоставлена](https://python-all.ru/3.11/howto/logging.html#what-happens-if-no-configuration-is-provided)5803      - [Настройка логирования для библиотеки](https://python-all.ru/3.11/howto/logging.html#configuring-logging-for-a-library)5804    - [Уровни журналирования](https://python-all.ru/3.11/howto/logging.html#logging-levels)58055806      - [Пользовательские уровни](https://python-all.ru/3.11/howto/logging.html#custom-levels)5807    - [Полезные обработчики](https://python-all.ru/3.11/howto/logging.html#useful-handlers)5808    - [Исключения, возникающие при логировании](https://python-all.ru/3.11/howto/logging.html#exceptions-raised-during-logging)5809    - [Использование произвольных объектов в качестве сообщений](https://python-all.ru/3.11/howto/logging.html#using-arbitrary-objects-as-messages)5810    - [Оптимизация](https://python-all.ru/3.11/howto/logging.html#optimization)5811  - [Рецепты по логированию](https://python-all.ru/3.11/howto/logging-cookbook.html)58125813    - [Использование логирования в нескольких модулях](https://python-all.ru/3.11/howto/logging-cookbook.html#using-logging-in-multiple-modules)5814    - [Логирование из нескольких потоков](https://python-all.ru/3.11/howto/logging-cookbook.html#logging-from-multiple-threads)5815    - [Несколько обработчиков и форматировщиков](https://python-all.ru/3.11/howto/logging-cookbook.html#multiple-handlers-and-formatters)5816    - [Логирование в несколько мест назначения](https://python-all.ru/3.11/howto/logging-cookbook.html#logging-to-multiple-destinations)5817    - [Пользовательская обработка уровней](https://python-all.ru/3.11/howto/logging-cookbook.html#custom-handling-of-levels)5818    - [Пример сервера конфигурации](https://python-all.ru/3.11/howto/logging-cookbook.html#configuration-server-example)5819    - [Работа с блокирующими обработчиками](https://python-all.ru/3.11/howto/logging-cookbook.html#dealing-with-handlers-that-block)5820    - [Отправка и получение событий логирования по сети](https://python-all.ru/3.11/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network)58215822      - [Запуск слушателя сокетов логирования в production](https://python-all.ru/3.11/howto/logging-cookbook.html#running-a-logging-socket-listener-in-production)5823    - [Добавление контекстной информации в вывод логирования](https://python-all.ru/3.11/howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output)58245825      - [Использование LoggerAdapters для передачи контекстной информации](https://python-all.ru/3.11/howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information)58265827        - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.11/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)5828      - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.11/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)5829    - [Использование `contextvars`](https://python-all.ru/3.11/howto/logging-cookbook.html#use-of-contextvars)5830    - [Передача контекстной информации в обработчиках](https://python-all.ru/3.11/howto/logging-cookbook.html#imparting-contextual-information-in-handlers)5831    - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.11/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)58325833      - [Использование concurrent.futures.ProcessPoolExecutor](https://python-all.ru/3.11/howto/logging-cookbook.html#using-concurrent-futures-processpoolexecutor)5834      - [Развертывание веб-приложений с использованием Gunicorn и uWSGI](https://python-all.ru/3.11/howto/logging-cookbook.html#deploying-web-applications-using-gunicorn-and-uwsgi)5835    - [Использование ротации файлов](https://python-all.ru/3.11/howto/logging-cookbook.html#using-file-rotation)5836    - [Использование альтернативных стилей форматирования](https://python-all.ru/3.11/howto/logging-cookbook.html#use-of-alternative-formatting-styles)5837    - [Настройка `LogRecord`](https://python-all.ru/3.11/howto/logging-cookbook.html#customizing-logrecord)5838    - [Наследование QueueHandler и QueueListener – пример с ZeroMQ](https://python-all.ru/3.11/howto/logging-cookbook.html#subclassing-queuehandler-and-queuelistener-a-zeromq-example)58395840      - [Наследование `QueueHandler`](https://python-all.ru/3.11/howto/logging-cookbook.html#subclass-queuehandler)5841      - [Наследование `QueueListener`](https://python-all.ru/3.11/howto/logging-cookbook.html#subclass-queuelistener)5842    - [Наследование QueueHandler и QueueListener – пример с `pynng`](https://python-all.ru/3.11/howto/logging-cookbook.html#subclassing-queuehandler-and-queuelistener-a-pynng-example)58435844      - [Наследование `QueueListener`](https://python-all.ru/3.11/howto/logging-cookbook.html#id3)5845      - [Наследование `QueueHandler`](https://python-all.ru/3.11/howto/logging-cookbook.html#id4)5846    - [Пример конфигурации на основе словаря](https://python-all.ru/3.11/howto/logging-cookbook.html#an-example-dictionary-based-configuration)5847    - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.11/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)5848    - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.11/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)5849    - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.11/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)5850    - [Реализация структурированного логирования](https://python-all.ru/3.11/howto/logging-cookbook.html#implementing-structured-logging)5851    - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.11/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)5852    - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.11/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)58535854      - [Использование фабрик LogRecord](https://python-all.ru/3.11/howto/logging-cookbook.html#using-logrecord-factories)5855      - [Использование пользовательских объектов сообщений](https://python-all.ru/3.11/howto/logging-cookbook.html#using-custom-message-objects)5856    - [Настройка фильтров с помощью `dictConfig()`](https://python-all.ru/3.11/howto/logging-cookbook.html#configuring-filters-with-dictconfig)5857    - [Настраиваемое форматирование исключений](https://python-all.ru/3.11/howto/logging-cookbook.html#customized-exception-formatting)5858    - [Озвучивание сообщений логирования](https://python-all.ru/3.11/howto/logging-cookbook.html#speaking-logging-messages)5859    - [Буферизация сообщений логирования и их условный вывод](https://python-all.ru/3.11/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally)5860    - [Отправка сообщений журнала на почту с буферизацией](https://python-all.ru/3.11/howto/logging-cookbook.html#sending-logging-messages-to-email-with-buffering)5861    - [Форматирование времени в UTC (GMT) через конфигурацию](https://python-all.ru/3.11/howto/logging-cookbook.html#formatting-times-using-utc-gmt-via-configuration)5862    - [Использование менеджера контекста для выборочного журналирования](https://python-all.ru/3.11/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging)5863    - [Шаблон для запуска CLI-приложения](https://python-all.ru/3.11/howto/logging-cookbook.html#a-cli-application-starter-template)5864    - [Графический интерфейс Qt для журналирования](https://python-all.ru/3.11/howto/logging-cookbook.html#a-qt-gui-for-logging)5865    - [Журналирование в syslog с поддержкой RFC5424](https://python-all.ru/3.11/howto/logging-cookbook.html#logging-to-syslog-with-rfc5424-support)5866    - [Как использовать регистратор как поток вывода](https://python-all.ru/3.11/howto/logging-cookbook.html#how-to-treat-a-logger-like-an-output-stream)5867    - [Шаблоны, которых следует избегать](https://python-all.ru/3.11/howto/logging-cookbook.html#patterns-to-avoid)58685869      - [Открытие одного и того же файла журнала несколько раз](https://python-all.ru/3.11/howto/logging-cookbook.html#opening-the-same-log-file-multiple-times)5870      - [Использование регистраторов как атрибутов класса или передача их в качестве параметров](https://python-all.ru/3.11/howto/logging-cookbook.html#using-loggers-as-attributes-in-a-class-or-passing-them-as-parameters)5871      - [Добавление в библиотеке обработчиков, отличных от `NullHandler`, в регистратор](https://python-all.ru/3.11/howto/logging-cookbook.html#adding-handlers-other-than-nullhandler-to-a-logger-in-a-library)5872      - [Создание большого количества регистраторов](https://python-all.ru/3.11/howto/logging-cookbook.html#creating-a-lot-of-loggers)5873    - [Другие ресурсы](https://python-all.ru/3.11/howto/logging-cookbook.html#other-resources)5874  - [HOWTO по регулярным выражениям](https://python-all.ru/3.11/howto/regex.html)58755876    - [Введение](https://python-all.ru/3.11/howto/regex.html#introduction)5877    - [Простые шаблоны](https://python-all.ru/3.11/howto/regex.html#simple-patterns)58785879      - [Сопоставление символов](https://python-all.ru/3.11/howto/regex.html#matching-characters)5880      - [Повторение](https://python-all.ru/3.11/howto/regex.html#repeating-things)5881    - [Использование регулярных выражений](https://python-all.ru/3.11/howto/regex.html#using-regular-expressions)58825883      - [Компиляция регулярных выражений](https://python-all.ru/3.11/howto/regex.html#compiling-regular-expressions)5884      - [Проблема обратной косой черты](https://python-all.ru/3.11/howto/regex.html#the-backslash-plague)5885      - [Выполнение сопоставлений](https://python-all.ru/3.11/howto/regex.html#performing-matches)5886      - [Функции уровня модуля](https://python-all.ru/3.11/howto/regex.html#module-level-functions)5887      - [Флаги компиляции](https://python-all.ru/3.11/howto/regex.html#compilation-flags)5888    - [Дополнительные возможности шаблонов](https://python-all.ru/3.11/howto/regex.html#more-pattern-power)58895890      - [Дополнительные метасимволы](https://python-all.ru/3.11/howto/regex.html#more-metacharacters)5891      - [Группировка](https://python-all.ru/3.11/howto/regex.html#grouping)5892      - [Незахватывающие и именованные группы](https://python-all.ru/3.11/howto/regex.html#non-capturing-and-named-groups)5893      - [Опережающие проверки](https://python-all.ru/3.11/howto/regex.html#lookahead-assertions)5894    - [Изменение строк](https://python-all.ru/3.11/howto/regex.html#modifying-strings)58955896      - [Разделение строк](https://python-all.ru/3.11/howto/regex.html#splitting-strings)5897      - [Поиск и замена](https://python-all.ru/3.11/howto/regex.html#search-and-replace)5898    - [Распространённые проблемы](https://python-all.ru/3.11/howto/regex.html#common-problems)58995900      - [Использование строковых методов](https://python-all.ru/3.11/howto/regex.html#use-string-methods)5901      - [match() и search()](https://python-all.ru/3.11/howto/regex.html#match-versus-search)5902      - [Жадные и нежадные квантификаторы](https://python-all.ru/3.11/howto/regex.html#greedy-versus-non-greedy)5903      - [Использование re.VERBOSE](https://python-all.ru/3.11/howto/regex.html#using-re-verbose)5904    - [Обратная связь](https://python-all.ru/3.11/howto/regex.html#feedback)5905  - [Руководство по программированию сокетов](https://python-all.ru/3.11/howto/sockets.html)59065907    - [Сокеты](https://python-all.ru/3.11/howto/sockets.html#sockets)59085909      - [История](https://python-all.ru/3.11/howto/sockets.html#history)5910    - [Создание сокета](https://python-all.ru/3.11/howto/sockets.html#creating-a-socket)59115912      - [Межпроцессное взаимодействие](https://python-all.ru/3.11/howto/sockets.html#ipc)5913    - [Использование сокета](https://python-all.ru/3.11/howto/sockets.html#using-a-socket)59145915      - [Двоичные данные](https://python-all.ru/3.11/howto/sockets.html#binary-data)5916    - [Отключение](https://python-all.ru/3.11/howto/sockets.html#disconnecting)59175918      - [Когда сокеты завершают работу](https://python-all.ru/3.11/howto/sockets.html#when-sockets-die)5919    - [Неблокирующие сокеты](https://python-all.ru/3.11/howto/sockets.html#non-blocking-sockets)5920  - [Sorting HOW TO](https://python-all.ru/3.11/howto/sorting.html)59215922    - [Основы сортировки](https://python-all.ru/3.11/howto/sorting.html#sorting-basics)5923    - [Ключевые функции](https://python-all.ru/3.11/howto/sorting.html#key-functions)5924    - [Operator Module Functions](https://python-all.ru/3.11/howto/sorting.html#operator-module-functions)5925    - [По возрастанию и по убыванию](https://python-all.ru/3.11/howto/sorting.html#ascending-and-descending)5926    - [Стабильность сортировки и сложные сортировки](https://python-all.ru/3.11/howto/sorting.html#sort-stability-and-complex-sorts)5927    - [Украсить-отсортировать-разукрасить](https://python-all.ru/3.11/howto/sorting.html#decorate-sort-undecorate)5928    - [Функции сравнения](https://python-all.ru/3.11/howto/sorting.html#comparison-functions)5929    - [Разное](https://python-all.ru/3.11/howto/sorting.html#odds-and-ends)5930  - [Руководство по Unicode](https://python-all.ru/3.11/howto/unicode.html)59315932    - [Введение в Unicode](https://python-all.ru/3.11/howto/unicode.html#introduction-to-unicode)59335934      - [Определения](https://python-all.ru/3.11/howto/unicode.html#definitions)5935      - [Кодировки](https://python-all.ru/3.11/howto/unicode.html#encodings)5936      - [Ссылки](https://python-all.ru/3.11/howto/unicode.html#references)5937    - [Поддержка Unicode в Python](https://python-all.ru/3.11/howto/unicode.html#python-s-unicode-support)59385939      - [Тип str](https://python-all.ru/3.11/howto/unicode.html#the-string-type)5940      - [Преобразование в байты](https://python-all.ru/3.11/howto/unicode.html#converting-to-bytes)5941      - [Unicode-литералы в исходном коде Python](https://python-all.ru/3.11/howto/unicode.html#unicode-literals-in-python-source-code)5942      - [Свойства Unicode](https://python-all.ru/3.11/howto/unicode.html#unicode-properties)5943      - [Сравнение строк](https://python-all.ru/3.11/howto/unicode.html#comparing-strings)5944      - [Регулярные выражения и Unicode](https://python-all.ru/3.11/howto/unicode.html#unicode-regular-expressions)5945      - [Ссылки](https://python-all.ru/3.11/howto/unicode.html#id2)5946    - [Чтение и запись данных Unicode](https://python-all.ru/3.11/howto/unicode.html#reading-and-writing-unicode-data)59475948      - [Имена файлов в Unicode](https://python-all.ru/3.11/howto/unicode.html#unicode-filenames)5949      - [Советы по написанию программ с поддержкой Unicode](https://python-all.ru/3.11/howto/unicode.html#tips-for-writing-unicode-aware-programs)59505951        - [Преобразование между кодировками файлов](https://python-all.ru/3.11/howto/unicode.html#converting-between-file-encodings)5952        - [Файлы в неизвестной кодировке](https://python-all.ru/3.11/howto/unicode.html#files-in-an-unknown-encoding)5953      - [Ссылки](https://python-all.ru/3.11/howto/unicode.html#id3)5954    - [Благодарности](https://python-all.ru/3.11/howto/unicode.html#acknowledgements)5955  - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.11/howto/urllib2.html)59565957    - [Введение](https://python-all.ru/3.11/howto/urllib2.html#introduction)5958    - [Получение URL-адресов](https://python-all.ru/3.11/howto/urllib2.html#fetching-urls)59595960      - [Данные](https://python-all.ru/3.11/howto/urllib2.html#data)5961      - [Заголовки](https://python-all.ru/3.11/howto/urllib2.html#headers)5962    - [Обработка исключений](https://python-all.ru/3.11/howto/urllib2.html#handling-exceptions)59635964      - [URLError](https://python-all.ru/3.11/howto/urllib2.html#urlerror)5965      - [HTTPError](https://python-all.ru/3.11/howto/urllib2.html#httperror)59665967        - [Коды ошибок](https://python-all.ru/3.11/howto/urllib2.html#error-codes)5968      - [Заключение](https://python-all.ru/3.11/howto/urllib2.html#wrapping-it-up)59695970        - [Номер 1](https://python-all.ru/3.11/howto/urllib2.html#number-1)5971        - [Номер 2](https://python-all.ru/3.11/howto/urllib2.html#number-2)5972    - [info и geturl](https://python-all.ru/3.11/howto/urllib2.html#info-and-geturl)5973    - [Открыватели и обработчики](https://python-all.ru/3.11/howto/urllib2.html#openers-and-handlers)5974    - [Базовая аутентификация](https://python-all.ru/3.11/howto/urllib2.html#id5)5975    - [Прокси](https://python-all.ru/3.11/howto/urllib2.html#proxies)5976    - [Сокеты и слои](https://python-all.ru/3.11/howto/urllib2.html#sockets-and-layers)5977    - [Сноски](https://python-all.ru/3.11/howto/urllib2.html#footnotes)5978  - [Учебное пособие по argparse](https://python-all.ru/3.11/howto/argparse.html)59795980    - [Основные понятия](https://python-all.ru/3.11/howto/argparse.html#concepts)5981    - [Основы](https://python-all.ru/3.11/howto/argparse.html#the-basics)5982    - [Знакомство с позиционными аргументами](https://python-all.ru/3.11/howto/argparse.html#introducing-positional-arguments)5983    - [Знакомство с необязательными аргументами](https://python-all.ru/3.11/howto/argparse.html#introducing-optional-arguments)59845985      - [Короткие опции](https://python-all.ru/3.11/howto/argparse.html#short-options)5986    - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.11/howto/argparse.html#combining-positional-and-optional-arguments)5987    - [Переходим к более сложным темам](https://python-all.ru/3.11/howto/argparse.html#getting-a-little-more-advanced)59885989      - [Конфликтующие опции](https://python-all.ru/3.11/howto/argparse.html#conflicting-options)5990    - [Как перевести вывод argparse](https://python-all.ru/3.11/howto/argparse.html#how-to-translate-the-argparse-output)5991    - [Заключение](https://python-all.ru/3.11/howto/argparse.html#conclusion)5992  - [Введение в модуль ipaddress](https://python-all.ru/3.11/howto/ipaddress.html)59935994    - [Создание объектов Address/Network/Interface](https://python-all.ru/3.11/howto/ipaddress.html#creating-address-network-interface-objects)59955996      - [Замечание о версиях IP](https://python-all.ru/3.11/howto/ipaddress.html#a-note-on-ip-versions)5997      - [IP-адреса хостов](https://python-all.ru/3.11/howto/ipaddress.html#ip-host-addresses)5998      - [Определение сетей](https://python-all.ru/3.11/howto/ipaddress.html#defining-networks)5999      - [Интерфейсы хоста](https://python-all.ru/3.11/howto/ipaddress.html#host-interfaces)6000    - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.11/howto/ipaddress.html#inspecting-address-network-interface-objects)6001    - [Сети как списки адресов](https://python-all.ru/3.11/howto/ipaddress.html#networks-as-lists-of-addresses)6002    - [Сравнения](https://python-all.ru/3.11/howto/ipaddress.html#comparisons)6003    - [Использование IP-адресов с другими модулями](https://python-all.ru/3.11/howto/ipaddress.html#using-ip-addresses-with-other-modules)6004    - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.11/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)6005  - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.11/howto/instrumentation.html)60066007    - [Включение статических маркеров](https://python-all.ru/3.11/howto/instrumentation.html#enabling-the-static-markers)6008    - [Статические зонды DTrace](https://python-all.ru/3.11/howto/instrumentation.html#static-dtrace-probes)6009    - [Статические маркеры SystemTap](https://python-all.ru/3.11/howto/instrumentation.html#static-systemtap-markers)6010    - [Доступные статические маркеры](https://python-all.ru/3.11/howto/instrumentation.html#available-static-markers)6011    - [Тэпсеты SystemTap](https://python-all.ru/3.11/howto/instrumentation.html#systemtap-tapsets)6012    - [Примеры](https://python-all.ru/3.11/howto/instrumentation.html#examples)6013  - [Лучшие практики аннотаций](https://python-all.ru/3.11/howto/annotations.html)60146015    - [Доступ к словарю аннотаций объекта в Python 3.10 и новее](https://python-all.ru/3.11/howto/annotations.html#accessing-the-annotations-dict-of-an-object-in-python-3-10-and-newer)6016    - [Доступ к словарю аннотаций объекта в Python 3.9 и старше](https://python-all.ru/3.11/howto/annotations.html#accessing-the-annotations-dict-of-an-object-in-python-3-9-and-older)6017    - [Ручное обратное преобразование строкизированных аннотаций](https://python-all.ru/3.11/howto/annotations.html#manually-un-stringizing-stringized-annotations)6018    - [Рекомендации по `__annotations__` в любой версии Python](https://python-all.ru/3.11/howto/annotations.html#best-practices-for-annotations-in-any-python-version)6019    - [`__annotations__` Особенности](https://python-all.ru/3.11/howto/annotations.html#annotations-quirks)6020  - [Изоляция модулей расширений](https://python-all.ru/3.11/howto/isolating-extensions.html)60216022    - [Кому следует это прочитать](https://python-all.ru/3.11/howto/isolating-extensions.html#who-should-read-this)6023    - [Фон](https://python-all.ru/3.11/howto/isolating-extensions.html#background)60246025      - [Переход к состоянию на модуль](https://python-all.ru/3.11/howto/isolating-extensions.html#enter-per-module-state)6026      - [Изолированные объекты модулей](https://python-all.ru/3.11/howto/isolating-extensions.html#isolated-module-objects)6027      - [Неожиданные граничные случаи](https://python-all.ru/3.11/howto/isolating-extensions.html#surprising-edge-cases)6028    - [Обеспечение безопасности модулей с несколькими интерпретаторами](https://python-all.ru/3.11/howto/isolating-extensions.html#making-modules-safe-with-multiple-interpreters)60296030      - [Управление глобальным состоянием](https://python-all.ru/3.11/howto/isolating-extensions.html#managing-global-state)6031      - [Управление состоянием на модуль](https://python-all.ru/3.11/howto/isolating-extensions.html#managing-per-module-state)6032      - [Отказ: ограничение одним объектом модуля на процесс](https://python-all.ru/3.11/howto/isolating-extensions.html#opt-out-limiting-to-one-module-object-per-process)6033      - [Доступ к состоянию модуля из функций](https://python-all.ru/3.11/howto/isolating-extensions.html#module-state-access-from-functions)6034    - [Типы в куче](https://python-all.ru/3.11/howto/isolating-extensions.html#heap-types)60356036      - [Преобразование статических типов в кучевые](https://python-all.ru/3.11/howto/isolating-extensions.html#changing-static-types-to-heap-types)6037      - [Определение кучевых типов](https://python-all.ru/3.11/howto/isolating-extensions.html#defining-heap-types)6038      - [Протокол сборки мусора](https://python-all.ru/3.11/howto/isolating-extensions.html#garbage-collection-protocol)60396040        - [`tp_traverse` в Python 3.8 и ниже](https://python-all.ru/3.11/howto/isolating-extensions.html#tp-traverse-in-python-3-8-and-lower)6041        - [Делегирование `tp_traverse`](https://python-all.ru/3.11/howto/isolating-extensions.html#delegating-tp-traverse)6042        - [Определение `tp_dealloc`](https://python-all.ru/3.11/howto/isolating-extensions.html#defining-tp-dealloc)6043        - [Без переопределения `tp_free`](https://python-all.ru/3.11/howto/isolating-extensions.html#not-overriding-tp-free)6044        - [Избегание `PyObject_New`](https://python-all.ru/3.11/howto/isolating-extensions.html#avoiding-pyobject-new)6045      - [Доступ к состоянию модуля из классов](https://python-all.ru/3.11/howto/isolating-extensions.html#module-state-access-from-classes)6046      - [Доступ к состоянию модуля из обычных методов](https://python-all.ru/3.11/howto/isolating-extensions.html#module-state-access-from-regular-methods)6047      - [Доступ к состоянию модуля из методов слотов, геттеров и сеттеров](https://python-all.ru/3.11/howto/isolating-extensions.html#module-state-access-from-slot-methods-getters-and-setters)6048      - [Время жизни состояния модуля](https://python-all.ru/3.11/howto/isolating-extensions.html#lifetime-of-the-module-state)6049    - [Открытые вопросы](https://python-all.ru/3.11/howto/isolating-extensions.html#open-issues)60506051      - [Область видимости на класс](https://python-all.ru/3.11/howto/isolating-extensions.html#per-class-scope)6052      - [Преобразование в типы кучи без потерь](https://python-all.ru/3.11/howto/isolating-extensions.html#lossless-conversion-to-heap-types)6053- [Часто задаваемые вопросы по Python](https://python-all.ru/3.11/faq/index.html)60546055  - [Общие вопросы по Python](https://python-all.ru/3.11/faq/general.html)60566057    - [Общая информация](https://python-all.ru/3.11/faq/general.html#general-information)6058    - [Python в реальном мире](https://python-all.ru/3.11/faq/general.html#python-in-the-real-world)6059  - [Вопросы по программированию](https://python-all.ru/3.11/faq/programming.html)60606061    - [Общие вопросы](https://python-all.ru/3.11/faq/programming.html#general-questions)6062    - [Ядро языка](https://python-all.ru/3.11/faq/programming.html#core-language)6063    - [Числа и строки](https://python-all.ru/3.11/faq/programming.html#numbers-and-strings)6064    - [Производительность](https://python-all.ru/3.11/faq/programming.html#performance)6065    - [Последовательности (кортежи/списки)](https://python-all.ru/3.11/faq/programming.html#sequences-tuples-lists)6066    - [Объекты](https://python-all.ru/3.11/faq/programming.html#objects)6067    - [Модули](https://python-all.ru/3.11/faq/programming.html#modules)6068  - [Вопросы по дизайну и истории](https://python-all.ru/3.11/faq/design.html)60696070    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.11/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)6071    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.11/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)6072    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.11/faq/design.html#why-are-floating-point-calculations-so-inaccurate)6073    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.11/faq/design.html#why-are-python-strings-immutable)6074    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.11/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)6075    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.11/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)6076    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.11/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)6077    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.11/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)6078    - [Насколько быстры исключения?](https://python-all.ru/3.11/faq/design.html#how-fast-are-exceptions)6079    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.11/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)6080    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.11/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)6081    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.11/faq/design.html#why-can-t-lambda-expressions-contain-statements)6082    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.11/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)6083    - [Как Python управляет памятью?](https://python-all.ru/3.11/faq/design.html#how-does-python-manage-memory)6084    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.11/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)6085    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.11/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)6086    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.11/faq/design.html#why-are-there-separate-tuple-and-list-data-types)6087    - [Как списки реализованы в CPython?](https://python-all.ru/3.11/faq/design.html#how-are-lists-implemented-in-cpython)6088    - [Как словари реализованы в CPython?](https://python-all.ru/3.11/faq/design.html#how-are-dictionaries-implemented-in-cpython)6089    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.11/faq/design.html#why-must-dictionary-keys-be-immutable)6090    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.11/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)6091    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.11/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)6092    - [Почему нет goto?](https://python-all.ru/3.11/faq/design.html#why-is-there-no-goto)6093    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.11/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)6094    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.11/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)6095    - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.11/faq/design.html#why-don-t-generators-support-the-with-statement)6096    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.11/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)6097    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.11/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)6098  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.11/faq/library.html)60996100    - [Общие вопросы по библиотекам](https://python-all.ru/3.11/faq/library.html#general-library-questions)6101    - [Типовые задачи](https://python-all.ru/3.11/faq/library.html#common-tasks)6102    - [Потоки](https://python-all.ru/3.11/faq/library.html#threads)6103    - [Ввод и вывод](https://python-all.ru/3.11/faq/library.html#input-and-output)6104    - [Сетевое и интернет-программирование](https://python-all.ru/3.11/faq/library.html#network-internet-programming)6105    - [Базы данных](https://python-all.ru/3.11/faq/library.html#databases)6106    - [Математика и численные методы](https://python-all.ru/3.11/faq/library.html#mathematics-and-numerics)6107  - [FAQ по расширению и встраиванию](https://python-all.ru/3.11/faq/extending.html)61086109    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.11/faq/extending.html#can-i-create-my-own-functions-in-c)6110    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.11/faq/extending.html#id1)6111    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.11/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)6112    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.11/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)6113    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.11/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)6114    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.11/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)6115    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.11/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)6116    - [Как вызвать метод объекта из C?](https://python-all.ru/3.11/faq/extending.html#how-do-i-call-an-object-s-method-from-c)6117    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.11/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)6118    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.11/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)6119    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.11/faq/extending.html#how-do-i-interface-to-c-objects-from-python)6120    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.11/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)6121    - [Как отлаживать расширение?](https://python-all.ru/3.11/faq/extending.html#how-do-i-debug-an-extension)6122    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.11/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)6123    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.11/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)6124    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.11/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)6125    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.11/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)6126  - [FAQ по Python в Windows](https://python-all.ru/3.11/faq/windows.html)61276128    - [Как запустить программу Python в Windows?](https://python-all.ru/3.11/faq/windows.html#how-do-i-run-a-python-program-under-windows)6129    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.11/faq/windows.html#how-do-i-make-python-scripts-executable)6130    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.11/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)6131    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.11/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)6132    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.11/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)6133    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.11/faq/windows.html#how-can-i-embed-python-into-a-windows-application)6134    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.11/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)6135    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.11/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)6136    - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3.11/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)6137  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.11/faq/gui.html)61386139    - [Общие вопросы по GUI](https://python-all.ru/3.11/faq/gui.html#general-gui-questions)6140    - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.11/faq/gui.html#what-gui-toolkits-exist-for-python)6141    - [Вопросы по Tkinter](https://python-all.ru/3.11/faq/gui.html#tkinter-questions)6142  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.11/faq/installed.html)61436144    - [Что такое Python?](https://python-all.ru/3.11/faq/installed.html#what-is-python)6145    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.11/faq/installed.html#why-is-python-installed-on-my-machine)6146    - [Можно ли удалить Python?](https://python-all.ru/3.11/faq/installed.html#can-i-delete-python)6147- [Глоссарий](https://python-all.ru/3.11/glossary.html)6148- [Об этих документах](https://python-all.ru/3.11/about.html)61496150  - [Участники документации Python](https://python-all.ru/3.11/about.html#contributors-to-the-python-documentation)6151- [Работа с ошибками](https://python-all.ru/3.11/bugs.html)61526153  - [Ошибки в документации](https://python-all.ru/3.11/bugs.html#documentation-bugs)6154  - [Использование трекера задач Python](https://python-all.ru/3.11/bugs.html#using-the-python-issue-tracker)6155  - [Начало работы: участие в разработке Python](https://python-all.ru/3.11/bugs.html#getting-started-contributing-to-python-yourself)6156- [Авторские права](https://python-all.ru/3.11/copyright.html)6157- [История и лицензия](https://python-all.ru/3.11/license.html)61586159  - [История программного обеспечения](https://python-all.ru/3.11/license.html#history-of-the-software)6160  - [Условия доступа и использования Python](https://python-all.ru/3.11/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)61616162    - [PSF LICENSE AGREEMENT FOR PYTHON 3.11.15](https://python-all.ru/3.11/license.html#psf-license-agreement-for-python-release)6163    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.11/license.html#beopen-com-license-agreement-for-python-2-0)6164    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.11/license.html#cnri-license-agreement-for-python-1-6-1)6165    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.11/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)6166    - [ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON 3.11.15 DOCUMENTATION](https://python-all.ru/3.11/license.html#zero-clause-bsd-license-for-code-in-the-python-release-documentation)6167  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.11/license.html#licenses-and-acknowledgements-for-incorporated-software)61686169    - [Вихрь Мерсенна](https://python-all.ru/3.11/license.html#mersenne-twister)6170    - [Сокеты](https://python-all.ru/3.11/license.html#sockets)6171    - [Асинхронные службы сокетов](https://python-all.ru/3.11/license.html#asynchronous-socket-services)6172    - [Управление cookie](https://python-all.ru/3.11/license.html#cookie-management)6173    - [Трассировка выполнения](https://python-all.ru/3.11/license.html#execution-tracing)6174    - [Функции UUencode и UUdecode](https://python-all.ru/3.11/license.html#uuencode-and-uudecode-functions)6175    - [XML-вызовы удалённых процедур](https://python-all.ru/3.11/license.html#xml-remote-procedure-calls)6176    - [test\_epoll](https://python-all.ru/3.11/license.html#test-epoll)6177    - [Select kqueue](https://python-all.ru/3.11/license.html#select-kqueue)6178    - [SipHash24](https://python-all.ru/3.11/license.html#siphash24)6179    - [strtod and dtoa](https://python-all.ru/3.11/license.html#strtod-and-dtoa)6180    - [OpenSSL](https://python-all.ru/3.11/license.html#openssl)6181    - [expat](https://python-all.ru/3.11/license.html#expat)6182    - [libffi](https://python-all.ru/3.11/license.html#libffi)6183    - [zlib](https://python-all.ru/3.11/license.html#zlib)6184    - [cfuhash](https://python-all.ru/3.11/license.html#cfuhash)6185    - [libmpdec](https://python-all.ru/3.11/license.html#libmpdec)6186    - [Тестовый набор W3C C14N](https://python-all.ru/3.11/license.html#w3c-c14n-test-suite)6187    - [Audioop](https://python-all.ru/3.11/license.html#audioop)6188    - [asyncio](https://python-all.ru/3.11/license.html#asyncio)6189