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

contents.md

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

1> **Источник:** https://python-all.ru/3.12/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.12/whatsnew/index.html)1011  - [Что нового в Python 3.12](https://python-all.ru/3.12/whatsnew/3.12.html)1213    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.12.html#summary-release-highlights)14    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.12.html#new-features)1516      - [PEP 695: Синтаксис параметров типа](https://python-all.ru/3.12/whatsnew/3.12.html#pep-695-type-parameter-syntax)17      - [PEP 701: Формализация синтаксиса f-строк](https://python-all.ru/3.12/whatsnew/3.12.html#pep-701-syntactic-formalization-of-f-strings)18      - [PEP 684: GIL для каждого интерпретатора](https://python-all.ru/3.12/whatsnew/3.12.html#pep-684-a-per-interpreter-gil)19      - [PEP 669: Мониторинг с низким влиянием для CPython](https://python-all.ru/3.12/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython)20      - [PEP 688: Доступность протокола буфера в Python](https://python-all.ru/3.12/whatsnew/3.12.html#pep-688-making-the-buffer-protocol-accessible-in-python)21      - [PEP 709: Встраивание генераторных выражений](https://python-all.ru/3.12/whatsnew/3.12.html#pep-709-comprehension-inlining)22      - [Улучшенные сообщения об ошибках](https://python-all.ru/3.12/whatsnew/3.12.html#improved-error-messages)23    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.12/whatsnew/3.12.html#new-features-related-to-type-hints)2425      - [PEP 692: Использование `TypedDict` для более точной типизации `**kwargs`](https://python-all.ru/3.12/whatsnew/3.12.html#pep-692-using-typeddict-for-more-precise-kwargs-typing)26      - [PEP 698: Декоратор override для статической типизации](https://python-all.ru/3.12/whatsnew/3.12.html#pep-698-override-decorator-for-static-typing)27    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.12.html#other-language-changes)28    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.12.html#new-modules)29    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.12.html#improved-modules)3031      - [array](https://python-all.ru/3.12/whatsnew/3.12.html#array)32      - [asyncio](https://python-all.ru/3.12/whatsnew/3.12.html#asyncio)33      - [calendar](https://python-all.ru/3.12/whatsnew/3.12.html#calendar)34      - [csv](https://python-all.ru/3.12/whatsnew/3.12.html#csv)35      - [dis](https://python-all.ru/3.12/whatsnew/3.12.html#dis)36      - [fractions](https://python-all.ru/3.12/whatsnew/3.12.html#fractions)37      - [importlib.resources](https://python-all.ru/3.12/whatsnew/3.12.html#importlib-resources)38      - [inspect](https://python-all.ru/3.12/whatsnew/3.12.html#inspect)39      - [itertools](https://python-all.ru/3.12/whatsnew/3.12.html#itertools)40      - [math](https://python-all.ru/3.12/whatsnew/3.12.html#math)41      - [os](https://python-all.ru/3.12/whatsnew/3.12.html#os)42      - [os.path](https://python-all.ru/3.12/whatsnew/3.12.html#os-path)43      - [pathlib](https://python-all.ru/3.12/whatsnew/3.12.html#pathlib)44      - [platform](https://python-all.ru/3.12/whatsnew/3.12.html#platform)45      - [pdb](https://python-all.ru/3.12/whatsnew/3.12.html#pdb)46      - [random](https://python-all.ru/3.12/whatsnew/3.12.html#random)47      - [shutil](https://python-all.ru/3.12/whatsnew/3.12.html#shutil)48      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.12.html#sqlite3)49      - [statistics](https://python-all.ru/3.12/whatsnew/3.12.html#statistics)50      - [sys](https://python-all.ru/3.12/whatsnew/3.12.html#sys)51      - [tempfile](https://python-all.ru/3.12/whatsnew/3.12.html#tempfile)52      - [threading](https://python-all.ru/3.12/whatsnew/3.12.html#threading)53      - [tkinter](https://python-all.ru/3.12/whatsnew/3.12.html#tkinter)54      - [tokenize](https://python-all.ru/3.12/whatsnew/3.12.html#tokenize)55      - [типы](https://python-all.ru/3.12/whatsnew/3.12.html#types)56      - [typing](https://python-all.ru/3.12/whatsnew/3.12.html#typing)57      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.12.html#unicodedata)58      - [unittest](https://python-all.ru/3.12/whatsnew/3.12.html#unittest)59      - [uuid](https://python-all.ru/3.12/whatsnew/3.12.html#uuid)60    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.12.html#optimizations)61    - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.12.html#cpython-bytecode-changes)62    - [Демонстрации и инструменты](https://python-all.ru/3.12/whatsnew/3.12.html#demos-and-tools)63    - [Устарело](https://python-all.ru/3.12/whatsnew/3.12.html#deprecated)6465      - [Запланировано к удалению в Python 3.13](https://python-all.ru/3.12/whatsnew/3.12.html#pending-removal-in-python-3-13)66      - [Ожидается удаление в Python 3.14](https://python-all.ru/3.12/whatsnew/3.12.html#pending-removal-in-python-3-14)67      - [Ожидается удаление в Python 3.15](https://python-all.ru/3.12/whatsnew/3.12.html#pending-removal-in-python-3-15)68      - [Ожидается удаление в Python 3.16](https://python-all.ru/3.12/whatsnew/3.12.html#pending-removal-in-python-3-16)69      - [Ожидается удаление в будущих версиях](https://python-all.ru/3.12/whatsnew/3.12.html#pending-removal-in-future-versions)70    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.12.html#removed)7172      - [asynchat и asyncore](https://python-all.ru/3.12/whatsnew/3.12.html#asynchat-and-asyncore)73      - [configparser](https://python-all.ru/3.12/whatsnew/3.12.html#configparser)74      - [distutils](https://python-all.ru/3.12/whatsnew/3.12.html#distutils)75      - [ensurepip](https://python-all.ru/3.12/whatsnew/3.12.html#ensurepip)76      - [enum](https://python-all.ru/3.12/whatsnew/3.12.html#enum)77      - [ftplib](https://python-all.ru/3.12/whatsnew/3.12.html#ftplib)78      - [gzip](https://python-all.ru/3.12/whatsnew/3.12.html#gzip)79      - [hashlib](https://python-all.ru/3.12/whatsnew/3.12.html#hashlib)80      - [importlib](https://python-all.ru/3.12/whatsnew/3.12.html#importlib)81      - [imp](https://python-all.ru/3.12/whatsnew/3.12.html#imp)82      - [io](https://python-all.ru/3.12/whatsnew/3.12.html#io)83      - [locale](https://python-all.ru/3.12/whatsnew/3.12.html#locale)84      - [smtpd](https://python-all.ru/3.12/whatsnew/3.12.html#smtpd)85      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.12.html#id2)86      - [ssl](https://python-all.ru/3.12/whatsnew/3.12.html#ssl)87      - [unittest](https://python-all.ru/3.12/whatsnew/3.12.html#id3)88      - [webbrowser](https://python-all.ru/3.12/whatsnew/3.12.html#webbrowser)89      - [xml.etree.ElementTree](https://python-all.ru/3.12/whatsnew/3.12.html#xml-etree-elementtree)90      - [zipimport](https://python-all.ru/3.12/whatsnew/3.12.html#zipimport)91      - [Другие](https://python-all.ru/3.12/whatsnew/3.12.html#others)92    - [Переход на Python 3.12](https://python-all.ru/3.12/whatsnew/3.12.html#porting-to-python-3-12)9394      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.12.html#changes-in-the-python-api)95    - [Изменения сборки](https://python-all.ru/3.12/whatsnew/3.12.html#build-changes)96    - [Изменения C API](https://python-all.ru/3.12/whatsnew/3.12.html#c-api-changes)9798      - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.12.html#id4)99      - [Переход на Python 3.12](https://python-all.ru/3.12/whatsnew/3.12.html#id5)100      - [Устарело](https://python-all.ru/3.12/whatsnew/3.12.html#id6)101102        - [Ожидается удаление в Python 3.14](https://python-all.ru/3.12/whatsnew/3.12.html#id7)103        - [Ожидается удаление в Python 3.15](https://python-all.ru/3.12/whatsnew/3.12.html#id8)104        - [Ожидается удаление в будущих версиях](https://python-all.ru/3.12/whatsnew/3.12.html#id9)105      - [Удалённое](https://python-all.ru/3.12/whatsnew/3.12.html#id10)106    - [Заметные изменения в версии 3.12.4](https://python-all.ru/3.12/whatsnew/3.12.html#notable-changes-in-3-12-4)107108      - [ipaddress](https://python-all.ru/3.12/whatsnew/3.12.html#ipaddress)109    - [Заметные изменения в версии 3.12.5](https://python-all.ru/3.12/whatsnew/3.12.html#notable-changes-in-3-12-5)110111      - [email](https://python-all.ru/3.12/whatsnew/3.12.html#email)112    - [Заметные изменения в версии 3.12.6](https://python-all.ru/3.12/whatsnew/3.12.html#notable-changes-in-3-12-6)113114      - [email](https://python-all.ru/3.12/whatsnew/3.12.html#id11)115    - [Заметные изменения в версии 3.12.8](https://python-all.ru/3.12/whatsnew/3.12.html#notable-changes-in-3-12-8)116117      - [sys](https://python-all.ru/3.12/whatsnew/3.12.html#id12)118    - [Заметные изменения в версии 3.12.10](https://python-all.ru/3.12/whatsnew/3.12.html#notable-changes-in-3-12-10)119120      - [os.path](https://python-all.ru/3.12/whatsnew/3.12.html#id13)121      - [tarfile](https://python-all.ru/3.12/whatsnew/3.12.html#tarfile)122  - [Что нового в Python 3.11](https://python-all.ru/3.12/whatsnew/3.11.html)123124    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.11.html#summary-release-highlights)125    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.11.html#new-features)126127      - [PEP 657: Точное указание местоположения ошибок в трассировках](https://python-all.ru/3.12/whatsnew/3.11.html#pep-657-fine-grained-error-locations-in-tracebacks)128      - [PEP 654: Группы исключений и `except*`](https://python-all.ru/3.12/whatsnew/3.11.html#pep-654-exception-groups-and-except)129      - [PEP 678: Исключения можно дополнять заметками](https://python-all.ru/3.12/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes)130      - [Улучшения программы запуска `py.exe` в Windows](https://python-all.ru/3.12/whatsnew/3.11.html#windows-py-exe-launcher-improvements)131    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.12/whatsnew/3.11.html#new-features-related-to-type-hints)132133      - [PEP 646: Вариативные дженерики](https://python-all.ru/3.12/whatsnew/3.11.html#pep-646-variadic-generics)134      - [PEP 655: Пометка отдельных `TypedDict` элементов как обязательных или необязательных](https://python-all.ru/3.12/whatsnew/3.11.html#pep-655-marking-individual-typeddict-items-as-required-or-not-required)135      - [PEP 673: тип `Self`](https://python-all.ru/3.12/whatsnew/3.11.html#pep-673-self-type)136      - [PEP 675: Тип произвольной литеральной строки](https://python-all.ru/3.12/whatsnew/3.11.html#pep-675-arbitrary-literal-string-type)137      - [PEP 681: Преобразования классов данных](https://python-all.ru/3.12/whatsnew/3.11.html#pep-681-data-class-transforms)138      - [PEP 563 может не стать будущим](https://python-all.ru/3.12/whatsnew/3.11.html#pep-563-may-not-be-the-future)139    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.11.html#other-language-changes)140    - [Прочие изменения реализации CPython](https://python-all.ru/3.12/whatsnew/3.11.html#other-cpython-implementation-changes)141    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.11.html#new-modules)142    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.11.html#improved-modules)143144      - [asyncio](https://python-all.ru/3.12/whatsnew/3.11.html#asyncio)145      - [contextlib](https://python-all.ru/3.12/whatsnew/3.11.html#contextlib)146      - [dataclasses](https://python-all.ru/3.12/whatsnew/3.11.html#dataclasses)147      - [datetime](https://python-all.ru/3.12/whatsnew/3.11.html#datetime)148      - [enum](https://python-all.ru/3.12/whatsnew/3.11.html#enum)149      - [fcntl](https://python-all.ru/3.12/whatsnew/3.11.html#fcntl)150      - [fractions](https://python-all.ru/3.12/whatsnew/3.11.html#fractions)151      - [functools](https://python-all.ru/3.12/whatsnew/3.11.html#functools)152      - [gzip](https://python-all.ru/3.12/whatsnew/3.11.html#gzip)153      - [hashlib](https://python-all.ru/3.12/whatsnew/3.11.html#hashlib)154      - [IDLE и idlelib](https://python-all.ru/3.12/whatsnew/3.11.html#whatsnew311-idle)155      - [inspect](https://python-all.ru/3.12/whatsnew/3.11.html#inspect)156      - [locale](https://python-all.ru/3.12/whatsnew/3.11.html#locale)157      - [logging](https://python-all.ru/3.12/whatsnew/3.11.html#logging)158      - [math](https://python-all.ru/3.12/whatsnew/3.11.html#math)159      - [оператор](https://python-all.ru/3.12/whatsnew/3.11.html#operator)160      - [os](https://python-all.ru/3.12/whatsnew/3.11.html#os)161      - [pathlib](https://python-all.ru/3.12/whatsnew/3.11.html#pathlib)162      - [re](https://python-all.ru/3.12/whatsnew/3.11.html#re)163      - [shutil](https://python-all.ru/3.12/whatsnew/3.11.html#shutil)164      - [сокет](https://python-all.ru/3.12/whatsnew/3.11.html#socket)165      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.11.html#sqlite3)166      - [строка](https://python-all.ru/3.12/whatsnew/3.11.html#string)167      - [sys](https://python-all.ru/3.12/whatsnew/3.11.html#sys)168      - [sysconfig](https://python-all.ru/3.12/whatsnew/3.11.html#sysconfig)169      - [tempfile](https://python-all.ru/3.12/whatsnew/3.11.html#tempfile)170      - [threading](https://python-all.ru/3.12/whatsnew/3.11.html#threading)171      - [time](https://python-all.ru/3.12/whatsnew/3.11.html#time)172      - [tkinter](https://python-all.ru/3.12/whatsnew/3.11.html#tkinter)173      - [traceback](https://python-all.ru/3.12/whatsnew/3.11.html#traceback)174      - [typing](https://python-all.ru/3.12/whatsnew/3.11.html#typing)175      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.11.html#unicodedata)176      - [unittest](https://python-all.ru/3.12/whatsnew/3.11.html#unittest)177      - [venv](https://python-all.ru/3.12/whatsnew/3.11.html#venv)178      - [warnings](https://python-all.ru/3.12/whatsnew/3.11.html#warnings)179      - [zipfile](https://python-all.ru/3.12/whatsnew/3.11.html#zipfile)180    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.11.html#optimizations)181    - [Более быстрый CPython](https://python-all.ru/3.12/whatsnew/3.11.html#faster-cpython)182183      - [Более быстрый запуск](https://python-all.ru/3.12/whatsnew/3.11.html#faster-startup)184185        - [Замороженные импорты / Статические объекты кода](https://python-all.ru/3.12/whatsnew/3.11.html#frozen-imports-static-code-objects)186      - [Более быстрое выполнение](https://python-all.ru/3.12/whatsnew/3.11.html#faster-runtime)187188        - [Более дешёвые и ленивые фреймы Python](https://python-all.ru/3.12/whatsnew/3.11.html#cheaper-lazy-python-frames)189        - [Встраиваемые вызовы функций Python](https://python-all.ru/3.12/whatsnew/3.11.html#inlined-python-function-calls)190        - [PEP 659: Специализирующийся адаптивный интерпретатор](https://python-all.ru/3.12/whatsnew/3.11.html#pep-659-specializing-adaptive-interpreter)191      - [Разное](https://python-all.ru/3.12/whatsnew/3.11.html#misc)192      - [Часто задаваемые вопросы](https://python-all.ru/3.12/whatsnew/3.11.html#faq)193194        - [Как следует писать код, чтобы воспользоваться этими ускорениями?](https://python-all.ru/3.12/whatsnew/3.11.html#how-should-i-write-my-code-to-utilize-these-speedups)195        - [Будет ли CPython 3.11 потреблять больше памяти?](https://python-all.ru/3.12/whatsnew/3.11.html#will-cpython-3-11-use-more-memory)196        - [Я не вижу ускорений в своей рабочей нагрузке. Почему?](https://python-all.ru/3.12/whatsnew/3.11.html#i-don-t-see-any-speedups-in-my-workload-why)197        - [Есть ли JIT-компилятор?](https://python-all.ru/3.12/whatsnew/3.11.html#is-there-a-jit-compiler)198      - [Общие сведения](https://python-all.ru/3.12/whatsnew/3.11.html#about)199    - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.11.html#cpython-bytecode-changes)200201      - [Новые опкоды](https://python-all.ru/3.12/whatsnew/3.11.html#new-opcodes)202      - [Заменённые опкоды](https://python-all.ru/3.12/whatsnew/3.11.html#replaced-opcodes)203      - [Изменённые/удалённые опкоды](https://python-all.ru/3.12/whatsnew/3.11.html#changed-removed-opcodes)204    - [Устарело](https://python-all.ru/3.12/whatsnew/3.11.html#deprecated)205206      - [Язык/Встроенные функции](https://python-all.ru/3.12/whatsnew/3.11.html#language-builtins)207      - [Модули](https://python-all.ru/3.12/whatsnew/3.11.html#modules)208      - [Стандартная библиотека](https://python-all.ru/3.12/whatsnew/3.11.html#standard-library)209    - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.12/whatsnew/3.11.html#pending-removal-in-python-3-12)210    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.11.html#removed)211    - [Переход на Python 3.11](https://python-all.ru/3.12/whatsnew/3.11.html#porting-to-python-3-11)212    - [Изменения сборки](https://python-all.ru/3.12/whatsnew/3.11.html#build-changes)213    - [Изменения C API](https://python-all.ru/3.12/whatsnew/3.11.html#c-api-changes)214215      - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.11.html#whatsnew311-c-api-new-features)216      - [Переход на Python 3.11](https://python-all.ru/3.12/whatsnew/3.11.html#whatsnew311-c-api-porting)217      - [Устарело](https://python-all.ru/3.12/whatsnew/3.11.html#whatsnew311-c-api-deprecated)218      - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.12/whatsnew/3.11.html#whatsnew311-c-api-pending-removal)219      - [Удалённое](https://python-all.ru/3.12/whatsnew/3.11.html#whatsnew311-c-api-removed)220    - [Заметные изменения в 3.11.4](https://python-all.ru/3.12/whatsnew/3.11.html#notable-changes-in-3-11-4)221222      - [tarfile](https://python-all.ru/3.12/whatsnew/3.11.html#tarfile)223    - [Заметные изменения в 3.11.5](https://python-all.ru/3.12/whatsnew/3.11.html#notable-changes-in-3-11-5)224225      - [OpenSSL](https://python-all.ru/3.12/whatsnew/3.11.html#openssl)226  - [Что нового в Python 3.10](https://python-all.ru/3.12/whatsnew/3.10.html)227228    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.10.html#summary-release-highlights)229    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.10.html#new-features)230231      - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3.12/whatsnew/3.10.html#parenthesized-context-managers)232      - [Улучшенные сообщения об ошибках](https://python-all.ru/3.12/whatsnew/3.10.html#better-error-messages)233234        - [SyntaxErrors](https://python-all.ru/3.12/whatsnew/3.10.html#syntaxerrors)235        - [IndentationErrors](https://python-all.ru/3.12/whatsnew/3.10.html#indentationerrors)236        - [AttributeErrors](https://python-all.ru/3.12/whatsnew/3.10.html#attributeerrors)237        - [NameErrors](https://python-all.ru/3.12/whatsnew/3.10.html#nameerrors)238      - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3.12/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)239      - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3.12/whatsnew/3.10.html#pep-634-structural-pattern-matching)240241        - [Синтаксис и операции](https://python-all.ru/3.12/whatsnew/3.10.html#syntax-and-operations)242        - [Декларативный подход](https://python-all.ru/3.12/whatsnew/3.10.html#declarative-approach)243        - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3.12/whatsnew/3.10.html#simple-pattern-match-to-a-literal)244245          - [Поведение без символа подстановки](https://python-all.ru/3.12/whatsnew/3.10.html#behavior-without-the-wildcard)246        - [Шаблоны с литералом и переменной](https://python-all.ru/3.12/whatsnew/3.10.html#patterns-with-a-literal-and-variable)247        - [Шаблоны и классы](https://python-all.ru/3.12/whatsnew/3.10.html#patterns-and-classes)248249          - [Шаблоны с позиционными параметрами](https://python-all.ru/3.12/whatsnew/3.10.html#patterns-with-positional-parameters)250        - [Вложенные шаблоны](https://python-all.ru/3.12/whatsnew/3.10.html#nested-patterns)251        - [Сложные шаблоны и символ подстановки](https://python-all.ru/3.12/whatsnew/3.10.html#complex-patterns-and-the-wildcard)252        - [Ограничитель](https://python-all.ru/3.12/whatsnew/3.10.html#guard)253        - [Другие ключевые особенности](https://python-all.ru/3.12/whatsnew/3.10.html#other-key-features)254      - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3.12/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)255    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.12/whatsnew/3.10.html#new-features-related-to-type-hints)256257      - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3.12/whatsnew/3.10.html#pep-604-new-type-union-operator)258      - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3.12/whatsnew/3.10.html#pep-612-parameter-specification-variables)259      - [PEP 613: TypeAlias](https://python-all.ru/3.12/whatsnew/3.10.html#pep-613-typealias)260      - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3.12/whatsnew/3.10.html#pep-647-user-defined-type-guards)261    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.10.html#other-language-changes)262    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.10.html#new-modules)263    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.10.html#improved-modules)264265      - [asyncio](https://python-all.ru/3.12/whatsnew/3.10.html#asyncio)266      - [argparse](https://python-all.ru/3.12/whatsnew/3.10.html#argparse)267      - [array](https://python-all.ru/3.12/whatsnew/3.10.html#array)268      - [asynchat, asyncore, smtpd](https://python-all.ru/3.12/whatsnew/3.10.html#asynchat-asyncore-smtpd)269      - [base64](https://python-all.ru/3.12/whatsnew/3.10.html#base64)270      - [bdb](https://python-all.ru/3.12/whatsnew/3.10.html#bdb)271      - [bisect](https://python-all.ru/3.12/whatsnew/3.10.html#bisect)272      - [codecs](https://python-all.ru/3.12/whatsnew/3.10.html#codecs)273      - [collections.abc](https://python-all.ru/3.12/whatsnew/3.10.html#collections-abc)274      - [contextlib](https://python-all.ru/3.12/whatsnew/3.10.html#contextlib)275      - [curses](https://python-all.ru/3.12/whatsnew/3.10.html#curses)276      - [dataclasses](https://python-all.ru/3.12/whatsnew/3.10.html#dataclasses)277278        - [\_\_slots\_\_](https://python-all.ru/3.12/whatsnew/3.10.html#slots)279        - [Поля, задаваемые только по ключу](https://python-all.ru/3.12/whatsnew/3.10.html#keyword-only-fields)280      - [distutils](https://python-all.ru/3.12/whatsnew/3.10.html#distutils)281      - [doctest](https://python-all.ru/3.12/whatsnew/3.10.html#doctest)282      - [encodings](https://python-all.ru/3.12/whatsnew/3.10.html#encodings)283      - [enum](https://python-all.ru/3.12/whatsnew/3.10.html#enum)284      - [fileinput](https://python-all.ru/3.12/whatsnew/3.10.html#fileinput)285      - [faulthandler](https://python-all.ru/3.12/whatsnew/3.10.html#faulthandler)286      - [gc](https://python-all.ru/3.12/whatsnew/3.10.html#gc)287      - [glob](https://python-all.ru/3.12/whatsnew/3.10.html#glob)288      - [hashlib](https://python-all.ru/3.12/whatsnew/3.10.html#hashlib)289      - [hmac](https://python-all.ru/3.12/whatsnew/3.10.html#hmac)290      - [IDLE и idlelib](https://python-all.ru/3.12/whatsnew/3.10.html#idle-and-idlelib)291      - [importlib.metadata](https://python-all.ru/3.12/whatsnew/3.10.html#importlib-metadata)292      - [inspect](https://python-all.ru/3.12/whatsnew/3.10.html#inspect)293      - [itertools](https://python-all.ru/3.12/whatsnew/3.10.html#itertools)294      - [linecache](https://python-all.ru/3.12/whatsnew/3.10.html#linecache)295      - [os](https://python-all.ru/3.12/whatsnew/3.10.html#os)296      - [os.path](https://python-all.ru/3.12/whatsnew/3.10.html#os-path)297      - [pathlib](https://python-all.ru/3.12/whatsnew/3.10.html#pathlib)298      - [platform](https://python-all.ru/3.12/whatsnew/3.10.html#platform)299      - [pprint](https://python-all.ru/3.12/whatsnew/3.10.html#pprint)300      - [py\_compile](https://python-all.ru/3.12/whatsnew/3.10.html#py-compile)301      - [pyclbr](https://python-all.ru/3.12/whatsnew/3.10.html#pyclbr)302      - [shelve](https://python-all.ru/3.12/whatsnew/3.10.html#shelve)303      - [statistics](https://python-all.ru/3.12/whatsnew/3.10.html#statistics)304      - [site](https://python-all.ru/3.12/whatsnew/3.10.html#site)305      - [сокет](https://python-all.ru/3.12/whatsnew/3.10.html#socket)306      - [ssl](https://python-all.ru/3.12/whatsnew/3.10.html#ssl)307      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.10.html#sqlite3)308      - [sys](https://python-all.ru/3.12/whatsnew/3.10.html#sys)309      - [\_thread](https://python-all.ru/3.12/whatsnew/3.10.html#thread)310      - [threading](https://python-all.ru/3.12/whatsnew/3.10.html#threading)311      - [traceback](https://python-all.ru/3.12/whatsnew/3.10.html#traceback)312      - [типы](https://python-all.ru/3.12/whatsnew/3.10.html#types)313      - [typing](https://python-all.ru/3.12/whatsnew/3.10.html#typing)314      - [unittest](https://python-all.ru/3.12/whatsnew/3.10.html#unittest)315      - [urllib.parse](https://python-all.ru/3.12/whatsnew/3.10.html#urllib-parse)316      - [xml](https://python-all.ru/3.12/whatsnew/3.10.html#xml)317      - [zipimport](https://python-all.ru/3.12/whatsnew/3.10.html#zipimport)318    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.10.html#optimizations)319    - [Устарело](https://python-all.ru/3.12/whatsnew/3.10.html#deprecated)320    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.10.html#removed)321    - [Перенос на Python 3.10](https://python-all.ru/3.12/whatsnew/3.10.html#porting-to-python-3-10)322323      - [Изменения в синтаксисе Python](https://python-all.ru/3.12/whatsnew/3.10.html#changes-in-the-python-syntax)324      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.10.html#changes-in-the-python-api)325      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.10.html#changes-in-the-c-api)326    - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.10.html#cpython-bytecode-changes)327    - [Изменения сборки](https://python-all.ru/3.12/whatsnew/3.10.html#build-changes)328    - [Изменения C API](https://python-all.ru/3.12/whatsnew/3.10.html#c-api-changes)329330      - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3.12/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)331      - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.10.html#id1)332      - [Перенос на Python 3.10](https://python-all.ru/3.12/whatsnew/3.10.html#id2)333      - [Устарело](https://python-all.ru/3.12/whatsnew/3.10.html#id3)334      - [Удалённое](https://python-all.ru/3.12/whatsnew/3.10.html#id4)335    - [Важная функция безопасности в 3.10.7](https://python-all.ru/3.12/whatsnew/3.10.html#notable-security-feature-in-3-10-7)336    - [Важная функция безопасности в 3.10.8](https://python-all.ru/3.12/whatsnew/3.10.html#notable-security-feature-in-3-10-8)337    - [Важные изменения в 3.10.12](https://python-all.ru/3.12/whatsnew/3.10.html#notable-changes-in-3-10-12)338339      - [tarfile](https://python-all.ru/3.12/whatsnew/3.10.html#tarfile)340  - [Что нового в Python 3.9](https://python-all.ru/3.12/whatsnew/3.9.html)341342    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.9.html#summary-release-highlights)343    - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.12/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)344    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.9.html#new-features)345346      - [Операторы слияния и обновления словарей](https://python-all.ru/3.12/whatsnew/3.9.html#dictionary-merge-update-operators)347      - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3.12/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)348      - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3.12/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)349      - [Новый парсер](https://python-all.ru/3.12/whatsnew/3.9.html#new-parser)350    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.9.html#other-language-changes)351    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.9.html#new-modules)352353      - [zoneinfo](https://python-all.ru/3.12/whatsnew/3.9.html#zoneinfo)354      - [graphlib](https://python-all.ru/3.12/whatsnew/3.9.html#graphlib)355    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.9.html#improved-modules)356357      - [ast](https://python-all.ru/3.12/whatsnew/3.9.html#ast)358      - [asyncio](https://python-all.ru/3.12/whatsnew/3.9.html#asyncio)359      - [compileall](https://python-all.ru/3.12/whatsnew/3.9.html#compileall)360      - [concurrent.futures](https://python-all.ru/3.12/whatsnew/3.9.html#concurrent-futures)361      - [curses](https://python-all.ru/3.12/whatsnew/3.9.html#curses)362      - [datetime](https://python-all.ru/3.12/whatsnew/3.9.html#datetime)363      - [distutils](https://python-all.ru/3.12/whatsnew/3.9.html#distutils)364      - [fcntl](https://python-all.ru/3.12/whatsnew/3.9.html#fcntl)365      - [ftplib](https://python-all.ru/3.12/whatsnew/3.9.html#ftplib)366      - [gc](https://python-all.ru/3.12/whatsnew/3.9.html#gc)367      - [hashlib](https://python-all.ru/3.12/whatsnew/3.9.html#hashlib)368      - [http](https://python-all.ru/3.12/whatsnew/3.9.html#http)369      - [IDLE и idlelib](https://python-all.ru/3.12/whatsnew/3.9.html#idle-and-idlelib)370      - [imaplib](https://python-all.ru/3.12/whatsnew/3.9.html#imaplib)371      - [importlib](https://python-all.ru/3.12/whatsnew/3.9.html#importlib)372      - [inspect](https://python-all.ru/3.12/whatsnew/3.9.html#inspect)373      - [ipaddress](https://python-all.ru/3.12/whatsnew/3.9.html#ipaddress)374      - [math](https://python-all.ru/3.12/whatsnew/3.9.html#math)375      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.9.html#multiprocessing)376      - [nntplib](https://python-all.ru/3.12/whatsnew/3.9.html#nntplib)377      - [os](https://python-all.ru/3.12/whatsnew/3.9.html#os)378      - [pathlib](https://python-all.ru/3.12/whatsnew/3.9.html#pathlib)379      - [pdb](https://python-all.ru/3.12/whatsnew/3.9.html#pdb)380      - [poplib](https://python-all.ru/3.12/whatsnew/3.9.html#poplib)381      - [pprint](https://python-all.ru/3.12/whatsnew/3.9.html#pprint)382      - [pydoc](https://python-all.ru/3.12/whatsnew/3.9.html#pydoc)383      - [random](https://python-all.ru/3.12/whatsnew/3.9.html#random)384      - [signal](https://python-all.ru/3.12/whatsnew/3.9.html#signal)385      - [smtplib](https://python-all.ru/3.12/whatsnew/3.9.html#smtplib)386      - [сокет](https://python-all.ru/3.12/whatsnew/3.9.html#socket)387      - [time](https://python-all.ru/3.12/whatsnew/3.9.html#time)388      - [sys](https://python-all.ru/3.12/whatsnew/3.9.html#sys)389      - [tracemalloc](https://python-all.ru/3.12/whatsnew/3.9.html#tracemalloc)390      - [typing](https://python-all.ru/3.12/whatsnew/3.9.html#typing)391      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.9.html#unicodedata)392      - [venv](https://python-all.ru/3.12/whatsnew/3.9.html#venv)393      - [xml](https://python-all.ru/3.12/whatsnew/3.9.html#xml)394    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.9.html#optimizations)395    - [Устарело](https://python-all.ru/3.12/whatsnew/3.9.html#deprecated)396    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.9.html#removed)397    - [Перенос на Python 3.9](https://python-all.ru/3.12/whatsnew/3.9.html#porting-to-python-3-9)398399      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.9.html#changes-in-the-python-api)400      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.9.html#changes-in-the-c-api)401      - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.9.html#cpython-bytecode-changes)402    - [Изменения сборки](https://python-all.ru/3.12/whatsnew/3.9.html#build-changes)403    - [Изменения C API](https://python-all.ru/3.12/whatsnew/3.9.html#c-api-changes)404405      - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.9.html#id1)406      - [Перенос на Python 3.9](https://python-all.ru/3.12/whatsnew/3.9.html#id2)407      - [Удалённое](https://python-all.ru/3.12/whatsnew/3.9.html#id3)408    - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.12/whatsnew/3.9.html#notable-changes-in-python-3-9-1)409410      - [typing](https://python-all.ru/3.12/whatsnew/3.9.html#id4)411      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.12/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)412    - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.12/whatsnew/3.9.html#notable-changes-in-python-3-9-2)413414      - [collections.abc](https://python-all.ru/3.12/whatsnew/3.9.html#collections-abc)415      - [urllib.parse](https://python-all.ru/3.12/whatsnew/3.9.html#urllib-parse)416    - [Заметные изменения в Python 3.9.3](https://python-all.ru/3.12/whatsnew/3.9.html#notable-changes-in-python-3-9-3)417    - [Заметные изменения в Python 3.9.5](https://python-all.ru/3.12/whatsnew/3.9.html#notable-changes-in-python-3-9-5)418419      - [urllib.parse](https://python-all.ru/3.12/whatsnew/3.9.html#id5)420    - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3.12/whatsnew/3.9.html#notable-security-feature-in-3-9-14)421    - [Заметные изменения в 3.9.17](https://python-all.ru/3.12/whatsnew/3.9.html#notable-changes-in-3-9-17)422423      - [tarfile](https://python-all.ru/3.12/whatsnew/3.9.html#tarfile)424  - [Что нового в Python 3.8](https://python-all.ru/3.12/whatsnew/3.8.html)425426    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.8.html#summary-release-highlights)427    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.8.html#new-features)428429      - [Присваивающие выражения](https://python-all.ru/3.12/whatsnew/3.8.html#assignment-expressions)430      - [Только позиционные параметры](https://python-all.ru/3.12/whatsnew/3.8.html#positional-only-parameters)431      - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.12/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)432      - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.12/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)433      - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.12/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)434      - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.12/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)435      - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.12/whatsnew/3.8.html#pep-587-python-initialization-configuration)436      - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.12/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)437      - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.12/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)438    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.8.html#other-language-changes)439    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.8.html#new-modules)440    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.8.html#improved-modules)441442      - [ast](https://python-all.ru/3.12/whatsnew/3.8.html#ast)443      - [asyncio](https://python-all.ru/3.12/whatsnew/3.8.html#asyncio)444      - [builtins](https://python-all.ru/3.12/whatsnew/3.8.html#builtins)445      - [collections](https://python-all.ru/3.12/whatsnew/3.8.html#collections)446      - [cProfile](https://python-all.ru/3.12/whatsnew/3.8.html#cprofile)447      - [csv](https://python-all.ru/3.12/whatsnew/3.8.html#csv)448      - [curses](https://python-all.ru/3.12/whatsnew/3.8.html#curses)449      - [ctypes](https://python-all.ru/3.12/whatsnew/3.8.html#ctypes)450      - [datetime](https://python-all.ru/3.12/whatsnew/3.8.html#datetime)451      - [functools](https://python-all.ru/3.12/whatsnew/3.8.html#functools)452      - [gc](https://python-all.ru/3.12/whatsnew/3.8.html#gc)453      - [gettext](https://python-all.ru/3.12/whatsnew/3.8.html#gettext)454      - [gzip](https://python-all.ru/3.12/whatsnew/3.8.html#gzip)455      - [IDLE и idlelib](https://python-all.ru/3.12/whatsnew/3.8.html#idle-and-idlelib)456      - [inspect](https://python-all.ru/3.12/whatsnew/3.8.html#inspect)457      - [io](https://python-all.ru/3.12/whatsnew/3.8.html#io)458      - [itertools](https://python-all.ru/3.12/whatsnew/3.8.html#itertools)459      - [json.tool](https://python-all.ru/3.12/whatsnew/3.8.html#json-tool)460      - [logging](https://python-all.ru/3.12/whatsnew/3.8.html#logging)461      - [math](https://python-all.ru/3.12/whatsnew/3.8.html#math)462      - [mmap](https://python-all.ru/3.12/whatsnew/3.8.html#mmap)463      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.8.html#multiprocessing)464      - [os](https://python-all.ru/3.12/whatsnew/3.8.html#os)465      - [os.path](https://python-all.ru/3.12/whatsnew/3.8.html#os-path)466      - [pathlib](https://python-all.ru/3.12/whatsnew/3.8.html#pathlib)467      - [pickle](https://python-all.ru/3.12/whatsnew/3.8.html#pickle)468      - [plistlib](https://python-all.ru/3.12/whatsnew/3.8.html#plistlib)469      - [pprint](https://python-all.ru/3.12/whatsnew/3.8.html#pprint)470      - [py\_compile](https://python-all.ru/3.12/whatsnew/3.8.html#py-compile)471      - [shlex](https://python-all.ru/3.12/whatsnew/3.8.html#shlex)472      - [shutil](https://python-all.ru/3.12/whatsnew/3.8.html#shutil)473      - [сокет](https://python-all.ru/3.12/whatsnew/3.8.html#socket)474      - [ssl](https://python-all.ru/3.12/whatsnew/3.8.html#ssl)475      - [statistics](https://python-all.ru/3.12/whatsnew/3.8.html#statistics)476      - [sys](https://python-all.ru/3.12/whatsnew/3.8.html#sys)477      - [tarfile](https://python-all.ru/3.12/whatsnew/3.8.html#tarfile)478      - [threading](https://python-all.ru/3.12/whatsnew/3.8.html#threading)479      - [tokenize](https://python-all.ru/3.12/whatsnew/3.8.html#tokenize)480      - [tkinter](https://python-all.ru/3.12/whatsnew/3.8.html#tkinter)481      - [time](https://python-all.ru/3.12/whatsnew/3.8.html#time)482      - [typing](https://python-all.ru/3.12/whatsnew/3.8.html#typing)483      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.8.html#unicodedata)484      - [unittest](https://python-all.ru/3.12/whatsnew/3.8.html#unittest)485      - [venv](https://python-all.ru/3.12/whatsnew/3.8.html#venv)486      - [weakref](https://python-all.ru/3.12/whatsnew/3.8.html#weakref)487      - [xml](https://python-all.ru/3.12/whatsnew/3.8.html#xml)488      - [xmlrpc](https://python-all.ru/3.12/whatsnew/3.8.html#xmlrpc)489    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.8.html#optimizations)490    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.8.html#build-and-c-api-changes)491    - [Устарело](https://python-all.ru/3.12/whatsnew/3.8.html#deprecated)492    - [Удаление API и возможностей](https://python-all.ru/3.12/whatsnew/3.8.html#api-and-feature-removals)493    - [Перенос на Python 3.8](https://python-all.ru/3.12/whatsnew/3.8.html#porting-to-python-3-8)494495      - [Изменения в поведении Python](https://python-all.ru/3.12/whatsnew/3.8.html#changes-in-python-behavior)496      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.8.html#changes-in-the-python-api)497      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.8.html#changes-in-the-c-api)498      - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.8.html#cpython-bytecode-changes)499      - [Демонстрации и инструменты](https://python-all.ru/3.12/whatsnew/3.8.html#demos-and-tools)500    - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-1)501    - [Заметные изменения в Python 3.8.2](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-2)502    - [Заметные изменения в Python 3.8.3](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-3)503    - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-8)504    - [Заметные изменения в Python 3.8.9](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-9)505    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-10)506507      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.12/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)508    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.12/whatsnew/3.8.html#id1)509510      - [urllib.parse](https://python-all.ru/3.12/whatsnew/3.8.html#urllib-parse)511    - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-python-3-8-12)512513      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.8.html#id2)514    - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3.12/whatsnew/3.8.html#notable-security-feature-in-3-8-14)515    - [Заметные изменения в 3.8.17](https://python-all.ru/3.12/whatsnew/3.8.html#notable-changes-in-3-8-17)516517      - [tarfile](https://python-all.ru/3.12/whatsnew/3.8.html#id3)518  - [Что нового в Python 3.7](https://python-all.ru/3.12/whatsnew/3.7.html)519520    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.7.html#summary-release-highlights)521    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.7.html#new-features)522523      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.12/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)524      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.12/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)525      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.12/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)526      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.12/whatsnew/3.7.html#pep-553-built-in-breakpoint)527      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.12/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)528      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.12/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)529      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.12/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)530      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.12/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)531      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.12/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)532      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.12/whatsnew/3.7.html#pep-552-hash-based-pyc-files)533      - [PEP 545: Переводы документации Python](https://python-all.ru/3.12/whatsnew/3.7.html#pep-545-python-documentation-translations)534      - [Режим разработки Python (-X dev)](https://python-all.ru/3.12/whatsnew/3.7.html#python-development-mode-x-dev)535    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.7.html#other-language-changes)536    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.7.html#new-modules)537538      - [contextvars](https://python-all.ru/3.12/whatsnew/3.7.html#contextvars)539      - [dataclasses](https://python-all.ru/3.12/whatsnew/3.7.html#dataclasses)540      - [importlib.resources](https://python-all.ru/3.12/whatsnew/3.7.html#importlib-resources)541    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.7.html#improved-modules)542543      - [argparse](https://python-all.ru/3.12/whatsnew/3.7.html#argparse)544      - [asyncio](https://python-all.ru/3.12/whatsnew/3.7.html#asyncio)545      - [binascii](https://python-all.ru/3.12/whatsnew/3.7.html#binascii)546      - [calendar](https://python-all.ru/3.12/whatsnew/3.7.html#calendar)547      - [collections](https://python-all.ru/3.12/whatsnew/3.7.html#collections)548      - [compileall](https://python-all.ru/3.12/whatsnew/3.7.html#compileall)549      - [concurrent.futures](https://python-all.ru/3.12/whatsnew/3.7.html#concurrent-futures)550      - [contextlib](https://python-all.ru/3.12/whatsnew/3.7.html#contextlib)551      - [cProfile](https://python-all.ru/3.12/whatsnew/3.7.html#cprofile)552      - [crypt](https://python-all.ru/3.12/whatsnew/3.7.html#crypt)553      - [datetime](https://python-all.ru/3.12/whatsnew/3.7.html#datetime)554      - [dbm](https://python-all.ru/3.12/whatsnew/3.7.html#dbm)555      - [decimal](https://python-all.ru/3.12/whatsnew/3.7.html#decimal)556      - [dis](https://python-all.ru/3.12/whatsnew/3.7.html#dis)557      - [distutils](https://python-all.ru/3.12/whatsnew/3.7.html#distutils)558      - [enum](https://python-all.ru/3.12/whatsnew/3.7.html#enum)559      - [functools](https://python-all.ru/3.12/whatsnew/3.7.html#functools)560      - [gc](https://python-all.ru/3.12/whatsnew/3.7.html#gc)561      - [hmac](https://python-all.ru/3.12/whatsnew/3.7.html#hmac)562      - [http.client](https://python-all.ru/3.12/whatsnew/3.7.html#http-client)563      - [http.server](https://python-all.ru/3.12/whatsnew/3.7.html#http-server)564      - [idlelib и IDLE](https://python-all.ru/3.12/whatsnew/3.7.html#idlelib-and-idle)565      - [importlib](https://python-all.ru/3.12/whatsnew/3.7.html#importlib)566      - [io](https://python-all.ru/3.12/whatsnew/3.7.html#io)567      - [ipaddress](https://python-all.ru/3.12/whatsnew/3.7.html#ipaddress)568      - [itertools](https://python-all.ru/3.12/whatsnew/3.7.html#itertools)569      - [locale](https://python-all.ru/3.12/whatsnew/3.7.html#locale)570      - [logging](https://python-all.ru/3.12/whatsnew/3.7.html#logging)571      - [math](https://python-all.ru/3.12/whatsnew/3.7.html#math)572      - [mimetypes](https://python-all.ru/3.12/whatsnew/3.7.html#mimetypes)573      - [msilib](https://python-all.ru/3.12/whatsnew/3.7.html#msilib)574      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.7.html#multiprocessing)575      - [os](https://python-all.ru/3.12/whatsnew/3.7.html#os)576      - [pathlib](https://python-all.ru/3.12/whatsnew/3.7.html#pathlib)577      - [pdb](https://python-all.ru/3.12/whatsnew/3.7.html#pdb)578      - [py\_compile](https://python-all.ru/3.12/whatsnew/3.7.html#py-compile)579      - [pydoc](https://python-all.ru/3.12/whatsnew/3.7.html#pydoc)580      - [очередь](https://python-all.ru/3.12/whatsnew/3.7.html#queue)581      - [re](https://python-all.ru/3.12/whatsnew/3.7.html#re)582      - [signal](https://python-all.ru/3.12/whatsnew/3.7.html#signal)583      - [сокет](https://python-all.ru/3.12/whatsnew/3.7.html#socket)584      - [socketserver](https://python-all.ru/3.12/whatsnew/3.7.html#socketserver)585      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.7.html#sqlite3)586      - [ssl](https://python-all.ru/3.12/whatsnew/3.7.html#ssl)587      - [строка](https://python-all.ru/3.12/whatsnew/3.7.html#string)588      - [подпроцесс](https://python-all.ru/3.12/whatsnew/3.7.html#subprocess)589      - [sys](https://python-all.ru/3.12/whatsnew/3.7.html#sys)590      - [time](https://python-all.ru/3.12/whatsnew/3.7.html#time)591      - [tkinter](https://python-all.ru/3.12/whatsnew/3.7.html#tkinter)592      - [tracemalloc](https://python-all.ru/3.12/whatsnew/3.7.html#tracemalloc)593      - [типы](https://python-all.ru/3.12/whatsnew/3.7.html#types)594      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.7.html#unicodedata)595      - [unittest](https://python-all.ru/3.12/whatsnew/3.7.html#unittest)596      - [unittest.mock](https://python-all.ru/3.12/whatsnew/3.7.html#unittest-mock)597      - [urllib.parse](https://python-all.ru/3.12/whatsnew/3.7.html#urllib-parse)598      - [uu](https://python-all.ru/3.12/whatsnew/3.7.html#uu)599      - [uuid](https://python-all.ru/3.12/whatsnew/3.7.html#uuid)600      - [warnings](https://python-all.ru/3.12/whatsnew/3.7.html#warnings)601      - [xml](https://python-all.ru/3.12/whatsnew/3.7.html#xml)602      - [xml.etree](https://python-all.ru/3.12/whatsnew/3.7.html#xml-etree)603      - [xmlrpc.server](https://python-all.ru/3.12/whatsnew/3.7.html#xmlrpc-server)604      - [zipapp](https://python-all.ru/3.12/whatsnew/3.7.html#zipapp)605      - [zipfile](https://python-all.ru/3.12/whatsnew/3.7.html#zipfile)606    - [Изменения C API](https://python-all.ru/3.12/whatsnew/3.7.html#c-api-changes)607    - [Изменения сборки](https://python-all.ru/3.12/whatsnew/3.7.html#build-changes)608    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.7.html#optimizations)609    - [Прочие изменения реализации CPython](https://python-all.ru/3.12/whatsnew/3.7.html#other-cpython-implementation-changes)610    - [Устаревшее поведение Python](https://python-all.ru/3.12/whatsnew/3.7.html#deprecated-python-behavior)611    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.12/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)612613      - [aifc](https://python-all.ru/3.12/whatsnew/3.7.html#aifc)614      - [asyncio](https://python-all.ru/3.12/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)615      - [collections](https://python-all.ru/3.12/whatsnew/3.7.html#id3)616      - [dbm](https://python-all.ru/3.12/whatsnew/3.7.html#id4)617      - [enum](https://python-all.ru/3.12/whatsnew/3.7.html#id5)618      - [gettext](https://python-all.ru/3.12/whatsnew/3.7.html#gettext)619      - [importlib](https://python-all.ru/3.12/whatsnew/3.7.html#id6)620      - [locale](https://python-all.ru/3.12/whatsnew/3.7.html#id7)621      - [macpath](https://python-all.ru/3.12/whatsnew/3.7.html#macpath)622      - [threading](https://python-all.ru/3.12/whatsnew/3.7.html#threading)623      - [сокет](https://python-all.ru/3.12/whatsnew/3.7.html#id8)624      - [ssl](https://python-all.ru/3.12/whatsnew/3.7.html#id9)625      - [sunau](https://python-all.ru/3.12/whatsnew/3.7.html#sunau)626      - [sys](https://python-all.ru/3.12/whatsnew/3.7.html#id10)627      - [wave](https://python-all.ru/3.12/whatsnew/3.7.html#wave)628    - [Устаревшие функции и типы C API](https://python-all.ru/3.12/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)629    - [Удаление поддержки платформ](https://python-all.ru/3.12/whatsnew/3.7.html#platform-support-removals)630    - [Удаление API и возможностей](https://python-all.ru/3.12/whatsnew/3.7.html#api-and-feature-removals)631    - [Удаление модулей](https://python-all.ru/3.12/whatsnew/3.7.html#module-removals)632    - [Изменения только для Windows](https://python-all.ru/3.12/whatsnew/3.7.html#windows-only-changes)633    - [Перенос на Python 3.7](https://python-all.ru/3.12/whatsnew/3.7.html#porting-to-python-3-7)634635      - [Изменения в поведении Python](https://python-all.ru/3.12/whatsnew/3.7.html#changes-in-python-behavior)636      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.7.html#changes-in-the-python-api)637      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.7.html#changes-in-the-c-api)638      - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.7.html#cpython-bytecode-changes)639      - [Изменения только для Windows](https://python-all.ru/3.12/whatsnew/3.7.html#id12)640      - [Прочие изменения реализации CPython](https://python-all.ru/3.12/whatsnew/3.7.html#id13)641    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.12/whatsnew/3.7.html#notable-changes-in-python-3-7-1)642    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.12/whatsnew/3.7.html#notable-changes-in-python-3-7-2)643    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.12/whatsnew/3.7.html#notable-changes-in-python-3-7-6)644    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.12/whatsnew/3.7.html#notable-changes-in-python-3-7-10)645    - [Заметные изменения в Python 3.7.11](https://python-all.ru/3.12/whatsnew/3.7.html#notable-changes-in-python-3-7-11)646    - [Важная функция безопасности в 3.7.14](https://python-all.ru/3.12/whatsnew/3.7.html#notable-security-feature-in-3-7-14)647  - [Что нового в Python 3.6](https://python-all.ru/3.12/whatsnew/3.6.html)648649    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.6.html#summary-release-highlights)650    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.6.html#new-features)651652      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.12/whatsnew/3.6.html#pep-498-formatted-string-literals)653      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.12/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)654      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.12/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)655      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.12/whatsnew/3.6.html#pep-525-asynchronous-generators)656      - [PEP 530: Асинхронные включения](https://python-all.ru/3.12/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)657      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.12/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)658      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.12/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)659      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.12/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)660      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.12/whatsnew/3.6.html#pep-495-local-time-disambiguation)661      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.12/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)662      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.12/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)663      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.12/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)664      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.12/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)665      - [Новая реализация dict](https://python-all.ru/3.12/whatsnew/3.6.html#new-dict-implementation)666      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.12/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)667      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.12/whatsnew/3.6.html#pythonmalloc-environment-variable)668      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.12/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)669    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.6.html#other-language-changes)670    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.6.html#new-modules)671672      - [secrets](https://python-all.ru/3.12/whatsnew/3.6.html#secrets)673    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.6.html#improved-modules)674675      - [array](https://python-all.ru/3.12/whatsnew/3.6.html#array)676      - [ast](https://python-all.ru/3.12/whatsnew/3.6.html#ast)677      - [asyncio](https://python-all.ru/3.12/whatsnew/3.6.html#asyncio)678      - [binascii](https://python-all.ru/3.12/whatsnew/3.6.html#binascii)679      - [cmath](https://python-all.ru/3.12/whatsnew/3.6.html#cmath)680      - [collections](https://python-all.ru/3.12/whatsnew/3.6.html#collections)681      - [concurrent.futures](https://python-all.ru/3.12/whatsnew/3.6.html#concurrent-futures)682      - [contextlib](https://python-all.ru/3.12/whatsnew/3.6.html#contextlib)683      - [datetime](https://python-all.ru/3.12/whatsnew/3.6.html#datetime)684      - [decimal](https://python-all.ru/3.12/whatsnew/3.6.html#decimal)685      - [distutils](https://python-all.ru/3.12/whatsnew/3.6.html#distutils)686      - [email](https://python-all.ru/3.12/whatsnew/3.6.html#email)687      - [encodings](https://python-all.ru/3.12/whatsnew/3.6.html#encodings)688      - [enum](https://python-all.ru/3.12/whatsnew/3.6.html#enum)689      - [faulthandler](https://python-all.ru/3.12/whatsnew/3.6.html#faulthandler)690      - [fileinput](https://python-all.ru/3.12/whatsnew/3.6.html#fileinput)691      - [hashlib](https://python-all.ru/3.12/whatsnew/3.6.html#hashlib)692      - [http.client](https://python-all.ru/3.12/whatsnew/3.6.html#http-client)693      - [idlelib и IDLE](https://python-all.ru/3.12/whatsnew/3.6.html#idlelib-and-idle)694      - [importlib](https://python-all.ru/3.12/whatsnew/3.6.html#importlib)695      - [inspect](https://python-all.ru/3.12/whatsnew/3.6.html#inspect)696      - [json](https://python-all.ru/3.12/whatsnew/3.6.html#json)697      - [logging](https://python-all.ru/3.12/whatsnew/3.6.html#logging)698      - [math](https://python-all.ru/3.12/whatsnew/3.6.html#math)699      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.6.html#multiprocessing)700      - [os](https://python-all.ru/3.12/whatsnew/3.6.html#os)701      - [pathlib](https://python-all.ru/3.12/whatsnew/3.6.html#pathlib)702      - [pdb](https://python-all.ru/3.12/whatsnew/3.6.html#pdb)703      - [pickle](https://python-all.ru/3.12/whatsnew/3.6.html#pickle)704      - [pickletools](https://python-all.ru/3.12/whatsnew/3.6.html#pickletools)705      - [pydoc](https://python-all.ru/3.12/whatsnew/3.6.html#pydoc)706      - [random](https://python-all.ru/3.12/whatsnew/3.6.html#random)707      - [re](https://python-all.ru/3.12/whatsnew/3.6.html#re)708      - [readline](https://python-all.ru/3.12/whatsnew/3.6.html#readline)709      - [rlcompleter](https://python-all.ru/3.12/whatsnew/3.6.html#rlcompleter)710      - [shlex](https://python-all.ru/3.12/whatsnew/3.6.html#shlex)711      - [site](https://python-all.ru/3.12/whatsnew/3.6.html#site)712      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.6.html#sqlite3)713      - [сокет](https://python-all.ru/3.12/whatsnew/3.6.html#socket)714      - [socketserver](https://python-all.ru/3.12/whatsnew/3.6.html#socketserver)715      - [ssl](https://python-all.ru/3.12/whatsnew/3.6.html#ssl)716      - [statistics](https://python-all.ru/3.12/whatsnew/3.6.html#statistics)717      - [struct](https://python-all.ru/3.12/whatsnew/3.6.html#struct)718      - [подпроцесс](https://python-all.ru/3.12/whatsnew/3.6.html#subprocess)719      - [sys](https://python-all.ru/3.12/whatsnew/3.6.html#sys)720      - [telnetlib](https://python-all.ru/3.12/whatsnew/3.6.html#telnetlib)721      - [time](https://python-all.ru/3.12/whatsnew/3.6.html#time)722      - [timeit](https://python-all.ru/3.12/whatsnew/3.6.html#timeit)723      - [tkinter](https://python-all.ru/3.12/whatsnew/3.6.html#tkinter)724      - [traceback](https://python-all.ru/3.12/whatsnew/3.6.html#traceback)725      - [tracemalloc](https://python-all.ru/3.12/whatsnew/3.6.html#tracemalloc)726      - [typing](https://python-all.ru/3.12/whatsnew/3.6.html#typing)727      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.6.html#unicodedata)728      - [unittest.mock](https://python-all.ru/3.12/whatsnew/3.6.html#unittest-mock)729      - [urllib.request](https://python-all.ru/3.12/whatsnew/3.6.html#urllib-request)730      - [urllib.robotparser](https://python-all.ru/3.12/whatsnew/3.6.html#urllib-robotparser)731      - [venv](https://python-all.ru/3.12/whatsnew/3.6.html#venv)732      - [warnings](https://python-all.ru/3.12/whatsnew/3.6.html#warnings)733      - [winreg](https://python-all.ru/3.12/whatsnew/3.6.html#winreg)734      - [winsound](https://python-all.ru/3.12/whatsnew/3.6.html#winsound)735      - [xmlrpc.client](https://python-all.ru/3.12/whatsnew/3.6.html#xmlrpc-client)736      - [zipfile](https://python-all.ru/3.12/whatsnew/3.6.html#zipfile)737      - [zlib](https://python-all.ru/3.12/whatsnew/3.6.html#zlib)738    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.6.html#optimizations)739    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.6.html#build-and-c-api-changes)740    - [Прочие улучшения](https://python-all.ru/3.12/whatsnew/3.6.html#other-improvements)741    - [Устарело](https://python-all.ru/3.12/whatsnew/3.6.html#deprecated)742743      - [Новые ключевые слова](https://python-all.ru/3.12/whatsnew/3.6.html#new-keywords)744      - [Устаревшее поведение Python](https://python-all.ru/3.12/whatsnew/3.6.html#deprecated-python-behavior)745      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.12/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)746747        - [asynchat](https://python-all.ru/3.12/whatsnew/3.6.html#asynchat)748        - [asyncore](https://python-all.ru/3.12/whatsnew/3.6.html#asyncore)749        - [dbm](https://python-all.ru/3.12/whatsnew/3.6.html#dbm)750        - [distutils](https://python-all.ru/3.12/whatsnew/3.6.html#id2)751        - [grp](https://python-all.ru/3.12/whatsnew/3.6.html#grp)752        - [importlib](https://python-all.ru/3.12/whatsnew/3.6.html#id3)753        - [os](https://python-all.ru/3.12/whatsnew/3.6.html#id4)754        - [re](https://python-all.ru/3.12/whatsnew/3.6.html#id5)755        - [ssl](https://python-all.ru/3.12/whatsnew/3.6.html#id6)756        - [tkinter](https://python-all.ru/3.12/whatsnew/3.6.html#id7)757        - [venv](https://python-all.ru/3.12/whatsnew/3.6.html#whatsnew36-venv)758      - [xml](https://python-all.ru/3.12/whatsnew/3.6.html#xml)759      - [Устаревшие функции и типы C API](https://python-all.ru/3.12/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)760      - [Устаревшие параметры сборки](https://python-all.ru/3.12/whatsnew/3.6.html#deprecated-build-options)761    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.6.html#removed)762763      - [Удаление API и возможностей](https://python-all.ru/3.12/whatsnew/3.6.html#api-and-feature-removals)764    - [Перенос на Python 3.6](https://python-all.ru/3.12/whatsnew/3.6.html#porting-to-python-3-6)765766      - [Изменения в поведении команды python](https://python-all.ru/3.12/whatsnew/3.6.html#changes-in-python-command-behavior)767      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.6.html#changes-in-the-python-api)768      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.6.html#changes-in-the-c-api)769      - [Изменения байт-кода CPython](https://python-all.ru/3.12/whatsnew/3.6.html#cpython-bytecode-changes)770    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-2)771772      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.12/whatsnew/3.6.html#new-make-regen-all-build-target)773      - [Удаление `make touch` цели сборки](https://python-all.ru/3.12/whatsnew/3.6.html#removal-of-make-touch-build-target)774    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-4)775    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-5)776    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-7)777    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-10)778    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-13)779    - [Заметные изменения в Python 3.6.14](https://python-all.ru/3.12/whatsnew/3.6.html#notable-changes-in-python-3-6-14)780  - [Что нового в Python 3.5](https://python-all.ru/3.12/whatsnew/3.5.html)781782    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.5.html#summary-release-highlights)783    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.5.html#new-features)784785      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.12/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)786      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.12/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)787      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.12/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)788      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.12/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)789      - [PEP 484 - Аннотации типов](https://python-all.ru/3.12/whatsnew/3.5.html#pep-484-type-hints)790      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.12/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)791      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.12/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)792      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.12/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)793      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.12/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)794      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.12/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)795      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.12/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)796      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.12/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)797    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.5.html#other-language-changes)798    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.5.html#new-modules)799800      - [typing](https://python-all.ru/3.12/whatsnew/3.5.html#typing)801      - [zipapp](https://python-all.ru/3.12/whatsnew/3.5.html#zipapp)802    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.5.html#improved-modules)803804      - [argparse](https://python-all.ru/3.12/whatsnew/3.5.html#argparse)805      - [asyncio](https://python-all.ru/3.12/whatsnew/3.5.html#asyncio)806      - [bz2](https://python-all.ru/3.12/whatsnew/3.5.html#bz2)807      - [cgi](https://python-all.ru/3.12/whatsnew/3.5.html#cgi)808      - [cmath](https://python-all.ru/3.12/whatsnew/3.5.html#cmath)809      - [код](https://python-all.ru/3.12/whatsnew/3.5.html#code)810      - [collections](https://python-all.ru/3.12/whatsnew/3.5.html#collections)811      - [collections.abc](https://python-all.ru/3.12/whatsnew/3.5.html#collections-abc)812      - [compileall](https://python-all.ru/3.12/whatsnew/3.5.html#compileall)813      - [concurrent.futures](https://python-all.ru/3.12/whatsnew/3.5.html#concurrent-futures)814      - [configparser](https://python-all.ru/3.12/whatsnew/3.5.html#configparser)815      - [contextlib](https://python-all.ru/3.12/whatsnew/3.5.html#contextlib)816      - [csv](https://python-all.ru/3.12/whatsnew/3.5.html#csv)817      - [curses](https://python-all.ru/3.12/whatsnew/3.5.html#curses)818      - [dbm](https://python-all.ru/3.12/whatsnew/3.5.html#dbm)819      - [difflib](https://python-all.ru/3.12/whatsnew/3.5.html#difflib)820      - [distutils](https://python-all.ru/3.12/whatsnew/3.5.html#distutils)821      - [doctest](https://python-all.ru/3.12/whatsnew/3.5.html#doctest)822      - [email](https://python-all.ru/3.12/whatsnew/3.5.html#email)823      - [enum](https://python-all.ru/3.12/whatsnew/3.5.html#enum)824      - [faulthandler](https://python-all.ru/3.12/whatsnew/3.5.html#faulthandler)825      - [functools](https://python-all.ru/3.12/whatsnew/3.5.html#functools)826      - [glob](https://python-all.ru/3.12/whatsnew/3.5.html#glob)827      - [gzip](https://python-all.ru/3.12/whatsnew/3.5.html#gzip)828      - [heapq](https://python-all.ru/3.12/whatsnew/3.5.html#heapq)829      - [http](https://python-all.ru/3.12/whatsnew/3.5.html#http)830      - [http.client](https://python-all.ru/3.12/whatsnew/3.5.html#http-client)831      - [idlelib и IDLE](https://python-all.ru/3.12/whatsnew/3.5.html#idlelib-and-idle)832      - [imaplib](https://python-all.ru/3.12/whatsnew/3.5.html#imaplib)833      - [imghdr](https://python-all.ru/3.12/whatsnew/3.5.html#imghdr)834      - [importlib](https://python-all.ru/3.12/whatsnew/3.5.html#importlib)835      - [inspect](https://python-all.ru/3.12/whatsnew/3.5.html#inspect)836      - [io](https://python-all.ru/3.12/whatsnew/3.5.html#io)837      - [ipaddress](https://python-all.ru/3.12/whatsnew/3.5.html#ipaddress)838      - [json](https://python-all.ru/3.12/whatsnew/3.5.html#json)839      - [linecache](https://python-all.ru/3.12/whatsnew/3.5.html#linecache)840      - [locale](https://python-all.ru/3.12/whatsnew/3.5.html#locale)841      - [logging](https://python-all.ru/3.12/whatsnew/3.5.html#logging)842      - [lzma](https://python-all.ru/3.12/whatsnew/3.5.html#lzma)843      - [math](https://python-all.ru/3.12/whatsnew/3.5.html#math)844      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.5.html#multiprocessing)845      - [оператор](https://python-all.ru/3.12/whatsnew/3.5.html#operator)846      - [os](https://python-all.ru/3.12/whatsnew/3.5.html#os)847      - [pathlib](https://python-all.ru/3.12/whatsnew/3.5.html#pathlib)848      - [pickle](https://python-all.ru/3.12/whatsnew/3.5.html#pickle)849      - [poplib](https://python-all.ru/3.12/whatsnew/3.5.html#poplib)850      - [re](https://python-all.ru/3.12/whatsnew/3.5.html#re)851      - [readline](https://python-all.ru/3.12/whatsnew/3.5.html#readline)852      - [selectors](https://python-all.ru/3.12/whatsnew/3.5.html#selectors)853      - [shutil](https://python-all.ru/3.12/whatsnew/3.5.html#shutil)854      - [signal](https://python-all.ru/3.12/whatsnew/3.5.html#signal)855      - [smtpd](https://python-all.ru/3.12/whatsnew/3.5.html#smtpd)856      - [smtplib](https://python-all.ru/3.12/whatsnew/3.5.html#smtplib)857      - [sndhdr](https://python-all.ru/3.12/whatsnew/3.5.html#sndhdr)858      - [сокет](https://python-all.ru/3.12/whatsnew/3.5.html#socket)859      - [ssl](https://python-all.ru/3.12/whatsnew/3.5.html#ssl)860861        - [Поддержка Memory BIO](https://python-all.ru/3.12/whatsnew/3.5.html#memory-bio-support)862        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.12/whatsnew/3.5.html#application-layer-protocol-negotiation-support)863        - [Прочие изменения](https://python-all.ru/3.12/whatsnew/3.5.html#other-changes)864      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.5.html#sqlite3)865      - [подпроцесс](https://python-all.ru/3.12/whatsnew/3.5.html#subprocess)866      - [sys](https://python-all.ru/3.12/whatsnew/3.5.html#sys)867      - [sysconfig](https://python-all.ru/3.12/whatsnew/3.5.html#sysconfig)868      - [tarfile](https://python-all.ru/3.12/whatsnew/3.5.html#tarfile)869      - [threading](https://python-all.ru/3.12/whatsnew/3.5.html#threading)870      - [time](https://python-all.ru/3.12/whatsnew/3.5.html#time)871      - [timeit](https://python-all.ru/3.12/whatsnew/3.5.html#timeit)872      - [tkinter](https://python-all.ru/3.12/whatsnew/3.5.html#tkinter)873      - [traceback](https://python-all.ru/3.12/whatsnew/3.5.html#traceback)874      - [типы](https://python-all.ru/3.12/whatsnew/3.5.html#types)875      - [unicodedata](https://python-all.ru/3.12/whatsnew/3.5.html#unicodedata)876      - [unittest](https://python-all.ru/3.12/whatsnew/3.5.html#unittest)877      - [unittest.mock](https://python-all.ru/3.12/whatsnew/3.5.html#unittest-mock)878      - [urllib](https://python-all.ru/3.12/whatsnew/3.5.html#urllib)879      - [wsgiref](https://python-all.ru/3.12/whatsnew/3.5.html#wsgiref)880      - [xmlrpc](https://python-all.ru/3.12/whatsnew/3.5.html#xmlrpc)881      - [xml.sax](https://python-all.ru/3.12/whatsnew/3.5.html#xml-sax)882      - [zipfile](https://python-all.ru/3.12/whatsnew/3.5.html#zipfile)883    - [Другие изменения на уровне модулей](https://python-all.ru/3.12/whatsnew/3.5.html#other-module-level-changes)884    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.5.html#optimizations)885    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.5.html#build-and-c-api-changes)886    - [Устарело](https://python-all.ru/3.12/whatsnew/3.5.html#deprecated)887888      - [Новые ключевые слова](https://python-all.ru/3.12/whatsnew/3.5.html#new-keywords)889      - [Устаревшее поведение Python](https://python-all.ru/3.12/whatsnew/3.5.html#deprecated-python-behavior)890      - [Неподдерживаемые операционные системы](https://python-all.ru/3.12/whatsnew/3.5.html#unsupported-operating-systems)891      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.12/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)892    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.5.html#removed)893894      - [Удаление API и возможностей](https://python-all.ru/3.12/whatsnew/3.5.html#api-and-feature-removals)895    - [Переход на Python 3.5](https://python-all.ru/3.12/whatsnew/3.5.html#porting-to-python-3-5)896897      - [Изменения в поведении Python](https://python-all.ru/3.12/whatsnew/3.5.html#changes-in-python-behavior)898      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.5.html#changes-in-the-python-api)899      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.5.html#changes-in-the-c-api)900    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.12/whatsnew/3.5.html#notable-changes-in-python-3-5-4)901902      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.12/whatsnew/3.5.html#new-make-regen-all-build-target)903      - [Удаление `make touch` цели сборки](https://python-all.ru/3.12/whatsnew/3.5.html#removal-of-make-touch-build-target)904  - [Что нового в Python 3.4](https://python-all.ru/3.12/whatsnew/3.4.html)905906    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.4.html#summary-release-highlights)907    - [Новые возможности](https://python-all.ru/3.12/whatsnew/3.4.html#new-features)908909      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.12/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)910911        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.12/whatsnew/3.4.html#bootstrapping-pip-by-default)912        - [Изменения в документации](https://python-all.ru/3.12/whatsnew/3.4.html#documentation-changes)913      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.12/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)914      - [Улучшения в обработке кодеков](https://python-all.ru/3.12/whatsnew/3.4.html#improvements-to-codec-handling)915      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.12/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)916      - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.4.html#other-language-changes)917    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.4.html#new-modules)918919      - [asyncio](https://python-all.ru/3.12/whatsnew/3.4.html#asyncio)920      - [ensurepip](https://python-all.ru/3.12/whatsnew/3.4.html#ensurepip)921      - [enum](https://python-all.ru/3.12/whatsnew/3.4.html#enum)922      - [pathlib](https://python-all.ru/3.12/whatsnew/3.4.html#pathlib)923      - [selectors](https://python-all.ru/3.12/whatsnew/3.4.html#selectors)924      - [statistics](https://python-all.ru/3.12/whatsnew/3.4.html#statistics)925      - [tracemalloc](https://python-all.ru/3.12/whatsnew/3.4.html#tracemalloc)926    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.4.html#improved-modules)927928      - [abc](https://python-all.ru/3.12/whatsnew/3.4.html#abc)929      - [aifc](https://python-all.ru/3.12/whatsnew/3.4.html#aifc)930      - [argparse](https://python-all.ru/3.12/whatsnew/3.4.html#argparse)931      - [audioop](https://python-all.ru/3.12/whatsnew/3.4.html#audioop)932      - [base64](https://python-all.ru/3.12/whatsnew/3.4.html#base64)933      - [collections](https://python-all.ru/3.12/whatsnew/3.4.html#collections)934      - [colorsys](https://python-all.ru/3.12/whatsnew/3.4.html#colorsys)935      - [contextlib](https://python-all.ru/3.12/whatsnew/3.4.html#contextlib)936      - [dbm](https://python-all.ru/3.12/whatsnew/3.4.html#dbm)937      - [dis](https://python-all.ru/3.12/whatsnew/3.4.html#dis)938      - [doctest](https://python-all.ru/3.12/whatsnew/3.4.html#doctest)939      - [email](https://python-all.ru/3.12/whatsnew/3.4.html#email)940      - [filecmp](https://python-all.ru/3.12/whatsnew/3.4.html#filecmp)941      - [functools](https://python-all.ru/3.12/whatsnew/3.4.html#functools)942      - [gc](https://python-all.ru/3.12/whatsnew/3.4.html#gc)943      - [glob](https://python-all.ru/3.12/whatsnew/3.4.html#glob)944      - [hashlib](https://python-all.ru/3.12/whatsnew/3.4.html#hashlib)945      - [hmac](https://python-all.ru/3.12/whatsnew/3.4.html#hmac)946      - [html](https://python-all.ru/3.12/whatsnew/3.4.html#html)947      - [http](https://python-all.ru/3.12/whatsnew/3.4.html#http)948      - [idlelib и IDLE](https://python-all.ru/3.12/whatsnew/3.4.html#idlelib-and-idle)949      - [importlib](https://python-all.ru/3.12/whatsnew/3.4.html#importlib)950      - [inspect](https://python-all.ru/3.12/whatsnew/3.4.html#inspect)951      - [ipaddress](https://python-all.ru/3.12/whatsnew/3.4.html#ipaddress)952      - [logging](https://python-all.ru/3.12/whatsnew/3.4.html#logging)953      - [marshal](https://python-all.ru/3.12/whatsnew/3.4.html#marshal)954      - [mmap](https://python-all.ru/3.12/whatsnew/3.4.html#mmap)955      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.4.html#multiprocessing)956      - [оператор](https://python-all.ru/3.12/whatsnew/3.4.html#operator)957      - [os](https://python-all.ru/3.12/whatsnew/3.4.html#os)958      - [pdb](https://python-all.ru/3.12/whatsnew/3.4.html#pdb)959      - [pickle](https://python-all.ru/3.12/whatsnew/3.4.html#pickle)960      - [plistlib](https://python-all.ru/3.12/whatsnew/3.4.html#plistlib)961      - [poplib](https://python-all.ru/3.12/whatsnew/3.4.html#poplib)962      - [pprint](https://python-all.ru/3.12/whatsnew/3.4.html#pprint)963      - [pty](https://python-all.ru/3.12/whatsnew/3.4.html#pty)964      - [pydoc](https://python-all.ru/3.12/whatsnew/3.4.html#pydoc)965      - [re](https://python-all.ru/3.12/whatsnew/3.4.html#re)966      - [resource](https://python-all.ru/3.12/whatsnew/3.4.html#resource)967      - [select](https://python-all.ru/3.12/whatsnew/3.4.html#select)968      - [shelve](https://python-all.ru/3.12/whatsnew/3.4.html#shelve)969      - [shutil](https://python-all.ru/3.12/whatsnew/3.4.html#shutil)970      - [smtpd](https://python-all.ru/3.12/whatsnew/3.4.html#smtpd)971      - [smtplib](https://python-all.ru/3.12/whatsnew/3.4.html#smtplib)972      - [сокет](https://python-all.ru/3.12/whatsnew/3.4.html#socket)973      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.4.html#sqlite3)974      - [ssl](https://python-all.ru/3.12/whatsnew/3.4.html#ssl)975      - [stat](https://python-all.ru/3.12/whatsnew/3.4.html#stat)976      - [struct](https://python-all.ru/3.12/whatsnew/3.4.html#struct)977      - [подпроцесс](https://python-all.ru/3.12/whatsnew/3.4.html#subprocess)978      - [sunau](https://python-all.ru/3.12/whatsnew/3.4.html#sunau)979      - [sys](https://python-all.ru/3.12/whatsnew/3.4.html#sys)980      - [tarfile](https://python-all.ru/3.12/whatsnew/3.4.html#tarfile)981      - [textwrap](https://python-all.ru/3.12/whatsnew/3.4.html#textwrap)982      - [threading](https://python-all.ru/3.12/whatsnew/3.4.html#threading)983      - [traceback](https://python-all.ru/3.12/whatsnew/3.4.html#traceback)984      - [типы](https://python-all.ru/3.12/whatsnew/3.4.html#types)985      - [urllib](https://python-all.ru/3.12/whatsnew/3.4.html#urllib)986      - [unittest](https://python-all.ru/3.12/whatsnew/3.4.html#unittest)987      - [venv](https://python-all.ru/3.12/whatsnew/3.4.html#venv)988      - [wave](https://python-all.ru/3.12/whatsnew/3.4.html#wave)989      - [weakref](https://python-all.ru/3.12/whatsnew/3.4.html#weakref)990      - [xml.etree](https://python-all.ru/3.12/whatsnew/3.4.html#xml-etree)991      - [zipfile](https://python-all.ru/3.12/whatsnew/3.4.html#zipfile)992    - [Изменения в реализации CPython](https://python-all.ru/3.12/whatsnew/3.4.html#cpython-implementation-changes)993994      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.12/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)995      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.12/whatsnew/3.4.html#pep-442-safe-object-finalization)996      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.12/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)997      - [PEP 436: Argument Clinic](https://python-all.ru/3.12/whatsnew/3.4.html#pep-436-argument-clinic)998      - [Прочие изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.4.html#other-build-and-c-api-changes)999      - [Прочие улучшения](https://python-all.ru/3.12/whatsnew/3.4.html#other-improvements)1000      - [Значительные оптимизации](https://python-all.ru/3.12/whatsnew/3.4.html#significant-optimizations)1001    - [Устарело](https://python-all.ru/3.12/whatsnew/3.4.html#deprecated)10021003      - [Устаревшие возможности в Python API](https://python-all.ru/3.12/whatsnew/3.4.html#deprecations-in-the-python-api)1004      - [Устаревшие возможности](https://python-all.ru/3.12/whatsnew/3.4.html#deprecated-features)1005    - [Удалённое](https://python-all.ru/3.12/whatsnew/3.4.html#removed)10061007      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.12/whatsnew/3.4.html#operating-systems-no-longer-supported)1008      - [Удаление API и возможностей](https://python-all.ru/3.12/whatsnew/3.4.html#api-and-feature-removals)1009      - [Очистка кода](https://python-all.ru/3.12/whatsnew/3.4.html#code-cleanups)1010    - [Перенос на Python 3.4](https://python-all.ru/3.12/whatsnew/3.4.html#porting-to-python-3-4)10111012      - [Изменения в поведении команды python](https://python-all.ru/3.12/whatsnew/3.4.html#changes-in-python-command-behavior)1013      - [Изменения в Python API](https://python-all.ru/3.12/whatsnew/3.4.html#changes-in-the-python-api)1014      - [Изменения в C API](https://python-all.ru/3.12/whatsnew/3.4.html#changes-in-the-c-api)1015    - [Изменено в 3.4.3](https://python-all.ru/3.12/whatsnew/3.4.html#changed-in-3-4-3)10161017      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.12/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1018  - [Что нового в Python 3.3](https://python-all.ru/3.12/whatsnew/3.3.html)10191020    - [Сводка – основные моменты выпуска](https://python-all.ru/3.12/whatsnew/3.3.html#summary-release-highlights)1021    - [PEP 405: Виртуальные окружения](https://python-all.ru/3.12/whatsnew/3.3.html#pep-405-virtual-environments)1022    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.12/whatsnew/3.3.html#pep-420-implicit-namespace-packages)1023    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.12/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)10241025      - [Возможности](https://python-all.ru/3.12/whatsnew/3.3.html#features)1026      - [Изменения API](https://python-all.ru/3.12/whatsnew/3.3.html#api-changes)1027    - [PEP 393: Гибкое представление строк](https://python-all.ru/3.12/whatsnew/3.3.html#pep-393-flexible-string-representation)10281029      - [Функциональность](https://python-all.ru/3.12/whatsnew/3.3.html#functionality)1030      - [Производительность и потребление ресурсов](https://python-all.ru/3.12/whatsnew/3.3.html#performance-and-resource-usage)1031    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.12/whatsnew/3.3.html#pep-397-python-launcher-for-windows)1032    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.12/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)1033    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.12/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)1034    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.12/whatsnew/3.3.html#pep-409-suppressing-exception-context)1035    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.12/whatsnew/3.3.html#pep-414-explicit-unicode-literals)1036    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.12/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)1037    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.12/whatsnew/3.3.html#pep-412-key-sharing-dictionary)1038    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.12/whatsnew/3.3.html#pep-362-function-signature-object)1039    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.12/whatsnew/3.3.html#pep-421-adding-sys-implementation)10401041      - [SimpleNamespace](https://python-all.ru/3.12/whatsnew/3.3.html#simplenamespace)1042    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.12/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)10431044      - [Новые API](https://python-all.ru/3.12/whatsnew/3.3.html#new-apis)1045      - [Заметные изменения](https://python-all.ru/3.12/whatsnew/3.3.html#visible-changes)1046    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.3.html#other-language-changes)1047    - [Более детальная блокировка импорта](https://python-all.ru/3.12/whatsnew/3.3.html#a-finer-grained-import-lock)1048    - [Встроенные функции и типы](https://python-all.ru/3.12/whatsnew/3.3.html#builtin-functions-and-types)1049    - [Новые модули](https://python-all.ru/3.12/whatsnew/3.3.html#new-modules)10501051      - [faulthandler](https://python-all.ru/3.12/whatsnew/3.3.html#faulthandler)1052      - [ipaddress](https://python-all.ru/3.12/whatsnew/3.3.html#ipaddress)1053      - [lzma](https://python-all.ru/3.12/whatsnew/3.3.html#lzma)1054    - [Улучшенные модули](https://python-all.ru/3.12/whatsnew/3.3.html#improved-modules)10551056      - [abc](https://python-all.ru/3.12/whatsnew/3.3.html#abc)1057      - [array](https://python-all.ru/3.12/whatsnew/3.3.html#array)1058      - [base64](https://python-all.ru/3.12/whatsnew/3.3.html#base64)1059      - [binascii](https://python-all.ru/3.12/whatsnew/3.3.html#binascii)1060      - [bz2](https://python-all.ru/3.12/whatsnew/3.3.html#bz2)1061      - [codecs](https://python-all.ru/3.12/whatsnew/3.3.html#codecs)1062      - [collections](https://python-all.ru/3.12/whatsnew/3.3.html#collections)1063      - [contextlib](https://python-all.ru/3.12/whatsnew/3.3.html#contextlib)1064      - [crypt](https://python-all.ru/3.12/whatsnew/3.3.html#crypt)1065      - [curses](https://python-all.ru/3.12/whatsnew/3.3.html#curses)1066      - [datetime](https://python-all.ru/3.12/whatsnew/3.3.html#datetime)1067      - [decimal](https://python-all.ru/3.12/whatsnew/3.3.html#decimal)10681069        - [Возможности](https://python-all.ru/3.12/whatsnew/3.3.html#id1)1070        - [Изменения API](https://python-all.ru/3.12/whatsnew/3.3.html#id2)1071      - [email](https://python-all.ru/3.12/whatsnew/3.3.html#email)10721073        - [Каркас политик](https://python-all.ru/3.12/whatsnew/3.3.html#policy-framework)1074        - [Временная политика с новым API заголовков](https://python-all.ru/3.12/whatsnew/3.3.html#provisional-policy-with-new-header-api)1075        - [Другие изменения API](https://python-all.ru/3.12/whatsnew/3.3.html#other-api-changes)1076      - [ftplib](https://python-all.ru/3.12/whatsnew/3.3.html#ftplib)1077      - [functools](https://python-all.ru/3.12/whatsnew/3.3.html#functools)1078      - [gc](https://python-all.ru/3.12/whatsnew/3.3.html#gc)1079      - [hmac](https://python-all.ru/3.12/whatsnew/3.3.html#hmac)1080      - [http](https://python-all.ru/3.12/whatsnew/3.3.html#http)1081      - [html](https://python-all.ru/3.12/whatsnew/3.3.html#html)1082      - [imaplib](https://python-all.ru/3.12/whatsnew/3.3.html#imaplib)1083      - [inspect](https://python-all.ru/3.12/whatsnew/3.3.html#inspect)1084      - [io](https://python-all.ru/3.12/whatsnew/3.3.html#io)1085      - [itertools](https://python-all.ru/3.12/whatsnew/3.3.html#itertools)1086      - [logging](https://python-all.ru/3.12/whatsnew/3.3.html#logging)1087      - [math](https://python-all.ru/3.12/whatsnew/3.3.html#math)1088      - [mmap](https://python-all.ru/3.12/whatsnew/3.3.html#mmap)1089      - [multiprocessing](https://python-all.ru/3.12/whatsnew/3.3.html#multiprocessing)1090      - [nntplib](https://python-all.ru/3.12/whatsnew/3.3.html#nntplib)1091      - [os](https://python-all.ru/3.12/whatsnew/3.3.html#os)1092      - [pdb](https://python-all.ru/3.12/whatsnew/3.3.html#pdb)1093      - [pickle](https://python-all.ru/3.12/whatsnew/3.3.html#pickle)1094      - [pydoc](https://python-all.ru/3.12/whatsnew/3.3.html#pydoc)1095      - [re](https://python-all.ru/3.12/whatsnew/3.3.html#re)1096      - [sched](https://python-all.ru/3.12/whatsnew/3.3.html#sched)1097      - [select](https://python-all.ru/3.12/whatsnew/3.3.html#select)1098      - [shlex](https://python-all.ru/3.12/whatsnew/3.3.html#shlex)1099      - [shutil](https://python-all.ru/3.12/whatsnew/3.3.html#shutil)1100      - [signal](https://python-all.ru/3.12/whatsnew/3.3.html#signal)1101      - [smtpd](https://python-all.ru/3.12/whatsnew/3.3.html#smtpd)1102      - [smtplib](https://python-all.ru/3.12/whatsnew/3.3.html#smtplib)1103      - [сокет](https://python-all.ru/3.12/whatsnew/3.3.html#socket)1104      - [socketserver](https://python-all.ru/3.12/whatsnew/3.3.html#socketserver)1105      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.3.html#sqlite3)1106      - [ssl](https://python-all.ru/3.12/whatsnew/3.3.html#ssl)1107      - [stat](https://python-all.ru/3.12/whatsnew/3.3.html#stat)1108      - [struct](https://python-all.ru/3.12/whatsnew/3.3.html#struct)1109      - [подпроцесс](https://python-all.ru/3.12/whatsnew/3.3.html#subprocess)1110      - [sys](https://python-all.ru/3.12/whatsnew/3.3.html#sys)1111      - [tarfile](https://python-all.ru/3.12/whatsnew/3.3.html#tarfile)1112      - [tempfile](https://python-all.ru/3.12/whatsnew/3.3.html#tempfile)1113      - [textwrap](https://python-all.ru/3.12/whatsnew/3.3.html#textwrap)1114      - [threading](https://python-all.ru/3.12/whatsnew/3.3.html#threading)1115      - [time](https://python-all.ru/3.12/whatsnew/3.3.html#time)1116      - [типы](https://python-all.ru/3.12/whatsnew/3.3.html#types)1117      - [unittest](https://python-all.ru/3.12/whatsnew/3.3.html#unittest)1118      - [urllib](https://python-all.ru/3.12/whatsnew/3.3.html#urllib)1119      - [webbrowser](https://python-all.ru/3.12/whatsnew/3.3.html#webbrowser)1120      - [xml.etree.ElementTree](https://python-all.ru/3.12/whatsnew/3.3.html#xml-etree-elementtree)1121      - [zlib](https://python-all.ru/3.12/whatsnew/3.3.html#zlib)1122    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.3.html#optimizations)1123    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.3.html#build-and-c-api-changes)1124    - [Устарело](https://python-all.ru/3.12/whatsnew/3.3.html#deprecated)11251126      - [Неподдерживаемые операционные системы](https://python-all.ru/3.12/whatsnew/3.3.html#unsupported-operating-systems)1127      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.12/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)1128      - [Устаревшие функции и типы C API](https://python-all.ru/3.12/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)1129      - [Устаревшие возможности](https://python-all.ru/3.12/whatsnew/3.3.html#deprecated-features)1130    - [Портирование на Python 3.3](https://python-all.ru/3.12/whatsnew/3.3.html#porting-to-python-3-3)11311132      - [Перенос кода Python](https://python-all.ru/3.12/whatsnew/3.3.html#porting-python-code)1133      - [Перенос кода C](https://python-all.ru/3.12/whatsnew/3.3.html#porting-c-code)1134      - [Сборка расширений на C](https://python-all.ru/3.12/whatsnew/3.3.html#building-c-extensions)1135      - [Изменения параметров командной строки](https://python-all.ru/3.12/whatsnew/3.3.html#command-line-switch-changes)1136  - [Что нового в Python 3.2](https://python-all.ru/3.12/whatsnew/3.2.html)11371138    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.12/whatsnew/3.2.html#pep-384-defining-a-stable-abi)1139    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.12/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)1140    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.12/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)1141    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.12/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)1142    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.12/whatsnew/3.2.html#pep-3147-pyc-repository-directories)1143    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.12/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)1144    - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.12/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)1145    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.2.html#other-language-changes)1146    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.12/whatsnew/3.2.html#new-improved-and-deprecated-modules)11471148      - [email](https://python-all.ru/3.12/whatsnew/3.2.html#email)1149      - [elementtree](https://python-all.ru/3.12/whatsnew/3.2.html#elementtree)1150      - [functools](https://python-all.ru/3.12/whatsnew/3.2.html#functools)1151      - [itertools](https://python-all.ru/3.12/whatsnew/3.2.html#itertools)1152      - [collections](https://python-all.ru/3.12/whatsnew/3.2.html#collections)1153      - [threading](https://python-all.ru/3.12/whatsnew/3.2.html#threading)1154      - [datetime и time](https://python-all.ru/3.12/whatsnew/3.2.html#datetime-and-time)1155      - [math](https://python-all.ru/3.12/whatsnew/3.2.html#math)1156      - [abc](https://python-all.ru/3.12/whatsnew/3.2.html#abc)1157      - [io](https://python-all.ru/3.12/whatsnew/3.2.html#io)1158      - [reprlib](https://python-all.ru/3.12/whatsnew/3.2.html#reprlib)1159      - [logging](https://python-all.ru/3.12/whatsnew/3.2.html#logging)1160      - [csv](https://python-all.ru/3.12/whatsnew/3.2.html#csv)1161      - [contextlib](https://python-all.ru/3.12/whatsnew/3.2.html#contextlib)1162      - [decimal и fractions](https://python-all.ru/3.12/whatsnew/3.2.html#decimal-and-fractions)1163      - [ftp](https://python-all.ru/3.12/whatsnew/3.2.html#ftp)1164      - [popen](https://python-all.ru/3.12/whatsnew/3.2.html#popen)1165      - [select](https://python-all.ru/3.12/whatsnew/3.2.html#select)1166      - [gzip и zipfile](https://python-all.ru/3.12/whatsnew/3.2.html#gzip-and-zipfile)1167      - [tarfile](https://python-all.ru/3.12/whatsnew/3.2.html#tarfile)1168      - [hashlib](https://python-all.ru/3.12/whatsnew/3.2.html#hashlib)1169      - [ast](https://python-all.ru/3.12/whatsnew/3.2.html#ast)1170      - [os](https://python-all.ru/3.12/whatsnew/3.2.html#os)1171      - [shutil](https://python-all.ru/3.12/whatsnew/3.2.html#shutil)1172      - [sqlite3](https://python-all.ru/3.12/whatsnew/3.2.html#sqlite3)1173      - [html](https://python-all.ru/3.12/whatsnew/3.2.html#html)1174      - [сокет](https://python-all.ru/3.12/whatsnew/3.2.html#socket)1175      - [ssl](https://python-all.ru/3.12/whatsnew/3.2.html#ssl)1176      - [nntp](https://python-all.ru/3.12/whatsnew/3.2.html#nntp)1177      - [сертификаты](https://python-all.ru/3.12/whatsnew/3.2.html#certificates)1178      - [imaplib](https://python-all.ru/3.12/whatsnew/3.2.html#imaplib)1179      - [http.client](https://python-all.ru/3.12/whatsnew/3.2.html#http-client)1180      - [unittest](https://python-all.ru/3.12/whatsnew/3.2.html#unittest)1181      - [random](https://python-all.ru/3.12/whatsnew/3.2.html#random)1182      - [poplib](https://python-all.ru/3.12/whatsnew/3.2.html#poplib)1183      - [asyncore](https://python-all.ru/3.12/whatsnew/3.2.html#asyncore)1184      - [tempfile](https://python-all.ru/3.12/whatsnew/3.2.html#tempfile)1185      - [inspect](https://python-all.ru/3.12/whatsnew/3.2.html#inspect)1186      - [pydoc](https://python-all.ru/3.12/whatsnew/3.2.html#pydoc)1187      - [dis](https://python-all.ru/3.12/whatsnew/3.2.html#dis)1188      - [dbm](https://python-all.ru/3.12/whatsnew/3.2.html#dbm)1189      - [ctypes](https://python-all.ru/3.12/whatsnew/3.2.html#ctypes)1190      - [site](https://python-all.ru/3.12/whatsnew/3.2.html#site)1191      - [sysconfig](https://python-all.ru/3.12/whatsnew/3.2.html#sysconfig)1192      - [pdb](https://python-all.ru/3.12/whatsnew/3.2.html#pdb)1193      - [configparser](https://python-all.ru/3.12/whatsnew/3.2.html#configparser)1194      - [urllib.parse](https://python-all.ru/3.12/whatsnew/3.2.html#urllib-parse)1195      - [mailbox](https://python-all.ru/3.12/whatsnew/3.2.html#mailbox)1196      - [turtledemo](https://python-all.ru/3.12/whatsnew/3.2.html#turtledemo)1197    - [Многопоточность](https://python-all.ru/3.12/whatsnew/3.2.html#multi-threading)1198    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.2.html#optimizations)1199    - [Юникод](https://python-all.ru/3.12/whatsnew/3.2.html#unicode)1200    - [Кодеки](https://python-all.ru/3.12/whatsnew/3.2.html#codecs)1201    - [Документация](https://python-all.ru/3.12/whatsnew/3.2.html#documentation)1202    - [IDLE](https://python-all.ru/3.12/whatsnew/3.2.html#idle)1203    - [Репозиторий кода](https://python-all.ru/3.12/whatsnew/3.2.html#code-repository)1204    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.2.html#build-and-c-api-changes)1205    - [Переход на Python 3.2](https://python-all.ru/3.12/whatsnew/3.2.html#porting-to-python-3-2)1206  - [Что нового в Python 3.1](https://python-all.ru/3.12/whatsnew/3.1.html)12071208    - [PEP 372: Упорядоченные словари](https://python-all.ru/3.12/whatsnew/3.1.html#pep-372-ordered-dictionaries)1209    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.12/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)1210    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/3.1.html#other-language-changes)1211    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.12/whatsnew/3.1.html#new-improved-and-deprecated-modules)1212    - [Оптимизации](https://python-all.ru/3.12/whatsnew/3.1.html#optimizations)1213    - [IDLE](https://python-all.ru/3.12/whatsnew/3.1.html#idle)1214    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.1.html#build-and-c-api-changes)1215    - [Переход на Python 3.1](https://python-all.ru/3.12/whatsnew/3.1.html#porting-to-python-3-1)1216  - [Что нового в Python 3.0](https://python-all.ru/3.12/whatsnew/3.0.html)12171218    - [Типичные трудности](https://python-all.ru/3.12/whatsnew/3.0.html#common-stumbling-blocks)12191220      - [Print – это функция](https://python-all.ru/3.12/whatsnew/3.0.html#print-is-a-function)1221      - [Представления и итераторы вместо списков](https://python-all.ru/3.12/whatsnew/3.0.html#views-and-iterators-instead-of-lists)1222      - [Сравнение на упорядочивание](https://python-all.ru/3.12/whatsnew/3.0.html#ordering-comparisons)1223      - [Целые числа](https://python-all.ru/3.12/whatsnew/3.0.html#integers)1224      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.12/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)1225    - [Обзор изменений синтаксиса](https://python-all.ru/3.12/whatsnew/3.0.html#overview-of-syntax-changes)12261227      - [Новый синтаксис](https://python-all.ru/3.12/whatsnew/3.0.html#new-syntax)1228      - [Изменённый синтаксис](https://python-all.ru/3.12/whatsnew/3.0.html#changed-syntax)1229      - [Удалённый синтаксис](https://python-all.ru/3.12/whatsnew/3.0.html#removed-syntax)1230    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.12/whatsnew/3.0.html#changes-already-present-in-python-2-6)1231    - [Изменения в библиотеке](https://python-all.ru/3.12/whatsnew/3.0.html#library-changes)1232    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.12/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)1233    - [Изменения в исключениях](https://python-all.ru/3.12/whatsnew/3.0.html#changes-to-exceptions)1234    - [Прочие изменения](https://python-all.ru/3.12/whatsnew/3.0.html#miscellaneous-other-changes)12351236      - [Операторы и специальные методы](https://python-all.ru/3.12/whatsnew/3.0.html#operators-and-special-methods)1237      - [Встроенные функции](https://python-all.ru/3.12/whatsnew/3.0.html#builtins)1238    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/3.0.html#build-and-c-api-changes)1239    - [Производительность](https://python-all.ru/3.12/whatsnew/3.0.html#performance)1240    - [Переход на Python 3.0](https://python-all.ru/3.12/whatsnew/3.0.html#porting-to-python-3-0)1241  - [Что нового в Python 2.7](https://python-all.ru/3.12/whatsnew/2.7.html)12421243    - [Будущее Python 2.x](https://python-all.ru/3.12/whatsnew/2.7.html#the-future-for-python-2-x)1244    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.12/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)1245    - [Возможности Python 3.1](https://python-all.ru/3.12/whatsnew/2.7.html#python-3-1-features)1246    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.12/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)1247    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.12/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)1248    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.12/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)1249    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.12/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)1250    - [PEP 3106: Представления словаря](https://python-all.ru/3.12/whatsnew/2.7.html#pep-3106-dictionary-views)1251    - [PEP 3137: Объект memoryview](https://python-all.ru/3.12/whatsnew/2.7.html#pep-3137-the-memoryview-object)1252    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/2.7.html#other-language-changes)12531254      - [Изменения в интерпретаторе](https://python-all.ru/3.12/whatsnew/2.7.html#interpreter-changes)1255      - [Оптимизации](https://python-all.ru/3.12/whatsnew/2.7.html#optimizations)1256    - [Новые и улучшенные модули](https://python-all.ru/3.12/whatsnew/2.7.html#new-and-improved-modules)12571258      - [Новый модуль: importlib](https://python-all.ru/3.12/whatsnew/2.7.html#new-module-importlib)1259      - [Новый модуль: sysconfig](https://python-all.ru/3.12/whatsnew/2.7.html#new-module-sysconfig)1260      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.12/whatsnew/2.7.html#ttk-themed-widgets-for-tk)1261      - [Обновлённый модуль: unittest](https://python-all.ru/3.12/whatsnew/2.7.html#updated-module-unittest)1262      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.12/whatsnew/2.7.html#updated-module-elementtree-1-3)1263    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/2.7.html#build-and-c-api-changes)12641265      - [Капсулы](https://python-all.ru/3.12/whatsnew/2.7.html#capsules)1266      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.12/whatsnew/2.7.html#port-specific-changes-windows)1267      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.12/whatsnew/2.7.html#port-specific-changes-mac-os-x)1268      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.12/whatsnew/2.7.html#port-specific-changes-freebsd)1269    - [Прочие изменения и исправления](https://python-all.ru/3.12/whatsnew/2.7.html#other-changes-and-fixes)1270    - [Переход на Python 2.7](https://python-all.ru/3.12/whatsnew/2.7.html#porting-to-python-2-7)1271    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.12/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)12721273      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.12/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)1274      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.12/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)1275      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.12/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)1276      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.12/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)12771278        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.12/whatsnew/2.7.html#bootstrapping-pip-by-default)1279        - [Изменения в документации](https://python-all.ru/3.12/whatsnew/2.7.html#documentation-changes)1280      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.12/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1281      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.12/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)1282      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.12/whatsnew/2.7.html#new-make-regen-all-build-target)1283      - [Удаление `make touch` цели сборки](https://python-all.ru/3.12/whatsnew/2.7.html#removal-of-make-touch-build-target)1284    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.7.html#acknowledgements)1285  - [Что нового в Python 2.6](https://python-all.ru/3.12/whatsnew/2.6.html)12861287    - [Python 3.0](https://python-all.ru/3.12/whatsnew/2.6.html#python-3-0)1288    - [Изменения в процессе разработки](https://python-all.ru/3.12/whatsnew/2.6.html#changes-to-the-development-process)12891290      - [Новый трекер ошибок: Roundup](https://python-all.ru/3.12/whatsnew/2.6.html#new-issue-tracker-roundup)1291      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.12/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)1292    - [PEP 343: Оператор 'with'](https://python-all.ru/3.12/whatsnew/2.6.html#pep-343-the-with-statement)12931294      - [Написание контекстных менеджеров](https://python-all.ru/3.12/whatsnew/2.6.html#writing-context-managers)1295      - [Модуль contextlib](https://python-all.ru/3.12/whatsnew/2.6.html#the-contextlib-module)1296    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.12/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)1297    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.12/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)1298    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.12/whatsnew/2.6.html#pep-371-the-multiprocessing-package)1299    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3101-advanced-string-formatting)1300    - [PEP 3105: `print` как функция](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3105-print-as-a-function)1301    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3110-exception-handling-changes)1302    - [PEP 3112: Байтовые литералы](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3112-byte-literals)1303    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3116-new-i-o-library)1304    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)1305    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3119-abstract-base-classes)1306    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)1307    - [PEP 3129: Декораторы классов](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3129-class-decorators)1308    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.12/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)13091310      - [Модуль `fractions`](https://python-all.ru/3.12/whatsnew/2.6.html#the-fractions-module)1311    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/2.6.html#other-language-changes)13121313      - [Оптимизации](https://python-all.ru/3.12/whatsnew/2.6.html#optimizations)1314      - [Изменения в интерпретаторе](https://python-all.ru/3.12/whatsnew/2.6.html#interpreter-changes)1315    - [Новые и улучшенные модули](https://python-all.ru/3.12/whatsnew/2.6.html#new-and-improved-modules)13161317      - [Модуль `ast`](https://python-all.ru/3.12/whatsnew/2.6.html#the-ast-module)1318      - [Модуль `future_builtins`](https://python-all.ru/3.12/whatsnew/2.6.html#the-future-builtins-module)1319      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.12/whatsnew/2.6.html#the-json-module-javascript-object-notation)1320      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.12/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)1321      - [Улучшения ctypes](https://python-all.ru/3.12/whatsnew/2.6.html#ctypes-enhancements)1322      - [Улучшенная поддержка SSL](https://python-all.ru/3.12/whatsnew/2.6.html#improved-ssl-support)1323    - [Устаревания и удаления](https://python-all.ru/3.12/whatsnew/2.6.html#deprecations-and-removals)1324    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/2.6.html#build-and-c-api-changes)13251326      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.12/whatsnew/2.6.html#port-specific-changes-windows)1327      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.12/whatsnew/2.6.html#port-specific-changes-mac-os-x)1328      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.12/whatsnew/2.6.html#port-specific-changes-irix)1329    - [Переход на Python 2.6](https://python-all.ru/3.12/whatsnew/2.6.html#porting-to-python-2-6)1330    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.6.html#acknowledgements)1331  - [Что нового в Python 2.5](https://python-all.ru/3.12/whatsnew/2.5.html)13321333    - [PEP 308: Условные выражения](https://python-all.ru/3.12/whatsnew/2.5.html#pep-308-conditional-expressions)1334    - [PEP 309: Частичное применение функций](https://python-all.ru/3.12/whatsnew/2.5.html#pep-309-partial-function-application)1335    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.12/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)1336    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.12/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)1337    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.12/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)1338    - [PEP 341: Единый try/except/finally](https://python-all.ru/3.12/whatsnew/2.5.html#pep-341-unified-try-except-finally)1339    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.12/whatsnew/2.5.html#pep-342-new-generator-features)1340    - [PEP 343: Оператор 'with'](https://python-all.ru/3.12/whatsnew/2.5.html#pep-343-the-with-statement)13411342      - [Написание контекстных менеджеров](https://python-all.ru/3.12/whatsnew/2.5.html#writing-context-managers)1343      - [Модуль contextlib](https://python-all.ru/3.12/whatsnew/2.5.html#the-contextlib-module)1344    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.12/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1345    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.12/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1346    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.12/whatsnew/2.5.html#pep-357-the-index-method)1347    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/2.5.html#other-language-changes)13481349      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.12/whatsnew/2.5.html#interactive-interpreter-changes)1350      - [Оптимизации](https://python-all.ru/3.12/whatsnew/2.5.html#optimizations)1351    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.12/whatsnew/2.5.html#new-improved-and-removed-modules)13521353      - [Пакет ctypes](https://python-all.ru/3.12/whatsnew/2.5.html#the-ctypes-package)1354      - [Пакет ElementTree](https://python-all.ru/3.12/whatsnew/2.5.html#the-elementtree-package)1355      - [Пакет hashlib](https://python-all.ru/3.12/whatsnew/2.5.html#the-hashlib-package)1356      - [Пакет sqlite3](https://python-all.ru/3.12/whatsnew/2.5.html#the-sqlite3-package)1357      - [Пакет wsgiref](https://python-all.ru/3.12/whatsnew/2.5.html#the-wsgiref-package)1358    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/2.5.html#build-and-c-api-changes)13591360      - [Изменения для конкретных платформ](https://python-all.ru/3.12/whatsnew/2.5.html#port-specific-changes)1361    - [Перенос на Python 2.5](https://python-all.ru/3.12/whatsnew/2.5.html#porting-to-python-2-5)1362    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.5.html#acknowledgements)1363  - [Что нового в Python 2.4](https://python-all.ru/3.12/whatsnew/2.4.html)13641365    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.12/whatsnew/2.4.html#pep-218-built-in-set-objects)1366    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.12/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1367    - [PEP 289: Генераторные выражения](https://python-all.ru/3.12/whatsnew/2.4.html#pep-289-generator-expressions)1368    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.12/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1369    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.12/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1370    - [PEP 322: Обратная итерация](https://python-all.ru/3.12/whatsnew/2.4.html#pep-322-reverse-iteration)1371    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.12/whatsnew/2.4.html#pep-324-new-subprocess-module)1372    - [PEP 327: Тип данных Decimal](https://python-all.ru/3.12/whatsnew/2.4.html#pep-327-decimal-data-type)13731374      - [Зачем нужен Decimal?](https://python-all.ru/3.12/whatsnew/2.4.html#why-is-decimal-needed)1375      - [Тип `Decimal`](https://python-all.ru/3.12/whatsnew/2.4.html#the-decimal-type)1376      - [Тип `Context`](https://python-all.ru/3.12/whatsnew/2.4.html#the-context-type)1377    - [PEP 328: Многострочные импорты](https://python-all.ru/3.12/whatsnew/2.4.html#pep-328-multi-line-imports)1378    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.12/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1379    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/2.4.html#other-language-changes)13801381      - [Оптимизации](https://python-all.ru/3.12/whatsnew/2.4.html#optimizations)1382    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.12/whatsnew/2.4.html#new-improved-and-deprecated-modules)13831384      - [cookielib](https://python-all.ru/3.12/whatsnew/2.4.html#cookielib)1385      - [doctest](https://python-all.ru/3.12/whatsnew/2.4.html#doctest)1386    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/2.4.html#build-and-c-api-changes)13871388      - [Изменения для конкретных платформ](https://python-all.ru/3.12/whatsnew/2.4.html#port-specific-changes)1389    - [Перенос на Python 2.4](https://python-all.ru/3.12/whatsnew/2.4.html#porting-to-python-2-4)1390    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.4.html#acknowledgements)1391  - [Что нового в Python 2.3](https://python-all.ru/3.12/whatsnew/2.3.html)13921393    - [PEP 218: Стандартный тип set](https://python-all.ru/3.12/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1394    - [PEP 255: простые генераторы](https://python-all.ru/3.12/whatsnew/2.3.html#pep-255-simple-generators)1395    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.12/whatsnew/2.3.html#pep-263-source-code-encodings)1396    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.12/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1397    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.12/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1398    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.12/whatsnew/2.3.html#pep-278-universal-newline-support)1399    - [PEP 279: enumerate()](https://python-all.ru/3.12/whatsnew/2.3.html#pep-279-enumerate)1400    - [PEP 282: Пакет logging](https://python-all.ru/3.12/whatsnew/2.3.html#pep-282-the-logging-package)1401    - [PEP 285: Булев тип](https://python-all.ru/3.12/whatsnew/2.3.html#pep-285-a-boolean-type)1402    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.12/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1403    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.12/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1404    - [PEP 302: Новые хуки импорта](https://python-all.ru/3.12/whatsnew/2.3.html#pep-302-new-import-hooks)1405    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.12/whatsnew/2.3.html#pep-305-comma-separated-files)1406    - [PEP 307: Улучшения pickle](https://python-all.ru/3.12/whatsnew/2.3.html#pep-307-pickle-enhancements)1407    - [Расширенные срезы](https://python-all.ru/3.12/whatsnew/2.3.html#extended-slices)1408    - [Прочие изменения языка](https://python-all.ru/3.12/whatsnew/2.3.html#other-language-changes)14091410      - [Изменения в строках](https://python-all.ru/3.12/whatsnew/2.3.html#string-changes)1411      - [Оптимизации](https://python-all.ru/3.12/whatsnew/2.3.html#optimizations)1412    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.12/whatsnew/2.3.html#new-improved-and-deprecated-modules)14131414      - [Тип даты/времени](https://python-all.ru/3.12/whatsnew/2.3.html#date-time-type)1415      - [Модуль optparse](https://python-all.ru/3.12/whatsnew/2.3.html#the-optparse-module)1416    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.12/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1417    - [Изменения в сборке и C API](https://python-all.ru/3.12/whatsnew/2.3.html#build-and-c-api-changes)14181419      - [Изменения для конкретных платформ](https://python-all.ru/3.12/whatsnew/2.3.html#port-specific-changes)1420    - [Прочие изменения и исправления](https://python-all.ru/3.12/whatsnew/2.3.html#other-changes-and-fixes)1421    - [Перенос на Python 2.3](https://python-all.ru/3.12/whatsnew/2.3.html#porting-to-python-2-3)1422    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.3.html#acknowledgements)1423  - [Что нового в Python 2.2](https://python-all.ru/3.12/whatsnew/2.2.html)14241425    - [Введение](https://python-all.ru/3.12/whatsnew/2.2.html#introduction)1426    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.12/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)14271428      - [Старые и новые классы](https://python-all.ru/3.12/whatsnew/2.2.html#old-and-new-classes)1429      - [Дескрипторы](https://python-all.ru/3.12/whatsnew/2.2.html#descriptors)1430      - [Множественное наследование: правило ромба](https://python-all.ru/3.12/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1431      - [Доступ к атрибутам](https://python-all.ru/3.12/whatsnew/2.2.html#attribute-access)1432      - [Связанные ссылки](https://python-all.ru/3.12/whatsnew/2.2.html#related-links)1433    - [PEP 234: итераторы](https://python-all.ru/3.12/whatsnew/2.2.html#pep-234-iterators)1434    - [PEP 255: простые генераторы](https://python-all.ru/3.12/whatsnew/2.2.html#pep-255-simple-generators)1435    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.12/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1436    - [PEP 238: изменение оператора деления](https://python-all.ru/3.12/whatsnew/2.2.html#pep-238-changing-the-division-operator)1437    - [Изменения в Unicode](https://python-all.ru/3.12/whatsnew/2.2.html#unicode-changes)1438    - [PEP 227: вложенные области видимости](https://python-all.ru/3.12/whatsnew/2.2.html#pep-227-nested-scopes)1439    - [Новые и улучшенные модули](https://python-all.ru/3.12/whatsnew/2.2.html#new-and-improved-modules)1440    - [Изменения и исправления интерпретатора](https://python-all.ru/3.12/whatsnew/2.2.html#interpreter-changes-and-fixes)1441    - [Прочие изменения и исправления](https://python-all.ru/3.12/whatsnew/2.2.html#other-changes-and-fixes)1442    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.2.html#acknowledgements)1443  - [Что нового в Python 2.1](https://python-all.ru/3.12/whatsnew/2.1.html)14441445    - [Введение](https://python-all.ru/3.12/whatsnew/2.1.html#introduction)1446    - [PEP 227: вложенные области видимости](https://python-all.ru/3.12/whatsnew/2.1.html#pep-227-nested-scopes)1447    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.12/whatsnew/2.1.html#pep-236-future-directives)1448    - [PEP 207: расширенные сравнения](https://python-all.ru/3.12/whatsnew/2.1.html#pep-207-rich-comparisons)1449    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.12/whatsnew/2.1.html#pep-230-warning-framework)1450    - [PEP 229: новая система сборки](https://python-all.ru/3.12/whatsnew/2.1.html#pep-229-new-build-system)1451    - [PEP 205: слабые ссылки](https://python-all.ru/3.12/whatsnew/2.1.html#pep-205-weak-references)1452    - [PEP 232: атрибуты функций](https://python-all.ru/3.12/whatsnew/2.1.html#pep-232-function-attributes)1453    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.12/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1454    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.12/whatsnew/2.1.html#pep-217-interactive-display-hook)1455    - [PEP 208: новая модель приведения типов](https://python-all.ru/3.12/whatsnew/2.1.html#pep-208-new-coercion-model)1456    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.12/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1457    - [Новые и улучшенные модули](https://python-all.ru/3.12/whatsnew/2.1.html#new-and-improved-modules)1458    - [Прочие изменения и исправления](https://python-all.ru/3.12/whatsnew/2.1.html#other-changes-and-fixes)1459    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.1.html#acknowledgements)1460  - [Что нового в Python 2.0](https://python-all.ru/3.12/whatsnew/2.0.html)14611462    - [Введение](https://python-all.ru/3.12/whatsnew/2.0.html#introduction)1463    - [А что насчёт Python 1.6?](https://python-all.ru/3.12/whatsnew/2.0.html#what-about-python-1-6)1464    - [Новый процесс разработки](https://python-all.ru/3.12/whatsnew/2.0.html#new-development-process)1465    - [Юникод](https://python-all.ru/3.12/whatsnew/2.0.html#unicode)1466    - [Списковые включения](https://python-all.ru/3.12/whatsnew/2.0.html#list-comprehensions)1467    - [Расширенное присваивание](https://python-all.ru/3.12/whatsnew/2.0.html#augmented-assignment)1468    - [Методы строк](https://python-all.ru/3.12/whatsnew/2.0.html#string-methods)1469    - [Сборка мусора циклических ссылок](https://python-all.ru/3.12/whatsnew/2.0.html#garbage-collection-of-cycles)1470    - [Другие изменения ядра](https://python-all.ru/3.12/whatsnew/2.0.html#other-core-changes)14711472      - [Мелкие изменения языка](https://python-all.ru/3.12/whatsnew/2.0.html#minor-language-changes)1473      - [Изменения встроенных функций](https://python-all.ru/3.12/whatsnew/2.0.html#changes-to-built-in-functions)1474    - [Перенос на 2.0](https://python-all.ru/3.12/whatsnew/2.0.html#porting-to-2-0)1475    - [Изменения в расширении/встраивании](https://python-all.ru/3.12/whatsnew/2.0.html#extending-embedding-changes)1476    - [Distutils: упрощение установки модулей](https://python-all.ru/3.12/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1477    - [Модули XML](https://python-all.ru/3.12/whatsnew/2.0.html#xml-modules)14781479      - [Поддержка SAX2](https://python-all.ru/3.12/whatsnew/2.0.html#sax2-support)1480      - [Поддержка DOM](https://python-all.ru/3.12/whatsnew/2.0.html#dom-support)1481      - [Связь с PyXML](https://python-all.ru/3.12/whatsnew/2.0.html#relationship-to-pyxml)1482    - [Изменения модулей](https://python-all.ru/3.12/whatsnew/2.0.html#module-changes)1483    - [Новые модули](https://python-all.ru/3.12/whatsnew/2.0.html#new-modules)1484    - [Улучшения IDLE](https://python-all.ru/3.12/whatsnew/2.0.html#idle-improvements)1485    - [Удалённые и устаревшие модули](https://python-all.ru/3.12/whatsnew/2.0.html#deleted-and-deprecated-modules)1486    - [Благодарности](https://python-all.ru/3.12/whatsnew/2.0.html#acknowledgements)1487  - [Журнал изменений](https://python-all.ru/3.12/whatsnew/changelog.html)14881489    - [Следующая версия Python](https://python-all.ru/3.12/whatsnew/changelog.html#python-next)14901491      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#documentation)1492    - [Python 3.12.13 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-13-final)14931494      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#security)1495      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#library)1496    - [Python 3.12.12 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-12-final)14971498      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#tools-demos)1499      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id2)1500      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id3)1501      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#core-and-builtins)1502    - [Python 3.12.11 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-11-final)15031504      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id4)1505      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id5)1506    - [Python 3.12.10 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-10-final)15071508      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#macos)1509      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#windows)1510      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id6)1511      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#tests)1512      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id7)1513      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id8)1514      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#idle)1515      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id9)1516      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id10)1517      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#c-api)1518      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#build)1519    - [Python 3.12.9 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-9-final)15201521      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id11)1522      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id12)1523      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id13)1524      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id14)1525      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id15)1526      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id16)1527      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id17)1528    - [Python 3.12.8 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-8-final)15291530      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id18)1531      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id19)1532      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id20)1533      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id21)1534      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id22)1535      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id23)1536      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id24)1537      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id25)1538      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id26)1539      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id27)1540      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id28)1541    - [Python 3.12.7 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-7-final)15421543      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id29)1544      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id30)1545      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id31)1546      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id32)1547      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id33)1548      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id34)1549      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id35)1550      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id36)1551    - [Python 3.12.6 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-6-final)15521553      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id37)1554      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id38)1555      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id39)1556      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id40)1557      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id41)1558      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id42)1559      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id43)1560      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id44)1561      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id45)1562    - [Python 3.12.5 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-5-final)15631564      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id46)1565      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id47)1566      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id48)1567      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id49)1568      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id50)1569      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id51)1570      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id52)1571      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id53)1572    - [Python 3.12.4 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-4-final)15731574      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id54)1575      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id55)1576      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id56)1577      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id57)1578      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id58)1579      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id59)1580      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id60)1581      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id61)1582      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id62)1583    - [Python 3.12.3 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-3-final)15841585      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id63)1586      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id64)1587      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id65)1588      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id66)1589      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id67)1590      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id68)1591      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id69)1592      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id70)1593      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id71)1594      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id72)1595    - [Python 3.12.2 final](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-2-final)15961597      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id73)1598      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id74)1599      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id75)1600      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id76)1601      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id77)1602      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id78)1603      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id79)1604      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id80)1605      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id81)1606      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id82)1607    - [Python 3.12.1 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-1-final)16081609      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id83)1610      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id84)1611      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id85)1612      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id86)1613      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id87)1614      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id88)1615      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id89)1616      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id90)1617      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id91)1618    - [Python 3.12.0 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-final)16191620      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id92)1621      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id93)1622      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id94)1623      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id95)1624      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id96)1625      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id97)1626    - [Python 3.12.0 кандидат в релизы 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-release-candidate-3)16271628      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id98)1629      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id99)1630      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id100)1631      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id101)1632      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id102)1633    - [Python 3.12.0 кандидат в релизы 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-release-candidate-2)16341635      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id103)1636      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id104)1637      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id105)1638      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id106)1639      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id107)1640      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id108)1641      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id109)1642      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id110)1643      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id111)1644      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id112)1645    - [Python 3.12.0 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-release-candidate-1)16461647      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id113)1648      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id114)1649      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id115)1650      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id116)1651      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id117)1652      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id118)1653      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id119)1654      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id120)1655      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id121)1656      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id122)1657    - [Python 3.12.0 бета 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-beta-4)16581659      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id123)1660      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id124)1661      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id125)1662      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id126)1663      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id127)1664      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id128)1665      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id129)1666      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id130)1667    - [Python 3.12.0 бета 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-beta-3)16681669      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id131)1670      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id132)1671      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id133)1672      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id134)1673      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id135)1674    - [Python 3.12.0 бета 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-beta-2)16751676      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id136)1677      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id137)1678      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id138)1679      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id139)1680      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id140)1681      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id141)1682      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id142)1683      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id143)1684      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id144)1685    - [Python 3.12.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-beta-1)16861687      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id145)1688      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id146)1689      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id147)1690      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id148)1691      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id149)1692      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id150)1693      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id151)1694      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id152)1695      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id153)1696      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id154)1697      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id155)1698    - [Python 3.12.0 альфа 7](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-7)16991700      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id156)1701      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id157)1702      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id158)1703      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id159)1704      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id160)1705      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id161)1706      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id162)1707      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id163)1708    - [Python 3.12.0 альфа 6](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-6)17091710      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id164)1711      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id165)1712      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id166)1713      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id167)1714      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id168)1715      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id169)1716      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id170)1717      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id171)1718      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id172)1719    - [Python 3.12.0 альфа 5](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-5)17201721      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id173)1722      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id175)1723      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id176)1724      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id177)1725      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id178)1726      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id179)1727      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id180)1728    - [Python 3.12.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-4)17291730      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id181)1731      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id182)1732      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id183)1733      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id184)1734      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id185)1735      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id186)1736      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id187)1737      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id188)1738      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id189)1739    - [Python 3.12.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-3)17401741      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id190)1742      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id191)1743      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id192)1744      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id193)1745      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id194)1746      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id195)1747      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id196)1748      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id197)1749      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id198)1750      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id199)1751    - [Python 3.12.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-2)17521753      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id200)1754      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id201)1755      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id202)1756      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id203)1757      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id204)1758      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id205)1759      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id206)1760      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id207)1761      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id208)1762    - [Python 3.12.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-12-0-alpha-1)17631764      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id209)1765      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id210)1766      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id211)1767      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id212)1768      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id213)1769      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id214)1770      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id215)1771      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id216)1772      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id217)1773      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id218)1774      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id220)1775    - [Python 3.11.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-beta-1)17761777      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id221)1778      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id222)1779      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id223)1780      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id224)1781      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id225)1782      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id226)1783      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id227)1784      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id228)1785      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id229)1786      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id230)1787    - [Python 3.11.0 альфа 7](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-7)17881789      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id231)1790      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id232)1791      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id233)1792      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id234)1793      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id235)1794      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id236)1795      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id237)1796      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id238)1797      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id239)1798    - [Python 3.11.0 альфа 6](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-6)17991800      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id240)1801      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id241)1802      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id242)1803      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id243)1804      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id244)1805      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id245)1806      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id246)1807      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id247)1808    - [Python 3.11.0 альфа 5](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-5)18091810      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id248)1811      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id249)1812      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id250)1813      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id251)1814      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id252)1815      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id253)1816      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id254)1817      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id255)1818      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id256)1819    - [Python 3.11.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-4)18201821      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id257)1822      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id258)1823      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id259)1824      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id260)1825      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id261)1826      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id262)1827      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id263)1828      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id264)1829    - [Python 3.11.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-3)18301831      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id265)1832      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id266)1833      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id267)1834      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id268)1835      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id269)1836      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id270)1837      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id271)1838      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id272)1839    - [Python 3.11.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-2)18401841      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id273)1842      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id274)1843      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id275)1844      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id276)1845      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id277)1846      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id278)1847      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id279)1848      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id280)1849      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id281)1850    - [Python 3.11.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-11-0-alpha-1)18511852      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id282)1853      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id283)1854      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id284)1855      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id285)1856      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id286)1857      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id287)1858      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id288)1859      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id289)1860      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id290)1861      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id291)1862      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id292)1863    - [Python 3.10.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-beta-1)18641865      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id293)1866      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id294)1867      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id295)1868      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id296)1869      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id297)1870      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id298)1871      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id299)1872      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id300)1873      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id301)1874      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id302)1875    - [Python 3.10.0 альфа 7](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-7)18761877      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id303)1878      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id304)1879      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id305)1880      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id306)1881      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id307)1882      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id308)1883      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id309)1884      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id310)1885      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id311)1886    - [Python 3.10.0 альфа 6](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-6)18871888      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id312)1889      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id313)1890      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id314)1891      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id315)1892      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id316)1893      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id317)1894      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id318)1895      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id319)1896      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id320)1897      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id321)1898    - [Python 3.10.0 альфа 5](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-5)18991900      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id322)1901      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id323)1902      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id324)1903      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id325)1904      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id326)1905      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id327)1906      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id328)1907      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id329)1908      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id330)1909      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id331)1910    - [Python 3.10.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-4)19111912      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id332)1913      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id333)1914      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id334)1915      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id335)1916      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id336)1917      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id337)1918      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id338)1919      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id339)1920    - [Python 3.10.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-3)19211922      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id340)1923      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id341)1924      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id342)1925      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id343)1926      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id344)1927      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id345)1928      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id346)1929      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id347)1930      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id348)1931      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id349)1932      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id350)1933    - [Python 3.10.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-2)19341935      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id351)1936      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id352)1937      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id353)1938      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id354)1939      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id355)1940      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id356)1941      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id357)1942      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id358)1943      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id359)1944      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id360)1945    - [Python 3.10.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-10-0-alpha-1)19461947      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id361)1948      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id362)1949      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id363)1950      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id364)1951      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id365)1952      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id366)1953      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id367)1954      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id368)1955      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id369)1956      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id370)1957    - [Python 3.9.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-beta-1)19581959      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id371)1960      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id372)1961      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id373)1962      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id374)1963      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id375)1964      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id376)1965      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id377)1966      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id378)1967      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id379)1968      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id380)1969    - [Python 3.9.0 альфа 6](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-alpha-6)19701971      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id381)1972      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id382)1973      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id383)1974      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id384)1975      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id385)1976      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id386)1977      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id387)1978      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id388)1979      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id389)1980      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id390)1981      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id391)1982    - [Python 3.9.0 альфа 5](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-alpha-5)19831984      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id392)1985      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id393)1986      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id394)1987      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id395)1988      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id396)1989      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id397)1990      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id398)1991      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id399)1992      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id400)1993      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id401)1994      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id402)1995    - [Python 3.9.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-alpha-4)19961997      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id403)1998      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id404)1999      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id405)2000      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id406)2001      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id407)2002      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id408)2003      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id409)2004      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id410)2005      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id411)2006    - [Python 3.9.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-alpha-3)20072008      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id412)2009      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id413)2010      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id414)2011      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id415)2012      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id416)2013      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id417)2014    - [Python 3.9.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-alpha-2)20152016      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id418)2017      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id419)2018      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id420)2019      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id421)2020      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id422)2021      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id423)2022      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id424)2023      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id425)2024      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id426)2025      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id427)2026    - [Python 3.9.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-9-0-alpha-1)20272028      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id428)2029      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id429)2030      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id430)2031      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id431)2032      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id432)2033      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id433)2034      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id434)2035      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id435)2036      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id436)2037      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id437)2038      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id438)2039    - [Python 3.8.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-8-0-beta-1)20402041      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id439)2042      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id440)2043      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id441)2044      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id442)2045      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id443)2046      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id444)2047      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id445)2048      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id446)2049      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id447)2050      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id448)2051      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id449)2052    - [Python 3.8.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-8-0-alpha-4)20532054      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id450)2055      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id451)2056      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id452)2057      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id453)2058      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id454)2059      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id455)2060      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id456)2061      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id457)2062      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id458)2063      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id459)2064      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id460)2065    - [Python 3.8.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-8-0-alpha-3)20662067      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id461)2068      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id462)2069      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id463)2070      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id464)2071      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id465)2072      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id466)2073      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id467)2074      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id468)2075      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id469)2076      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id470)2077    - [Python 3.8.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-8-0-alpha-2)20782079      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id471)2080      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id472)2081      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id473)2082      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id474)2083      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id475)2084      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id476)2085    - [Python 3.8.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-8-0-alpha-1)20862087      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id477)2088      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id478)2089      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id479)2090      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id480)2091      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id481)2092      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id482)2093      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id483)2094      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id484)2095      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id485)2096      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id486)2097      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id487)2098    - [Python 3.7.0 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-final)20992100      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id488)2101      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id489)2102    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-release-candidate-1)21032104      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id490)2105      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id491)2106      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id492)2107      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id493)2108      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id494)2109      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id495)2110    - [Python 3.7.0 бета 5](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-beta-5)21112112      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id496)2113      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id497)2114      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id498)2115      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id499)2116      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id500)2117      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id501)2118      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id502)2119    - [Python 3.7.0 бета 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-beta-4)21202121      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id503)2122      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id504)2123      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id505)2124      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id506)2125      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id507)2126      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id508)2127      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id509)2128      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id510)2129      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id511)2130    - [Python 3.7.0 бета 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-beta-3)21312132      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id512)2133      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id513)2134      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id514)2135      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id515)2136      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id516)2137      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id517)2138      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id518)2139      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id519)2140      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id520)2141      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id521)2142      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id522)2143    - [Python 3.7.0 бета 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-beta-2)21442145      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id523)2146      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id524)2147      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id525)2148      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id526)2149      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id527)2150      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id528)2151      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id529)2152      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id530)2153      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id531)2154      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id532)2155    - [Python 3.7.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-beta-1)21562157      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id533)2158      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id534)2159      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id535)2160      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id536)2161      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id537)2162      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id538)2163      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id539)2164      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id540)2165    - [Python 3.7.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-alpha-4)21662167      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id541)2168      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id542)2169      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id543)2170      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id544)2171      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id545)2172      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id546)2173      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id547)2174    - [Python 3.7.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-alpha-3)21752176      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id548)2177      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id549)2178      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id550)2179      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id551)2180      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id552)2181      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id553)2182      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id554)2183      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id555)2184      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id556)2185      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id557)2186    - [Python 3.7.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-alpha-2)21872188      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id558)2189      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id559)2190      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id560)2191      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id561)2192      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id562)2193      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id563)2194    - [Python 3.7.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-7-0-alpha-1)21952196      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id564)2197      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id565)2198      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id566)2199      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id567)2200      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id568)2201      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id569)2202      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id570)2203      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id571)2204      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id572)2205      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id573)2206    - [Python 3.6.6 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-6-final)2207    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-6-release-candidate-1)22082209      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id574)2210      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id575)2211      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id576)2212      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id577)2213      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id578)2214      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id579)2215      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id580)2216      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id581)2217      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id582)2218      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id583)2219    - [Python 3.6.5 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-5-final)22202221      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id584)2222      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id585)2223    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-5-release-candidate-1)22242225      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id586)2226      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id587)2227      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id588)2228      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id589)2229      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id590)2230      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id591)2231      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id592)2232      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id593)2233      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id594)2234      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id595)2235      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id596)2236    - [Python 3.6.4 финальная](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-4-final)2237    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-4-release-candidate-1)22382239      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id597)2240      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id598)2241      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id599)2242      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id600)2243      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id601)2244      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id602)2245      - [macOS](https://python-all.ru/3.12/whatsnew/changelog.html#id603)2246      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id604)2247      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id605)2248      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id606)2249    - [Python 3.6.3 финальная](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-3-final)22502251      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id607)2252      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id608)2253    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-3-release-candidate-1)22542255      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id609)2256      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id610)2257      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id611)2258      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id612)2259      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id613)2260      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id614)2261      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id615)2262      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id616)2263      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id617)2264    - [Python 3.6.2 финальная](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-2-final)2265    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-2-release-candidate-2)22662267      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id618)2268    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-2-release-candidate-1)22692270      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id619)2271      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id620)2272      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id621)2273      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id622)2274      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id623)2275      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id624)2276      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id625)2277      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id626)2278      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id627)2279      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id628)2280    - [Python 3.6.1 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-1-final)22812282      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id629)2283      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id630)2284    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-1-release-candidate-1)22852286      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id631)2287      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id632)2288      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id633)2289      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id634)2290      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id635)2291      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id636)2292      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id637)2293      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id638)2294    - [Python 3.6.0 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-final)2295    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-release-candidate-2)22962297      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id639)2298      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id640)2299      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id641)2300      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id642)2301    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-release-candidate-1)23022303      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id643)2304      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id644)2305      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id645)2306      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id646)2307      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id647)2308    - [Python 3.6.0 бета 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-beta-4)23092310      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id648)2311      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id649)2312      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id650)2313      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id651)2314      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id652)2315    - [Python 3.6.0 бета 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-beta-3)23162317      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id653)2318      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id654)2319      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id655)2320      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id656)2321      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id657)2322    - [Python 3.6.0 бета 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-beta-2)23232324      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id658)2325      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id659)2326      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id660)2327      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id661)2328      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id662)2329      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id663)2330    - [Python 3.6.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-beta-1)23312332      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id664)2333      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id665)2334      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id666)2335      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id667)2336      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id668)2337      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id669)2338      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id670)2339      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id671)2340    - [Python 3.6.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-alpha-4)23412342      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id672)2343      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id673)2344      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id674)2345      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id675)2346      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id676)2347      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id677)2348    - [Python 3.6.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-alpha-3)23492350      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id678)2351      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id679)2352      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id680)2353      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id681)2354      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id682)2355      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id683)2356      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id684)2357      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id685)2358      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id686)2359    - [Python 3.6.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-alpha-2)23602361      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id687)2362      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id688)2363      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id689)2364      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id690)2365      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id691)2366      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id692)2367      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id693)2368      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id694)2369      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id695)2370      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id696)2371    - [Python 3.6.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-6-0-alpha-1)23722373      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id697)2374      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id698)2375      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id699)2376      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id700)2377      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id701)2378      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id702)2379      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id703)2380      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id704)2381      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id705)2382      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id706)2383    - [Python 3.5.5 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-5-final)2384    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-5-release-candidate-1)23852386      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id707)2387      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id708)2388      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id709)2389    - [Python 3.5.4 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-4-final)23902391      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id710)2392    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-4-release-candidate-1)23932394      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id711)2395      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id712)2396      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id713)2397      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id714)2398      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id715)2399      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id716)2400      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id717)2401      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id718)2402    - [Python 3.5.3 финальный](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-3-final)2403    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-3-release-candidate-1)24042405      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id719)2406      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id720)2407      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id721)2408      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id722)2409      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id723)2410      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id724)2411      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id725)2412      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id726)2413      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id727)2414      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id728)2415    - [Python 3.5.2, финальная версия](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-2-final)24162417      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id729)2418      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id730)2419      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id731)2420    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-2-release-candidate-1)24212422      - [Безопасность](https://python-all.ru/3.12/whatsnew/changelog.html#id732)2423      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id733)2424      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id734)2425      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id735)2426      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id736)2427      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id737)2428      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id738)2429      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id739)2430      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id740)2431    - [Python 3.5.1, финальная версия](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-1-final)24322433      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id741)2434      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id742)2435    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-1-release-candidate-1)24362437      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id743)2438      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id744)2439      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id745)2440      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id746)2441      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id747)2442      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id748)2443      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id749)2444      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id750)2445    - [Python 3.5.0, финальная версия](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-final)24462447      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id751)2448    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-release-candidate-4)24492450      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id752)2451      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id753)2452    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-release-candidate-3)24532454      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id754)2455      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id755)2456    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-release-candidate-2)24572458      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id756)2459      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id757)2460    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-release-candidate-1)24612462      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id758)2463      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id759)2464      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id760)2465      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id761)2466      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id762)2467    - [Python 3.5.0 бета 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-beta-4)24682469      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id763)2470      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id764)2471      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id765)2472    - [Python 3.5.0 бета 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-beta-3)24732474      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id766)2475      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id767)2476      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id768)2477      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id769)2478      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id770)2479    - [Python 3.5.0 бета 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-beta-2)24802481      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id771)2482      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id772)2483    - [Python 3.5.0 бета 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-beta-1)24842485      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id773)2486      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id774)2487      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id775)2488      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id776)2489      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id777)2490      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id778)2491    - [Python 3.5.0 альфа 4](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-alpha-4)24922493      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id779)2494      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id780)2495      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id781)2496      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id782)2497      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id783)2498      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id784)2499    - [Python 3.5.0 альфа 3](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-alpha-3)25002501      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id785)2502      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id786)2503      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id787)2504      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id788)2505      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id789)2506    - [Python 3.5.0 альфа 2](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-alpha-2)25072508      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id790)2509      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id791)2510      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id792)2511      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id793)2512      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id794)2513    - [Python 3.5.0 альфа 1](https://python-all.ru/3.12/whatsnew/changelog.html#python-3-5-0-alpha-1)25142515      - [Ядро и встроенные модули](https://python-all.ru/3.12/whatsnew/changelog.html#id795)2516      - [Библиотека](https://python-all.ru/3.12/whatsnew/changelog.html#id796)2517      - [IDLE](https://python-all.ru/3.12/whatsnew/changelog.html#id797)2518      - [Сборка](https://python-all.ru/3.12/whatsnew/changelog.html#id798)2519      - [C API](https://python-all.ru/3.12/whatsnew/changelog.html#id799)2520      - [Документация](https://python-all.ru/3.12/whatsnew/changelog.html#id800)2521      - [Тесты](https://python-all.ru/3.12/whatsnew/changelog.html#id801)2522      - [Инструменты/Демонстрации](https://python-all.ru/3.12/whatsnew/changelog.html#id802)2523      - [Windows](https://python-all.ru/3.12/whatsnew/changelog.html#id803)2524- [Учебник Python](https://python-all.ru/3.12/tutorial/index.html)25252526  - [1. Введение](https://python-all.ru/3.12/tutorial/appetite.html)2527  - [2. Использование интерпретатора Python](https://python-all.ru/3.12/tutorial/interpreter.html)25282529    - [2.1. Запуск интерпретатора](https://python-all.ru/3.12/tutorial/interpreter.html#invoking-the-interpreter)25302531      - [2.1.1. Передача аргументов](https://python-all.ru/3.12/tutorial/interpreter.html#argument-passing)2532      - [2.1.2. Интерактивный режим](https://python-all.ru/3.12/tutorial/interpreter.html#interactive-mode)2533    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.12/tutorial/interpreter.html#the-interpreter-and-its-environment)25342535      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.12/tutorial/interpreter.html#source-code-encoding)2536  - [3. Неформальное введение в Python](https://python-all.ru/3.12/tutorial/introduction.html)25372538    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.12/tutorial/introduction.html#using-python-as-a-calculator)25392540      - [3.1.1. Числа](https://python-all.ru/3.12/tutorial/introduction.html#numbers)2541      - [3.1.2. Текст](https://python-all.ru/3.12/tutorial/introduction.html#text)2542      - [3.1.3. Списки](https://python-all.ru/3.12/tutorial/introduction.html#lists)2543    - [3.2. Первые шаги к программированию](https://python-all.ru/3.12/tutorial/introduction.html#first-steps-towards-programming)2544  - [4. Дополнительные средства управления потоком](https://python-all.ru/3.12/tutorial/controlflow.html)25452546    - [4.1. `if` Инструкции](https://python-all.ru/3.12/tutorial/controlflow.html#if-statements)2547    - [4.2. `for` Инструкции](https://python-all.ru/3.12/tutorial/controlflow.html#for-statements)2548    - [4.3. Функция `range()`](https://python-all.ru/3.12/tutorial/controlflow.html#the-range-function)2549    - [4.4. `break` и `continue` Инструкции](https://python-all.ru/3.12/tutorial/controlflow.html#break-and-continue-statements)2550    - [4.5. `else` Предложения в циклах](https://python-all.ru/3.12/tutorial/controlflow.html#else-clauses-on-loops)2551    - [4.6. `pass` Инструкции](https://python-all.ru/3.12/tutorial/controlflow.html#pass-statements)2552    - [4.7. `match` Инструкции](https://python-all.ru/3.12/tutorial/controlflow.html#match-statements)2553    - [4.8. Определение функций](https://python-all.ru/3.12/tutorial/controlflow.html#defining-functions)2554    - [4.9. Подробнее об определении функций](https://python-all.ru/3.12/tutorial/controlflow.html#more-on-defining-functions)25552556      - [4.9.1. Значения аргументов по умолчанию](https://python-all.ru/3.12/tutorial/controlflow.html#default-argument-values)2557      - [4.9.2. Именованные аргументы](https://python-all.ru/3.12/tutorial/controlflow.html#keyword-arguments)2558      - [4.9.3. Специальные параметры](https://python-all.ru/3.12/tutorial/controlflow.html#special-parameters)25592560        - [4.9.3.1. Позиционно-именованные аргументы](https://python-all.ru/3.12/tutorial/controlflow.html#positional-or-keyword-arguments)2561        - [4.9.3.2. Только позиционные параметры](https://python-all.ru/3.12/tutorial/controlflow.html#positional-only-parameters)2562        - [4.9.3.3. Только именованные аргументы](https://python-all.ru/3.12/tutorial/controlflow.html#keyword-only-arguments)2563        - [4.9.3.4. Примеры функций](https://python-all.ru/3.12/tutorial/controlflow.html#function-examples)2564        - [4.9.3.5. Краткий обзор](https://python-all.ru/3.12/tutorial/controlflow.html#recap)2565      - [4.9.4. Произвольные списки аргументов](https://python-all.ru/3.12/tutorial/controlflow.html#arbitrary-argument-lists)2566      - [4.9.5. Распаковка списков аргументов](https://python-all.ru/3.12/tutorial/controlflow.html#unpacking-argument-lists)2567      - [4.9.6. Лямбда-выражения](https://python-all.ru/3.12/tutorial/controlflow.html#lambda-expressions)2568      - [4.9.7. Строки документации](https://python-all.ru/3.12/tutorial/controlflow.html#documentation-strings)2569      - [4.9.8. Аннотации функций](https://python-all.ru/3.12/tutorial/controlflow.html#function-annotations)2570    - [4.10. Интермеццо: стиль кода](https://python-all.ru/3.12/tutorial/controlflow.html#intermezzo-coding-style)2571  - [5. Структуры данных](https://python-all.ru/3.12/tutorial/datastructures.html)25722573    - [5.1. Подробнее о списках](https://python-all.ru/3.12/tutorial/datastructures.html#more-on-lists)25742575      - [5.1.1. Использование списков как стеков](https://python-all.ru/3.12/tutorial/datastructures.html#using-lists-as-stacks)2576      - [5.1.2. Использование списков как очередей](https://python-all.ru/3.12/tutorial/datastructures.html#using-lists-as-queues)2577      - [5.1.3. Списковые включения](https://python-all.ru/3.12/tutorial/datastructures.html#list-comprehensions)2578      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.12/tutorial/datastructures.html#nested-list-comprehensions)2579    - [5.2. Инструкция `del`](https://python-all.ru/3.12/tutorial/datastructures.html#the-del-statement)2580    - [5.3. Кортежи и последовательности](https://python-all.ru/3.12/tutorial/datastructures.html#tuples-and-sequences)2581    - [5.4. Множества](https://python-all.ru/3.12/tutorial/datastructures.html#sets)2582    - [5.5. Словари](https://python-all.ru/3.12/tutorial/datastructures.html#dictionaries)2583    - [5.6. Приёмы работы с циклами](https://python-all.ru/3.12/tutorial/datastructures.html#looping-techniques)2584    - [5.7. Подробнее об условиях](https://python-all.ru/3.12/tutorial/datastructures.html#more-on-conditions)2585    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.12/tutorial/datastructures.html#comparing-sequences-and-other-types)2586  - [6. Модули](https://python-all.ru/3.12/tutorial/modules.html)25872588    - [6.1. Подробнее о модулях](https://python-all.ru/3.12/tutorial/modules.html#more-on-modules)25892590      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.12/tutorial/modules.html#executing-modules-as-scripts)2591      - [6.1.2. Путь поиска модулей](https://python-all.ru/3.12/tutorial/modules.html#the-module-search-path)2592      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.12/tutorial/modules.html#compiled-python-files)2593    - [6.2. Стандартные модули](https://python-all.ru/3.12/tutorial/modules.html#standard-modules)2594    - [6.3. Функция `dir()`](https://python-all.ru/3.12/tutorial/modules.html#the-dir-function)2595    - [6.4. Пакеты](https://python-all.ru/3.12/tutorial/modules.html#packages)25962597      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.12/tutorial/modules.html#importing-from-a-package)2598      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.12/tutorial/modules.html#intra-package-references)2599      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.12/tutorial/modules.html#packages-in-multiple-directories)2600  - [7. Ввод и вывод](https://python-all.ru/3.12/tutorial/inputoutput.html)26012602    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.12/tutorial/inputoutput.html#fancier-output-formatting)26032604      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.12/tutorial/inputoutput.html#formatted-string-literals)2605      - [7.1.2. Метод format() строк](https://python-all.ru/3.12/tutorial/inputoutput.html#the-string-format-method)2606      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.12/tutorial/inputoutput.html#manual-string-formatting)2607      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.12/tutorial/inputoutput.html#old-string-formatting)2608    - [7.2. Чтение и запись файлов](https://python-all.ru/3.12/tutorial/inputoutput.html#reading-and-writing-files)26092610      - [7.2.1. Методы файловых объектов](https://python-all.ru/3.12/tutorial/inputoutput.html#methods-of-file-objects)2611      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.12/tutorial/inputoutput.html#saving-structured-data-with-json)2612  - [8. Ошибки и исключения](https://python-all.ru/3.12/tutorial/errors.html)26132614    - [8.1. Синтаксические ошибки](https://python-all.ru/3.12/tutorial/errors.html#syntax-errors)2615    - [8.2. Исключения](https://python-all.ru/3.12/tutorial/errors.html#exceptions)2616    - [8.3. Обработка исключений](https://python-all.ru/3.12/tutorial/errors.html#handling-exceptions)2617    - [8.4. Возбуждение исключений](https://python-all.ru/3.12/tutorial/errors.html#raising-exceptions)2618    - [8.5. Цепочки исключений](https://python-all.ru/3.12/tutorial/errors.html#exception-chaining)2619    - [8.6. Пользовательские исключения](https://python-all.ru/3.12/tutorial/errors.html#user-defined-exceptions)2620    - [8.7. Определение действий по очистке](https://python-all.ru/3.12/tutorial/errors.html#defining-clean-up-actions)2621    - [8.8. Предопределённые действия по очистке](https://python-all.ru/3.12/tutorial/errors.html#predefined-clean-up-actions)2622    - [8.9. Возбуждение и обработка нескольких несвязанных исключений](https://python-all.ru/3.12/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)2623    - [8.10. Обогащение исключений примечаниями](https://python-all.ru/3.12/tutorial/errors.html#enriching-exceptions-with-notes)2624  - [9. Классы](https://python-all.ru/3.12/tutorial/classes.html)26252626    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.12/tutorial/classes.html#a-word-about-names-and-objects)2627    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.12/tutorial/classes.html#python-scopes-and-namespaces)26282629      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.12/tutorial/classes.html#scopes-and-namespaces-example)2630    - [9.3. Первое знакомство с классами](https://python-all.ru/3.12/tutorial/classes.html#a-first-look-at-classes)26312632      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.12/tutorial/classes.html#class-definition-syntax)2633      - [9.3.2. Объекты классов](https://python-all.ru/3.12/tutorial/classes.html#class-objects)2634      - [9.3.3. Объекты экземпляров](https://python-all.ru/3.12/tutorial/classes.html#instance-objects)2635      - [9.3.4. Объекты методов](https://python-all.ru/3.12/tutorial/classes.html#method-objects)2636      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.12/tutorial/classes.html#class-and-instance-variables)2637    - [9.4. Разные замечания](https://python-all.ru/3.12/tutorial/classes.html#random-remarks)2638    - [9.5. Наследование](https://python-all.ru/3.12/tutorial/classes.html#inheritance)26392640      - [9.5.1. Множественное наследование](https://python-all.ru/3.12/tutorial/classes.html#multiple-inheritance)2641    - [9.6. Приватные переменные](https://python-all.ru/3.12/tutorial/classes.html#private-variables)2642    - [9.7. Разное](https://python-all.ru/3.12/tutorial/classes.html#odds-and-ends)2643    - [9.8. Итераторы](https://python-all.ru/3.12/tutorial/classes.html#iterators)2644    - [9.9. Генераторы](https://python-all.ru/3.12/tutorial/classes.html#generators)2645    - [9.10. Генераторные выражения](https://python-all.ru/3.12/tutorial/classes.html#generator-expressions)2646  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.12/tutorial/stdlib.html)26472648    - [10.1. Интерфейс операционной системы](https://python-all.ru/3.12/tutorial/stdlib.html#operating-system-interface)2649    - [10.2. Файловые шаблоны](https://python-all.ru/3.12/tutorial/stdlib.html#file-wildcards)2650    - [10.3. Аргументы командной строки](https://python-all.ru/3.12/tutorial/stdlib.html#command-line-arguments)2651    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.12/tutorial/stdlib.html#error-output-redirection-and-program-termination)2652    - [10.5. Поиск по шаблону в строках](https://python-all.ru/3.12/tutorial/stdlib.html#string-pattern-matching)2653    - [10.6. Математика](https://python-all.ru/3.12/tutorial/stdlib.html#mathematics)2654    - [10.7. Доступ в Интернет](https://python-all.ru/3.12/tutorial/stdlib.html#internet-access)2655    - [10.8. Даты и время](https://python-all.ru/3.12/tutorial/stdlib.html#dates-and-times)2656    - [10.9. Сжатие данных](https://python-all.ru/3.12/tutorial/stdlib.html#data-compression)2657    - [10.10. Измерение производительности](https://python-all.ru/3.12/tutorial/stdlib.html#performance-measurement)2658    - [10.11. Контроль качества](https://python-all.ru/3.12/tutorial/stdlib.html#quality-control)2659    - [10.12. Батарейки в комплекте](https://python-all.ru/3.12/tutorial/stdlib.html#batteries-included)2660  - [11. Краткий обзор стандартной библиотеки – Часть II](https://python-all.ru/3.12/tutorial/stdlib2.html)26612662    - [11.1. Форматирование вывода](https://python-all.ru/3.12/tutorial/stdlib2.html#output-formatting)2663    - [11.2. Шаблоны](https://python-all.ru/3.12/tutorial/stdlib2.html#templating)2664    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.12/tutorial/stdlib2.html#working-with-binary-data-record-layouts)2665    - [11.4. Многопоточность](https://python-all.ru/3.12/tutorial/stdlib2.html#multi-threading)2666    - [11.5. Логирование](https://python-all.ru/3.12/tutorial/stdlib2.html#logging)2667    - [11.6. Слабые ссылки](https://python-all.ru/3.12/tutorial/stdlib2.html#weak-references)2668    - [11.7. Инструменты для работы со списками](https://python-all.ru/3.12/tutorial/stdlib2.html#tools-for-working-with-lists)2669    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.12/tutorial/stdlib2.html#decimal-floating-point-arithmetic)2670  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.12/tutorial/venv.html)26712672    - [12.1. Введение](https://python-all.ru/3.12/tutorial/venv.html#introduction)2673    - [12.2. Создание виртуальных окружений](https://python-all.ru/3.12/tutorial/venv.html#creating-virtual-environments)2674    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.12/tutorial/venv.html#managing-packages-with-pip)2675  - [13. Что дальше?](https://python-all.ru/3.12/tutorial/whatnow.html)2676  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.12/tutorial/interactive.html)26772678    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.12/tutorial/interactive.html#tab-completion-and-history-editing)2679    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.12/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)2680  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.12/tutorial/floatingpoint.html)26812682    - [15.1. Ошибка представления](https://python-all.ru/3.12/tutorial/floatingpoint.html#representation-error)2683  - [16. Приложение](https://python-all.ru/3.12/tutorial/appendix.html)26842685    - [16.1. Интерактивный режим](https://python-all.ru/3.12/tutorial/appendix.html#interactive-mode)26862687      - [16.1.1. Обработка ошибок](https://python-all.ru/3.12/tutorial/appendix.html#error-handling)2688      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.12/tutorial/appendix.html#executable-python-scripts)2689      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.12/tutorial/appendix.html#the-interactive-startup-file)2690      - [16.1.4. Модули настройки](https://python-all.ru/3.12/tutorial/appendix.html#the-customization-modules)2691- [Настройка и использование Python](https://python-all.ru/3.12/using/index.html)26922693  - [1. Командная строка и окружение](https://python-all.ru/3.12/using/cmdline.html)26942695    - [1.1. Командная строка](https://python-all.ru/3.12/using/cmdline.html#command-line)26962697      - [1.1.1. Параметры интерфейса](https://python-all.ru/3.12/using/cmdline.html#interface-options)2698      - [1.1.2. Общие параметры](https://python-all.ru/3.12/using/cmdline.html#generic-options)2699      - [1.1.3. Прочие параметры](https://python-all.ru/3.12/using/cmdline.html#miscellaneous-options)2700      - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.12/using/cmdline.html#options-you-shouldn-t-use)2701    - [1.2. Переменные окружения](https://python-all.ru/3.12/using/cmdline.html#environment-variables)27022703      - [1.2.1. Переменные режима отладки](https://python-all.ru/3.12/using/cmdline.html#debug-mode-variables)2704  - [2. Использование Python на платформах Unix](https://python-all.ru/3.12/using/unix.html)27052706    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.12/using/unix.html#getting-and-installing-the-latest-version-of-python)27072708      - [2.1.1. В Linux](https://python-all.ru/3.12/using/unix.html#on-linux)27092710        - [2.1.1.1. Установка IDLE](https://python-all.ru/3.12/using/unix.html#installing-idle)2711      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.12/using/unix.html#on-freebsd-and-openbsd)2712    - [2.2. Сборка Python](https://python-all.ru/3.12/using/unix.html#building-python)2713    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.12/using/unix.html#python-related-paths-and-files)2714    - [2.4. Прочее](https://python-all.ru/3.12/using/unix.html#miscellaneous)2715    - [2.5. Настройка OpenSSL](https://python-all.ru/3.12/using/unix.html#custom-openssl)2716  - [3. Настройка сборки Python](https://python-all.ru/3.12/using/configure.html)27172718    - [3.1. Требования к сборке](https://python-all.ru/3.12/using/configure.html#build-requirements)2719    - [3.2. Сгенерированные файлы](https://python-all.ru/3.12/using/configure.html#generated-files)27202721      - [3.2.1. Скрипт configure](https://python-all.ru/3.12/using/configure.html#configure-script)2722    - [3.3. Параметры configure](https://python-all.ru/3.12/using/configure.html#configure-options)27232724      - [3.3.1. Общие параметры](https://python-all.ru/3.12/using/configure.html#general-options)2725      - [3.3.2. Опции WebAssembly](https://python-all.ru/3.12/using/configure.html#webassembly-options)2726      - [3.3.3. Опции установки](https://python-all.ru/3.12/using/configure.html#install-options)2727      - [3.3.4. Опции производительности](https://python-all.ru/3.12/using/configure.html#performance-options)2728      - [3.3.5. Отладочная сборка Python](https://python-all.ru/3.12/using/configure.html#python-debug-build)2729      - [3.3.6. Опции отладки](https://python-all.ru/3.12/using/configure.html#debug-options)2730      - [3.3.7. Параметры компоновщика](https://python-all.ru/3.12/using/configure.html#linker-options)2731      - [3.3.8. Параметры библиотек](https://python-all.ru/3.12/using/configure.html#libraries-options)2732      - [3.3.9. Параметры безопасности](https://python-all.ru/3.12/using/configure.html#security-options)2733      - [3.3.10. Параметры macOS](https://python-all.ru/3.12/using/configure.html#macos-options)2734      - [3.3.11. Параметры кросскомпиляции](https://python-all.ru/3.12/using/configure.html#cross-compiling-options)2735    - [3.4. Система сборки Python](https://python-all.ru/3.12/using/configure.html#python-build-system)27362737      - [3.4.1. Основные файлы системы сборки](https://python-all.ru/3.12/using/configure.html#main-files-of-the-build-system)2738      - [3.4.2. Основные этапы сборки](https://python-all.ru/3.12/using/configure.html#main-build-steps)2739      - [3.4.3. Основные цели Makefile](https://python-all.ru/3.12/using/configure.html#main-makefile-targets)2740      - [3.4.4. Расширения C](https://python-all.ru/3.12/using/configure.html#c-extensions)2741    - [3.5. Флаги компилятора и компоновщика](https://python-all.ru/3.12/using/configure.html#compiler-and-linker-flags)27422743      - [3.5.1. Флаги препроцессора](https://python-all.ru/3.12/using/configure.html#preprocessor-flags)2744      - [3.5.2. Флаги компилятора](https://python-all.ru/3.12/using/configure.html#compiler-flags)2745      - [3.5.3. Флаги компоновщика](https://python-all.ru/3.12/using/configure.html#linker-flags)2746  - [4. Использование Python в Windows](https://python-all.ru/3.12/using/windows.html)27472748    - [4.1. Полный установщик](https://python-all.ru/3.12/using/windows.html#the-full-installer)27492750      - [4.1.1. Шаги установки](https://python-all.ru/3.12/using/windows.html#installation-steps)2751      - [4.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.12/using/windows.html#removing-the-max-path-limitation)2752      - [4.1.3. Установка без UI](https://python-all.ru/3.12/using/windows.html#installing-without-ui)2753      - [4.1.4. Установка без загрузки](https://python-all.ru/3.12/using/windows.html#installing-without-downloading)2754      - [4.1.5. Изменение установки](https://python-all.ru/3.12/using/windows.html#modifying-an-install)2755    - [4.2. Пакет из Microsoft Store](https://python-all.ru/3.12/using/windows.html#the-microsoft-store-package)27562757      - [4.2.1. Известные проблемы](https://python-all.ru/3.12/using/windows.html#known-issues)27582759        - [4.2.1.1. Перенаправление локальных данных, реестра и временных путей](https://python-all.ru/3.12/using/windows.html#redirection-of-local-data-registry-and-temporary-paths)2760    - [4.3. Пакеты из nuget.org](https://python-all.ru/3.12/using/windows.html#the-nuget-org-packages)2761    - [4.4. Встраиваемый пакет](https://python-all.ru/3.12/using/windows.html#the-embeddable-package)27622763      - [4.4.1. Приложение Python](https://python-all.ru/3.12/using/windows.html#python-application)2764      - [4.4.2. Встраивание Python](https://python-all.ru/3.12/using/windows.html#embedding-python)2765    - [4.5. Альтернативные сборки](https://python-all.ru/3.12/using/windows.html#alternative-bundles)2766    - [4.6. Настройка Python](https://python-all.ru/3.12/using/windows.html#configuring-python)27672768      - [4.6.1. Экскурс: установка переменных окружения](https://python-all.ru/3.12/using/windows.html#excursus-setting-environment-variables)2769      - [4.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.12/using/windows.html#finding-the-python-executable)2770    - [4.7. Режим UTF-8](https://python-all.ru/3.12/using/windows.html#utf-8-mode)2771    - [4.8. Запускатель Python для Windows](https://python-all.ru/3.12/using/windows.html#python-launcher-for-windows)27722773      - [4.8.1. Начало работы](https://python-all.ru/3.12/using/windows.html#getting-started)27742775        - [4.8.1.1. Из командной строки](https://python-all.ru/3.12/using/windows.html#from-the-command-line)2776        - [4.8.1.2. Виртуальные окружения](https://python-all.ru/3.12/using/windows.html#virtual-environments)2777        - [4.8.1.3. Из скрипта](https://python-all.ru/3.12/using/windows.html#from-a-script)2778        - [4.8.1.4. Из ассоциаций файлов](https://python-all.ru/3.12/using/windows.html#from-file-associations)2779      - [4.8.2. Строки shebang](https://python-all.ru/3.12/using/windows.html#shebang-lines)2780      - [4.8.3. Аргументы в строках shebang](https://python-all.ru/3.12/using/windows.html#arguments-in-shebang-lines)2781      - [4.8.4. Настройка](https://python-all.ru/3.12/using/windows.html#customization)27822783        - [4.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.12/using/windows.html#customization-via-ini-files)2784        - [4.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.12/using/windows.html#customizing-default-python-versions)2785      - [4.8.5. Диагностика](https://python-all.ru/3.12/using/windows.html#diagnostics)2786      - [4.8.6. Пробный запуск](https://python-all.ru/3.12/using/windows.html#dry-run)2787      - [4.8.7. Установка по требованию](https://python-all.ru/3.12/using/windows.html#install-on-demand)2788      - [4.8.8. Коды возврата](https://python-all.ru/3.12/using/windows.html#return-codes)2789    - [4.9. Поиск модулей](https://python-all.ru/3.12/using/windows.html#finding-modules)2790    - [4.10. Дополнительные модули](https://python-all.ru/3.12/using/windows.html#additional-modules)27912792      - [4.10.1. PyWin32](https://python-all.ru/3.12/using/windows.html#pywin32)2793      - [4.10.2. cx\_Freeze](https://python-all.ru/3.12/using/windows.html#cx-freeze)2794    - [4.11. Компиляция Python в Windows](https://python-all.ru/3.12/using/windows.html#compiling-python-on-windows)2795    - [4.12. Другие платформы](https://python-all.ru/3.12/using/windows.html#other-platforms)2796  - [5. Использование Python на Mac](https://python-all.ru/3.12/using/mac.html)27972798    - [5.1. Получение и установка Python](https://python-all.ru/3.12/using/mac.html#getting-and-installing-python)27992800      - [5.1.1. Как запустить скрипт Python](https://python-all.ru/3.12/using/mac.html#how-to-run-a-python-script)2801      - [5.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.12/using/mac.html#running-scripts-with-a-gui)2802      - [5.1.3. Конфигурация](https://python-all.ru/3.12/using/mac.html#configuration)2803    - [5.2. IDE](https://python-all.ru/3.12/using/mac.html#the-ide)2804    - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3.12/using/mac.html#installing-additional-python-packages)2805    - [5.4. Программирование GUI](https://python-all.ru/3.12/using/mac.html#gui-programming)2806    - [5.5. Распространение приложений Python](https://python-all.ru/3.12/using/mac.html#distributing-python-applications)2807    - [5.6. Прочие ресурсы](https://python-all.ru/3.12/using/mac.html#other-resources)2808  - [6. Редакторы и среды разработки](https://python-all.ru/3.12/using/editors.html)28092810    - [6.1. IDLE – редактор и оболочка Python](https://python-all.ru/3.12/using/editors.html#idle-python-editor-and-shell)2811    - [6.2. Другие редакторы и среды разработки](https://python-all.ru/3.12/using/editors.html#other-editors-and-ides)2812- [Справочник по языку Python](https://python-all.ru/3.12/reference/index.html)28132814  - [1. Введение](https://python-all.ru/3.12/reference/introduction.html)28152816    - [1.1. Альтернативные реализации](https://python-all.ru/3.12/reference/introduction.html#alternate-implementations)2817    - [1.2. Обозначения](https://python-all.ru/3.12/reference/introduction.html#notation)2818  - [2. Лексический анализ](https://python-all.ru/3.12/reference/lexical_analysis.html)28192820    - [2.1. Структура строк](https://python-all.ru/3.12/reference/lexical_analysis.html#line-structure)28212822      - [2.1.1. Логические строки](https://python-all.ru/3.12/reference/lexical_analysis.html#logical-lines)2823      - [2.1.2. Физические строки](https://python-all.ru/3.12/reference/lexical_analysis.html#physical-lines)2824      - [2.1.3. Комментарии](https://python-all.ru/3.12/reference/lexical_analysis.html#comments)2825      - [2.1.4. Объявление кодировки](https://python-all.ru/3.12/reference/lexical_analysis.html#encoding-declarations)2826      - [2.1.5. Явное объединение строк](https://python-all.ru/3.12/reference/lexical_analysis.html#explicit-line-joining)2827      - [2.1.6. Неявное объединение строк](https://python-all.ru/3.12/reference/lexical_analysis.html#implicit-line-joining)2828      - [2.1.7. Пустые строки](https://python-all.ru/3.12/reference/lexical_analysis.html#blank-lines)2829      - [2.1.8. Отступы](https://python-all.ru/3.12/reference/lexical_analysis.html#indentation)2830      - [2.1.9. Пробелы между токенами](https://python-all.ru/3.12/reference/lexical_analysis.html#whitespace-between-tokens)2831    - [2.2. Другие токены](https://python-all.ru/3.12/reference/lexical_analysis.html#other-tokens)2832    - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.12/reference/lexical_analysis.html#identifiers)28332834      - [2.3.1. Ключевые слова](https://python-all.ru/3.12/reference/lexical_analysis.html#keywords)2835      - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3.12/reference/lexical_analysis.html#soft-keywords)2836      - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3.12/reference/lexical_analysis.html#reserved-classes-of-identifiers)2837    - [2.4. Литералы](https://python-all.ru/3.12/reference/lexical_analysis.html#literals)28382839      - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.12/reference/lexical_analysis.html#string-and-bytes-literals)28402841        - [2.4.1.1. Управляющие последовательности](https://python-all.ru/3.12/reference/lexical_analysis.html#escape-sequences)2842      - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.12/reference/lexical_analysis.html#string-literal-concatenation)2843      - [2.4.3. f-строки](https://python-all.ru/3.12/reference/lexical_analysis.html#formatted-string-literals)2844      - [2.4.4. Числовые литералы](https://python-all.ru/3.12/reference/lexical_analysis.html#numeric-literals)2845      - [2.4.5. Целочисленные литералы](https://python-all.ru/3.12/reference/lexical_analysis.html#integer-literals)2846      - [2.4.6. Литералы с плавающей точкой](https://python-all.ru/3.12/reference/lexical_analysis.html#floating-point-literals)2847      - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.12/reference/lexical_analysis.html#imaginary-literals)2848    - [2.5. Операторы](https://python-all.ru/3.12/reference/lexical_analysis.html#operators)2849    - [2.6. Разделители](https://python-all.ru/3.12/reference/lexical_analysis.html#delimiters)2850  - [3. Модель данных](https://python-all.ru/3.12/reference/datamodel.html)28512852    - [3.1. Объекты, значения и типы](https://python-all.ru/3.12/reference/datamodel.html#objects-values-and-types)2853    - [3.2. Стандартная иерархия типов](https://python-all.ru/3.12/reference/datamodel.html#the-standard-type-hierarchy)28542855      - [3.2.1. None](https://python-all.ru/3.12/reference/datamodel.html#none)2856      - [3.2.2. NotImplemented](https://python-all.ru/3.12/reference/datamodel.html#notimplemented)2857      - [3.2.3. Многоточие](https://python-all.ru/3.12/reference/datamodel.html#ellipsis)2858      - [3.2.4. `numbers.Number`](https://python-all.ru/3.12/reference/datamodel.html#numbers-number)28592860        - [3.2.4.1. `numbers.Integral`](https://python-all.ru/3.12/reference/datamodel.html#numbers-integral)2861        - [3.2.4.2. `numbers.Real` (`float`)](https://python-all.ru/3.12/reference/datamodel.html#numbers-real-float)2862        - [3.2.4.3. `numbers.Complex` (`complex`)](https://python-all.ru/3.12/reference/datamodel.html#numbers-complex-complex)2863      - [3.2.5. Последовательности](https://python-all.ru/3.12/reference/datamodel.html#sequences)28642865        - [3.2.5.1. Неизменяемые последовательности](https://python-all.ru/3.12/reference/datamodel.html#immutable-sequences)2866        - [3.2.5.2. Изменяемые последовательности](https://python-all.ru/3.12/reference/datamodel.html#mutable-sequences)2867      - [3.2.6. Типы множеств](https://python-all.ru/3.12/reference/datamodel.html#set-types)2868      - [3.2.7. Отображения](https://python-all.ru/3.12/reference/datamodel.html#mappings)28692870        - [3.2.7.1. Словари](https://python-all.ru/3.12/reference/datamodel.html#dictionaries)2871      - [3.2.8. Вызываемые типы](https://python-all.ru/3.12/reference/datamodel.html#callable-types)28722873        - [3.2.8.1. Пользовательские функции](https://python-all.ru/3.12/reference/datamodel.html#user-defined-functions)28742875          - [3.2.8.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.12/reference/datamodel.html#special-read-only-attributes)2876          - [3.2.8.1.2. Специальные изменяемые атрибуты](https://python-all.ru/3.12/reference/datamodel.html#special-writable-attributes)2877        - [3.2.8.2. Методы экземпляра](https://python-all.ru/3.12/reference/datamodel.html#instance-methods)2878        - [3.2.8.3. Функции-генераторы](https://python-all.ru/3.12/reference/datamodel.html#generator-functions)2879        - [3.2.8.4. Корутинные функции](https://python-all.ru/3.12/reference/datamodel.html#coroutine-functions)2880        - [3.2.8.5. Асинхронные функции-генераторы](https://python-all.ru/3.12/reference/datamodel.html#asynchronous-generator-functions)2881        - [3.2.8.6. Встроенные функции](https://python-all.ru/3.12/reference/datamodel.html#built-in-functions)2882        - [3.2.8.7. Встроенные методы](https://python-all.ru/3.12/reference/datamodel.html#built-in-methods)2883        - [3.2.8.8. Классы](https://python-all.ru/3.12/reference/datamodel.html#classes)2884        - [3.2.8.9. Экземпляры классов](https://python-all.ru/3.12/reference/datamodel.html#class-instances)2885      - [3.2.9. Модули](https://python-all.ru/3.12/reference/datamodel.html#modules)28862887        - [3.2.9.1. Атрибуты объектов модулей, связанные с импортом](https://python-all.ru/3.12/reference/datamodel.html#import-related-attributes-on-module-objects)2888        - [3.2.9.2. Прочие изменяемые атрибуты объектов модулей](https://python-all.ru/3.12/reference/datamodel.html#other-writable-attributes-on-module-objects)2889        - [3.2.9.3. Словари модулей](https://python-all.ru/3.12/reference/datamodel.html#module-dictionaries)2890      - [3.2.10. Пользовательские классы](https://python-all.ru/3.12/reference/datamodel.html#custom-classes)28912892        - [3.2.10.1. Специальные атрибуты](https://python-all.ru/3.12/reference/datamodel.html#special-attributes)2893        - [3.2.10.2. Специальные методы](https://python-all.ru/3.12/reference/datamodel.html#special-methods)2894      - [3.2.11. Экземпляры классов](https://python-all.ru/3.12/reference/datamodel.html#id3)28952896        - [3.2.11.1. Специальные атрибуты](https://python-all.ru/3.12/reference/datamodel.html#id4)2897      - [3.2.12. Объекты ввода-вывода (также известные как файловые объекты)](https://python-all.ru/3.12/reference/datamodel.html#i-o-objects-also-known-as-file-objects)2898      - [3.2.13. Внутренние типы](https://python-all.ru/3.12/reference/datamodel.html#internal-types)28992900        - [3.2.13.1. Объекты кода](https://python-all.ru/3.12/reference/datamodel.html#code-objects)29012902          - [3.2.13.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.12/reference/datamodel.html#index-60)2903          - [3.2.13.1.2. Методы объектов кода](https://python-all.ru/3.12/reference/datamodel.html#methods-on-code-objects)2904        - [3.2.13.2. Объекты фреймов](https://python-all.ru/3.12/reference/datamodel.html#frame-objects)29052906          - [3.2.13.2.1. Специальные атрибуты только для чтения](https://python-all.ru/3.12/reference/datamodel.html#index-66)2907          - [3.2.13.2.2. Специальные атрибуты для записи](https://python-all.ru/3.12/reference/datamodel.html#index-67)2908          - [3.2.13.2.3. Методы объектов фреймов](https://python-all.ru/3.12/reference/datamodel.html#frame-object-methods)2909        - [3.2.13.3. Объекты трассировки](https://python-all.ru/3.12/reference/datamodel.html#traceback-objects)2910        - [3.2.13.4. Объекты срезов](https://python-all.ru/3.12/reference/datamodel.html#slice-objects)2911        - [3.2.13.5. Объекты статических методов](https://python-all.ru/3.12/reference/datamodel.html#static-method-objects)2912        - [3.2.13.6. Объекты методов класса](https://python-all.ru/3.12/reference/datamodel.html#class-method-objects)2913    - [3.3. Имена специальных методов](https://python-all.ru/3.12/reference/datamodel.html#special-method-names)29142915      - [3.3.1. Базовая настройка](https://python-all.ru/3.12/reference/datamodel.html#basic-customization)2916      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.12/reference/datamodel.html#customizing-attribute-access)29172918        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.12/reference/datamodel.html#customizing-module-attribute-access)2919        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.12/reference/datamodel.html#implementing-descriptors)2920        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.12/reference/datamodel.html#invoking-descriptors)2921        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.12/reference/datamodel.html#slots)2922      - [3.3.3. Настройка создания классов](https://python-all.ru/3.12/reference/datamodel.html#customizing-class-creation)29232924        - [3.3.3.1. Метаклассы](https://python-all.ru/3.12/reference/datamodel.html#metaclasses)2925        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.12/reference/datamodel.html#resolving-mro-entries)2926        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.12/reference/datamodel.html#determining-the-appropriate-metaclass)2927        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.12/reference/datamodel.html#preparing-the-class-namespace)2928        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.12/reference/datamodel.html#executing-the-class-body)2929        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.12/reference/datamodel.html#creating-the-class-object)2930        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.12/reference/datamodel.html#uses-for-metaclasses)2931      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.12/reference/datamodel.html#customizing-instance-and-subclass-checks)2932      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.12/reference/datamodel.html#emulating-generic-types)29332934        - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3.12/reference/datamodel.html#the-purpose-of-class-getitem)2935        - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3.12/reference/datamodel.html#class-getitem-versus-getitem)2936      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.12/reference/datamodel.html#emulating-callable-objects)2937      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.12/reference/datamodel.html#emulating-container-types)2938      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.12/reference/datamodel.html#emulating-numeric-types)2939      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.12/reference/datamodel.html#with-statement-context-managers)2940      - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3.12/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)2941      - [3.3.11. Эмуляция буферных типов](https://python-all.ru/3.12/reference/datamodel.html#emulating-buffer-types)2942      - [3.3.12. Поиск специальных методов](https://python-all.ru/3.12/reference/datamodel.html#special-method-lookup)2943    - [3.4. Корутины](https://python-all.ru/3.12/reference/datamodel.html#coroutines)29442945      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.12/reference/datamodel.html#awaitable-objects)2946      - [3.4.2. Объекты корутин](https://python-all.ru/3.12/reference/datamodel.html#coroutine-objects)2947      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.12/reference/datamodel.html#asynchronous-iterators)2948      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.12/reference/datamodel.html#asynchronous-context-managers)2949  - [4. Модель выполнения](https://python-all.ru/3.12/reference/executionmodel.html)29502951    - [4.1. Структура программы](https://python-all.ru/3.12/reference/executionmodel.html#structure-of-a-program)2952    - [4.2. Имена и связывание](https://python-all.ru/3.12/reference/executionmodel.html#naming-and-binding)29532954      - [4.2.1. Связывание имён](https://python-all.ru/3.12/reference/executionmodel.html#binding-of-names)2955      - [4.2.2. Разрешение имён](https://python-all.ru/3.12/reference/executionmodel.html#resolution-of-names)2956      - [4.2.3. Области видимости аннотаций](https://python-all.ru/3.12/reference/executionmodel.html#annotation-scopes)2957      - [4.2.4. Ленивые вычисления](https://python-all.ru/3.12/reference/executionmodel.html#lazy-evaluation)2958      - [4.2.5. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.12/reference/executionmodel.html#builtins-and-restricted-execution)2959      - [4.2.6. Взаимодействие с динамическими возможностями](https://python-all.ru/3.12/reference/executionmodel.html#interaction-with-dynamic-features)2960    - [4.3. Исключения](https://python-all.ru/3.12/reference/executionmodel.html#exceptions)2961  - [5. Система импорта](https://python-all.ru/3.12/reference/import.html)29622963    - [5.1. `importlib`](https://python-all.ru/3.12/reference/import.html#importlib)2964    - [5.2. Пакеты](https://python-all.ru/3.12/reference/import.html#packages)29652966      - [5.2.1. Обычные пакеты](https://python-all.ru/3.12/reference/import.html#regular-packages)2967      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.12/reference/import.html#namespace-packages)2968    - [5.3. Поиск](https://python-all.ru/3.12/reference/import.html#searching)29692970      - [5.3.1. Кеш модулей](https://python-all.ru/3.12/reference/import.html#the-module-cache)2971      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.12/reference/import.html#finders-and-loaders)2972      - [5.3.3. Хуки импорта](https://python-all.ru/3.12/reference/import.html#import-hooks)2973      - [5.3.4. Метапуть](https://python-all.ru/3.12/reference/import.html#the-meta-path)2974    - [5.4. Загрузка](https://python-all.ru/3.12/reference/import.html#loading)29752976      - [5.4.1. Загрузчики](https://python-all.ru/3.12/reference/import.html#loaders)2977      - [5.4.2. Подмодули](https://python-all.ru/3.12/reference/import.html#submodules)2978      - [5.4.3. Спецификации модулей](https://python-all.ru/3.12/reference/import.html#module-specs)2979      - [5.4.4. Атрибут \_\_path\_\_ у модулей](https://python-all.ru/3.12/reference/import.html#path-attributes-on-modules)2980      - [5.4.5. Представления модулей](https://python-all.ru/3.12/reference/import.html#module-reprs)2981      - [5.4.6. Инвалидация кешированного байт-кода](https://python-all.ru/3.12/reference/import.html#cached-bytecode-invalidation)2982    - [5.5. Искатель на основе путей](https://python-all.ru/3.12/reference/import.html#the-path-based-finder)29832984      - [5.5.1. Искатели записей путей](https://python-all.ru/3.12/reference/import.html#path-entry-finders)2985      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.12/reference/import.html#path-entry-finder-protocol)2986    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.12/reference/import.html#replacing-the-standard-import-system)2987    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.12/reference/import.html#package-relative-imports)2988    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.12/reference/import.html#special-considerations-for-main)29892990      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.12/reference/import.html#main-spec)2991    - [5.9. Ссылки](https://python-all.ru/3.12/reference/import.html#references)2992  - [6. Выражения](https://python-all.ru/3.12/reference/expressions.html)29932994    - [6.1. Арифметические преобразования](https://python-all.ru/3.12/reference/expressions.html#arithmetic-conversions)2995    - [6.2. Атомы](https://python-all.ru/3.12/reference/expressions.html#atoms)29962997      - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.12/reference/expressions.html#atom-identifiers)29982999        - [6.2.1.1. Искажение приватных имён](https://python-all.ru/3.12/reference/expressions.html#index-5)3000      - [6.2.2. Литералы](https://python-all.ru/3.12/reference/expressions.html#literals)3001      - [6.2.3. Выражения в скобках](https://python-all.ru/3.12/reference/expressions.html#parenthesized-forms)3002      - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.12/reference/expressions.html#displays-for-lists-sets-and-dictionaries)3003      - [6.2.5. Отображения списков](https://python-all.ru/3.12/reference/expressions.html#list-displays)3004      - [6.2.6. Отображения множеств](https://python-all.ru/3.12/reference/expressions.html#set-displays)3005      - [6.2.7. Отображения словарей](https://python-all.ru/3.12/reference/expressions.html#dictionary-displays)3006      - [6.2.8. Генераторные выражения](https://python-all.ru/3.12/reference/expressions.html#generator-expressions)3007      - [6.2.9. Выражения yield](https://python-all.ru/3.12/reference/expressions.html#yield-expressions)30083009        - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.12/reference/expressions.html#generator-iterator-methods)3010        - [6.2.9.2. Примеры](https://python-all.ru/3.12/reference/expressions.html#examples)3011        - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.12/reference/expressions.html#asynchronous-generator-functions)3012        - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.12/reference/expressions.html#asynchronous-generator-iterator-methods)3013    - [6.3. Первичные выражения](https://python-all.ru/3.12/reference/expressions.html#primaries)30143015      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.12/reference/expressions.html#attribute-references)3016      - [6.3.2. Подписки](https://python-all.ru/3.12/reference/expressions.html#subscriptions)3017      - [6.3.3. Срезы](https://python-all.ru/3.12/reference/expressions.html#slicings)3018      - [6.3.4. Вызовы](https://python-all.ru/3.12/reference/expressions.html#calls)3019    - [6.4. Выражение await](https://python-all.ru/3.12/reference/expressions.html#await-expression)3020    - [6.5. Оператор возведения в степень](https://python-all.ru/3.12/reference/expressions.html#the-power-operator)3021    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.12/reference/expressions.html#unary-arithmetic-and-bitwise-operations)3022    - [6.7. Бинарные арифметические операции](https://python-all.ru/3.12/reference/expressions.html#binary-arithmetic-operations)3023    - [6.8. Операции сдвига](https://python-all.ru/3.12/reference/expressions.html#shifting-operations)3024    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.12/reference/expressions.html#binary-bitwise-operations)3025    - [6.10. Сравнения](https://python-all.ru/3.12/reference/expressions.html#comparisons)30263027      - [6.10.1. Сравнения значений](https://python-all.ru/3.12/reference/expressions.html#value-comparisons)3028      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.12/reference/expressions.html#membership-test-operations)3029      - [6.10.3. Сравнения идентичности](https://python-all.ru/3.12/reference/expressions.html#is-not)3030    - [6.11. Булевы операции](https://python-all.ru/3.12/reference/expressions.html#boolean-operations)3031    - [6.12. Присваивающие выражения](https://python-all.ru/3.12/reference/expressions.html#assignment-expressions)3032    - [6.13. Условные выражения](https://python-all.ru/3.12/reference/expressions.html#conditional-expressions)3033    - [6.14. Лямбда-выражения](https://python-all.ru/3.12/reference/expressions.html#lambda)3034    - [6.15. Списки выражений](https://python-all.ru/3.12/reference/expressions.html#expression-lists)3035    - [6.16. Порядок вычисления](https://python-all.ru/3.12/reference/expressions.html#evaluation-order)3036    - [6.17. Приоритет операторов](https://python-all.ru/3.12/reference/expressions.html#operator-precedence)3037  - [7. Простые инструкции](https://python-all.ru/3.12/reference/simple_stmts.html)30383039    - [7.1. Инструкции-выражения](https://python-all.ru/3.12/reference/simple_stmts.html#expression-statements)3040    - [7.2. Инструкции присваивания](https://python-all.ru/3.12/reference/simple_stmts.html#assignment-statements)30413042      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.12/reference/simple_stmts.html#augmented-assignment-statements)3043      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.12/reference/simple_stmts.html#annotated-assignment-statements)3044    - [7.3. Инструкция `assert`](https://python-all.ru/3.12/reference/simple_stmts.html#the-assert-statement)3045    - [7.4. Инструкция `pass`](https://python-all.ru/3.12/reference/simple_stmts.html#the-pass-statement)3046    - [7.5. Инструкция `del`](https://python-all.ru/3.12/reference/simple_stmts.html#the-del-statement)3047    - [7.6. Инструкция `return`](https://python-all.ru/3.12/reference/simple_stmts.html#the-return-statement)3048    - [7.7. Инструкция `yield`](https://python-all.ru/3.12/reference/simple_stmts.html#the-yield-statement)3049    - [7.8. Инструкция `raise`](https://python-all.ru/3.12/reference/simple_stmts.html#the-raise-statement)3050    - [7.9. Инструкция `break`](https://python-all.ru/3.12/reference/simple_stmts.html#the-break-statement)3051    - [7.10. Инструкция `continue`](https://python-all.ru/3.12/reference/simple_stmts.html#the-continue-statement)3052    - [7.11. Инструкция `import`](https://python-all.ru/3.12/reference/simple_stmts.html#the-import-statement)30533054      - [7.11.1. Инструкции future](https://python-all.ru/3.12/reference/simple_stmts.html#future-statements)3055    - [7.12. Инструкция `global`](https://python-all.ru/3.12/reference/simple_stmts.html#the-global-statement)3056    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.12/reference/simple_stmts.html#the-nonlocal-statement)3057    - [7.14. Инструкция `type`](https://python-all.ru/3.12/reference/simple_stmts.html#the-type-statement)3058  - [8. Составные инструкции](https://python-all.ru/3.12/reference/compound_stmts.html)30593060    - [8.1. Инструкция `if`](https://python-all.ru/3.12/reference/compound_stmts.html#the-if-statement)3061    - [8.2. Инструкция `while`](https://python-all.ru/3.12/reference/compound_stmts.html#the-while-statement)3062    - [8.3. Инструкция `for`](https://python-all.ru/3.12/reference/compound_stmts.html#the-for-statement)3063    - [8.4. Инструкция `try`](https://python-all.ru/3.12/reference/compound_stmts.html#the-try-statement)30643065      - [8.4.1. Предложение `except`](https://python-all.ru/3.12/reference/compound_stmts.html#except-clause)3066      - [8.4.2. Предложение `except*`](https://python-all.ru/3.12/reference/compound_stmts.html#except-star)3067      - [8.4.3. Предложение `else`](https://python-all.ru/3.12/reference/compound_stmts.html#else-clause)3068      - [8.4.4. Предложение `finally`](https://python-all.ru/3.12/reference/compound_stmts.html#finally-clause)3069    - [8.5. Инструкция `with`](https://python-all.ru/3.12/reference/compound_stmts.html#the-with-statement)3070    - [8.6. Инструкция `match`](https://python-all.ru/3.12/reference/compound_stmts.html#the-match-statement)30713072      - [8.6.1. Обзор](https://python-all.ru/3.12/reference/compound_stmts.html#overview)3073      - [8.6.2. Ограничители](https://python-all.ru/3.12/reference/compound_stmts.html#guards)3074      - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3.12/reference/compound_stmts.html#irrefutable-case-blocks)3075      - [8.6.4. Шаблоны](https://python-all.ru/3.12/reference/compound_stmts.html#patterns)30763077        - [8.6.4.1. Шаблоны OR](https://python-all.ru/3.12/reference/compound_stmts.html#or-patterns)3078        - [8.6.4.2. Шаблоны AS](https://python-all.ru/3.12/reference/compound_stmts.html#as-patterns)3079        - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3.12/reference/compound_stmts.html#literal-patterns)3080        - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3.12/reference/compound_stmts.html#capture-patterns)3081        - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3.12/reference/compound_stmts.html#wildcard-patterns)3082        - [8.6.4.6. Шаблоны значений](https://python-all.ru/3.12/reference/compound_stmts.html#value-patterns)3083        - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3.12/reference/compound_stmts.html#group-patterns)3084        - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3.12/reference/compound_stmts.html#sequence-patterns)3085        - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3.12/reference/compound_stmts.html#mapping-patterns)3086        - [8.6.4.10. Шаблоны классов](https://python-all.ru/3.12/reference/compound_stmts.html#class-patterns)3087    - [8.7. Определения функций](https://python-all.ru/3.12/reference/compound_stmts.html#function-definitions)3088    - [8.8. Определения классов](https://python-all.ru/3.12/reference/compound_stmts.html#class-definitions)3089    - [8.9. Корутины](https://python-all.ru/3.12/reference/compound_stmts.html#coroutines)30903091      - [8.9.1. Определение корутинной функции](https://python-all.ru/3.12/reference/compound_stmts.html#coroutine-function-definition)3092      - [8.9.2. Инструкция `async for`](https://python-all.ru/3.12/reference/compound_stmts.html#the-async-for-statement)3093      - [8.9.3. Оператор `async with`](https://python-all.ru/3.12/reference/compound_stmts.html#the-async-with-statement)3094    - [8.10. Списки параметров типов](https://python-all.ru/3.12/reference/compound_stmts.html#type-parameter-lists)30953096      - [8.10.1. Обобщённые функции](https://python-all.ru/3.12/reference/compound_stmts.html#generic-functions)3097      - [8.10.2. Обобщённые классы](https://python-all.ru/3.12/reference/compound_stmts.html#generic-classes)3098      - [8.10.3. Обобщённые псевдонимы типов](https://python-all.ru/3.12/reference/compound_stmts.html#generic-type-aliases)3099  - [9. Компоненты верхнего уровня](https://python-all.ru/3.12/reference/toplevel_components.html)31003101    - [9.1. Полные программы на Python](https://python-all.ru/3.12/reference/toplevel_components.html#complete-python-programs)3102    - [9.2. Ввод из файла](https://python-all.ru/3.12/reference/toplevel_components.html#file-input)3103    - [9.3. Интерактивный ввод](https://python-all.ru/3.12/reference/toplevel_components.html#interactive-input)3104    - [9.4. Ввод выражений](https://python-all.ru/3.12/reference/toplevel_components.html#expression-input)3105  - [10. Полная спецификация грамматики](https://python-all.ru/3.12/reference/grammar.html)3106- [Стандартная библиотека Python](https://python-all.ru/3.12/library/index.html)31073108  - [Введение](https://python-all.ru/3.12/library/intro.html)31093110    - [Примечания о доступности](https://python-all.ru/3.12/library/intro.html#notes-on-availability)31113112      - [Платформы WebAssembly](https://python-all.ru/3.12/library/intro.html#webassembly-platforms)3113  - [Встроенные функции](https://python-all.ru/3.12/library/functions.html)3114  - [Встроенные константы](https://python-all.ru/3.12/library/constants.html)31153116    - [Константы, добавляемые модулем `site`](https://python-all.ru/3.12/library/constants.html#constants-added-by-the-site-module)3117  - [Встроенные типы](https://python-all.ru/3.12/library/stdtypes.html)31183119    - [Проверка истинности](https://python-all.ru/3.12/library/stdtypes.html#truth-value-testing)3120    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.12/library/stdtypes.html#boolean-operations-and-or-not)3121    - [Сравнения](https://python-all.ru/3.12/library/stdtypes.html#comparisons)3122    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.12/library/stdtypes.html#numeric-types-int-float-complex)31233124      - [Побитовые операции над целыми типами](https://python-all.ru/3.12/library/stdtypes.html#bitwise-operations-on-integer-types)3125      - [Дополнительные методы целых типов](https://python-all.ru/3.12/library/stdtypes.html#additional-methods-on-integer-types)3126      - [Дополнительные методы типа float](https://python-all.ru/3.12/library/stdtypes.html#additional-methods-on-float)3127      - [Хеширование числовых типов](https://python-all.ru/3.12/library/stdtypes.html#hashing-of-numeric-types)3128    - [Логический тип – `bool`](https://python-all.ru/3.12/library/stdtypes.html#boolean-type-bool)3129    - [Типы итераторов](https://python-all.ru/3.12/library/stdtypes.html#iterator-types)31303131      - [Типы генераторов](https://python-all.ru/3.12/library/stdtypes.html#generator-types)3132    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.12/library/stdtypes.html#sequence-types-list-tuple-range)31333134      - [Общие операции с последовательностями](https://python-all.ru/3.12/library/stdtypes.html#common-sequence-operations)3135      - [Неизменяемые типы последовательностей](https://python-all.ru/3.12/library/stdtypes.html#immutable-sequence-types)3136      - [Изменяемые типы последовательностей](https://python-all.ru/3.12/library/stdtypes.html#mutable-sequence-types)3137      - [Списки](https://python-all.ru/3.12/library/stdtypes.html#lists)3138      - [Кортежи](https://python-all.ru/3.12/library/stdtypes.html#tuples)3139      - [Диапазоны](https://python-all.ru/3.12/library/stdtypes.html#ranges)3140    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.12/library/stdtypes.html#text-sequence-type-str)31413142      - [Методы строк](https://python-all.ru/3.12/library/stdtypes.html#string-methods)3143      - [Форматирование строк в стиле `printf`](https://python-all.ru/3.12/library/stdtypes.html#printf-style-string-formatting)3144    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.12/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)31453146      - [Объекты bytes](https://python-all.ru/3.12/library/stdtypes.html#bytes-objects)3147      - [Объекты bytearray](https://python-all.ru/3.12/library/stdtypes.html#bytearray-objects)3148      - [Операции с bytes и bytearray](https://python-all.ru/3.12/library/stdtypes.html#bytes-and-bytearray-operations)3149      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.12/library/stdtypes.html#printf-style-bytes-formatting)3150      - [Представления памяти](https://python-all.ru/3.12/library/stdtypes.html#memory-views)3151    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.12/library/stdtypes.html#set-types-set-frozenset)3152    - [Типы отображений – `dict`](https://python-all.ru/3.12/library/stdtypes.html#mapping-types-dict)31533154      - [Объекты представлений словаря](https://python-all.ru/3.12/library/stdtypes.html#dictionary-view-objects)3155    - [Типы контекстных менеджеров](https://python-all.ru/3.12/library/stdtypes.html#context-manager-types)3156    - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3.12/library/stdtypes.html#type-annotation-types-generic-alias-union)31573158      - [Тип общего псевдонима](https://python-all.ru/3.12/library/stdtypes.html#generic-alias-type)31593160        - [Стандартные обобщённые классы](https://python-all.ru/3.12/library/stdtypes.html#standard-generic-classes)3161        - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3.12/library/stdtypes.html#special-attributes-of-genericalias-objects)3162      - [Тип объединения](https://python-all.ru/3.12/library/stdtypes.html#union-type)3163    - [Прочие встроенные типы](https://python-all.ru/3.12/library/stdtypes.html#other-built-in-types)31643165      - [Модули](https://python-all.ru/3.12/library/stdtypes.html#modules)3166      - [Классы и экземпляры классов](https://python-all.ru/3.12/library/stdtypes.html#classes-and-class-instances)3167      - [Функции](https://python-all.ru/3.12/library/stdtypes.html#functions)3168      - [Методы](https://python-all.ru/3.12/library/stdtypes.html#methods)3169      - [Объекты кода](https://python-all.ru/3.12/library/stdtypes.html#code-objects)3170      - [Объекты типов](https://python-all.ru/3.12/library/stdtypes.html#type-objects)3171      - [Объект None](https://python-all.ru/3.12/library/stdtypes.html#the-null-object)3172      - [Объект Ellipsis](https://python-all.ru/3.12/library/stdtypes.html#the-ellipsis-object)3173      - [Объект NotImplemented](https://python-all.ru/3.12/library/stdtypes.html#the-notimplemented-object)3174      - [Внутренние объекты](https://python-all.ru/3.12/library/stdtypes.html#internal-objects)3175    - [Специальные атрибуты](https://python-all.ru/3.12/library/stdtypes.html#special-attributes)3176    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.12/library/stdtypes.html#integer-string-conversion-length-limitation)31773178      - [Затронутые API](https://python-all.ru/3.12/library/stdtypes.html#affected-apis)3179      - [Настройка ограничения](https://python-all.ru/3.12/library/stdtypes.html#configuring-the-limit)3180      - [Рекомендуемая конфигурация](https://python-all.ru/3.12/library/stdtypes.html#recommended-configuration)3181  - [Встроенные исключения](https://python-all.ru/3.12/library/exceptions.html)31823183    - [Контекст исключения](https://python-all.ru/3.12/library/exceptions.html#exception-context)3184    - [Наследование от встроенных исключений](https://python-all.ru/3.12/library/exceptions.html#inheriting-from-built-in-exceptions)3185    - [Базовые классы](https://python-all.ru/3.12/library/exceptions.html#base-classes)3186    - [Конкретные исключения](https://python-all.ru/3.12/library/exceptions.html#concrete-exceptions)31873188      - [Исключения ОС](https://python-all.ru/3.12/library/exceptions.html#os-exceptions)3189    - [Предупреждения](https://python-all.ru/3.12/library/exceptions.html#warnings)3190    - [Группы исключений](https://python-all.ru/3.12/library/exceptions.html#exception-groups)3191    - [Иерархия исключений](https://python-all.ru/3.12/library/exceptions.html#exception-hierarchy)3192  - [Службы обработки текста](https://python-all.ru/3.12/library/text.html)31933194    - [`string` – Общие операции со строками](https://python-all.ru/3.12/library/string.html)31953196      - [Строковые константы](https://python-all.ru/3.12/library/string.html#string-constants)3197      - [Пользовательское форматирование строк](https://python-all.ru/3.12/library/string.html#custom-string-formatting)3198      - [Синтаксис строки форматирования](https://python-all.ru/3.12/library/string.html#format-string-syntax)31993200        - [Мини-язык спецификации формата](https://python-all.ru/3.12/library/string.html#format-specification-mini-language)3201        - [Примеры форматирования](https://python-all.ru/3.12/library/string.html#format-examples)3202      - [Строки-шаблоны](https://python-all.ru/3.12/library/string.html#template-strings)3203      - [Вспомогательные функции](https://python-all.ru/3.12/library/string.html#helper-functions)3204    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.12/library/re.html)32053206      - [Синтаксис регулярных выражений](https://python-all.ru/3.12/library/re.html#regular-expression-syntax)3207      - [Содержимое модуля](https://python-all.ru/3.12/library/re.html#module-contents)32083209        - [Флаги](https://python-all.ru/3.12/library/re.html#flags)3210        - [Функции](https://python-all.ru/3.12/library/re.html#functions)3211        - [Исключения](https://python-all.ru/3.12/library/re.html#exceptions)3212      - [Объекты регулярных выражений](https://python-all.ru/3.12/library/re.html#regular-expression-objects)3213      - [Объекты Match](https://python-all.ru/3.12/library/re.html#match-objects)3214      - [Примеры регулярных выражений](https://python-all.ru/3.12/library/re.html#regular-expression-examples)32153216        - [Проверка на пару](https://python-all.ru/3.12/library/re.html#checking-for-a-pair)3217        - [Имитация scanf()](https://python-all.ru/3.12/library/re.html#simulating-scanf)3218        - [search() и match()](https://python-all.ru/3.12/library/re.html#search-vs-match)3219        - [Создание телефонного справочника](https://python-all.ru/3.12/library/re.html#making-a-phonebook)3220        - [Преобразование текста](https://python-all.ru/3.12/library/re.html#text-munging)3221        - [Поиск всех наречий](https://python-all.ru/3.12/library/re.html#finding-all-adverbs)3222        - [Поиск всех наречий и их позиций](https://python-all.ru/3.12/library/re.html#finding-all-adverbs-and-their-positions)3223        - [Сырая строковая нотация](https://python-all.ru/3.12/library/re.html#raw-string-notation)3224        - [Написание токенизатора](https://python-all.ru/3.12/library/re.html#writing-a-tokenizer)3225    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.12/library/difflib.html)32263227      - [Объекты SequenceMatcher](https://python-all.ru/3.12/library/difflib.html#sequencematcher-objects)3228      - [Примеры SequenceMatcher](https://python-all.ru/3.12/library/difflib.html#sequencematcher-examples)3229      - [Объекты Differ](https://python-all.ru/3.12/library/difflib.html#differ-objects)3230      - [Пример Differ](https://python-all.ru/3.12/library/difflib.html#differ-example)3231      - [Интерфейс командной строки для difflib](https://python-all.ru/3.12/library/difflib.html#a-command-line-interface-to-difflib)3232      - [Пример ndiff](https://python-all.ru/3.12/library/difflib.html#ndiff-example)3233    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.12/library/textwrap.html)3234    - [`unicodedata` – База данных Unicode](https://python-all.ru/3.12/library/unicodedata.html)3235    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.12/library/stringprep.html)3236    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.12/library/readline.html)32373238      - [Файл инициализации](https://python-all.ru/3.12/library/readline.html#init-file)3239      - [Буфер строки](https://python-all.ru/3.12/library/readline.html#line-buffer)3240      - [Файл истории](https://python-all.ru/3.12/library/readline.html#history-file)3241      - [Список истории](https://python-all.ru/3.12/library/readline.html#history-list)3242      - [Перехватчики запуска](https://python-all.ru/3.12/library/readline.html#startup-hooks)3243      - [Автодополнение](https://python-all.ru/3.12/library/readline.html#completion)3244      - [Пример](https://python-all.ru/3.12/library/readline.html#example)3245    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.12/library/rlcompleter.html)3246  - [Службы двоичных данных](https://python-all.ru/3.12/library/binary.html)32473248    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.12/library/struct.html)32493250      - [Функции и исключения](https://python-all.ru/3.12/library/struct.html#functions-and-exceptions)3251      - [Строки формата](https://python-all.ru/3.12/library/struct.html#format-strings)32523253        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.12/library/struct.html#byte-order-size-and-alignment)3254        - [Символы форматирования](https://python-all.ru/3.12/library/struct.html#format-characters)3255        - [Примеры](https://python-all.ru/3.12/library/struct.html#examples)3256      - [Приложения](https://python-all.ru/3.12/library/struct.html#applications)32573258        - [Родные форматы](https://python-all.ru/3.12/library/struct.html#native-formats)3259        - [Стандартные форматы](https://python-all.ru/3.12/library/struct.html#standard-formats)3260      - [Классы](https://python-all.ru/3.12/library/struct.html#classes)3261    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.12/library/codecs.html)32623263      - [Базовые классы кодеков](https://python-all.ru/3.12/library/codecs.html#codec-base-classes)32643265        - [Обработчики ошибок](https://python-all.ru/3.12/library/codecs.html#error-handlers)3266        - [Кодирование и декодирование без состояния](https://python-all.ru/3.12/library/codecs.html#stateless-encoding-and-decoding)3267        - [Инкрементное кодирование и декодирование](https://python-all.ru/3.12/library/codecs.html#incremental-encoding-and-decoding)32683269          - [Объекты IncrementalEncoder](https://python-all.ru/3.12/library/codecs.html#incrementalencoder-objects)3270          - [Объекты IncrementalDecoder](https://python-all.ru/3.12/library/codecs.html#incrementaldecoder-objects)3271        - [Потоковое кодирование и декодирование](https://python-all.ru/3.12/library/codecs.html#stream-encoding-and-decoding)32723273          - [Объекты StreamWriter](https://python-all.ru/3.12/library/codecs.html#streamwriter-objects)3274          - [Объекты StreamReader](https://python-all.ru/3.12/library/codecs.html#streamreader-objects)3275          - [Объекты StreamReaderWriter](https://python-all.ru/3.12/library/codecs.html#streamreaderwriter-objects)3276          - [Объекты StreamRecoder](https://python-all.ru/3.12/library/codecs.html#streamrecoder-objects)3277      - [Кодировки и Юникод](https://python-all.ru/3.12/library/codecs.html#encodings-and-unicode)3278      - [Стандартные кодировки](https://python-all.ru/3.12/library/codecs.html#standard-encodings)3279      - [Специфические для Python кодировки](https://python-all.ru/3.12/library/codecs.html#python-specific-encodings)32803281        - [Текстовые кодировки](https://python-all.ru/3.12/library/codecs.html#text-encodings)3282        - [Двоичные преобразования](https://python-all.ru/3.12/library/codecs.html#binary-transforms)3283        - [Текстовые преобразования](https://python-all.ru/3.12/library/codecs.html#text-transforms)3284      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.12/library/codecs.html#module-encodings.idna)3285      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.12/library/codecs.html#module-encodings.mbcs)3286      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.12/library/codecs.html#module-encodings.utf_8_sig)3287  - [Типы данных](https://python-all.ru/3.12/library/datatypes.html)32883289    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.12/library/datetime.html)32903291      - [Осведомлённые и наивные объекты](https://python-all.ru/3.12/library/datetime.html#aware-and-naive-objects)3292      - [Константы](https://python-all.ru/3.12/library/datetime.html#constants)3293      - [Доступные типы](https://python-all.ru/3.12/library/datetime.html#available-types)32943295        - [Общие свойства](https://python-all.ru/3.12/library/datetime.html#common-properties)3296        - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.12/library/datetime.html#determining-if-an-object-is-aware-or-naive)3297      - [Объекты `timedelta`](https://python-all.ru/3.12/library/datetime.html#timedelta-objects)32983299        - [Примеры использования: `timedelta`](https://python-all.ru/3.12/library/datetime.html#examples-of-usage-timedelta)3300      - [Объекты `date`](https://python-all.ru/3.12/library/datetime.html#date-objects)33013302        - [Примеры использования: `date`](https://python-all.ru/3.12/library/datetime.html#examples-of-usage-date)3303      - [Объекты `datetime`](https://python-all.ru/3.12/library/datetime.html#datetime-objects)33043305        - [Примеры использования: `datetime`](https://python-all.ru/3.12/library/datetime.html#examples-of-usage-datetime)3306      - [Объекты `time`](https://python-all.ru/3.12/library/datetime.html#time-objects)33073308        - [Примеры использования: `time`](https://python-all.ru/3.12/library/datetime.html#examples-of-usage-time)3309      - [Объекты `tzinfo`](https://python-all.ru/3.12/library/datetime.html#tzinfo-objects)3310      - [Объекты `timezone`](https://python-all.ru/3.12/library/datetime.html#timezone-objects)3311      - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.12/library/datetime.html#strftime-and-strptime-behavior)33123313        - [Коды формата `strftime()` и `strptime()`](https://python-all.ru/3.12/library/datetime.html#strftime-and-strptime-format-codes)3314        - [Технические детали](https://python-all.ru/3.12/library/datetime.html#technical-detail)3315    - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3.12/library/zoneinfo.html)33163317      - [Использование `ZoneInfo`](https://python-all.ru/3.12/library/zoneinfo.html#using-zoneinfo)3318      - [Источники данных](https://python-all.ru/3.12/library/zoneinfo.html#data-sources)33193320        - [Настройка источников данных](https://python-all.ru/3.12/library/zoneinfo.html#configuring-the-data-sources)33213322          - [Конфигурация на этапе компиляции](https://python-all.ru/3.12/library/zoneinfo.html#compile-time-configuration)3323          - [Конфигурация окружения](https://python-all.ru/3.12/library/zoneinfo.html#environment-configuration)3324          - [Конфигурация во время выполнения](https://python-all.ru/3.12/library/zoneinfo.html#runtime-configuration)3325      - [Класс `ZoneInfo`](https://python-all.ru/3.12/library/zoneinfo.html#the-zoneinfo-class)33263327        - [Строковые представления](https://python-all.ru/3.12/library/zoneinfo.html#string-representations)3328        - [Сериализация pickle](https://python-all.ru/3.12/library/zoneinfo.html#pickle-serialization)3329      - [Функции](https://python-all.ru/3.12/library/zoneinfo.html#functions)3330      - [Глобальные переменные](https://python-all.ru/3.12/library/zoneinfo.html#globals)3331      - [Исключения и предупреждения](https://python-all.ru/3.12/library/zoneinfo.html#exceptions-and-warnings)3332    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.12/library/calendar.html)33333334      - [Использование командной строки](https://python-all.ru/3.12/library/calendar.html#command-line-usage)3335    - [`collections` – контейнерные типы данных](https://python-all.ru/3.12/library/collections.html)33363337      - [`ChainMap` объекты](https://python-all.ru/3.12/library/collections.html#chainmap-objects)33383339        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.12/library/collections.html#chainmap-examples-and-recipes)3340      - [`Counter` объекты](https://python-all.ru/3.12/library/collections.html#counter-objects)3341      - [`deque` объекты](https://python-all.ru/3.12/library/collections.html#deque-objects)33423343        - [Рецепты `deque`](https://python-all.ru/3.12/library/collections.html#deque-recipes)3344      - [`defaultdict` объекты](https://python-all.ru/3.12/library/collections.html#defaultdict-objects)33453346        - [Примеры `defaultdict`](https://python-all.ru/3.12/library/collections.html#defaultdict-examples)3347      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.12/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)3348      - [`OrderedDict` объекты](https://python-all.ru/3.12/library/collections.html#ordereddict-objects)33493350        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.12/library/collections.html#ordereddict-examples-and-recipes)3351      - [`UserDict` объекты](https://python-all.ru/3.12/library/collections.html#userdict-objects)3352      - [`UserList` объекты](https://python-all.ru/3.12/library/collections.html#userlist-objects)3353      - [`UserString` объекты](https://python-all.ru/3.12/library/collections.html#userstring-objects)3354    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.12/library/collections.abc.html)33553356      - [Абстрактные базовые классы коллекций](https://python-all.ru/3.12/library/collections.abc.html#collections-abstract-base-classes)3357      - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3.12/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)3358      - [Примеры и рецепты](https://python-all.ru/3.12/library/collections.abc.html#examples-and-recipes)3359    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.12/library/heapq.html)33603361      - [Основные примеры](https://python-all.ru/3.12/library/heapq.html#basic-examples)3362      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.12/library/heapq.html#priority-queue-implementation-notes)3363      - [Теория](https://python-all.ru/3.12/library/heapq.html#theory)3364    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.12/library/bisect.html)33653366      - [Примечания по производительности](https://python-all.ru/3.12/library/bisect.html#performance-notes)3367      - [Поиск в отсортированных списках](https://python-all.ru/3.12/library/bisect.html#searching-sorted-lists)3368      - [Примеры](https://python-all.ru/3.12/library/bisect.html#examples)3369    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.12/library/array.html)3370    - [`weakref` – слабые ссылки](https://python-all.ru/3.12/library/weakref.html)33713372      - [Объекты слабых ссылок](https://python-all.ru/3.12/library/weakref.html#weak-reference-objects)3373      - [Пример](https://python-all.ru/3.12/library/weakref.html#example)3374      - [Объекты финализаторов](https://python-all.ru/3.12/library/weakref.html#finalizer-objects)3375      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.12/library/weakref.html#comparing-finalizers-with-del-methods)3376    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.12/library/types.html)33773378      - [Динамическое создание типов](https://python-all.ru/3.12/library/types.html#dynamic-type-creation)3379      - [Стандартные типы интерпретатора](https://python-all.ru/3.12/library/types.html#standard-interpreter-types)3380      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.12/library/types.html#additional-utility-classes-and-functions)3381      - [Вспомогательные функции для корутин](https://python-all.ru/3.12/library/types.html#coroutine-utility-functions)3382    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.12/library/copy.html)3383    - [`pprint` – форматированный вывод данных](https://python-all.ru/3.12/library/pprint.html)33843385      - [Функции](https://python-all.ru/3.12/library/pprint.html#functions)3386      - [Объекты PrettyPrinter](https://python-all.ru/3.12/library/pprint.html#prettyprinter-objects)3387      - [Пример](https://python-all.ru/3.12/library/pprint.html#example)3388    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.12/library/reprlib.html)33893390      - [Объекты Repr](https://python-all.ru/3.12/library/reprlib.html#repr-objects)3391      - [Создание подклассов Repr](https://python-all.ru/3.12/library/reprlib.html#subclassing-repr-objects)3392    - [`enum` – поддержка перечислений](https://python-all.ru/3.12/library/enum.html)33933394      - [Содержимое модуля](https://python-all.ru/3.12/library/enum.html#module-contents)3395      - [Типы данных](https://python-all.ru/3.12/library/enum.html#data-types)33963397        - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.12/library/enum.html#supported-dunder-names)3398        - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.12/library/enum.html#supported-sunder-names)3399      - [Утилиты и декораторы](https://python-all.ru/3.12/library/enum.html#utilities-and-decorators)3400      - [Примечания](https://python-all.ru/3.12/library/enum.html#notes)3401    - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.12/library/graphlib.html)34023403      - [Исключения](https://python-all.ru/3.12/library/graphlib.html#exceptions)3404  - [Числовые и математические модули](https://python-all.ru/3.12/library/numeric.html)34053406    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.12/library/numbers.html)34073408      - [Числовая иерархия](https://python-all.ru/3.12/library/numbers.html#the-numeric-tower)3409      - [Примечания для разработчиков типов](https://python-all.ru/3.12/library/numbers.html#notes-for-type-implementers)34103411        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.12/library/numbers.html#adding-more-numeric-abcs)3412        - [Реализация арифметических операций](https://python-all.ru/3.12/library/numbers.html#implementing-the-arithmetic-operations)3413    - [`math` – Математические функции](https://python-all.ru/3.12/library/math.html)34143415      - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.12/library/math.html#number-theoretic-and-representation-functions)3416      - [Степенные и логарифмические функции](https://python-all.ru/3.12/library/math.html#power-and-logarithmic-functions)3417      - [Тригонометрические функции](https://python-all.ru/3.12/library/math.html#trigonometric-functions)3418      - [Преобразование угловых величин](https://python-all.ru/3.12/library/math.html#angular-conversion)3419      - [Гиперболические функции](https://python-all.ru/3.12/library/math.html#hyperbolic-functions)3420      - [Специальные функции](https://python-all.ru/3.12/library/math.html#special-functions)3421      - [Константы](https://python-all.ru/3.12/library/math.html#constants)3422    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.12/library/cmath.html)34233424      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.12/library/cmath.html#conversions-to-and-from-polar-coordinates)3425      - [Степенные и логарифмические функции](https://python-all.ru/3.12/library/cmath.html#power-and-logarithmic-functions)3426      - [Тригонометрические функции](https://python-all.ru/3.12/library/cmath.html#trigonometric-functions)3427      - [Гиперболические функции](https://python-all.ru/3.12/library/cmath.html#hyperbolic-functions)3428      - [Функции классификации](https://python-all.ru/3.12/library/cmath.html#classification-functions)3429      - [Константы](https://python-all.ru/3.12/library/cmath.html#constants)3430    - [`decimal` – Десятичная арифметика с фиксированной и плавающей запятой](https://python-all.ru/3.12/library/decimal.html)34313432      - [Краткое руководство](https://python-all.ru/3.12/library/decimal.html#quick-start-tutorial)3433      - [Объекты Decimal](https://python-all.ru/3.12/library/decimal.html#decimal-objects)34343435        - [Логические операнды](https://python-all.ru/3.12/library/decimal.html#logical-operands)3436      - [Объекты контекста](https://python-all.ru/3.12/library/decimal.html#context-objects)3437      - [Константы](https://python-all.ru/3.12/library/decimal.html#constants)3438      - [Режимы округления](https://python-all.ru/3.12/library/decimal.html#rounding-modes)3439      - [Сигналы](https://python-all.ru/3.12/library/decimal.html#signals)3440      - [Примечания о числах с плавающей точкой](https://python-all.ru/3.12/library/decimal.html#floating-point-notes)34413442        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.12/library/decimal.html#mitigating-round-off-error-with-increased-precision)3443        - [Особые значения](https://python-all.ru/3.12/library/decimal.html#special-values)3444      - [Работа с потоками](https://python-all.ru/3.12/library/decimal.html#working-with-threads)3445      - [Рецепты](https://python-all.ru/3.12/library/decimal.html#recipes)3446      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.12/library/decimal.html#decimal-faq)3447    - [`fractions` – Рациональные числа](https://python-all.ru/3.12/library/fractions.html)3448    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.12/library/random.html)34493450      - [Учётные функции](https://python-all.ru/3.12/library/random.html#bookkeeping-functions)3451      - [Функции для байтов](https://python-all.ru/3.12/library/random.html#functions-for-bytes)3452      - [Функции для целых чисел](https://python-all.ru/3.12/library/random.html#functions-for-integers)3453      - [Функции для последовательностей](https://python-all.ru/3.12/library/random.html#functions-for-sequences)3454      - [Дискретные распределения](https://python-all.ru/3.12/library/random.html#discrete-distributions)3455      - [Распределения с действительными значениями](https://python-all.ru/3.12/library/random.html#real-valued-distributions)3456      - [Альтернативный генератор](https://python-all.ru/3.12/library/random.html#alternative-generator)3457      - [Замечания о воспроизводимости](https://python-all.ru/3.12/library/random.html#notes-on-reproducibility)3458      - [Примеры](https://python-all.ru/3.12/library/random.html#examples)3459      - [Рецепты](https://python-all.ru/3.12/library/random.html#recipes)3460    - [`statistics` – Функции математической статистики](https://python-all.ru/3.12/library/statistics.html)34613462      - [Средние значения и меры центральной тенденции](https://python-all.ru/3.12/library/statistics.html#averages-and-measures-of-central-location)3463      - [Меры разброса](https://python-all.ru/3.12/library/statistics.html#measures-of-spread)3464      - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3.12/library/statistics.html#statistics-for-relations-between-two-inputs)3465      - [Описание функций](https://python-all.ru/3.12/library/statistics.html#function-details)3466      - [Исключения](https://python-all.ru/3.12/library/statistics.html#exceptions)3467      - [`NormalDist` объекты](https://python-all.ru/3.12/library/statistics.html#normaldist-objects)3468      - [Примеры и рецепты](https://python-all.ru/3.12/library/statistics.html#examples-and-recipes)34693470        - [Классические задачи теории вероятностей](https://python-all.ru/3.12/library/statistics.html#classic-probability-problems)3471        - [Входные данные Монте-Карло для симуляций](https://python-all.ru/3.12/library/statistics.html#monte-carlo-inputs-for-simulations)3472        - [Аппроксимация биномиальных распределений](https://python-all.ru/3.12/library/statistics.html#approximating-binomial-distributions)3473        - [Наивный байесовский классификатор](https://python-all.ru/3.12/library/statistics.html#naive-bayesian-classifier)3474        - [Оценка плотности ядра](https://python-all.ru/3.12/library/statistics.html#kernel-density-estimation)3475  - [Модули функционального программирования](https://python-all.ru/3.12/library/functional.html)34763477    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.12/library/itertools.html)34783479      - [Функции itertools](https://python-all.ru/3.12/library/itertools.html#itertool-functions)3480      - [Рецепты itertools](https://python-all.ru/3.12/library/itertools.html#itertools-recipes)3481    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.12/library/functools.html)34823483      - [Объекты `partial`](https://python-all.ru/3.12/library/functools.html#partial-objects)3484    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.12/library/operator.html)34853486      - [Отображение операторов на функции](https://python-all.ru/3.12/library/operator.html#mapping-operators-to-functions)3487      - [Операторы на месте](https://python-all.ru/3.12/library/operator.html#in-place-operators)3488  - [Доступ к файлам и каталогам](https://python-all.ru/3.12/library/filesys.html)34893490    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.12/library/pathlib.html)34913492      - [Основное использование](https://python-all.ru/3.12/library/pathlib.html#basic-use)3493      - [Абстрактные пути](https://python-all.ru/3.12/library/pathlib.html#pure-paths)34943495        - [Общие свойства](https://python-all.ru/3.12/library/pathlib.html#general-properties)3496        - [Операторы](https://python-all.ru/3.12/library/pathlib.html#operators)3497        - [Доступ к отдельным частям](https://python-all.ru/3.12/library/pathlib.html#accessing-individual-parts)3498        - [Методы и свойства](https://python-all.ru/3.12/library/pathlib.html#methods-and-properties)3499      - [Конкретные пути](https://python-all.ru/3.12/library/pathlib.html#concrete-paths)35003501        - [Развёртывание и разрешение путей](https://python-all.ru/3.12/library/pathlib.html#expanding-and-resolving-paths)3502        - [Запрос типа и состояния файла](https://python-all.ru/3.12/library/pathlib.html#querying-file-type-and-status)3503        - [Чтение и запись файлов](https://python-all.ru/3.12/library/pathlib.html#reading-and-writing-files)3504        - [Чтение каталогов](https://python-all.ru/3.12/library/pathlib.html#reading-directories)3505        - [Создание файлов и каталогов](https://python-all.ru/3.12/library/pathlib.html#creating-files-and-directories)3506        - [Переименование и удаление](https://python-all.ru/3.12/library/pathlib.html#renaming-and-deleting)3507        - [Права доступа и владение](https://python-all.ru/3.12/library/pathlib.html#permissions-and-ownership)3508      - [Соответствие инструментам модуля `os`](https://python-all.ru/3.12/library/pathlib.html#correspondence-to-tools-in-the-os-module)3509    - [`os.path` – Основные операции с путями](https://python-all.ru/3.12/library/os.path.html)3510    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.12/library/fileinput.html)3511    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.12/library/stat.html)3512    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.12/library/filecmp.html)35133514      - [Класс `dircmp`](https://python-all.ru/3.12/library/filecmp.html#the-dircmp-class)3515    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.12/library/tempfile.html)35163517      - [Примеры](https://python-all.ru/3.12/library/tempfile.html#examples)3518      - [Устаревшие функции и переменные](https://python-all.ru/3.12/library/tempfile.html#deprecated-functions-and-variables)3519    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.12/library/glob.html)3520    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.12/library/fnmatch.html)3521    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.12/library/linecache.html)3522    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.12/library/shutil.html)35233524      - [Операции с каталогами и файлами](https://python-all.ru/3.12/library/shutil.html#directory-and-files-operations)35253526        - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.12/library/shutil.html#platform-dependent-efficient-copy-operations)3527        - [Пример copytree](https://python-all.ru/3.12/library/shutil.html#copytree-example)3528        - [Пример rmtree](https://python-all.ru/3.12/library/shutil.html#rmtree-example)3529      - [Операции архивирования](https://python-all.ru/3.12/library/shutil.html#archiving-operations)35303531        - [Пример архивирования](https://python-all.ru/3.12/library/shutil.html#archiving-example)3532        - [Пример архивирования с *base\_dir*](https://python-all.ru/3.12/library/shutil.html#archiving-example-with-base-dir)3533      - [Определение размера выходного терминала](https://python-all.ru/3.12/library/shutil.html#querying-the-size-of-the-output-terminal)3534  - [Постоянное хранение данных](https://python-all.ru/3.12/library/persistence.html)35353536    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.12/library/pickle.html)35373538      - [Связь с другими модулями Python](https://python-all.ru/3.12/library/pickle.html#relationship-to-other-python-modules)35393540        - [Сравнение с `marshal`](https://python-all.ru/3.12/library/pickle.html#comparison-with-marshal)3541        - [Сравнение с `json`](https://python-all.ru/3.12/library/pickle.html#comparison-with-json)3542      - [Формат потока данных](https://python-all.ru/3.12/library/pickle.html#data-stream-format)3543      - [Интерфейс модуля](https://python-all.ru/3.12/library/pickle.html#module-interface)3544      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.12/library/pickle.html#what-can-be-pickled-and-unpickled)3545      - [Сериализация экземпляров классов](https://python-all.ru/3.12/library/pickle.html#pickling-class-instances)35463547        - [Сохранение внешних объектов](https://python-all.ru/3.12/library/pickle.html#persistence-of-external-objects)3548        - [Диспетчерские таблицы](https://python-all.ru/3.12/library/pickle.html#dispatch-tables)3549        - [Обработка объектов с состоянием](https://python-all.ru/3.12/library/pickle.html#handling-stateful-objects)3550      - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.12/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)3551      - [Внеполосные буферы](https://python-all.ru/3.12/library/pickle.html#out-of-band-buffers)35523553        - [API провайдера](https://python-all.ru/3.12/library/pickle.html#provider-api)3554        - [API потребителя](https://python-all.ru/3.12/library/pickle.html#consumer-api)3555        - [Пример](https://python-all.ru/3.12/library/pickle.html#example)3556      - [Ограничение глобальных переменных](https://python-all.ru/3.12/library/pickle.html#restricting-globals)3557      - [Производительность](https://python-all.ru/3.12/library/pickle.html#performance)3558      - [Примеры](https://python-all.ru/3.12/library/pickle.html#examples)3559    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.12/library/copyreg.html)35603561      - [Пример](https://python-all.ru/3.12/library/copyreg.html#example)3562    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.12/library/shelve.html)35633564      - [Ограничения](https://python-all.ru/3.12/library/shelve.html#restrictions)3565      - [Пример](https://python-all.ru/3.12/library/shelve.html#example)3566    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.12/library/marshal.html)3567    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.12/library/dbm.html)35683569      - [`dbm.gnu` – Менеджер баз данных GNU](https://python-all.ru/3.12/library/dbm.html#module-dbm.gnu)3570      - [`dbm.ndbm` – Новый менеджер баз данных](https://python-all.ru/3.12/library/dbm.html#module-dbm.ndbm)3571      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.12/library/dbm.html#module-dbm.dumb)3572    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.12/library/sqlite3.html)35733574      - [Учебное пособие](https://python-all.ru/3.12/library/sqlite3.html#tutorial)3575      - [Справочник](https://python-all.ru/3.12/library/sqlite3.html#reference)35763577        - [Функции модуля](https://python-all.ru/3.12/library/sqlite3.html#module-functions)3578        - [Константы модуля](https://python-all.ru/3.12/library/sqlite3.html#module-constants)3579        - [Объекты соединения](https://python-all.ru/3.12/library/sqlite3.html#connection-objects)3580        - [Объекты курсора](https://python-all.ru/3.12/library/sqlite3.html#cursor-objects)3581        - [Объекты строки](https://python-all.ru/3.12/library/sqlite3.html#row-objects)3582        - [Объекты Blob](https://python-all.ru/3.12/library/sqlite3.html#blob-objects)3583        - [Объекты PrepareProtocol](https://python-all.ru/3.12/library/sqlite3.html#prepareprotocol-objects)3584        - [Исключения](https://python-all.ru/3.12/library/sqlite3.html#exceptions)3585        - [Типы SQLite и Python](https://python-all.ru/3.12/library/sqlite3.html#sqlite-and-python-types)3586        - [Адаптеры и конвертеры по умолчанию (устарело)](https://python-all.ru/3.12/library/sqlite3.html#default-adapters-and-converters-deprecated)3587        - [Интерфейс командной строки](https://python-all.ru/3.12/library/sqlite3.html#command-line-interface)3588      - [Инструкции](https://python-all.ru/3.12/library/sqlite3.html#how-to-guides)35893590        - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3.12/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)3591        - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3.12/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)35923593          - [Как создавать адаптируемые объекты](https://python-all.ru/3.12/library/sqlite3.html#how-to-write-adaptable-objects)3594          - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3.12/library/sqlite3.html#how-to-register-adapter-callables)3595        - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3.12/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)3596        - [Рецепты адаптеров и преобразователей](https://python-all.ru/3.12/library/sqlite3.html#adapter-and-converter-recipes)3597        - [Как использовать сокращённые методы соединения](https://python-all.ru/3.12/library/sqlite3.html#how-to-use-connection-shortcut-methods)3598        - [Как использовать контекстный менеджер соединения](https://python-all.ru/3.12/library/sqlite3.html#how-to-use-the-connection-context-manager)3599        - [Как работать с URI SQLite](https://python-all.ru/3.12/library/sqlite3.html#how-to-work-with-sqlite-uris)3600        - [Как создавать и использовать фабрики строк](https://python-all.ru/3.12/library/sqlite3.html#how-to-create-and-use-row-factories)3601        - [Как обрабатывать кодировки текста, отличные от UTF-8](https://python-all.ru/3.12/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings)3602      - [Пояснения](https://python-all.ru/3.12/library/sqlite3.html#explanation)36033604        - [Управление транзакциями](https://python-all.ru/3.12/library/sqlite3.html#transaction-control)36053606          - [Управление транзакциями через атрибут `autocommit`](https://python-all.ru/3.12/library/sqlite3.html#transaction-control-via-the-autocommit-attribute)3607          - [Управление транзакциями через атрибут `isolation_level`](https://python-all.ru/3.12/library/sqlite3.html#transaction-control-via-the-isolation-level-attribute)3608  - [Сжатие и архивирование данных](https://python-all.ru/3.12/library/archiving.html)36093610    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.12/library/zlib.html)3611    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.12/library/gzip.html)36123613      - [Примеры использования](https://python-all.ru/3.12/library/gzip.html#examples-of-usage)3614      - [Интерфейс командной строки](https://python-all.ru/3.12/library/gzip.html#command-line-interface)36153616        - [Параметры командной строки](https://python-all.ru/3.12/library/gzip.html#command-line-options)3617    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.12/library/bz2.html)36183619      - [Сжатие и распаковка файлов](https://python-all.ru/3.12/library/bz2.html#de-compression-of-files)3620      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.12/library/bz2.html#incremental-de-compression)3621      - [Однопроходное сжатие/распаковка](https://python-all.ru/3.12/library/bz2.html#one-shot-de-compression)3622      - [Примеры использования](https://python-all.ru/3.12/library/bz2.html#examples-of-usage)3623    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.12/library/lzma.html)36243625      - [Чтение и запись сжатых файлов](https://python-all.ru/3.12/library/lzma.html#reading-and-writing-compressed-files)3626      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.12/library/lzma.html#compressing-and-decompressing-data-in-memory)3627      - [Разное](https://python-all.ru/3.12/library/lzma.html#miscellaneous)3628      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.12/library/lzma.html#specifying-custom-filter-chains)3629      - [Примеры](https://python-all.ru/3.12/library/lzma.html#examples)3630    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.12/library/zipfile.html)36313632      - [Объекты ZipFile](https://python-all.ru/3.12/library/zipfile.html#zipfile-objects)3633      - [Объекты Path](https://python-all.ru/3.12/library/zipfile.html#path-objects)3634      - [Объекты PyZipFile](https://python-all.ru/3.12/library/zipfile.html#pyzipfile-objects)3635      - [Объекты ZipInfo](https://python-all.ru/3.12/library/zipfile.html#zipinfo-objects)3636      - [Интерфейс командной строки](https://python-all.ru/3.12/library/zipfile.html#command-line-interface)36373638        - [Параметры командной строки](https://python-all.ru/3.12/library/zipfile.html#command-line-options)3639      - [Подводные камни распаковки](https://python-all.ru/3.12/library/zipfile.html#decompression-pitfalls)36403641        - [Из самого файла](https://python-all.ru/3.12/library/zipfile.html#from-file-itself)3642        - [Ограничения файловой системы](https://python-all.ru/3.12/library/zipfile.html#file-system-limitations)3643        - [Ограничения ресурсов](https://python-all.ru/3.12/library/zipfile.html#resources-limitations)3644        - [Прерывание](https://python-all.ru/3.12/library/zipfile.html#interruption)3645        - [Поведение по умолчанию при извлечении](https://python-all.ru/3.12/library/zipfile.html#default-behaviors-of-extraction)3646    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.12/library/tarfile.html)36473648      - [Объекты TarFile](https://python-all.ru/3.12/library/tarfile.html#tarfile-objects)3649      - [Объекты TarInfo](https://python-all.ru/3.12/library/tarfile.html#tarinfo-objects)3650      - [Фильтры извлечения](https://python-all.ru/3.12/library/tarfile.html#extraction-filters)36513652        - [Именованные фильтры по умолчанию](https://python-all.ru/3.12/library/tarfile.html#default-named-filters)3653        - [Ошибки фильтров](https://python-all.ru/3.12/library/tarfile.html#filter-errors)3654        - [Подсказки для дополнительной проверки](https://python-all.ru/3.12/library/tarfile.html#hints-for-further-verification)3655        - [Поддержка старых версий Python](https://python-all.ru/3.12/library/tarfile.html#supporting-older-python-versions)3656        - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.12/library/tarfile.html#stateful-extraction-filter-example)3657      - [Интерфейс командной строки](https://python-all.ru/3.12/library/tarfile.html#command-line-interface)36583659        - [Параметры командной строки](https://python-all.ru/3.12/library/tarfile.html#command-line-options)3660      - [Примеры](https://python-all.ru/3.12/library/tarfile.html#examples)3661      - [Поддерживаемые форматы tar](https://python-all.ru/3.12/library/tarfile.html#supported-tar-formats)3662      - [Проблемы с Unicode](https://python-all.ru/3.12/library/tarfile.html#unicode-issues)3663  - [Форматы файлов](https://python-all.ru/3.12/library/fileformats.html)36643665    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.12/library/csv.html)36663667      - [Содержимое модуля](https://python-all.ru/3.12/library/csv.html#module-contents)3668      - [Диалекты и параметры форматирования](https://python-all.ru/3.12/library/csv.html#dialects-and-formatting-parameters)3669      - [Объекты чтения](https://python-all.ru/3.12/library/csv.html#reader-objects)3670      - [Объекты записи](https://python-all.ru/3.12/library/csv.html#writer-objects)3671      - [Примеры](https://python-all.ru/3.12/library/csv.html#examples)3672    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.12/library/configparser.html)36733674      - [Быстрый старт](https://python-all.ru/3.12/library/configparser.html#quick-start)3675      - [Поддерживаемые типы данных](https://python-all.ru/3.12/library/configparser.html#supported-datatypes)3676      - [Значения по умолчанию](https://python-all.ru/3.12/library/configparser.html#fallback-values)3677      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.12/library/configparser.html#supported-ini-file-structure)3678      - [Интерполяция значений](https://python-all.ru/3.12/library/configparser.html#interpolation-of-values)3679      - [Доступ через протокол отображения](https://python-all.ru/3.12/library/configparser.html#mapping-protocol-access)3680      - [Настройка поведения парсера](https://python-all.ru/3.12/library/configparser.html#customizing-parser-behaviour)3681      - [Примеры устаревшего API](https://python-all.ru/3.12/library/configparser.html#legacy-api-examples)3682      - [Объекты ConfigParser](https://python-all.ru/3.12/library/configparser.html#configparser-objects)3683      - [Объекты RawConfigParser](https://python-all.ru/3.12/library/configparser.html#rawconfigparser-objects)3684      - [Исключения](https://python-all.ru/3.12/library/configparser.html#exceptions)3685    - [`tomllib` – Разбор TOML-файлов](https://python-all.ru/3.12/library/tomllib.html)36863687      - [Примеры](https://python-all.ru/3.12/library/tomllib.html#examples)3688      - [Таблица преобразования](https://python-all.ru/3.12/library/tomllib.html#conversion-table)3689    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.12/library/netrc.html)36903691      - [Объекты netrc](https://python-all.ru/3.12/library/netrc.html#netrc-objects)3692    - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3.12/library/plistlib.html)36933694      - [Примеры](https://python-all.ru/3.12/library/plistlib.html#examples)3695  - [Криптографические службы](https://python-all.ru/3.12/library/crypto.html)36963697    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.12/library/hashlib.html)36983699      - [Алгоритмы хеширования](https://python-all.ru/3.12/library/hashlib.html#hash-algorithms)3700      - [Использование](https://python-all.ru/3.12/library/hashlib.html#usage)3701      - [Конструкторы](https://python-all.ru/3.12/library/hashlib.html#constructors)3702      - [Атрибуты](https://python-all.ru/3.12/library/hashlib.html#attributes)3703      - [Объекты хешей](https://python-all.ru/3.12/library/hashlib.html#hash-objects)3704      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.12/library/hashlib.html#shake-variable-length-digests)3705      - [Хеширование файлов](https://python-all.ru/3.12/library/hashlib.html#file-hashing)3706      - [Вывод ключей](https://python-all.ru/3.12/library/hashlib.html#key-derivation)3707      - [BLAKE2](https://python-all.ru/3.12/library/hashlib.html#blake2)37083709        - [Создание хеш-объектов](https://python-all.ru/3.12/library/hashlib.html#creating-hash-objects)3710        - [Константы](https://python-all.ru/3.12/library/hashlib.html#constants)3711        - [Примеры](https://python-all.ru/3.12/library/hashlib.html#examples)37123713          - [Простое хеширование](https://python-all.ru/3.12/library/hashlib.html#simple-hashing)3714          - [Использование разного размера дайджестов](https://python-all.ru/3.12/library/hashlib.html#using-different-digest-sizes)3715          - [Хеширование с ключом](https://python-all.ru/3.12/library/hashlib.html#keyed-hashing)3716          - [Рандомизированное хеширование](https://python-all.ru/3.12/library/hashlib.html#randomized-hashing)3717          - [Персонализация](https://python-all.ru/3.12/library/hashlib.html#personalization)3718          - [Древовидный режим](https://python-all.ru/3.12/library/hashlib.html#tree-mode)3719        - [Благодарности](https://python-all.ru/3.12/library/hashlib.html#credits)3720    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.12/library/hmac.html)3721    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.12/library/secrets.html)37223723      - [Случайные числа](https://python-all.ru/3.12/library/secrets.html#random-numbers)3724      - [Генерация токенов](https://python-all.ru/3.12/library/secrets.html#generating-tokens)37253726        - [Сколько байтов должны использовать токены?](https://python-all.ru/3.12/library/secrets.html#how-many-bytes-should-tokens-use)3727      - [Другие функции](https://python-all.ru/3.12/library/secrets.html#other-functions)3728      - [Рецепты и лучшие практики](https://python-all.ru/3.12/library/secrets.html#recipes-and-best-practices)3729  - [Универсальные службы операционной системы](https://python-all.ru/3.12/library/allos.html)37303731    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.12/library/os.html)37323733      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.12/library/os.html#file-names-command-line-arguments-and-environment-variables)3734      - [Режим UTF-8 в Python](https://python-all.ru/3.12/library/os.html#python-utf-8-mode)3735      - [Параметры процесса](https://python-all.ru/3.12/library/os.html#process-parameters)3736      - [Создание файловых объектов](https://python-all.ru/3.12/library/os.html#file-object-creation)3737      - [Операции с файловыми дескрипторами](https://python-all.ru/3.12/library/os.html#file-descriptor-operations)37383739        - [Определение размера терминала](https://python-all.ru/3.12/library/os.html#querying-the-size-of-a-terminal)3740        - [Наследование файловых дескрипторов](https://python-all.ru/3.12/library/os.html#inheritance-of-file-descriptors)3741      - [Файлы и каталоги](https://python-all.ru/3.12/library/os.html#files-and-directories)37423743        - [Расширенные атрибуты Linux](https://python-all.ru/3.12/library/os.html#linux-extended-attributes)3744      - [Управление процессами](https://python-all.ru/3.12/library/os.html#process-management)3745      - [Интерфейс к планировщику](https://python-all.ru/3.12/library/os.html#interface-to-the-scheduler)3746      - [Различная системная информация](https://python-all.ru/3.12/library/os.html#miscellaneous-system-information)3747      - [Случайные числа](https://python-all.ru/3.12/library/os.html#random-numbers)3748    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.12/library/io.html)37493750      - [Обзор](https://python-all.ru/3.12/library/io.html#overview)37513752        - [Текстовый ввод/вывод](https://python-all.ru/3.12/library/io.html#text-i-o)3753        - [Двоичный ввод/вывод](https://python-all.ru/3.12/library/io.html#binary-i-o)3754        - [Необработанный ввод/вывод](https://python-all.ru/3.12/library/io.html#raw-i-o)3755      - [Кодировка текста](https://python-all.ru/3.12/library/io.html#text-encoding)37563757        - [Добровольное предупреждение о кодировке](https://python-all.ru/3.12/library/io.html#opt-in-encodingwarning)3758      - [Интерфейс модуля высокого уровня](https://python-all.ru/3.12/library/io.html#high-level-module-interface)3759      - [Иерархия классов](https://python-all.ru/3.12/library/io.html#class-hierarchy)37603761        - [Базовые классы ввода/вывода](https://python-all.ru/3.12/library/io.html#i-o-base-classes)3762        - [Необработанный файловый ввод/вывод](https://python-all.ru/3.12/library/io.html#raw-file-i-o)3763        - [Буферизированные потоки](https://python-all.ru/3.12/library/io.html#buffered-streams)3764        - [Текстовый ввод/вывод](https://python-all.ru/3.12/library/io.html#id1)3765      - [Производительность](https://python-all.ru/3.12/library/io.html#performance)37663767        - [Двоичный ввод/вывод](https://python-all.ru/3.12/library/io.html#id2)3768        - [Текстовый ввод/вывод](https://python-all.ru/3.12/library/io.html#id3)3769        - [Многопоточность](https://python-all.ru/3.12/library/io.html#multi-threading)3770        - [Реентерабельность](https://python-all.ru/3.12/library/io.html#reentrancy)3771    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.12/library/time.html)37723773      - [Функции](https://python-all.ru/3.12/library/time.html#functions)3774      - [Константы идентификаторов часов](https://python-all.ru/3.12/library/time.html#clock-id-constants)3775      - [Константы часовых поясов](https://python-all.ru/3.12/library/time.html#timezone-constants)3776    - [`argparse` – Парсер опций, аргументов и подкоманд командной строки](https://python-all.ru/3.12/library/argparse.html)37773778      - [Объекты ArgumentParser](https://python-all.ru/3.12/library/argparse.html#argumentparser-objects)37793780        - [prog](https://python-all.ru/3.12/library/argparse.html#prog)3781        - [usage](https://python-all.ru/3.12/library/argparse.html#usage)3782        - [description](https://python-all.ru/3.12/library/argparse.html#description)3783        - [epilog](https://python-all.ru/3.12/library/argparse.html#epilog)3784        - [parents](https://python-all.ru/3.12/library/argparse.html#parents)3785        - [formatter\_class](https://python-all.ru/3.12/library/argparse.html#formatter-class)3786        - [prefix\_chars](https://python-all.ru/3.12/library/argparse.html#prefix-chars)3787        - [fromfile\_prefix\_chars](https://python-all.ru/3.12/library/argparse.html#fromfile-prefix-chars)3788        - [argument\_default](https://python-all.ru/3.12/library/argparse.html#argument-default)3789        - [allow\_abbrev](https://python-all.ru/3.12/library/argparse.html#allow-abbrev)3790        - [conflict\_handler](https://python-all.ru/3.12/library/argparse.html#conflict-handler)3791        - [add\_help](https://python-all.ru/3.12/library/argparse.html#add-help)3792        - [exit\_on\_error](https://python-all.ru/3.12/library/argparse.html#exit-on-error)3793      - [Метод add\_argument()](https://python-all.ru/3.12/library/argparse.html#the-add-argument-method)37943795        - [name или flags](https://python-all.ru/3.12/library/argparse.html#name-or-flags)3796        - [action](https://python-all.ru/3.12/library/argparse.html#action)3797        - [nargs](https://python-all.ru/3.12/library/argparse.html#nargs)3798        - [const](https://python-all.ru/3.12/library/argparse.html#const)3799        - [default](https://python-all.ru/3.12/library/argparse.html#default)3800        - [тип](https://python-all.ru/3.12/library/argparse.html#type)3801        - [choices](https://python-all.ru/3.12/library/argparse.html#choices)3802        - [required](https://python-all.ru/3.12/library/argparse.html#required)3803        - [help](https://python-all.ru/3.12/library/argparse.html#help)3804        - [metavar](https://python-all.ru/3.12/library/argparse.html#metavar)3805        - [dest](https://python-all.ru/3.12/library/argparse.html#dest)3806        - [Классы Action](https://python-all.ru/3.12/library/argparse.html#action-classes)3807      - [Метод parse\_args()](https://python-all.ru/3.12/library/argparse.html#the-parse-args-method)38083809        - [Синтаксис значений опций](https://python-all.ru/3.12/library/argparse.html#option-value-syntax)3810        - [Недопустимые аргументы](https://python-all.ru/3.12/library/argparse.html#invalid-arguments)3811        - [Аргументы, содержащие `-`](https://python-all.ru/3.12/library/argparse.html#arguments-containing)3812        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.12/library/argparse.html#argument-abbreviations-prefix-matching)3813        - [За пределами `sys.argv`](https://python-all.ru/3.12/library/argparse.html#beyond-sys-argv)3814        - [Объект Namespace](https://python-all.ru/3.12/library/argparse.html#the-namespace-object)3815      - [Прочие утилиты](https://python-all.ru/3.12/library/argparse.html#other-utilities)38163817        - [Подкоманды](https://python-all.ru/3.12/library/argparse.html#sub-commands)3818        - [Объекты FileType](https://python-all.ru/3.12/library/argparse.html#filetype-objects)3819        - [Группы аргументов](https://python-all.ru/3.12/library/argparse.html#argument-groups)3820        - [Взаимное исключение](https://python-all.ru/3.12/library/argparse.html#mutual-exclusion)3821        - [Значения по умолчанию парсера](https://python-all.ru/3.12/library/argparse.html#parser-defaults)3822        - [Вывод справки](https://python-all.ru/3.12/library/argparse.html#printing-help)3823        - [Частичный разбор](https://python-all.ru/3.12/library/argparse.html#partial-parsing)3824        - [Настройка разбора файлов](https://python-all.ru/3.12/library/argparse.html#customizing-file-parsing)3825        - [Методы завершения](https://python-all.ru/3.12/library/argparse.html#exiting-methods)3826        - [Смешанный разбор](https://python-all.ru/3.12/library/argparse.html#intermixed-parsing)3827        - [Регистрация пользовательских типов или действий](https://python-all.ru/3.12/library/argparse.html#registering-custom-types-or-actions)3828      - [Исключения](https://python-all.ru/3.12/library/argparse.html#exceptions)38293830        - [Учебное пособие по argparse](https://python-all.ru/3.12/howto/argparse.html)38313832          - [Основные понятия](https://python-all.ru/3.12/howto/argparse.html#concepts)3833          - [Основы](https://python-all.ru/3.12/howto/argparse.html#the-basics)3834          - [Знакомство с позиционными аргументами](https://python-all.ru/3.12/howto/argparse.html#introducing-positional-arguments)3835          - [Знакомство с необязательными аргументами](https://python-all.ru/3.12/howto/argparse.html#introducing-optional-arguments)38363837            - [Короткие опции](https://python-all.ru/3.12/howto/argparse.html#short-options)3838          - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.12/howto/argparse.html#combining-positional-and-optional-arguments)3839          - [Переходим к более сложным темам](https://python-all.ru/3.12/howto/argparse.html#getting-a-little-more-advanced)38403841            - [Указание неоднозначных аргументов](https://python-all.ru/3.12/howto/argparse.html#specifying-ambiguous-arguments)3842            - [Конфликтующие опции](https://python-all.ru/3.12/howto/argparse.html#conflicting-options)3843          - [Как перевести вывод argparse](https://python-all.ru/3.12/howto/argparse.html#how-to-translate-the-argparse-output)3844          - [Пользовательские преобразователи типов](https://python-all.ru/3.12/howto/argparse.html#custom-type-converters)3845          - [Заключение](https://python-all.ru/3.12/howto/argparse.html#conclusion)3846        - [Обновление кода optparse](https://python-all.ru/3.12/howto/argparse-optparse.html)3847    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.12/library/getopt.html)3848    - [`logging` – Средство журналирования для Python](https://python-all.ru/3.12/library/logging.html)38493850      - [Объекты Logger](https://python-all.ru/3.12/library/logging.html#logger-objects)3851      - [Уровни журналирования](https://python-all.ru/3.12/library/logging.html#logging-levels)3852      - [Объекты-обработчики](https://python-all.ru/3.12/library/logging.html#handler-objects)3853      - [Объекты-форматировщики](https://python-all.ru/3.12/library/logging.html#formatter-objects)3854      - [Объекты-фильтры](https://python-all.ru/3.12/library/logging.html#filter-objects)3855      - [Объекты LogRecord](https://python-all.ru/3.12/library/logging.html#logrecord-objects)3856      - [Атрибуты LogRecord](https://python-all.ru/3.12/library/logging.html#logrecord-attributes)3857      - [Объекты LoggerAdapter](https://python-all.ru/3.12/library/logging.html#loggeradapter-objects)3858      - [Потокобезопасность](https://python-all.ru/3.12/library/logging.html#thread-safety)3859      - [Функции уровня модуля](https://python-all.ru/3.12/library/logging.html#module-level-functions)3860      - [Атрибуты уровня модуля](https://python-all.ru/3.12/library/logging.html#module-level-attributes)3861      - [Интеграция с модулем warnings](https://python-all.ru/3.12/library/logging.html#integration-with-the-warnings-module)3862    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.12/library/logging.config.html)38633864      - [Функции конфигурации](https://python-all.ru/3.12/library/logging.config.html#configuration-functions)3865      - [Вопросы безопасности](https://python-all.ru/3.12/library/logging.config.html#security-considerations)3866      - [Схема конфигурационного словаря](https://python-all.ru/3.12/library/logging.config.html#configuration-dictionary-schema)38673868        - [Подробности схемы словаря](https://python-all.ru/3.12/library/logging.config.html#dictionary-schema-details)3869        - [Инкрементальная конфигурация](https://python-all.ru/3.12/library/logging.config.html#incremental-configuration)3870        - [Соединения объектов](https://python-all.ru/3.12/library/logging.config.html#object-connections)3871        - [Пользовательские объекты](https://python-all.ru/3.12/library/logging.config.html#user-defined-objects)3872        - [Порядок конфигурации обработчиков](https://python-all.ru/3.12/library/logging.config.html#handler-configuration-order)3873        - [Доступ к внешним объектам](https://python-all.ru/3.12/library/logging.config.html#access-to-external-objects)3874        - [Доступ к внутренним объектам](https://python-all.ru/3.12/library/logging.config.html#access-to-internal-objects)3875        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.12/library/logging.config.html#import-resolution-and-custom-importers)3876        - [Настройка QueueHandler и QueueListener](https://python-all.ru/3.12/library/logging.config.html#configuring-queuehandler-and-queuelistener)3877      - [Формат файла конфигурации](https://python-all.ru/3.12/library/logging.config.html#configuration-file-format)3878    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.12/library/logging.handlers.html)38793880      - [StreamHandler](https://python-all.ru/3.12/library/logging.handlers.html#streamhandler)3881      - [FileHandler](https://python-all.ru/3.12/library/logging.handlers.html#filehandler)3882      - [NullHandler](https://python-all.ru/3.12/library/logging.handlers.html#nullhandler)3883      - [WatchedFileHandler](https://python-all.ru/3.12/library/logging.handlers.html#watchedfilehandler)3884      - [BaseRotatingHandler](https://python-all.ru/3.12/library/logging.handlers.html#baserotatinghandler)3885      - [RotatingFileHandler](https://python-all.ru/3.12/library/logging.handlers.html#rotatingfilehandler)3886      - [TimedRotatingFileHandler](https://python-all.ru/3.12/library/logging.handlers.html#timedrotatingfilehandler)3887      - [Обработчик сокетов](https://python-all.ru/3.12/library/logging.handlers.html#sockethandler)3888      - [Обработчик датаграмм](https://python-all.ru/3.12/library/logging.handlers.html#datagramhandler)3889      - [Обработчик системного журнала](https://python-all.ru/3.12/library/logging.handlers.html#sysloghandler)3890      - [Обработчик журнала событий NT](https://python-all.ru/3.12/library/logging.handlers.html#nteventloghandler)3891      - [SMTP-обработчик](https://python-all.ru/3.12/library/logging.handlers.html#smtphandler)3892      - [Обработчик памяти](https://python-all.ru/3.12/library/logging.handlers.html#memoryhandler)3893      - [HTTP-обработчик](https://python-all.ru/3.12/library/logging.handlers.html#httphandler)3894      - [Обработчик очереди](https://python-all.ru/3.12/library/logging.handlers.html#queuehandler)3895      - [Прослушиватель очереди](https://python-all.ru/3.12/library/logging.handlers.html#queuelistener)3896    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.12/library/getpass.html)3897    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.12/library/curses.html)38983899      - [Функции](https://python-all.ru/3.12/library/curses.html#functions)3900      - [Объекты окон](https://python-all.ru/3.12/library/curses.html#window-objects)3901      - [Константы](https://python-all.ru/3.12/library/curses.html#constants)3902    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.12/library/curses.html#module-curses.textpad)39033904      - [Объекты Textbox](https://python-all.ru/3.12/library/curses.html#textbox-objects)3905    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.12/library/curses.ascii.html)3906    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.12/library/curses.panel.html)39073908      - [Функции](https://python-all.ru/3.12/library/curses.panel.html#functions)3909      - [Объекты панелей](https://python-all.ru/3.12/library/curses.panel.html#panel-objects)3910    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.12/library/platform.html)39113912      - [Кроссплатформенные](https://python-all.ru/3.12/library/platform.html#cross-platform)3913      - [Платформа Java](https://python-all.ru/3.12/library/platform.html#java-platform)3914      - [Платформа Windows](https://python-all.ru/3.12/library/platform.html#windows-platform)3915      - [Платформа macOS](https://python-all.ru/3.12/library/platform.html#macos-platform)3916      - [Платформы Unix](https://python-all.ru/3.12/library/platform.html#unix-platforms)3917      - [Платформы Linux](https://python-all.ru/3.12/library/platform.html#linux-platforms)3918    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.12/library/errno.html)3919    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.12/library/ctypes.html)39203921      - [Руководство по ctypes](https://python-all.ru/3.12/library/ctypes.html#ctypes-tutorial)39223923        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.12/library/ctypes.html#loading-dynamic-link-libraries)3924        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.12/library/ctypes.html#accessing-functions-from-loaded-dlls)3925        - [Вызов функций](https://python-all.ru/3.12/library/ctypes.html#calling-functions)3926        - [Базовые типы данных](https://python-all.ru/3.12/library/ctypes.html#fundamental-data-types)3927        - [Вызов функций (продолжение)](https://python-all.ru/3.12/library/ctypes.html#calling-functions-continued)3928        - [Вызов функций с переменным числом аргументов](https://python-all.ru/3.12/library/ctypes.html#calling-variadic-functions)3929        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.12/library/ctypes.html#calling-functions-with-your-own-custom-data-types)3930        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.12/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)3931        - [Типы возвращаемых значений](https://python-all.ru/3.12/library/ctypes.html#return-types)3932        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.12/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)3933        - [Структуры и объединения](https://python-all.ru/3.12/library/ctypes.html#structures-and-unions)3934        - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.12/library/ctypes.html#structure-union-alignment-and-byte-order)3935        - [Битовые поля в структурах и объединениях](https://python-all.ru/3.12/library/ctypes.html#bit-fields-in-structures-and-unions)3936        - [Массивы](https://python-all.ru/3.12/library/ctypes.html#arrays)3937        - [Указатели](https://python-all.ru/3.12/library/ctypes.html#pointers)3938        - [Преобразования типов](https://python-all.ru/3.12/library/ctypes.html#type-conversions)3939        - [Неполные типы](https://python-all.ru/3.12/library/ctypes.html#incomplete-types)3940        - [Функции обратного вызова](https://python-all.ru/3.12/library/ctypes.html#callback-functions)3941        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.12/library/ctypes.html#accessing-values-exported-from-dlls)3942        - [Неожиданности](https://python-all.ru/3.12/library/ctypes.html#surprises)3943        - [Типы данных переменного размера](https://python-all.ru/3.12/library/ctypes.html#variable-sized-data-types)3944      - [Справочник по ctypes](https://python-all.ru/3.12/library/ctypes.html#ctypes-reference)39453946        - [Поиск общих библиотек](https://python-all.ru/3.12/library/ctypes.html#finding-shared-libraries)3947        - [Загрузка общих библиотек](https://python-all.ru/3.12/library/ctypes.html#loading-shared-libraries)3948        - [Внешние функции](https://python-all.ru/3.12/library/ctypes.html#foreign-functions)3949        - [Прототипы функций](https://python-all.ru/3.12/library/ctypes.html#function-prototypes)3950        - [Вспомогательные функции](https://python-all.ru/3.12/library/ctypes.html#utility-functions)3951        - [Типы данных](https://python-all.ru/3.12/library/ctypes.html#data-types)3952        - [Базовые типы данных](https://python-all.ru/3.12/library/ctypes.html#ctypes-fundamental-data-types-2)3953        - [Структурированные типы данных](https://python-all.ru/3.12/library/ctypes.html#structured-data-types)3954        - [Массивы и указатели](https://python-all.ru/3.12/library/ctypes.html#arrays-and-pointers)3955  - [Параллельное выполнение](https://python-all.ru/3.12/library/concurrency.html)39563957    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.12/library/threading.html)39583959      - [Потоковые локальные данные](https://python-all.ru/3.12/library/threading.html#thread-local-data)3960      - [Объекты потоков](https://python-all.ru/3.12/library/threading.html#thread-objects)3961      - [Объекты блокировок](https://python-all.ru/3.12/library/threading.html#lock-objects)3962      - [Объекты RLock](https://python-all.ru/3.12/library/threading.html#rlock-objects)3963      - [Объекты условий](https://python-all.ru/3.12/library/threading.html#condition-objects)3964      - [Объекты семафоров](https://python-all.ru/3.12/library/threading.html#semaphore-objects)39653966        - [`Semaphore` Пример](https://python-all.ru/3.12/library/threading.html#semaphore-example)3967      - [Объекты событий](https://python-all.ru/3.12/library/threading.html#event-objects)3968      - [Объекты таймеров](https://python-all.ru/3.12/library/threading.html#timer-objects)3969      - [Объекты барьеров](https://python-all.ru/3.12/library/threading.html#barrier-objects)3970      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.12/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)3971    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.12/library/multiprocessing.html)39723973      - [Введение](https://python-all.ru/3.12/library/multiprocessing.html#introduction)39743975        - [Класс `Process`](https://python-all.ru/3.12/library/multiprocessing.html#the-process-class)3976        - [Контексты и методы запуска](https://python-all.ru/3.12/library/multiprocessing.html#contexts-and-start-methods)3977        - [Обмен объектами между процессами](https://python-all.ru/3.12/library/multiprocessing.html#exchanging-objects-between-processes)3978        - [Синхронизация между процессами](https://python-all.ru/3.12/library/multiprocessing.html#synchronization-between-processes)3979        - [Совместное использование состояния между процессами](https://python-all.ru/3.12/library/multiprocessing.html#sharing-state-between-processes)3980        - [Использование пула рабочих процессов](https://python-all.ru/3.12/library/multiprocessing.html#using-a-pool-of-workers)3981      - [Справочник](https://python-all.ru/3.12/library/multiprocessing.html#reference)39823983        - [`Process` и исключения](https://python-all.ru/3.12/library/multiprocessing.html#process-and-exceptions)3984        - [Каналы и очереди](https://python-all.ru/3.12/library/multiprocessing.html#pipes-and-queues)3985        - [Разное](https://python-all.ru/3.12/library/multiprocessing.html#miscellaneous)3986        - [Объекты соединений](https://python-all.ru/3.12/library/multiprocessing.html#connection-objects)3987        - [Примитивы синхронизации](https://python-all.ru/3.12/library/multiprocessing.html#synchronization-primitives)3988        - [Разделяемые `ctypes` объекты](https://python-all.ru/3.12/library/multiprocessing.html#shared-ctypes-objects)39893990          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.sharedctypes)3991        - [Менеджеры](https://python-all.ru/3.12/library/multiprocessing.html#managers)39923993          - [Настраиваемые менеджеры](https://python-all.ru/3.12/library/multiprocessing.html#customized-managers)3994          - [Использование удалённого менеджера](https://python-all.ru/3.12/library/multiprocessing.html#using-a-remote-manager)3995        - [Объекты-прокси](https://python-all.ru/3.12/library/multiprocessing.html#proxy-objects)39963997          - [Очистка](https://python-all.ru/3.12/library/multiprocessing.html#cleanup)3998        - [Пулы процессов](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.pool)3999        - [Слушатели и клиенты](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.connection)40004001          - [Форматы адресов](https://python-all.ru/3.12/library/multiprocessing.html#address-formats)4002        - [Ключи аутентификации](https://python-all.ru/3.12/library/multiprocessing.html#authentication-keys)4003        - [Логирование](https://python-all.ru/3.12/library/multiprocessing.html#logging)4004        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.dummy)4005      - [Рекомендации по программированию](https://python-all.ru/3.12/library/multiprocessing.html#programming-guidelines)40064007        - [Все методы запуска](https://python-all.ru/3.12/library/multiprocessing.html#all-start-methods)4008        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.12/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)4009      - [Примеры](https://python-all.ru/3.12/library/multiprocessing.html#examples)4010    - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3.12/library/multiprocessing.shared_memory.html)4011    - [Пакет `concurrent`](https://python-all.ru/3.12/library/concurrent.html)4012    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.12/library/concurrent.futures.html)40134014      - [Объекты исполнителя](https://python-all.ru/3.12/library/concurrent.futures.html#executor-objects)4015      - [ThreadPoolExecutor](https://python-all.ru/3.12/library/concurrent.futures.html#threadpoolexecutor)40164017        - [Пример ThreadPoolExecutor](https://python-all.ru/3.12/library/concurrent.futures.html#threadpoolexecutor-example)4018      - [ProcessPoolExecutor](https://python-all.ru/3.12/library/concurrent.futures.html#processpoolexecutor)40194020        - [Пример ProcessPoolExecutor](https://python-all.ru/3.12/library/concurrent.futures.html#processpoolexecutor-example)4021      - [Объекты Future](https://python-all.ru/3.12/library/concurrent.futures.html#future-objects)4022      - [Функции модуля](https://python-all.ru/3.12/library/concurrent.futures.html#module-functions)4023      - [Классы исключений](https://python-all.ru/3.12/library/concurrent.futures.html#exception-classes)4024    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.12/library/subprocess.html)40254026      - [Использование модуля `subprocess`](https://python-all.ru/3.12/library/subprocess.html#using-the-subprocess-module)40274028        - [Часто используемые аргументы](https://python-all.ru/3.12/library/subprocess.html#frequently-used-arguments)4029        - [Конструктор Popen](https://python-all.ru/3.12/library/subprocess.html#popen-constructor)4030        - [Исключения](https://python-all.ru/3.12/library/subprocess.html#exceptions)4031      - [Вопросы безопасности](https://python-all.ru/3.12/library/subprocess.html#security-considerations)4032      - [Объекты Popen](https://python-all.ru/3.12/library/subprocess.html#popen-objects)4033      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.12/library/subprocess.html#windows-popen-helpers)40344035        - [Константы Windows](https://python-all.ru/3.12/library/subprocess.html#windows-constants)4036      - [Старый высокоуровневый API](https://python-all.ru/3.12/library/subprocess.html#older-high-level-api)4037      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.12/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)40384039        - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.12/library/subprocess.html#replacing-bin-sh-shell-command-substitution)4040        - [Замена конвейера оболочки](https://python-all.ru/3.12/library/subprocess.html#replacing-shell-pipeline)4041        - [Замена `os.system()`](https://python-all.ru/3.12/library/subprocess.html#replacing-os-system)4042        - [Замена семейства `os.spawn`](https://python-all.ru/3.12/library/subprocess.html#replacing-the-os-spawn-family)4043        - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.12/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)4044        - [Замена функций из модуля `popen2`](https://python-all.ru/3.12/library/subprocess.html#replacing-functions-from-the-popen2-module)4045      - [Устаревшие функции вызова оболочки](https://python-all.ru/3.12/library/subprocess.html#legacy-shell-invocation-functions)4046      - [Примечания](https://python-all.ru/3.12/library/subprocess.html#notes)40474048        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.12/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)4049        - [Отключение использования `vfork()` или `posix_spawn()`](https://python-all.ru/3.12/library/subprocess.html#disabling-use-of-vfork-or-posix-spawn)4050    - [`sched` – планировщик событий](https://python-all.ru/3.12/library/sched.html)40514052      - [Объекты планировщика](https://python-all.ru/3.12/library/sched.html#scheduler-objects)4053    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.12/library/queue.html)40544055      - [Объекты очередей](https://python-all.ru/3.12/library/queue.html#queue-objects)4056      - [Объекты SimpleQueue](https://python-all.ru/3.12/library/queue.html#simplequeue-objects)4057    - [`contextvars` – контекстные переменные](https://python-all.ru/3.12/library/contextvars.html)40584059      - [Контекстные переменные](https://python-all.ru/3.12/library/contextvars.html#context-variables)4060      - [Ручное управление контекстом](https://python-all.ru/3.12/library/contextvars.html#manual-context-management)4061      - [Поддержка asyncio](https://python-all.ru/3.12/library/contextvars.html#asyncio-support)4062    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.12/library/_thread.html)4063  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.12/library/ipc.html)40644065    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.12/library/asyncio.html)40664067      - [Запускающие объекты](https://python-all.ru/3.12/library/asyncio-runner.html)40684069        - [Запуск asyncio-программы](https://python-all.ru/3.12/library/asyncio-runner.html#running-an-asyncio-program)4070        - [Контекстный менеджер Runner](https://python-all.ru/3.12/library/asyncio-runner.html#runner-context-manager)4071        - [Обработка прерывания с клавиатуры](https://python-all.ru/3.12/library/asyncio-runner.html#handling-keyboard-interruption)4072      - [Корутины и задачи](https://python-all.ru/3.12/library/asyncio-task.html)40734074        - [Корутины](https://python-all.ru/3.12/library/asyncio-task.html#coroutines)4075        - [Ожидаемые объекты](https://python-all.ru/3.12/library/asyncio-task.html#awaitables)4076        - [Создание задач](https://python-all.ru/3.12/library/asyncio-task.html#creating-tasks)4077        - [Отмена задач](https://python-all.ru/3.12/library/asyncio-task.html#task-cancellation)4078        - [Группы задач](https://python-all.ru/3.12/library/asyncio-task.html#task-groups)40794080          - [Завершение группы задач](https://python-all.ru/3.12/library/asyncio-task.html#terminating-a-task-group)4081        - [Приостановка выполнения](https://python-all.ru/3.12/library/asyncio-task.html#sleeping)4082        - [Одновременное выполнение задач](https://python-all.ru/3.12/library/asyncio-task.html#running-tasks-concurrently)4083        - [Фабрика немедленных задач](https://python-all.ru/3.12/library/asyncio-task.html#eager-task-factory)4084        - [Защита от отмены](https://python-all.ru/3.12/library/asyncio-task.html#shielding-from-cancellation)4085        - [Тайм-ауты](https://python-all.ru/3.12/library/asyncio-task.html#timeouts)4086        - [Примитивы ожидания](https://python-all.ru/3.12/library/asyncio-task.html#waiting-primitives)4087        - [Выполнение в потоках](https://python-all.ru/3.12/library/asyncio-task.html#running-in-threads)4088        - [Планирование из других потоков](https://python-all.ru/3.12/library/asyncio-task.html#scheduling-from-other-threads)4089        - [Интроспекция](https://python-all.ru/3.12/library/asyncio-task.html#introspection)4090        - [Объект задачи](https://python-all.ru/3.12/library/asyncio-task.html#task-object)4091      - [Потоки данных](https://python-all.ru/3.12/library/asyncio-stream.html)40924093        - [StreamReader](https://python-all.ru/3.12/library/asyncio-stream.html#streamreader)4094        - [StreamWriter](https://python-all.ru/3.12/library/asyncio-stream.html#streamwriter)4095        - [Примеры](https://python-all.ru/3.12/library/asyncio-stream.html#examples)40964097          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.12/library/asyncio-stream.html#tcp-echo-client-using-streams)4098          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.12/library/asyncio-stream.html#tcp-echo-server-using-streams)4099          - [Получение HTTP-заголовков](https://python-all.ru/3.12/library/asyncio-stream.html#get-http-headers)4100          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.12/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)4101      - [Примитивы синхронизации](https://python-all.ru/3.12/library/asyncio-sync.html)41024103        - [Блокировка](https://python-all.ru/3.12/library/asyncio-sync.html#lock)4104        - [Событие](https://python-all.ru/3.12/library/asyncio-sync.html#event)4105        - [Условная переменная](https://python-all.ru/3.12/library/asyncio-sync.html#condition)4106        - [Семафор](https://python-all.ru/3.12/library/asyncio-sync.html#semaphore)4107        - [BoundedSemaphore](https://python-all.ru/3.12/library/asyncio-sync.html#boundedsemaphore)4108        - [Барьер](https://python-all.ru/3.12/library/asyncio-sync.html#barrier)4109      - [Подпроцессы](https://python-all.ru/3.12/library/asyncio-subprocess.html)41104111        - [Создание подпроцессов](https://python-all.ru/3.12/library/asyncio-subprocess.html#creating-subprocesses)4112        - [Константы](https://python-all.ru/3.12/library/asyncio-subprocess.html#constants)4113        - [Взаимодействие с подпроцессами](https://python-all.ru/3.12/library/asyncio-subprocess.html#interacting-with-subprocesses)41144115          - [Подпроцессы и потоки](https://python-all.ru/3.12/library/asyncio-subprocess.html#subprocess-and-threads)4116          - [Примеры](https://python-all.ru/3.12/library/asyncio-subprocess.html#examples)4117      - [Очереди](https://python-all.ru/3.12/library/asyncio-queue.html)41184119        - [Очередь](https://python-all.ru/3.12/library/asyncio-queue.html#queue)4120        - [Очередь с приоритетом](https://python-all.ru/3.12/library/asyncio-queue.html#priority-queue)4121        - [Очередь LIFO](https://python-all.ru/3.12/library/asyncio-queue.html#lifo-queue)4122        - [Исключения](https://python-all.ru/3.12/library/asyncio-queue.html#exceptions)4123        - [Примеры](https://python-all.ru/3.12/library/asyncio-queue.html#examples)4124      - [Исключения](https://python-all.ru/3.12/library/asyncio-exceptions.html)4125      - [Цикл событий](https://python-all.ru/3.12/library/asyncio-eventloop.html)41264127        - [Методы цикла событий](https://python-all.ru/3.12/library/asyncio-eventloop.html#event-loop-methods)41284129          - [Запуск и остановка цикла событий](https://python-all.ru/3.12/library/asyncio-eventloop.html#running-and-stopping-the-loop)4130          - [Планирование колбэков](https://python-all.ru/3.12/library/asyncio-eventloop.html#scheduling-callbacks)4131          - [Планирование отложенных колбэков](https://python-all.ru/3.12/library/asyncio-eventloop.html#scheduling-delayed-callbacks)4132          - [Создание Future и задач](https://python-all.ru/3.12/library/asyncio-eventloop.html#creating-futures-and-tasks)4133          - [Открытие сетевых соединений](https://python-all.ru/3.12/library/asyncio-eventloop.html#opening-network-connections)4134          - [Создание сетевых серверов](https://python-all.ru/3.12/library/asyncio-eventloop.html#creating-network-servers)4135          - [Передача файлов](https://python-all.ru/3.12/library/asyncio-eventloop.html#transferring-files)4136          - [Обновление TLS](https://python-all.ru/3.12/library/asyncio-eventloop.html#tls-upgrade)4137          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.12/library/asyncio-eventloop.html#watching-file-descriptors)4138          - [Работа с объектами сокетов напрямую](https://python-all.ru/3.12/library/asyncio-eventloop.html#working-with-socket-objects-directly)4139          - [DNS](https://python-all.ru/3.12/library/asyncio-eventloop.html#dns)4140          - [Работа с каналами](https://python-all.ru/3.12/library/asyncio-eventloop.html#working-with-pipes)4141          - [Сигналы Unix](https://python-all.ru/3.12/library/asyncio-eventloop.html#unix-signals)4142          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.12/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)4143          - [API обработки ошибок](https://python-all.ru/3.12/library/asyncio-eventloop.html#error-handling-api)4144          - [Включение режима отладки](https://python-all.ru/3.12/library/asyncio-eventloop.html#enabling-debug-mode)4145          - [Запуск подпроцессов](https://python-all.ru/3.12/library/asyncio-eventloop.html#running-subprocesses)4146        - [Обработчики колбэков](https://python-all.ru/3.12/library/asyncio-eventloop.html#callback-handles)4147        - [Объекты сервера](https://python-all.ru/3.12/library/asyncio-eventloop.html#server-objects)4148        - [Реализации цикла событий](https://python-all.ru/3.12/library/asyncio-eventloop.html#event-loop-implementations)4149        - [Примеры](https://python-all.ru/3.12/library/asyncio-eventloop.html#examples)41504151          - [Hello World с помощью call\_soon()](https://python-all.ru/3.12/library/asyncio-eventloop.html#hello-world-with-call-soon)4152          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.12/library/asyncio-eventloop.html#display-the-current-date-with-call-later)4153          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.12/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)4154          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.12/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)4155      - [Future](https://python-all.ru/3.12/library/asyncio-future.html)41564157        - [Функции Future](https://python-all.ru/3.12/library/asyncio-future.html#future-functions)4158        - [Объект Future](https://python-all.ru/3.12/library/asyncio-future.html#future-object)4159      - [Транспорты и протоколы](https://python-all.ru/3.12/library/asyncio-protocol.html)41604161        - [Транспорты](https://python-all.ru/3.12/library/asyncio-protocol.html#transports)41624163          - [Иерархия транспортов](https://python-all.ru/3.12/library/asyncio-protocol.html#transports-hierarchy)4164          - [Базовый транспорт](https://python-all.ru/3.12/library/asyncio-protocol.html#base-transport)4165          - [Транспорты только для чтения](https://python-all.ru/3.12/library/asyncio-protocol.html#read-only-transports)4166          - [Транспорты только для записи](https://python-all.ru/3.12/library/asyncio-protocol.html#write-only-transports)4167          - [Транспорты дейтаграмм](https://python-all.ru/3.12/library/asyncio-protocol.html#datagram-transports)4168          - [Транспорты подпроцессов](https://python-all.ru/3.12/library/asyncio-protocol.html#subprocess-transports)4169        - [Протоколы](https://python-all.ru/3.12/library/asyncio-protocol.html#protocols)41704171          - [Базовые протоколы](https://python-all.ru/3.12/library/asyncio-protocol.html#base-protocols)4172          - [Базовый протокол](https://python-all.ru/3.12/library/asyncio-protocol.html#base-protocol)4173          - [Потоковые протоколы](https://python-all.ru/3.12/library/asyncio-protocol.html#streaming-protocols)4174          - [Буферизированные потоковые протоколы](https://python-all.ru/3.12/library/asyncio-protocol.html#buffered-streaming-protocols)4175          - [Протоколы дейтаграмм](https://python-all.ru/3.12/library/asyncio-protocol.html#datagram-protocols)4176          - [Протоколы подпроцессов](https://python-all.ru/3.12/library/asyncio-protocol.html#subprocess-protocols)4177        - [Примеры](https://python-all.ru/3.12/library/asyncio-protocol.html#examples)41784179          - [TCP-эхо-сервер](https://python-all.ru/3.12/library/asyncio-protocol.html#tcp-echo-server)4180          - [TCP-эхо-клиент](https://python-all.ru/3.12/library/asyncio-protocol.html#tcp-echo-client)4181          - [UDP-эхо-сервер](https://python-all.ru/3.12/library/asyncio-protocol.html#udp-echo-server)4182          - [UDP-эхо-клиент](https://python-all.ru/3.12/library/asyncio-protocol.html#udp-echo-client)4183          - [Подключение существующих сокетов](https://python-all.ru/3.12/library/asyncio-protocol.html#connecting-existing-sockets)4184          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.12/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)4185      - [Политики](https://python-all.ru/3.12/library/asyncio-policy.html)41864187        - [Получение и установка политики](https://python-all.ru/3.12/library/asyncio-policy.html#getting-and-setting-the-policy)4188        - [Объекты политики](https://python-all.ru/3.12/library/asyncio-policy.html#policy-objects)4189        - [Наблюдатели за процессами](https://python-all.ru/3.12/library/asyncio-policy.html#process-watchers)4190        - [Пользовательские политики](https://python-all.ru/3.12/library/asyncio-policy.html#custom-policies)4191      - [Поддержка платформ](https://python-all.ru/3.12/library/asyncio-platforms.html)41924193        - [Все платформы](https://python-all.ru/3.12/library/asyncio-platforms.html#all-platforms)4194        - [Windows](https://python-all.ru/3.12/library/asyncio-platforms.html#windows)41954196          - [Поддержка подпроцессов в Windows](https://python-all.ru/3.12/library/asyncio-platforms.html#subprocess-support-on-windows)4197        - [macOS](https://python-all.ru/3.12/library/asyncio-platforms.html#macos)4198      - [Расширение](https://python-all.ru/3.12/library/asyncio-extending.html)41994200        - [Создание пользовательского цикла событий](https://python-all.ru/3.12/library/asyncio-extending.html#writing-a-custom-event-loop)4201        - [Приватные конструкторы Future и Задача](https://python-all.ru/3.12/library/asyncio-extending.html#future-and-task-private-constructors)4202        - [Поддержка времени жизни задачи](https://python-all.ru/3.12/library/asyncio-extending.html#task-lifetime-support)4203      - [Индекс API высокого уровня](https://python-all.ru/3.12/library/asyncio-api-index.html)42044205        - [Задачи](https://python-all.ru/3.12/library/asyncio-api-index.html#tasks)4206        - [Очереди](https://python-all.ru/3.12/library/asyncio-api-index.html#queues)4207        - [Подпроцессы](https://python-all.ru/3.12/library/asyncio-api-index.html#subprocesses)4208        - [Потоки данных](https://python-all.ru/3.12/library/asyncio-api-index.html#streams)4209        - [Синхронизация](https://python-all.ru/3.12/library/asyncio-api-index.html#synchronization)4210        - [Исключения](https://python-all.ru/3.12/library/asyncio-api-index.html#exceptions)4211      - [Индекс API низкого уровня](https://python-all.ru/3.12/library/asyncio-llapi-index.html)42124213        - [Получение цикла событий](https://python-all.ru/3.12/library/asyncio-llapi-index.html#obtaining-the-event-loop)4214        - [Методы цикла событий](https://python-all.ru/3.12/library/asyncio-llapi-index.html#event-loop-methods)4215        - [Транспорты](https://python-all.ru/3.12/library/asyncio-llapi-index.html#transports)4216        - [Протоколы](https://python-all.ru/3.12/library/asyncio-llapi-index.html#protocols)4217        - [Политики цикла событий](https://python-all.ru/3.12/library/asyncio-llapi-index.html#event-loop-policies)4218      - [Разработка с asyncio](https://python-all.ru/3.12/library/asyncio-dev.html)42194220        - [Режим отладки](https://python-all.ru/3.12/library/asyncio-dev.html#debug-mode)4221        - [Параллелизм и многопоточность](https://python-all.ru/3.12/library/asyncio-dev.html#concurrency-and-multithreading)4222        - [Выполнение блокирующего кода](https://python-all.ru/3.12/library/asyncio-dev.html#running-blocking-code)4223        - [Логирование](https://python-all.ru/3.12/library/asyncio-dev.html#logging)4224        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.12/library/asyncio-dev.html#detect-never-awaited-coroutines)4225        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.12/library/asyncio-dev.html#detect-never-retrieved-exceptions)4226    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.12/library/socket.html)42274228      - [Семейства сокетов](https://python-all.ru/3.12/library/socket.html#socket-families)4229      - [Содержание модуля](https://python-all.ru/3.12/library/socket.html#module-contents)42304231        - [Исключения](https://python-all.ru/3.12/library/socket.html#exceptions)4232        - [Константы](https://python-all.ru/3.12/library/socket.html#constants)4233        - [Функции](https://python-all.ru/3.12/library/socket.html#functions)42344235          - [Создание сокетов](https://python-all.ru/3.12/library/socket.html#creating-sockets)4236          - [Другие функции](https://python-all.ru/3.12/library/socket.html#other-functions)4237      - [Объекты сокетов](https://python-all.ru/3.12/library/socket.html#socket-objects)4238      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.12/library/socket.html#notes-on-socket-timeouts)42394240        - [Тайм-ауты и метод `connect`](https://python-all.ru/3.12/library/socket.html#timeouts-and-the-connect-method)4241        - [Тайм-ауты и метод `accept`](https://python-all.ru/3.12/library/socket.html#timeouts-and-the-accept-method)4242      - [Пример](https://python-all.ru/3.12/library/socket.html#example)4243    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.12/library/ssl.html)42444245      - [Функции, константы и исключения](https://python-all.ru/3.12/library/ssl.html#functions-constants-and-exceptions)42464247        - [Создание сокетов](https://python-all.ru/3.12/library/ssl.html#socket-creation)4248        - [Создание контекста](https://python-all.ru/3.12/library/ssl.html#context-creation)4249        - [Исключения](https://python-all.ru/3.12/library/ssl.html#exceptions)4250        - [Генерация случайных чисел](https://python-all.ru/3.12/library/ssl.html#random-generation)4251        - [Работа с сертификатами](https://python-all.ru/3.12/library/ssl.html#certificate-handling)4252        - [Константы](https://python-all.ru/3.12/library/ssl.html#constants)4253      - [SSL-сокеты](https://python-all.ru/3.12/library/ssl.html#ssl-sockets)4254      - [SSL-контексты](https://python-all.ru/3.12/library/ssl.html#ssl-contexts)4255      - [Сертификаты](https://python-all.ru/3.12/library/ssl.html#certificates)42564257        - [Цепочки сертификатов](https://python-all.ru/3.12/library/ssl.html#certificate-chains)4258        - [Сертификаты ЦС](https://python-all.ru/3.12/library/ssl.html#ca-certificates)4259        - [Объединённый ключ и сертификат](https://python-all.ru/3.12/library/ssl.html#combined-key-and-certificate)4260        - [Самоподписанные сертификаты](https://python-all.ru/3.12/library/ssl.html#self-signed-certificates)4261      - [Примеры](https://python-all.ru/3.12/library/ssl.html#examples)42624263        - [Проверка поддержки SSL](https://python-all.ru/3.12/library/ssl.html#testing-for-ssl-support)4264        - [Работа на стороне клиента](https://python-all.ru/3.12/library/ssl.html#client-side-operation)4265        - [Работа на стороне сервера](https://python-all.ru/3.12/library/ssl.html#server-side-operation)4266      - [Замечания о неблокирующих сокетах](https://python-all.ru/3.12/library/ssl.html#notes-on-non-blocking-sockets)4267      - [Поддержка Memory BIO](https://python-all.ru/3.12/library/ssl.html#memory-bio-support)4268      - [SSL-сессия](https://python-all.ru/3.12/library/ssl.html#ssl-session)4269      - [Вопросы безопасности](https://python-all.ru/3.12/library/ssl.html#security-considerations)42704271        - [Оптимальные настройки по умолчанию](https://python-all.ru/3.12/library/ssl.html#best-defaults)4272        - [Настройка вручную](https://python-all.ru/3.12/library/ssl.html#manual-settings)42734274          - [Проверка сертификатов](https://python-all.ru/3.12/library/ssl.html#verifying-certificates)4275          - [Версии протоколов](https://python-all.ru/3.12/library/ssl.html#protocol-versions)4276          - [Выбор шифров](https://python-all.ru/3.12/library/ssl.html#cipher-selection)4277        - [Многопроцессорная обработка](https://python-all.ru/3.12/library/ssl.html#multi-processing)4278      - [TLS 1.3](https://python-all.ru/3.12/library/ssl.html#tls-1-3)4279    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.12/library/select.html)42804281      - [`/dev/poll` Объекты опроса](https://python-all.ru/3.12/library/select.html#dev-poll-polling-objects)4282      - [Объекты опроса по фронту и уровню (epoll)](https://python-all.ru/3.12/library/select.html#edge-and-level-trigger-polling-epoll-objects)4283      - [Объекты опроса](https://python-all.ru/3.12/library/select.html#polling-objects)4284      - [Объекты kqueue](https://python-all.ru/3.12/library/select.html#kqueue-objects)4285      - [Объекты kevent](https://python-all.ru/3.12/library/select.html#kevent-objects)4286    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.12/library/selectors.html)42874288      - [Введение](https://python-all.ru/3.12/library/selectors.html#introduction)4289      - [Классы](https://python-all.ru/3.12/library/selectors.html#classes)4290      - [Примеры](https://python-all.ru/3.12/library/selectors.html#examples)4291    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.12/library/signal.html)42924293      - [Общие правила](https://python-all.ru/3.12/library/signal.html#general-rules)42944295        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.12/library/signal.html#execution-of-python-signal-handlers)4296        - [Сигналы и потоки](https://python-all.ru/3.12/library/signal.html#signals-and-threads)4297      - [Содержание модуля](https://python-all.ru/3.12/library/signal.html#module-contents)4298      - [Примеры](https://python-all.ru/3.12/library/signal.html#examples)4299      - [Примечание о SIGPIPE](https://python-all.ru/3.12/library/signal.html#note-on-sigpipe)4300      - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3.12/library/signal.html#note-on-signal-handlers-and-exceptions)4301    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.12/library/mmap.html)43024303      - [Константы MADV\_\*](https://python-all.ru/3.12/library/mmap.html#madv-constants)4304      - [Константы MAP\_\*](https://python-all.ru/3.12/library/mmap.html#map-constants)4305  - [Обработка интернет-данных](https://python-all.ru/3.12/library/netdata.html)43064307    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.12/library/email.html)43084309      - [`email.message`: Представление email-сообщения](https://python-all.ru/3.12/library/email.message.html)4310      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.12/library/email.parser.html)43114312        - [API FeedParser](https://python-all.ru/3.12/library/email.parser.html#feedparser-api)4313        - [API Parser](https://python-all.ru/3.12/library/email.parser.html#parser-api)4314        - [Дополнительные примечания](https://python-all.ru/3.12/library/email.parser.html#additional-notes)4315      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.12/library/email.generator.html)4316      - [`email.policy`: Объекты политик](https://python-all.ru/3.12/library/email.policy.html)4317      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.12/library/email.errors.html)4318      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.12/library/email.headerregistry.html)4319      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.12/library/email.contentmanager.html)43204321        - [Экземпляры Content Manager](https://python-all.ru/3.12/library/email.contentmanager.html#content-manager-instances)4322      - [`email`: Примеры](https://python-all.ru/3.12/library/email.examples.html)4323      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.12/library/email.compat32-message.html)4324      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.12/library/email.mime.html)4325      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.12/library/email.header.html)4326      - [`email.charset`: Представление наборов символов](https://python-all.ru/3.12/library/email.charset.html)4327      - [`email.encoders`: Кодировщики](https://python-all.ru/3.12/library/email.encoders.html)4328      - [`email.utils`: Разные утилиты](https://python-all.ru/3.12/library/email.utils.html)4329      - [`email.iterators`: Итераторы](https://python-all.ru/3.12/library/email.iterators.html)4330    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.12/library/json.html)43314332      - [Основное использование](https://python-all.ru/3.12/library/json.html#basic-usage)4333      - [Кодировщики и декодировщики](https://python-all.ru/3.12/library/json.html#encoders-and-decoders)4334      - [Исключения](https://python-all.ru/3.12/library/json.html#exceptions)4335      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.12/library/json.html#standard-compliance-and-interoperability)43364337        - [Кодировки символов](https://python-all.ru/3.12/library/json.html#character-encodings)4338        - [Бесконечные и NaN числовые значения](https://python-all.ru/3.12/library/json.html#infinite-and-nan-number-values)4339        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.12/library/json.html#repeated-names-within-an-object)4340        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.12/library/json.html#top-level-non-object-non-array-values)4341        - [Ограничения реализации](https://python-all.ru/3.12/library/json.html#implementation-limitations)4342      - [Интерфейс командной строки](https://python-all.ru/3.12/library/json.html#module-json.tool)43434344        - [Параметры командной строки](https://python-all.ru/3.12/library/json.html#command-line-options)4345    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.12/library/mailbox.html)43464347      - [`Mailbox` объекты](https://python-all.ru/3.12/library/mailbox.html#mailbox-objects)43484349        - [`Maildir` объекты](https://python-all.ru/3.12/library/mailbox.html#maildir-objects)4350        - [`mbox` объекты](https://python-all.ru/3.12/library/mailbox.html#mbox-objects)4351        - [`MH` объекты](https://python-all.ru/3.12/library/mailbox.html#mh-objects)4352        - [`Babyl` объекты](https://python-all.ru/3.12/library/mailbox.html#babyl-objects)4353        - [`MMDF` объекты](https://python-all.ru/3.12/library/mailbox.html#mmdf-objects)4354      - [`Message` объекты](https://python-all.ru/3.12/library/mailbox.html#message-objects)43554356        - [`MaildirMessage` объекты](https://python-all.ru/3.12/library/mailbox.html#maildirmessage-objects)4357        - [`mboxMessage` объекты](https://python-all.ru/3.12/library/mailbox.html#mboxmessage-objects)4358        - [`MHMessage` объекты](https://python-all.ru/3.12/library/mailbox.html#mhmessage-objects)4359        - [`BabylMessage` объекты](https://python-all.ru/3.12/library/mailbox.html#babylmessage-objects)4360        - [`MMDFMessage` объекты](https://python-all.ru/3.12/library/mailbox.html#mmdfmessage-objects)4361      - [Исключения](https://python-all.ru/3.12/library/mailbox.html#exceptions)4362      - [Примеры](https://python-all.ru/3.12/library/mailbox.html#examples)4363    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.12/library/mimetypes.html)43644365      - [Объекты MimeTypes](https://python-all.ru/3.12/library/mimetypes.html#mimetypes-objects)4366    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.12/library/base64.html)43674368      - [Вопросы безопасности](https://python-all.ru/3.12/library/base64.html#security-considerations)4369    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.12/library/binascii.html)4370    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.12/library/quopri.html)4371  - [Инструменты обработки структурированной разметки](https://python-all.ru/3.12/library/markup.html)43724373    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.12/library/html.html)4374    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.12/library/html.parser.html)43754376      - [Пример приложения парсера HTML](https://python-all.ru/3.12/library/html.parser.html#example-html-parser-application)4377      - [`HTMLParser` Методы](https://python-all.ru/3.12/library/html.parser.html#htmlparser-methods)4378      - [Примеры](https://python-all.ru/3.12/library/html.parser.html#examples)4379    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.12/library/html.entities.html)4380    - [Модули обработки XML](https://python-all.ru/3.12/library/xml.html)43814382      - [Уязвимости XML](https://python-all.ru/3.12/library/xml.html#xml-vulnerabilities)4383      - [Пакет `defusedxml`](https://python-all.ru/3.12/library/xml.html#the-defusedxml-package)4384    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.12/library/xml.etree.elementtree.html)43854386      - [Учебное пособие](https://python-all.ru/3.12/library/xml.etree.elementtree.html#tutorial)43874388        - [XML-дерево и элементы](https://python-all.ru/3.12/library/xml.etree.elementtree.html#xml-tree-and-elements)4389        - [Разбор XML](https://python-all.ru/3.12/library/xml.etree.elementtree.html#parsing-xml)4390        - [Pull API для неблокирующего разбора](https://python-all.ru/3.12/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)4391        - [Поиск интересующих элементов](https://python-all.ru/3.12/library/xml.etree.elementtree.html#finding-interesting-elements)4392        - [Изменение XML-файла](https://python-all.ru/3.12/library/xml.etree.elementtree.html#modifying-an-xml-file)4393        - [Создание XML-документов](https://python-all.ru/3.12/library/xml.etree.elementtree.html#building-xml-documents)4394        - [Разбор XML с пространствами имён](https://python-all.ru/3.12/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)4395      - [Поддержка XPath](https://python-all.ru/3.12/library/xml.etree.elementtree.html#xpath-support)43964397        - [Пример](https://python-all.ru/3.12/library/xml.etree.elementtree.html#example)4398        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.12/library/xml.etree.elementtree.html#supported-xpath-syntax)4399      - [Справочник](https://python-all.ru/3.12/library/xml.etree.elementtree.html#reference)44004401        - [Функции](https://python-all.ru/3.12/library/xml.etree.elementtree.html#functions)4402      - [Поддержка XInclude](https://python-all.ru/3.12/library/xml.etree.elementtree.html#xinclude-support)44034404        - [Пример](https://python-all.ru/3.12/library/xml.etree.elementtree.html#id3)4405      - [Справочник](https://python-all.ru/3.12/library/xml.etree.elementtree.html#id4)44064407        - [Функции](https://python-all.ru/3.12/library/xml.etree.elementtree.html#elementinclude-functions)4408        - [Объекты Element](https://python-all.ru/3.12/library/xml.etree.elementtree.html#element-objects)4409        - [Объекты ElementTree](https://python-all.ru/3.12/library/xml.etree.elementtree.html#elementtree-objects)4410        - [Объекты QName](https://python-all.ru/3.12/library/xml.etree.elementtree.html#qname-objects)4411        - [Объекты TreeBuilder](https://python-all.ru/3.12/library/xml.etree.elementtree.html#treebuilder-objects)4412        - [Объекты XMLParser](https://python-all.ru/3.12/library/xml.etree.elementtree.html#xmlparser-objects)4413        - [Объекты XMLPullParser](https://python-all.ru/3.12/library/xml.etree.elementtree.html#xmlpullparser-objects)4414        - [Исключения](https://python-all.ru/3.12/library/xml.etree.elementtree.html#exceptions)4415    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.12/library/xml.dom.html)44164417      - [Содержимое модуля](https://python-all.ru/3.12/library/xml.dom.html#module-contents)4418      - [Объекты в DOM](https://python-all.ru/3.12/library/xml.dom.html#objects-in-the-dom)44194420        - [Объекты DOMImplementation](https://python-all.ru/3.12/library/xml.dom.html#domimplementation-objects)4421        - [Объекты Node](https://python-all.ru/3.12/library/xml.dom.html#node-objects)4422        - [Объекты NodeList](https://python-all.ru/3.12/library/xml.dom.html#nodelist-objects)4423        - [Объекты DocumentType](https://python-all.ru/3.12/library/xml.dom.html#documenttype-objects)4424        - [Объекты Document](https://python-all.ru/3.12/library/xml.dom.html#document-objects)4425        - [Объекты Element](https://python-all.ru/3.12/library/xml.dom.html#element-objects)4426        - [Объекты Attr](https://python-all.ru/3.12/library/xml.dom.html#attr-objects)4427        - [Объекты NamedNodeMap](https://python-all.ru/3.12/library/xml.dom.html#namednodemap-objects)4428        - [Объекты Comment](https://python-all.ru/3.12/library/xml.dom.html#comment-objects)4429        - [Объекты Text и CDATASection](https://python-all.ru/3.12/library/xml.dom.html#text-and-cdatasection-objects)4430        - [Объекты ProcessingInstruction](https://python-all.ru/3.12/library/xml.dom.html#processinginstruction-objects)4431        - [Исключения](https://python-all.ru/3.12/library/xml.dom.html#exceptions)4432      - [Соответствие стандарту](https://python-all.ru/3.12/library/xml.dom.html#conformance)44334434        - [Отображение типов](https://python-all.ru/3.12/library/xml.dom.html#type-mapping)4435        - [Методы доступа](https://python-all.ru/3.12/library/xml.dom.html#accessor-methods)4436    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.12/library/xml.dom.minidom.html)44374438      - [Объекты DOM](https://python-all.ru/3.12/library/xml.dom.minidom.html#dom-objects)4439      - [Пример DOM](https://python-all.ru/3.12/library/xml.dom.minidom.html#dom-example)4440      - [minidom и стандарт DOM](https://python-all.ru/3.12/library/xml.dom.minidom.html#minidom-and-the-dom-standard)4441    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.12/library/xml.dom.pulldom.html)44424443      - [Объекты DOMEventStream](https://python-all.ru/3.12/library/xml.dom.pulldom.html#domeventstream-objects)4444    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.12/library/xml.sax.html)44454446      - [Объекты SAXException](https://python-all.ru/3.12/library/xml.sax.html#saxexception-objects)4447    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.12/library/xml.sax.handler.html)44484449      - [Объекты ContentHandler](https://python-all.ru/3.12/library/xml.sax.handler.html#contenthandler-objects)4450      - [Объекты DTDHandler](https://python-all.ru/3.12/library/xml.sax.handler.html#dtdhandler-objects)4451      - [Объекты EntityResolver](https://python-all.ru/3.12/library/xml.sax.handler.html#entityresolver-objects)4452      - [Объекты ErrorHandler](https://python-all.ru/3.12/library/xml.sax.handler.html#errorhandler-objects)4453      - [Объекты LexicalHandler](https://python-all.ru/3.12/library/xml.sax.handler.html#lexicalhandler-objects)4454    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.12/library/xml.sax.utils.html)4455    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.12/library/xml.sax.reader.html)44564457      - [Объекты XMLReader](https://python-all.ru/3.12/library/xml.sax.reader.html#xmlreader-objects)4458      - [Объекты IncrementalParser](https://python-all.ru/3.12/library/xml.sax.reader.html#incrementalparser-objects)4459      - [Объекты Locator](https://python-all.ru/3.12/library/xml.sax.reader.html#locator-objects)4460      - [Объекты InputSource](https://python-all.ru/3.12/library/xml.sax.reader.html#inputsource-objects)4461      - [Интерфейс `Attributes`](https://python-all.ru/3.12/library/xml.sax.reader.html#the-attributes-interface)4462      - [Интерфейс `AttributesNS`](https://python-all.ru/3.12/library/xml.sax.reader.html#the-attributesns-interface)4463    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.12/library/pyexpat.html)44644465      - [Объекты XMLParser](https://python-all.ru/3.12/library/pyexpat.html#xmlparser-objects)4466      - [Исключения ExpatError](https://python-all.ru/3.12/library/pyexpat.html#expaterror-exceptions)4467      - [Пример](https://python-all.ru/3.12/library/pyexpat.html#example)4468      - [Описания моделей содержимого](https://python-all.ru/3.12/library/pyexpat.html#module-xml.parsers.expat.model)4469      - [Константы ошибок Expat](https://python-all.ru/3.12/library/pyexpat.html#module-xml.parsers.expat.errors)4470  - [Интернет-протоколы и поддержка](https://python-all.ru/3.12/library/internet.html)44714472    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.12/library/webbrowser.html)44734474      - [Объекты управления браузером](https://python-all.ru/3.12/library/webbrowser.html#browser-controller-objects)4475    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.12/library/wsgiref.html)44764477      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.util)4478      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.headers)4479      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.simple_server)4480      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.validate)4481      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.handlers)4482      - [`wsgiref.types` – Типы WSGI для статической проверки типов](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.types)4483      - [Примеры](https://python-all.ru/3.12/library/wsgiref.html#examples)4484    - [`urllib` – Модули обработки URL](https://python-all.ru/3.12/library/urllib.html)4485    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.12/library/urllib.request.html)44864487      - [Объекты Request](https://python-all.ru/3.12/library/urllib.request.html#request-objects)4488      - [Объекты OpenerDirector](https://python-all.ru/3.12/library/urllib.request.html#openerdirector-objects)4489      - [Объекты BaseHandler](https://python-all.ru/3.12/library/urllib.request.html#basehandler-objects)4490      - [Объекты HTTPRedirectHandler](https://python-all.ru/3.12/library/urllib.request.html#httpredirecthandler-objects)4491      - [Объекты HTTPCookieProcessor](https://python-all.ru/3.12/library/urllib.request.html#httpcookieprocessor-objects)4492      - [Объекты ProxyHandler](https://python-all.ru/3.12/library/urllib.request.html#proxyhandler-objects)4493      - [Объекты HTTPPasswordMgr](https://python-all.ru/3.12/library/urllib.request.html#httppasswordmgr-objects)4494      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.12/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)4495      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.12/library/urllib.request.html#abstractbasicauthhandler-objects)4496      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.12/library/urllib.request.html#httpbasicauthhandler-objects)4497      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.12/library/urllib.request.html#proxybasicauthhandler-objects)4498      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.12/library/urllib.request.html#abstractdigestauthhandler-objects)4499      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.12/library/urllib.request.html#httpdigestauthhandler-objects)4500      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.12/library/urllib.request.html#proxydigestauthhandler-objects)4501      - [Объекты HTTPHandler](https://python-all.ru/3.12/library/urllib.request.html#httphandler-objects)4502      - [Объекты HTTPSHandler](https://python-all.ru/3.12/library/urllib.request.html#httpshandler-objects)4503      - [Объекты FileHandler](https://python-all.ru/3.12/library/urllib.request.html#filehandler-objects)4504      - [Объекты DataHandler](https://python-all.ru/3.12/library/urllib.request.html#datahandler-objects)4505      - [Объекты FTPHandler](https://python-all.ru/3.12/library/urllib.request.html#ftphandler-objects)4506      - [Объекты CacheFTPHandler](https://python-all.ru/3.12/library/urllib.request.html#cacheftphandler-objects)4507      - [Объекты UnknownHandler](https://python-all.ru/3.12/library/urllib.request.html#unknownhandler-objects)4508      - [Объекты HTTPErrorProcessor](https://python-all.ru/3.12/library/urllib.request.html#httperrorprocessor-objects)4509      - [Примеры](https://python-all.ru/3.12/library/urllib.request.html#examples)4510      - [Устаревший интерфейс](https://python-all.ru/3.12/library/urllib.request.html#legacy-interface)4511      - [`urllib.request` Ограничения](https://python-all.ru/3.12/library/urllib.request.html#urllib-request-restrictions)4512    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.12/library/urllib.request.html#module-urllib.response)4513    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.12/library/urllib.parse.html)45144515      - [Разбор URL](https://python-all.ru/3.12/library/urllib.parse.html#url-parsing)4516      - [Безопасность разбора URL](https://python-all.ru/3.12/library/urllib.parse.html#url-parsing-security)4517      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.12/library/urllib.parse.html#parsing-ascii-encoded-bytes)4518      - [Структурированные результаты разбора](https://python-all.ru/3.12/library/urllib.parse.html#structured-parse-results)4519      - [Экранирование URL](https://python-all.ru/3.12/library/urllib.parse.html#url-quoting)4520    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.12/library/urllib.error.html)4521    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.12/library/urllib.robotparser.html)4522    - [`http` – Модули HTTP](https://python-all.ru/3.12/library/http.html)45234524      - [Коды состояния HTTP](https://python-all.ru/3.12/library/http.html#http-status-codes)4525      - [Категория состояния HTTP](https://python-all.ru/3.12/library/http.html#http-status-category)4526      - [Методы HTTP](https://python-all.ru/3.12/library/http.html#http-methods)4527    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.12/library/http.client.html)45284529      - [Объекты HTTPConnection](https://python-all.ru/3.12/library/http.client.html#httpconnection-objects)4530      - [Объекты HTTPResponse](https://python-all.ru/3.12/library/http.client.html#httpresponse-objects)4531      - [Примеры](https://python-all.ru/3.12/library/http.client.html#examples)4532      - [Объекты HTTPMessage](https://python-all.ru/3.12/library/http.client.html#httpmessage-objects)4533    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.12/library/ftplib.html)45344535      - [Справочник](https://python-all.ru/3.12/library/ftplib.html#reference)45364537        - [Объекты FTP](https://python-all.ru/3.12/library/ftplib.html#ftp-objects)4538        - [Объекты FTP\_TLS](https://python-all.ru/3.12/library/ftplib.html#ftp-tls-objects)4539        - [Переменные модуля](https://python-all.ru/3.12/library/ftplib.html#module-variables)4540    - [`poplib` – клиент протокола POP3](https://python-all.ru/3.12/library/poplib.html)45414542      - [Объекты POP3](https://python-all.ru/3.12/library/poplib.html#pop3-objects)4543      - [Пример POP3](https://python-all.ru/3.12/library/poplib.html#pop3-example)4544    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.12/library/imaplib.html)45454546      - [Объекты IMAP4](https://python-all.ru/3.12/library/imaplib.html#imap4-objects)4547      - [Пример IMAP4](https://python-all.ru/3.12/library/imaplib.html#imap4-example)4548    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.12/library/smtplib.html)45494550      - [Объекты SMTP](https://python-all.ru/3.12/library/smtplib.html#smtp-objects)4551      - [Пример SMTP](https://python-all.ru/3.12/library/smtplib.html#smtp-example)4552    - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.12/library/uuid.html)45534554      - [Использование командной строки](https://python-all.ru/3.12/library/uuid.html#command-line-usage)4555      - [Пример](https://python-all.ru/3.12/library/uuid.html#example)4556      - [Пример командной строки](https://python-all.ru/3.12/library/uuid.html#command-line-example)4557    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.12/library/socketserver.html)45584559      - [Замечания по созданию сервера](https://python-all.ru/3.12/library/socketserver.html#server-creation-notes)4560      - [Объекты сервера](https://python-all.ru/3.12/library/socketserver.html#server-objects)4561      - [Объекты обработчиков запросов](https://python-all.ru/3.12/library/socketserver.html#request-handler-objects)4562      - [Примеры](https://python-all.ru/3.12/library/socketserver.html#examples)45634564        - [`socketserver.TCPServer` Пример](https://python-all.ru/3.12/library/socketserver.html#socketserver-tcpserver-example)4565        - [`socketserver.UDPServer` Пример](https://python-all.ru/3.12/library/socketserver.html#socketserver-udpserver-example)4566        - [Асинхронные примеси](https://python-all.ru/3.12/library/socketserver.html#asynchronous-mixins)4567    - [`http.server` – HTTP-серверы](https://python-all.ru/3.12/library/http.server.html)45684569      - [Интерфейс командной строки](https://python-all.ru/3.12/library/http.server.html#command-line-interface)4570      - [Вопросы безопасности](https://python-all.ru/3.12/library/http.server.html#security-considerations)4571    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.12/library/http.cookies.html)45724573      - [Объекты Cookie](https://python-all.ru/3.12/library/http.cookies.html#cookie-objects)4574      - [Объекты Morsel](https://python-all.ru/3.12/library/http.cookies.html#morsel-objects)4575      - [Пример](https://python-all.ru/3.12/library/http.cookies.html#example)4576    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.12/library/http.cookiejar.html)45774578      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.12/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)4579      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.12/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)4580      - [Объекты CookiePolicy](https://python-all.ru/3.12/library/http.cookiejar.html#cookiepolicy-objects)4581      - [Объекты DefaultCookiePolicy](https://python-all.ru/3.12/library/http.cookiejar.html#defaultcookiepolicy-objects)4582      - [Объекты Cookie](https://python-all.ru/3.12/library/http.cookiejar.html#cookie-objects)4583      - [Примеры](https://python-all.ru/3.12/library/http.cookiejar.html#examples)4584    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.12/library/xmlrpc.html)4585    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.12/library/xmlrpc.client.html)45864587      - [Объекты ServerProxy](https://python-all.ru/3.12/library/xmlrpc.client.html#serverproxy-objects)4588      - [Объекты datetime](https://python-all.ru/3.12/library/xmlrpc.client.html#datetime-objects)4589      - [Объекты Binary](https://python-all.ru/3.12/library/xmlrpc.client.html#binary-objects)4590      - [Объекты Fault](https://python-all.ru/3.12/library/xmlrpc.client.html#fault-objects)4591      - [Объекты ProtocolError](https://python-all.ru/3.12/library/xmlrpc.client.html#protocolerror-objects)4592      - [Объекты MultiCall](https://python-all.ru/3.12/library/xmlrpc.client.html#multicall-objects)4593      - [Удобные функции](https://python-all.ru/3.12/library/xmlrpc.client.html#convenience-functions)4594      - [Пример использования клиента](https://python-all.ru/3.12/library/xmlrpc.client.html#example-of-client-usage)4595      - [Пример использования клиента и сервера](https://python-all.ru/3.12/library/xmlrpc.client.html#example-of-client-and-server-usage)4596    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.12/library/xmlrpc.server.html)45974598      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.12/library/xmlrpc.server.html#simplexmlrpcserver-objects)45994600        - [Пример SimpleXMLRPCServer](https://python-all.ru/3.12/library/xmlrpc.server.html#simplexmlrpcserver-example)4601      - [CGIXMLRPCRequestHandler](https://python-all.ru/3.12/library/xmlrpc.server.html#cgixmlrpcrequesthandler)4602      - [Документирование сервера XML-RPC](https://python-all.ru/3.12/library/xmlrpc.server.html#documenting-xmlrpc-server)4603      - [Объекты DocXMLRPCServer](https://python-all.ru/3.12/library/xmlrpc.server.html#docxmlrpcserver-objects)4604      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.12/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)4605    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.12/library/ipaddress.html)46064607      - [Удобные фабричные функции](https://python-all.ru/3.12/library/ipaddress.html#convenience-factory-functions)4608      - [IP-адреса](https://python-all.ru/3.12/library/ipaddress.html#ip-addresses)46094610        - [Объекты адресов](https://python-all.ru/3.12/library/ipaddress.html#address-objects)4611        - [Преобразование в строки и целые числа](https://python-all.ru/3.12/library/ipaddress.html#conversion-to-strings-and-integers)4612        - [Операторы](https://python-all.ru/3.12/library/ipaddress.html#operators)46134614          - [Операторы сравнения](https://python-all.ru/3.12/library/ipaddress.html#comparison-operators)4615          - [Арифметические операторы](https://python-all.ru/3.12/library/ipaddress.html#arithmetic-operators)4616      - [Определения IP-сетей](https://python-all.ru/3.12/library/ipaddress.html#ip-network-definitions)46174618        - [Префикс, маска сети и маска узла](https://python-all.ru/3.12/library/ipaddress.html#prefix-net-mask-and-host-mask)4619        - [Объекты сетей](https://python-all.ru/3.12/library/ipaddress.html#network-objects)4620        - [Операторы](https://python-all.ru/3.12/library/ipaddress.html#id1)46214622          - [Логические операторы](https://python-all.ru/3.12/library/ipaddress.html#logical-operators)4623          - [Итерация](https://python-all.ru/3.12/library/ipaddress.html#iteration)4624          - [Сети как контейнеры адресов](https://python-all.ru/3.12/library/ipaddress.html#networks-as-containers-of-addresses)4625      - [Объекты интерфейсов](https://python-all.ru/3.12/library/ipaddress.html#interface-objects)46264627        - [Операторы](https://python-all.ru/3.12/library/ipaddress.html#id2)46284629          - [Логические операторы](https://python-all.ru/3.12/library/ipaddress.html#id3)4630      - [Прочие функции уровня модуля](https://python-all.ru/3.12/library/ipaddress.html#other-module-level-functions)4631      - [Пользовательские исключения](https://python-all.ru/3.12/library/ipaddress.html#custom-exceptions)4632  - [Мультимедийные службы](https://python-all.ru/3.12/library/mm.html)46334634    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.12/library/wave.html)46354636      - [Объекты Wave\_read](https://python-all.ru/3.12/library/wave.html#wave-read-objects)4637      - [Объекты Wave\_write](https://python-all.ru/3.12/library/wave.html#wave-write-objects)4638    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.12/library/colorsys.html)4639  - [Интернационализация](https://python-all.ru/3.12/library/i18n.html)46404641    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.12/library/gettext.html)46424643      - [API GNU **gettext**](https://python-all.ru/3.12/library/gettext.html#gnu-gettext-api)4644      - [API на основе классов](https://python-all.ru/3.12/library/gettext.html#class-based-api)46454646        - [Класс `NullTranslations`](https://python-all.ru/3.12/library/gettext.html#the-nulltranslations-class)4647        - [Класс `GNUTranslations`](https://python-all.ru/3.12/library/gettext.html#the-gnutranslations-class)4648        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.12/library/gettext.html#solaris-message-catalog-support)4649        - [Конструктор Catalog](https://python-all.ru/3.12/library/gettext.html#the-catalog-constructor)4650      - [Интернационализация программ и модулей](https://python-all.ru/3.12/library/gettext.html#internationalizing-your-programs-and-modules)46514652        - [Локализация модуля](https://python-all.ru/3.12/library/gettext.html#localizing-your-module)4653        - [Локализация приложения](https://python-all.ru/3.12/library/gettext.html#localizing-your-application)4654        - [Смена языка на лету](https://python-all.ru/3.12/library/gettext.html#changing-languages-on-the-fly)4655        - [Отложенные переводы](https://python-all.ru/3.12/library/gettext.html#deferred-translations)4656      - [Благодарности](https://python-all.ru/3.12/library/gettext.html#acknowledgements)4657    - [`locale` – службы интернационализации](https://python-all.ru/3.12/library/locale.html)46584659      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.12/library/locale.html#background-details-hints-tips-and-caveats)4660      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.12/library/locale.html#for-extension-writers-and-programs-that-embed-python)4661      - [Доступ к каталогам сообщений](https://python-all.ru/3.12/library/locale.html#access-to-message-catalogs)4662  - [Программные фреймворки](https://python-all.ru/3.12/library/frameworks.html)46634664    - [`turtle` – Черепашья графика](https://python-all.ru/3.12/library/turtle.html)46654666      - [Введение](https://python-all.ru/3.12/library/turtle.html#introduction)4667      - [Учебное пособие](https://python-all.ru/3.12/library/turtle.html#tutorial)46684669        - [Запуск среды черепашки](https://python-all.ru/3.12/library/turtle.html#starting-a-turtle-environment)4670        - [Основы рисования](https://python-all.ru/3.12/library/turtle.html#basic-drawing)46714672          - [Управление пером](https://python-all.ru/3.12/library/turtle.html#pen-control)4673          - [Положение черепашки](https://python-all.ru/3.12/library/turtle.html#the-turtle-s-position)4674        - [Создание алгоритмических узоров](https://python-all.ru/3.12/library/turtle.html#making-algorithmic-patterns)4675      - [Как сделать…](https://python-all.ru/3.12/library/turtle.html#how-to)46764677        - [Начать как можно быстрее](https://python-all.ru/3.12/library/turtle.html#get-started-as-quickly-as-possible)4678        - [Использование пространства имён модуля `turtle`](https://python-all.ru/3.12/library/turtle.html#use-the-turtle-module-namespace)4679        - [Использование turtle-графики в скрипте](https://python-all.ru/3.12/library/turtle.html#use-turtle-graphics-in-a-script)4680        - [Использование объектно-ориентированной turtle-графики](https://python-all.ru/3.12/library/turtle.html#use-object-oriented-turtle-graphics)4681      - [Справочник по turtle-графике](https://python-all.ru/3.12/library/turtle.html#turtle-graphics-reference)46824683        - [Методы черепашки](https://python-all.ru/3.12/library/turtle.html#turtle-methods)4684        - [Методы TurtleScreen/Screen](https://python-all.ru/3.12/library/turtle.html#methods-of-turtlescreen-screen)4685      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.12/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)46864687        - [Движение черепашки](https://python-all.ru/3.12/library/turtle.html#turtle-motion)4688        - [Состояние черепашки](https://python-all.ru/3.12/library/turtle.html#tell-turtle-s-state)4689        - [Настройки измерений](https://python-all.ru/3.12/library/turtle.html#settings-for-measurement)4690        - [Управление пером](https://python-all.ru/3.12/library/turtle.html#id1)46914692          - [Состояние рисования](https://python-all.ru/3.12/library/turtle.html#drawing-state)4693          - [Управление цветом](https://python-all.ru/3.12/library/turtle.html#color-control)4694          - [Заливка](https://python-all.ru/3.12/library/turtle.html#filling)4695          - [Дополнительное управление рисованием](https://python-all.ru/3.12/library/turtle.html#more-drawing-control)4696        - [Состояние черепашки](https://python-all.ru/3.12/library/turtle.html#turtle-state)46974698          - [Видимость](https://python-all.ru/3.12/library/turtle.html#visibility)4699          - [Внешний вид](https://python-all.ru/3.12/library/turtle.html#appearance)4700        - [Использование событий](https://python-all.ru/3.12/library/turtle.html#using-events)4701        - [Специальные методы черепашки](https://python-all.ru/3.12/library/turtle.html#special-turtle-methods)4702        - [Составные фигуры](https://python-all.ru/3.12/library/turtle.html#compound-shapes)4703      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.12/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)47044705        - [Управление окном](https://python-all.ru/3.12/library/turtle.html#window-control)4706        - [Управление анимацией](https://python-all.ru/3.12/library/turtle.html#animation-control)4707        - [Использование событий экрана](https://python-all.ru/3.12/library/turtle.html#using-screen-events)4708        - [Методы ввода](https://python-all.ru/3.12/library/turtle.html#input-methods)4709        - [Настройки и специальные методы](https://python-all.ru/3.12/library/turtle.html#settings-and-special-methods)4710        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.12/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)4711      - [Публичные классы](https://python-all.ru/3.12/library/turtle.html#public-classes)4712      - [Пояснения](https://python-all.ru/3.12/library/turtle.html#explanation)4713      - [Справка и настройка](https://python-all.ru/3.12/library/turtle.html#help-and-configuration)47144715        - [Как пользоваться справкой](https://python-all.ru/3.12/library/turtle.html#how-to-use-help)4716        - [Перевод docstrings на разные языки](https://python-all.ru/3.12/library/turtle.html#translation-of-docstrings-into-different-languages)4717        - [Как настроить Screen и Turtles](https://python-all.ru/3.12/library/turtle.html#how-to-configure-screen-and-turtles)4718      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.12/library/turtle.html#module-turtledemo)4719      - [Изменения начиная с Python 2.6](https://python-all.ru/3.12/library/turtle.html#changes-since-python-2-6)4720      - [Изменения начиная с Python 3.0](https://python-all.ru/3.12/library/turtle.html#changes-since-python-3-0)4721    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.12/library/cmd.html)47224723      - [Объекты Cmd](https://python-all.ru/3.12/library/cmd.html#cmd-objects)4724      - [Пример Cmd](https://python-all.ru/3.12/library/cmd.html#cmd-example)4725    - [`shlex` – Простой лексический анализ](https://python-all.ru/3.12/library/shlex.html)47264727      - [Объекты shlex](https://python-all.ru/3.12/library/shlex.html#shlex-objects)4728      - [Правила разбора](https://python-all.ru/3.12/library/shlex.html#parsing-rules)4729      - [Улучшенная совместимость с оболочками](https://python-all.ru/3.12/library/shlex.html#improved-compatibility-with-shells)4730  - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.12/library/tk.html)47314732    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.12/library/tkinter.html)47334734      - [Архитектура](https://python-all.ru/3.12/library/tkinter.html#architecture)4735      - [Модули Tkinter](https://python-all.ru/3.12/library/tkinter.html#tkinter-modules)4736      - [Основы Tkinter](https://python-all.ru/3.12/library/tkinter.html#tkinter-life-preserver)47374738        - [Программа «Hello, World!»](https://python-all.ru/3.12/library/tkinter.html#a-hello-world-program)4739        - [Важные концепции Tk](https://python-all.ru/3.12/library/tkinter.html#important-tk-concepts)4740        - [Как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3.12/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)4741        - [Как мне…? Какой параметр…?](https://python-all.ru/3.12/library/tkinter.html#how-do-i-what-option-does)4742        - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3.12/library/tkinter.html#navigating-the-tcl-tk-reference-manual)4743      - [Модель многопоточности](https://python-all.ru/3.12/library/tkinter.html#threading-model)4744      - [Удобный справочник](https://python-all.ru/3.12/library/tkinter.html#handy-reference)47454746        - [Настройка параметров](https://python-all.ru/3.12/library/tkinter.html#setting-options)4747        - [Packer](https://python-all.ru/3.12/library/tkinter.html#the-packer)4748        - [Параметры Packer](https://python-all.ru/3.12/library/tkinter.html#packer-options)4749        - [Связывание переменных виджетов](https://python-all.ru/3.12/library/tkinter.html#coupling-widget-variables)4750        - [Менеджер окон](https://python-all.ru/3.12/library/tkinter.html#the-window-manager)4751        - [Типы данных опций Tk](https://python-all.ru/3.12/library/tkinter.html#tk-option-data-types)4752        - [Привязки и события](https://python-all.ru/3.12/library/tkinter.html#bindings-and-events)4753        - [Параметр index](https://python-all.ru/3.12/library/tkinter.html#the-index-parameter)4754        - [Изображения](https://python-all.ru/3.12/library/tkinter.html#images)4755      - [Обработчики файлов](https://python-all.ru/3.12/library/tkinter.html#file-handlers)4756    - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.12/library/tkinter.colorchooser.html)4757    - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.12/library/tkinter.font.html)4758    - [Диалоги Tkinter](https://python-all.ru/3.12/library/dialog.html)47594760      - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3.12/library/dialog.html#module-tkinter.simpledialog)4761      - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3.12/library/dialog.html#module-tkinter.filedialog)47624763        - [Стандартные диалоги открытия и сохранения](https://python-all.ru/3.12/library/dialog.html#native-load-save-dialogs)4764      - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3.12/library/dialog.html#module-tkinter.commondialog)4765    - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3.12/library/tkinter.messagebox.html)4766    - [`tkinter.scrolledtext` – Виджет текстовой области с прокруткой](https://python-all.ru/3.12/library/tkinter.scrolledtext.html)4767    - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3.12/library/tkinter.dnd.html)4768    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.12/library/tkinter.ttk.html)47694770      - [Использование Ttk](https://python-all.ru/3.12/library/tkinter.ttk.html#using-ttk)4771      - [Виджеты Ttk](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-widgets)4772      - [Виджет](https://python-all.ru/3.12/library/tkinter.ttk.html#widget)47734774        - [Стандартные параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#standard-options)4775        - [Параметры прокручиваемых виджетов](https://python-all.ru/3.12/library/tkinter.ttk.html#scrollable-widget-options)4776        - [Параметры метки](https://python-all.ru/3.12/library/tkinter.ttk.html#label-options)4777        - [Параметры совместимости](https://python-all.ru/3.12/library/tkinter.ttk.html#compatibility-options)4778        - [Состояния виджетов](https://python-all.ru/3.12/library/tkinter.ttk.html#widget-states)4779        - [ttk.Widget](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-widget)4780      - [Combobox](https://python-all.ru/3.12/library/tkinter.ttk.html#combobox)47814782        - [Параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#options)4783        - [Виртуальные события](https://python-all.ru/3.12/library/tkinter.ttk.html#virtual-events)4784        - [ttk.Combobox](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-combobox)4785      - [Spinbox](https://python-all.ru/3.12/library/tkinter.ttk.html#spinbox)47864787        - [Параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#id1)4788        - [Виртуальные события](https://python-all.ru/3.12/library/tkinter.ttk.html#id2)4789        - [ttk.Spinbox](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-spinbox)4790      - [Блокнот](https://python-all.ru/3.12/library/tkinter.ttk.html#notebook)47914792        - [Параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#id3)4793        - [Опции вкладок](https://python-all.ru/3.12/library/tkinter.ttk.html#tab-options)4794        - [Идентификаторы вкладок](https://python-all.ru/3.12/library/tkinter.ttk.html#tab-identifiers)4795        - [Виртуальные события](https://python-all.ru/3.12/library/tkinter.ttk.html#id4)4796        - [ttk.Notebook](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-notebook)4797      - [Индикатор прогресса](https://python-all.ru/3.12/library/tkinter.ttk.html#progressbar)47984799        - [Параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#id5)4800        - [ttk.Progressbar](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-progressbar)4801      - [Разделитель](https://python-all.ru/3.12/library/tkinter.ttk.html#separator)48024803        - [Параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#id6)4804      - [Маркер изменения размера](https://python-all.ru/3.12/library/tkinter.ttk.html#sizegrip)48054806        - [Примечания для платформ](https://python-all.ru/3.12/library/tkinter.ttk.html#platform-specific-notes)4807        - [Ошибки](https://python-all.ru/3.12/library/tkinter.ttk.html#bugs)4808      - [Древовидный список](https://python-all.ru/3.12/library/tkinter.ttk.html#treeview)48094810        - [Параметры](https://python-all.ru/3.12/library/tkinter.ttk.html#id7)4811        - [Опции элементов](https://python-all.ru/3.12/library/tkinter.ttk.html#item-options)4812        - [Опции тегов](https://python-all.ru/3.12/library/tkinter.ttk.html#tag-options)4813        - [Идентификаторы столбцов](https://python-all.ru/3.12/library/tkinter.ttk.html#column-identifiers)4814        - [Виртуальные события](https://python-all.ru/3.12/library/tkinter.ttk.html#id8)4815        - [ttk.Treeview](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-treeview)4816      - [Стилизация Ttk](https://python-all.ru/3.12/library/tkinter.ttk.html#ttk-styling)48174818        - [Макеты](https://python-all.ru/3.12/library/tkinter.ttk.html#layouts)4819    - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.12/library/tkinter.tix.html)48204821      - [Использование Tix](https://python-all.ru/3.12/library/tkinter.tix.html#using-tix)4822      - [Виджеты Tix](https://python-all.ru/3.12/library/tkinter.tix.html#tix-widgets)48234824        - [Базовые виджеты](https://python-all.ru/3.12/library/tkinter.tix.html#basic-widgets)4825        - [Выбор файлов](https://python-all.ru/3.12/library/tkinter.tix.html#file-selectors)4826        - [Иерархический ListBox](https://python-all.ru/3.12/library/tkinter.tix.html#hierarchical-listbox)4827        - [Табличный ListBox](https://python-all.ru/3.12/library/tkinter.tix.html#tabular-listbox)4828        - [Менеджеры виджетов](https://python-all.ru/3.12/library/tkinter.tix.html#manager-widgets)4829        - [Типы изображений](https://python-all.ru/3.12/library/tkinter.tix.html#image-types)4830        - [Прочие виджеты](https://python-all.ru/3.12/library/tkinter.tix.html#miscellaneous-widgets)4831        - [Менеджер геометрии Form](https://python-all.ru/3.12/library/tkinter.tix.html#form-geometry-manager)4832      - [Команды Tix](https://python-all.ru/3.12/library/tkinter.tix.html#tix-commands)4833    - [IDLE – редактор и оболочка Python](https://python-all.ru/3.12/library/idle.html)48344835      - [Меню](https://python-all.ru/3.12/library/idle.html#menus)48364837        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.12/library/idle.html#file-menu-shell-and-editor)4838        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.12/library/idle.html#edit-menu-shell-and-editor)4839        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.12/library/idle.html#format-menu-editor-window-only)4840        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.12/library/idle.html#run-menu-editor-window-only)4841        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.12/library/idle.html#shell-menu-shell-window-only)4842        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.12/library/idle.html#debug-menu-shell-window-only)4843        - [Меню Options (оболочка и редактор)](https://python-all.ru/3.12/library/idle.html#options-menu-shell-and-editor)4844        - [Меню Window (оболочка и редактор)](https://python-all.ru/3.12/library/idle.html#window-menu-shell-and-editor)4845        - [Меню Help (оболочка и редактор)](https://python-all.ru/3.12/library/idle.html#help-menu-shell-and-editor)4846        - [Контекстные меню](https://python-all.ru/3.12/library/idle.html#context-menus)4847      - [Редактирование и навигация](https://python-all.ru/3.12/library/idle.html#editing-and-navigation)48484849        - [Окна редактора](https://python-all.ru/3.12/library/idle.html#editor-windows)4850        - [Привязки клавиш](https://python-all.ru/3.12/library/idle.html#key-bindings)4851        - [Автоматические отступы](https://python-all.ru/3.12/library/idle.html#automatic-indentation)4852        - [Поиск и замена](https://python-all.ru/3.12/library/idle.html#search-and-replace)4853        - [Автодополнение](https://python-all.ru/3.12/library/idle.html#completions)4854        - [Подсказки вызова](https://python-all.ru/3.12/library/idle.html#calltips)4855        - [Контекст кода](https://python-all.ru/3.12/library/idle.html#code-context)4856        - [Окно оболочки](https://python-all.ru/3.12/library/idle.html#shell-window)4857        - [Цвета текста](https://python-all.ru/3.12/library/idle.html#text-colors)4858      - [Запуск и выполнение кода](https://python-all.ru/3.12/library/idle.html#startup-and-code-execution)48594860        - [Использование командной строки](https://python-all.ru/3.12/library/idle.html#command-line-usage)4861        - [Ошибка запуска](https://python-all.ru/3.12/library/idle.html#startup-failure)4862        - [Выполнение пользовательского кода](https://python-all.ru/3.12/library/idle.html#running-user-code)4863        - [Вывод пользователя в оболочке](https://python-all.ru/3.12/library/idle.html#user-output-in-shell)4864        - [Разработка приложений tkinter](https://python-all.ru/3.12/library/idle.html#developing-tkinter-applications)4865        - [Запуск без подпроцесса](https://python-all.ru/3.12/library/idle.html#running-without-a-subprocess)4866      - [Справка и настройки](https://python-all.ru/3.12/library/idle.html#help-and-preferences)48674868        - [Источники справки](https://python-all.ru/3.12/library/idle.html#help-sources)4869        - [Настройка параметров](https://python-all.ru/3.12/library/idle.html#setting-preferences)4870        - [IDLE в macOS](https://python-all.ru/3.12/library/idle.html#idle-on-macos)4871        - [Расширения](https://python-all.ru/3.12/library/idle.html#extensions)4872      - [idlelib – реализация приложения IDLE](https://python-all.ru/3.12/library/idle.html#module-idlelib)4873  - [Инструменты разработки](https://python-all.ru/3.12/library/development.html)48744875    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.12/library/typing.html)48764877      - [Спецификация системы типов Python](https://python-all.ru/3.12/library/typing.html#specification-for-the-python-type-system)4878      - [Псевдонимы типов](https://python-all.ru/3.12/library/typing.html#type-aliases)4879      - [NewType](https://python-all.ru/3.12/library/typing.html#newtype)4880      - [Аннотирование вызываемых объектов](https://python-all.ru/3.12/library/typing.html#annotating-callable-objects)4881      - [Обобщённые типы](https://python-all.ru/3.12/library/typing.html#generics)4882      - [Аннотирование кортежей](https://python-all.ru/3.12/library/typing.html#annotating-tuples)4883      - [Тип объектов классов](https://python-all.ru/3.12/library/typing.html#the-type-of-class-objects)4884      - [Аннотирование генераторов и корутин](https://python-all.ru/3.12/library/typing.html#annotating-generators-and-coroutines)4885      - [Пользовательские обобщённые типы](https://python-all.ru/3.12/library/typing.html#user-defined-generic-types)4886      - [Тип `Any`](https://python-all.ru/3.12/library/typing.html#the-any-type)4887      - [Номинальное и структурное подтипирование](https://python-all.ru/3.12/library/typing.html#nominal-vs-structural-subtyping)4888      - [Содержание модуля](https://python-all.ru/3.12/library/typing.html#module-contents)48894890        - [Специальные примитивы типизации](https://python-all.ru/3.12/library/typing.html#special-typing-primitives)48914892          - [Специальные типы](https://python-all.ru/3.12/library/typing.html#special-types)4893          - [Специальные формы](https://python-all.ru/3.12/library/typing.html#special-forms)4894          - [Построение обобщённых типов и псевдонимов типов](https://python-all.ru/3.12/library/typing.html#building-generic-types-and-type-aliases)4895          - [Другие специальные директивы](https://python-all.ru/3.12/library/typing.html#other-special-directives)4896        - [Протоколы](https://python-all.ru/3.12/library/typing.html#protocols)4897        - [ABC для работы с вводом-выводом](https://python-all.ru/3.12/library/typing.html#abcs-for-working-with-io)4898        - [Функции и декораторы](https://python-all.ru/3.12/library/typing.html#functions-and-decorators)4899        - [Вспомогательные функции интроспекции](https://python-all.ru/3.12/library/typing.html#introspection-helpers)4900        - [Константа](https://python-all.ru/3.12/library/typing.html#constant)4901        - [Устаревшие псевдонимы](https://python-all.ru/3.12/library/typing.html#deprecated-aliases)49024903          - [Псевдонимы для встроенных типов](https://python-all.ru/3.12/library/typing.html#aliases-to-built-in-types)4904          - [Псевдонимы для типов в `collections`](https://python-all.ru/3.12/library/typing.html#aliases-to-types-in-collections)4905          - [Псевдонимы для других конкретных типов](https://python-all.ru/3.12/library/typing.html#aliases-to-other-concrete-types)4906          - [Псевдонимы для ABC-контейнеров в `collections.abc`](https://python-all.ru/3.12/library/typing.html#aliases-to-container-abcs-in-collections-abc)4907          - [Псевдонимы для асинхронных ABC в `collections.abc`](https://python-all.ru/3.12/library/typing.html#aliases-to-asynchronous-abcs-in-collections-abc)4908          - [Псевдонимы для других ABC в `collections.abc`](https://python-all.ru/3.12/library/typing.html#aliases-to-other-abcs-in-collections-abc)4909          - [Псевдонимы для `contextlib`-ABC](https://python-all.ru/3.12/library/typing.html#aliases-to-contextlib-abcs)4910      - [График устаревания основных возможностей](https://python-all.ru/3.12/library/typing.html#deprecation-timeline-of-major-features)4911    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.12/library/pydoc.html)4912    - [Режим разработки Python](https://python-all.ru/3.12/library/devmode.html)49134914      - [Эффекты режима разработки Python](https://python-all.ru/3.12/library/devmode.html#effects-of-the-python-development-mode)4915      - [Пример ResourceWarning](https://python-all.ru/3.12/library/devmode.html#resourcewarning-example)4916      - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.12/library/devmode.html#bad-file-descriptor-error-example)4917    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.12/library/doctest.html)49184919      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.12/library/doctest.html#simple-usage-checking-examples-in-docstrings)4920      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.12/library/doctest.html#simple-usage-checking-examples-in-a-text-file)4921      - [Использование из командной строки](https://python-all.ru/3.12/library/doctest.html#command-line-usage)4922      - [Как это работает](https://python-all.ru/3.12/library/doctest.html#how-it-works)49234924        - [Какие строки документации проверяются?](https://python-all.ru/3.12/library/doctest.html#which-docstrings-are-examined)4925        - [Как распознаются примеры в строках документации?](https://python-all.ru/3.12/library/doctest.html#how-are-docstring-examples-recognized)4926        - [Каков контекст выполнения?](https://python-all.ru/3.12/library/doctest.html#what-s-the-execution-context)4927        - [А как насчёт исключений?](https://python-all.ru/3.12/library/doctest.html#what-about-exceptions)4928        - [Флаги опций](https://python-all.ru/3.12/library/doctest.html#option-flags)4929        - [Директивы](https://python-all.ru/3.12/library/doctest.html#directives)4930        - [Предупреждения](https://python-all.ru/3.12/library/doctest.html#warnings)4931      - [Базовый API](https://python-all.ru/3.12/library/doctest.html#basic-api)4932      - [API unittest](https://python-all.ru/3.12/library/doctest.html#unittest-api)4933      - [Расширенный API](https://python-all.ru/3.12/library/doctest.html#advanced-api)49344935        - [Объекты DocTest](https://python-all.ru/3.12/library/doctest.html#doctest-objects)4936        - [Объекты Example](https://python-all.ru/3.12/library/doctest.html#example-objects)4937        - [Объекты DocTestFinder](https://python-all.ru/3.12/library/doctest.html#doctestfinder-objects)4938        - [Объекты DocTestParser](https://python-all.ru/3.12/library/doctest.html#doctestparser-objects)4939        - [Объекты DocTestRunner](https://python-all.ru/3.12/library/doctest.html#doctestrunner-objects)4940        - [Объекты OutputChecker](https://python-all.ru/3.12/library/doctest.html#outputchecker-objects)4941      - [Отладка](https://python-all.ru/3.12/library/doctest.html#debugging)4942      - [Трибуна](https://python-all.ru/3.12/library/doctest.html#soapbox)4943    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.12/library/unittest.html)49444945      - [Простой пример](https://python-all.ru/3.12/library/unittest.html#basic-example)4946      - [Интерфейс командной строки](https://python-all.ru/3.12/library/unittest.html#command-line-interface)49474948        - [Параметры командной строки](https://python-all.ru/3.12/library/unittest.html#command-line-options)4949      - [Обнаружение тестов](https://python-all.ru/3.12/library/unittest.html#test-discovery)4950      - [Организация тестового кода](https://python-all.ru/3.12/library/unittest.html#organizing-test-code)4951      - [Повторное использование старого тестового кода](https://python-all.ru/3.12/library/unittest.html#re-using-old-test-code)4952      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.12/library/unittest.html#skipping-tests-and-expected-failures)4953      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.12/library/unittest.html#distinguishing-test-iterations-using-subtests)4954      - [Классы и функции](https://python-all.ru/3.12/library/unittest.html#classes-and-functions)49554956        - [Тестовые случаи](https://python-all.ru/3.12/library/unittest.html#test-cases)4957        - [Группировка тестов](https://python-all.ru/3.12/library/unittest.html#grouping-tests)4958        - [Загрузка и запуск тестов](https://python-all.ru/3.12/library/unittest.html#loading-and-running-tests)49594960          - [Протокол load\_tests](https://python-all.ru/3.12/library/unittest.html#load-tests-protocol)4961      - [Фикстуры классов и модулей](https://python-all.ru/3.12/library/unittest.html#class-and-module-fixtures)49624963        - [setUpClass и tearDownClass](https://python-all.ru/3.12/library/unittest.html#setupclass-and-teardownclass)4964        - [setUpModule и tearDownModule](https://python-all.ru/3.12/library/unittest.html#setupmodule-and-teardownmodule)4965      - [Обработка сигналов](https://python-all.ru/3.12/library/unittest.html#signal-handling)4966    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.12/library/unittest.mock.html)49674968      - [Краткое руководство](https://python-all.ru/3.12/library/unittest.mock.html#quick-guide)4969      - [Класс Mock](https://python-all.ru/3.12/library/unittest.mock.html#the-mock-class)49704971        - [Вызов](https://python-all.ru/3.12/library/unittest.mock.html#calling)4972        - [Удаление атрибутов](https://python-all.ru/3.12/library/unittest.mock.html#deleting-attributes)4973        - [Имена Mock и атрибут name](https://python-all.ru/3.12/library/unittest.mock.html#mock-names-and-the-name-attribute)4974        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.12/library/unittest.mock.html#attaching-mocks-as-attributes)4975      - [Патчеры](https://python-all.ru/3.12/library/unittest.mock.html#the-patchers)49764977        - [patch](https://python-all.ru/3.12/library/unittest.mock.html#patch)4978        - [patch.object](https://python-all.ru/3.12/library/unittest.mock.html#patch-object)4979        - [patch.dict](https://python-all.ru/3.12/library/unittest.mock.html#patch-dict)4980        - [patch.multiple](https://python-all.ru/3.12/library/unittest.mock.html#patch-multiple)4981        - [Методы patch: start и stop](https://python-all.ru/3.12/library/unittest.mock.html#patch-methods-start-and-stop)4982        - [patch встроенных объектов](https://python-all.ru/3.12/library/unittest.mock.html#patch-builtins)4983        - [TEST\_PREFIX](https://python-all.ru/3.12/library/unittest.mock.html#test-prefix)4984        - [Вложение декораторов patch](https://python-all.ru/3.12/library/unittest.mock.html#nesting-patch-decorators)4985        - [Где применять patch](https://python-all.ru/3.12/library/unittest.mock.html#where-to-patch)4986        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.12/library/unittest.mock.html#patching-descriptors-and-proxy-objects)4987      - [MagicMock и поддержка магических методов](https://python-all.ru/3.12/library/unittest.mock.html#magicmock-and-magic-method-support)49884989        - [Мокирование магических методов](https://python-all.ru/3.12/library/unittest.mock.html#mocking-magic-methods)4990        - [Магический макет](https://python-all.ru/3.12/library/unittest.mock.html#magic-mock)4991      - [Вспомогательные средства](https://python-all.ru/3.12/library/unittest.mock.html#helpers)49924993        - [sentinel](https://python-all.ru/3.12/library/unittest.mock.html#sentinel)4994        - [DEFAULT](https://python-all.ru/3.12/library/unittest.mock.html#default)4995        - [вызов](https://python-all.ru/3.12/library/unittest.mock.html#call)4996        - [create\_autospec](https://python-all.ru/3.12/library/unittest.mock.html#create-autospec)4997        - [ANY](https://python-all.ru/3.12/library/unittest.mock.html#any)4998        - [FILTER\_DIR](https://python-all.ru/3.12/library/unittest.mock.html#filter-dir)4999        - [mock\_open](https://python-all.ru/3.12/library/unittest.mock.html#mock-open)5000        - [Автоспецификация](https://python-all.ru/3.12/library/unittest.mock.html#autospeccing)5001        - [Запечатывание моков](https://python-all.ru/3.12/library/unittest.mock.html#sealing-mocks)5002      - [Порядок приоритета `side_effect`, `return_value` и *wraps*](https://python-all.ru/3.12/library/unittest.mock.html#order-of-precedence-of-side-effect-return-value-and-wraps)5003    - [`unittest.mock` – начало работы](https://python-all.ru/3.12/library/unittest.mock-examples.html)50045005      - [Использование Mock](https://python-all.ru/3.12/library/unittest.mock-examples.html#using-mock)50065007        - [Методы подмены моков](https://python-all.ru/3.12/library/unittest.mock-examples.html#mock-patching-methods)5008        - [Mock для вызовов методов объекта](https://python-all.ru/3.12/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)5009        - [Создание моков для классов](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-classes)5010        - [Именование моков](https://python-all.ru/3.12/library/unittest.mock-examples.html#naming-your-mocks)5011        - [Отслеживание всех вызовов](https://python-all.ru/3.12/library/unittest.mock-examples.html#tracking-all-calls)5012        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.12/library/unittest.mock-examples.html#setting-return-values-and-attributes)5013        - [Возбуждение исключений с помощью моков](https://python-all.ru/3.12/library/unittest.mock-examples.html#raising-exceptions-with-mocks)5014        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.12/library/unittest.mock-examples.html#side-effect-functions-and-iterables)5015        - [Мокирование асинхронных итераторов](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-asynchronous-iterators)5016        - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)5017        - [Создание мока на основе существующего объекта](https://python-all.ru/3.12/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)5018        - [Использование side\_effect для возврата содержимого каждого файла](https://python-all.ru/3.12/library/unittest.mock-examples.html#using-side-effect-to-return-per-file-content)5019      - [Декораторы patch](https://python-all.ru/3.12/library/unittest.mock-examples.html#patch-decorators)5020      - [Дополнительные примеры](https://python-all.ru/3.12/library/unittest.mock-examples.html#further-examples)50215022        - [Мокирование цепочек вызовов](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-chained-calls)5023        - [Частичное мокирование](https://python-all.ru/3.12/library/unittest.mock-examples.html#partial-mocking)5024        - [Создание мока для метода-генератора](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-a-generator-method)5025        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.12/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)5026        - [Создание моков для несвязанных методов](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-unbound-methods)5027        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.12/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)5028        - [Работа с изменяемыми аргументами](https://python-all.ru/3.12/library/unittest.mock-examples.html#coping-with-mutable-arguments)5029        - [Вложенные подмены](https://python-all.ru/3.12/library/unittest.mock-examples.html#nesting-patches)5030        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)5031        - [Подклассы Mock и их атрибуты](https://python-all.ru/3.12/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)5032        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.12/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)5033        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.12/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)5034        - [Более сложное сопоставление аргументов](https://python-all.ru/3.12/library/unittest.mock-examples.html#more-complex-argument-matching)5035    - [2to3 – автоматическое преобразование кода Python 2 в 3](https://python-all.ru/3.12/library/2to3.html)50365037      - [Использование 2to3](https://python-all.ru/3.12/library/2to3.html#using-2to3)5038      - [Фиксы](https://python-all.ru/3.12/library/2to3.html#fixers)5039      - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.12/library/2to3.html#module-lib2to3)5040    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.12/library/test.html)50415042      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.12/library/test.html#writing-unit-tests-for-the-test-package)5043      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.12/library/test.html#module-test.regrtest)5044    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.12/library/test.html#module-test.support)5045    - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3.12/library/test.html#module-test.support.socket_helper)5046    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.12/library/test.html#module-test.support.script_helper)5047    - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3.12/library/test.html#module-test.support.bytecode_helper)5048    - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3.12/library/test.html#module-test.support.threading_helper)5049    - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3.12/library/test.html#module-test.support.os_helper)5050    - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3.12/library/test.html#module-test.support.import_helper)5051    - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3.12/library/test.html#module-test.support.warnings_helper)5052  - [Отладка и профилирование](https://python-all.ru/3.12/library/debug.html)50535054    - [Таблица событий аудита](https://python-all.ru/3.12/library/audit_events.html)5055    - [`bdb` – фреймворк отладчика](https://python-all.ru/3.12/library/bdb.html)5056    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.12/library/faulthandler.html)50575058      - [Дамп трассировки](https://python-all.ru/3.12/library/faulthandler.html#dumping-the-traceback)5059      - [Состояние обработчика сбоев](https://python-all.ru/3.12/library/faulthandler.html#fault-handler-state)5060      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.12/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)5061      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.12/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)5062      - [Проблема с файловыми дескрипторами](https://python-all.ru/3.12/library/faulthandler.html#issue-with-file-descriptors)5063      - [Пример](https://python-all.ru/3.12/library/faulthandler.html#example)5064    - [`pdb` – отладчик Python](https://python-all.ru/3.12/library/pdb.html)50655066      - [Команды отладчика](https://python-all.ru/3.12/library/pdb.html#debugger-commands)5067    - [Профилировщики Python](https://python-all.ru/3.12/library/profile.html)50685069      - [Введение в профилировщики](https://python-all.ru/3.12/library/profile.html#introduction-to-the-profilers)5070      - [Краткое руководство пользователя](https://python-all.ru/3.12/library/profile.html#instant-user-s-manual)5071      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.12/library/profile.html#module-cProfile)5072      - [Класс `Stats`](https://python-all.ru/3.12/library/profile.html#the-stats-class)5073      - [Что такое детерминированное профилирование?](https://python-all.ru/3.12/library/profile.html#what-is-deterministic-profiling)5074      - [Ограничения](https://python-all.ru/3.12/library/profile.html#limitations)5075      - [Калибровка](https://python-all.ru/3.12/library/profile.html#calibration)5076      - [Использование пользовательского таймера](https://python-all.ru/3.12/library/profile.html#using-a-custom-timer)5077    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.12/library/timeit.html)50785079      - [Основные примеры](https://python-all.ru/3.12/library/timeit.html#basic-examples)5080      - [Интерфейс Python](https://python-all.ru/3.12/library/timeit.html#python-interface)5081      - [Интерфейс командной строки](https://python-all.ru/3.12/library/timeit.html#command-line-interface)5082      - [Примеры](https://python-all.ru/3.12/library/timeit.html#examples)5083    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.12/library/trace.html)50845085      - [Использование командной строки](https://python-all.ru/3.12/library/trace.html#command-line-usage)50865087        - [Основные параметры](https://python-all.ru/3.12/library/trace.html#main-options)5088        - [Модификаторы](https://python-all.ru/3.12/library/trace.html#modifiers)5089        - [Фильтры](https://python-all.ru/3.12/library/trace.html#filters)5090      - [Программный интерфейс](https://python-all.ru/3.12/library/trace.html#programmatic-interface)5091    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.12/library/tracemalloc.html)50925093      - [Примеры](https://python-all.ru/3.12/library/tracemalloc.html#examples)50945095        - [Отображение первых 10](https://python-all.ru/3.12/library/tracemalloc.html#display-the-top-10)5096        - [Вычисление различий](https://python-all.ru/3.12/library/tracemalloc.html#compute-differences)5097        - [Получение трассировки для блока памяти](https://python-all.ru/3.12/library/tracemalloc.html#get-the-traceback-of-a-memory-block)5098        - [Удобный вывод топа](https://python-all.ru/3.12/library/tracemalloc.html#pretty-top)50995100          - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3.12/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)5101      - [API](https://python-all.ru/3.12/library/tracemalloc.html#api)51025103        - [Функции](https://python-all.ru/3.12/library/tracemalloc.html#functions)5104        - [DomainFilter](https://python-all.ru/3.12/library/tracemalloc.html#domainfilter)5105        - [Filter](https://python-all.ru/3.12/library/tracemalloc.html#filter)5106        - [Frame](https://python-all.ru/3.12/library/tracemalloc.html#frame)5107        - [Snapshot](https://python-all.ru/3.12/library/tracemalloc.html#snapshot)5108        - [Statistic](https://python-all.ru/3.12/library/tracemalloc.html#statistic)5109        - [StatisticDiff](https://python-all.ru/3.12/library/tracemalloc.html#statisticdiff)5110        - [Trace](https://python-all.ru/3.12/library/tracemalloc.html#trace)5111        - [Traceback](https://python-all.ru/3.12/library/tracemalloc.html#traceback)5112  - [Упаковка и распространение ПО](https://python-all.ru/3.12/library/distribution.html)51135114    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.12/library/ensurepip.html)51155116      - [Интерфейс командной строки](https://python-all.ru/3.12/library/ensurepip.html#command-line-interface)5117      - [API модуля](https://python-all.ru/3.12/library/ensurepip.html#module-api)5118    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.12/library/venv.html)51195120      - [Создание виртуальных окружений](https://python-all.ru/3.12/library/venv.html#creating-virtual-environments)5121      - [Как работают виртуальные окружения](https://python-all.ru/3.12/library/venv.html#how-venvs-work)5122      - [API](https://python-all.ru/3.12/library/venv.html#api)5123      - [Пример расширения `EnvBuilder`](https://python-all.ru/3.12/library/venv.html#an-example-of-extending-envbuilder)5124    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.12/library/zipapp.html)51255126      - [Простой пример](https://python-all.ru/3.12/library/zipapp.html#basic-example)5127      - [Интерфейс командной строки](https://python-all.ru/3.12/library/zipapp.html#command-line-interface)5128      - [API Python](https://python-all.ru/3.12/library/zipapp.html#python-api)5129      - [Примеры](https://python-all.ru/3.12/library/zipapp.html#examples)5130      - [Указание интерпретатора](https://python-all.ru/3.12/library/zipapp.html#specifying-the-interpreter)5131      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.12/library/zipapp.html#creating-standalone-applications-with-zipapp)51325133        - [Предостережения](https://python-all.ru/3.12/library/zipapp.html#caveats)5134      - [Формат архива Python-приложения Zip](https://python-all.ru/3.12/library/zipapp.html#the-python-zip-application-archive-format)5135  - [Службы выполнения Python](https://python-all.ru/3.12/library/python.html)51365137    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.12/library/sys.html)5138    - [`sys.monitoring` – Мониторинг событий выполнения](https://python-all.ru/3.12/library/sys.monitoring.html)51395140      - [Идентификаторы инструментов](https://python-all.ru/3.12/library/sys.monitoring.html#tool-identifiers)51415142        - [Регистрация и использование инструментов](https://python-all.ru/3.12/library/sys.monitoring.html#registering-and-using-tools)5143      - [События](https://python-all.ru/3.12/library/sys.monitoring.html#events)51445145        - [Локальные события](https://python-all.ru/3.12/library/sys.monitoring.html#local-events)5146        - [Вспомогательные события](https://python-all.ru/3.12/library/sys.monitoring.html#ancillary-events)5147        - [Прочие события](https://python-all.ru/3.12/library/sys.monitoring.html#other-events)5148        - [Событие STOP\_ITERATION](https://python-all.ru/3.12/library/sys.monitoring.html#the-stop-iteration-event)5149      - [Включение и отключение событий](https://python-all.ru/3.12/library/sys.monitoring.html#turning-events-on-and-off)51505151        - [Глобальная настройка событий](https://python-all.ru/3.12/library/sys.monitoring.html#setting-events-globally)5152        - [События для каждого объекта кода](https://python-all.ru/3.12/library/sys.monitoring.html#per-code-object-events)5153        - [Отключение событий](https://python-all.ru/3.12/library/sys.monitoring.html#disabling-events)5154      - [Регистрация функций обратного вызова](https://python-all.ru/3.12/library/sys.monitoring.html#registering-callback-functions)51555156        - [Аргументы функции обратного вызова](https://python-all.ru/3.12/library/sys.monitoring.html#callback-function-arguments)5157    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.12/library/sysconfig.html)51585159      - [Переменные конфигурации](https://python-all.ru/3.12/library/sysconfig.html#configuration-variables)5160      - [Пути установки](https://python-all.ru/3.12/library/sysconfig.html#installation-paths)5161      - [Схема пользователя](https://python-all.ru/3.12/library/sysconfig.html#user-scheme)51625163        - [`posix_user`](https://python-all.ru/3.12/library/sysconfig.html#posix-user)5164        - [`nt_user`](https://python-all.ru/3.12/library/sysconfig.html#nt-user)5165        - [`osx_framework_user`](https://python-all.ru/3.12/library/sysconfig.html#osx-framework-user)5166      - [Домашняя схема](https://python-all.ru/3.12/library/sysconfig.html#home-scheme)51675168        - [`posix_home`](https://python-all.ru/3.12/library/sysconfig.html#posix-home)5169      - [Схема префикса](https://python-all.ru/3.12/library/sysconfig.html#prefix-scheme)51705171        - [`posix_prefix`](https://python-all.ru/3.12/library/sysconfig.html#posix-prefix)5172        - [`nt`](https://python-all.ru/3.12/library/sysconfig.html#nt)5173      - [Функции путей установки](https://python-all.ru/3.12/library/sysconfig.html#installation-path-functions)5174      - [Другие функции](https://python-all.ru/3.12/library/sysconfig.html#other-functions)5175      - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.12/library/sysconfig.html#using-sysconfig-as-a-script)5176    - [`builtins` – Встроенные объекты](https://python-all.ru/3.12/library/builtins.html)5177    - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3.12/library/__main__.html)51785179      - [`__name__ == '__main__'`](https://python-all.ru/3.12/library/__main__.html#name-main)51805181        - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3.12/library/__main__.html#what-is-the-top-level-code-environment)5182        - [Идиоматическое использование](https://python-all.ru/3.12/library/__main__.html#idiomatic-usage)5183        - [Особенности упаковки](https://python-all.ru/3.12/library/__main__.html#packaging-considerations)5184      - [`__main__.py` в пакетах Python](https://python-all.ru/3.12/library/__main__.html#main-py-in-python-packages)51855186        - [Идиоматическое использование](https://python-all.ru/3.12/library/__main__.html#id1)5187      - [`import __main__`](https://python-all.ru/3.12/library/__main__.html#import-main)5188    - [`warnings` – Управление предупреждениями](https://python-all.ru/3.12/library/warnings.html)51895190      - [Категории предупреждений](https://python-all.ru/3.12/library/warnings.html#warning-categories)5191      - [Фильтр предупреждений](https://python-all.ru/3.12/library/warnings.html#the-warnings-filter)51925193        - [Критерии подавления повторяющихся предупреждений](https://python-all.ru/3.12/library/warnings.html#repeated-warning-suppression-criteria)5194        - [Описание фильтров предупреждений](https://python-all.ru/3.12/library/warnings.html#describing-warning-filters)5195        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.12/library/warnings.html#default-warning-filter)5196        - [Переопределение фильтра по умолчанию](https://python-all.ru/3.12/library/warnings.html#overriding-the-default-filter)5197      - [Временное подавление предупреждений](https://python-all.ru/3.12/library/warnings.html#temporarily-suppressing-warnings)5198      - [Тестирование предупреждений](https://python-all.ru/3.12/library/warnings.html#testing-warnings)5199      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.12/library/warnings.html#updating-code-for-new-versions-of-dependencies)5200      - [Доступные функции](https://python-all.ru/3.12/library/warnings.html#available-functions)5201      - [Доступные контекстные менеджеры](https://python-all.ru/3.12/library/warnings.html#available-context-managers)5202    - [`dataclasses` – Классы данных](https://python-all.ru/3.12/library/dataclasses.html)52035204      - [Содержание модуля](https://python-all.ru/3.12/library/dataclasses.html#module-contents)5205      - [Обработка после инициализации](https://python-all.ru/3.12/library/dataclasses.html#post-init-processing)5206      - [Переменные класса](https://python-all.ru/3.12/library/dataclasses.html#class-variables)5207      - [Переменные только для инициализации](https://python-all.ru/3.12/library/dataclasses.html#init-only-variables)5208      - [Неизменяемые экземпляры](https://python-all.ru/3.12/library/dataclasses.html#frozen-instances)5209      - [Наследование](https://python-all.ru/3.12/library/dataclasses.html#inheritance)5210      - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3.12/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)5211      - [Функции-фабрики по умолчанию](https://python-all.ru/3.12/library/dataclasses.html#default-factory-functions)5212      - [Изменяемые значения по умолчанию](https://python-all.ru/3.12/library/dataclasses.html#mutable-default-values)5213      - [Поля с типом дескриптора](https://python-all.ru/3.12/library/dataclasses.html#descriptor-typed-fields)5214    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.12/library/contextlib.html)52155216      - [Утилиты](https://python-all.ru/3.12/library/contextlib.html#utilities)5217      - [Примеры и рецепты](https://python-all.ru/3.12/library/contextlib.html#examples-and-recipes)52185219        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.12/library/contextlib.html#supporting-a-variable-number-of-context-managers)5220        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.12/library/contextlib.html#catching-exceptions-from-enter-methods)5221        - [Очистка в реализации `__enter__`](https://python-all.ru/3.12/library/contextlib.html#cleaning-up-in-an-enter-implementation)5222        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.12/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)5223        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.12/library/contextlib.html#using-a-context-manager-as-a-function-decorator)5224      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.12/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)52255226        - [Реентерабельные менеджеры контекста](https://python-all.ru/3.12/library/contextlib.html#reentrant-context-managers)5227        - [Повторно используемые менеджеры контекста](https://python-all.ru/3.12/library/contextlib.html#reusable-context-managers)5228    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.12/library/abc.html)5229    - [`atexit` – Обработчики выхода](https://python-all.ru/3.12/library/atexit.html)52305231      - [`atexit` Пример](https://python-all.ru/3.12/library/atexit.html#atexit-example)5232    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.12/library/traceback.html)52335234      - [Функции уровня модуля](https://python-all.ru/3.12/library/traceback.html#module-level-functions)5235      - [Объекты `TracebackException`](https://python-all.ru/3.12/library/traceback.html#tracebackexception-objects)5236      - [Объекты `StackSummary`](https://python-all.ru/3.12/library/traceback.html#stacksummary-objects)5237      - [Объекты `FrameSummary`](https://python-all.ru/3.12/library/traceback.html#framesummary-objects)5238      - [Примеры использования функций уровня модуля](https://python-all.ru/3.12/library/traceback.html#examples-of-using-the-module-level-functions)5239      - [Примеры использования `TracebackException`](https://python-all.ru/3.12/library/traceback.html#examples-of-using-tracebackexception)5240    - [`__future__` – Определения операторов future](https://python-all.ru/3.12/library/__future__.html)52415242      - [Содержимое модуля](https://python-all.ru/3.12/library/__future__.html#module-contents)5243    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.12/library/gc.html)5244    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.12/library/inspect.html)52455246      - [Типы и члены](https://python-all.ru/3.12/library/inspect.html#types-and-members)5247      - [Получение исходного кода](https://python-all.ru/3.12/library/inspect.html#retrieving-source-code)5248      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.12/library/inspect.html#introspecting-callables-with-the-signature-object)5249      - [Классы и функции](https://python-all.ru/3.12/library/inspect.html#classes-and-functions)5250      - [Стек интерпретатора](https://python-all.ru/3.12/library/inspect.html#the-interpreter-stack)5251      - [Получение атрибутов статически](https://python-all.ru/3.12/library/inspect.html#fetching-attributes-statically)5252      - [Текущее состояние генераторов, корутин и асинхронных генераторов](https://python-all.ru/3.12/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators)5253      - [Битовые флаги объектов кода](https://python-all.ru/3.12/library/inspect.html#code-objects-bit-flags)5254      - [Флаги буфера](https://python-all.ru/3.12/library/inspect.html#buffer-flags)5255      - [Интерфейс командной строки](https://python-all.ru/3.12/library/inspect.html#command-line-interface)5256    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.12/library/site.html)52575258      - [`sitecustomize`](https://python-all.ru/3.12/library/site.html#module-sitecustomize)5259      - [`usercustomize`](https://python-all.ru/3.12/library/site.html#module-usercustomize)5260      - [Конфигурация readline](https://python-all.ru/3.12/library/site.html#readline-configuration)5261      - [Содержание модуля](https://python-all.ru/3.12/library/site.html#module-contents)5262      - [Интерфейс командной строки](https://python-all.ru/3.12/library/site.html#command-line-interface)5263  - [Пользовательские интерпретаторы Python](https://python-all.ru/3.12/library/custominterp.html)52645265    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.12/library/code.html)52665267      - [Объекты интерактивного интерпретатора](https://python-all.ru/3.12/library/code.html#interactive-interpreter-objects)5268      - [Объекты интерактивной консоли](https://python-all.ru/3.12/library/code.html#interactive-console-objects)5269    - [`codeop` – Компиляция кода Python](https://python-all.ru/3.12/library/codeop.html)5270  - [Импорт модулей](https://python-all.ru/3.12/library/modules.html)52715272    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.12/library/zipimport.html)52735274      - [Объекты zipimporter](https://python-all.ru/3.12/library/zipimport.html#zipimporter-objects)5275      - [Примеры](https://python-all.ru/3.12/library/zipimport.html#examples)5276    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.12/library/pkgutil.html)5277    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.12/library/modulefinder.html)52785279      - [Пример использования `ModuleFinder`](https://python-all.ru/3.12/library/modulefinder.html#example-usage-of-modulefinder)5280    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.12/library/runpy.html)5281    - [`importlib` – Реализация `import`](https://python-all.ru/3.12/library/importlib.html)52825283      - [Введение](https://python-all.ru/3.12/library/importlib.html#introduction)5284      - [Функции](https://python-all.ru/3.12/library/importlib.html#functions)5285      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.12/library/importlib.html#module-importlib.abc)5286      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.12/library/importlib.html#module-importlib.machinery)5287      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.12/library/importlib.html#module-importlib.util)5288      - [Примеры](https://python-all.ru/3.12/library/importlib.html#examples)52895290        - [Программный импорт](https://python-all.ru/3.12/library/importlib.html#importing-programmatically)5291        - [Проверка возможности импорта модуля](https://python-all.ru/3.12/library/importlib.html#checking-if-a-module-can-be-imported)5292        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.12/library/importlib.html#importing-a-source-file-directly)5293        - [Реализация отложенного импорта](https://python-all.ru/3.12/library/importlib.html#implementing-lazy-imports)5294        - [Настройка импортёра](https://python-all.ru/3.12/library/importlib.html#setting-up-an-importer)5295        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.12/library/importlib.html#approximating-importlib-import-module)5296    - [`importlib.resources` – Чтение, открытие и доступ к ресурсам пакетов](https://python-all.ru/3.12/library/importlib.resources.html)52975298      - [Функциональный API](https://python-all.ru/3.12/library/importlib.resources.html#functional-api)5299    - [`importlib.resources.abc` – Абстрактные базовые классы для ресурсов](https://python-all.ru/3.12/library/importlib.resources.abc.html)5300    - [`importlib.metadata` – Доступ к метаданным пакета](https://python-all.ru/3.12/library/importlib.metadata.html)53015302      - [Обзор](https://python-all.ru/3.12/library/importlib.metadata.html#overview)5303      - [Функциональный API](https://python-all.ru/3.12/library/importlib.metadata.html#functional-api)53045305        - [Точки входа](https://python-all.ru/3.12/library/importlib.metadata.html#entry-points)5306        - [Метаданные дистрибутива](https://python-all.ru/3.12/library/importlib.metadata.html#distribution-metadata)5307        - [Версии дистрибутива](https://python-all.ru/3.12/library/importlib.metadata.html#distribution-versions)5308        - [Файлы дистрибутива](https://python-all.ru/3.12/library/importlib.metadata.html#distribution-files)5309        - [Зависимости дистрибутива](https://python-all.ru/3.12/library/importlib.metadata.html#distribution-requirements)5310        - [Сопоставление импорта с пакетами дистрибутивов](https://python-all.ru/3.12/library/importlib.metadata.html#mapping-import-to-distribution-packages)5311      - [Дистрибутивы](https://python-all.ru/3.12/library/importlib.metadata.html#distributions)5312      - [Обнаружение дистрибутивов](https://python-all.ru/3.12/library/importlib.metadata.html#distribution-discovery)5313      - [Расширение алгоритма поиска](https://python-all.ru/3.12/library/importlib.metadata.html#extending-the-search-algorithm)5314    - [Инициализация пути поиска модулей `sys.path`](https://python-all.ru/3.12/library/sys_path_init.html)53155316      - [Виртуальные окружения](https://python-all.ru/3.12/library/sys_path_init.html#virtual-environments)5317      - [Файлы \_pth](https://python-all.ru/3.12/library/sys_path_init.html#pth-files)5318      - [Встраиваемый Python](https://python-all.ru/3.12/library/sys_path_init.html#embedded-python)5319  - [Службы языка Python](https://python-all.ru/3.12/library/language.html)53205321    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.12/library/ast.html)53225323      - [Абстрактная грамматика](https://python-all.ru/3.12/library/ast.html#abstract-grammar)5324      - [Классы узлов](https://python-all.ru/3.12/library/ast.html#node-classes)53255326        - [Корневые узлы](https://python-all.ru/3.12/library/ast.html#root-nodes)5327        - [Литералы](https://python-all.ru/3.12/library/ast.html#literals)5328        - [Переменные](https://python-all.ru/3.12/library/ast.html#variables)5329        - [Выражения](https://python-all.ru/3.12/library/ast.html#expressions)53305331          - [Индексация](https://python-all.ru/3.12/library/ast.html#subscripting)5332          - [Генераторы коллекций](https://python-all.ru/3.12/library/ast.html#comprehensions)5333        - [Инструкции](https://python-all.ru/3.12/library/ast.html#statements)53345335          - [Импорты](https://python-all.ru/3.12/library/ast.html#imports)5336        - [Управляющие конструкции](https://python-all.ru/3.12/library/ast.html#control-flow)5337        - [Сопоставление с образцом](https://python-all.ru/3.12/library/ast.html#pattern-matching)5338        - [Параметры типов](https://python-all.ru/3.12/library/ast.html#type-parameters)5339        - [Определения функций и классов](https://python-all.ru/3.12/library/ast.html#function-and-class-definitions)5340        - [Async и await](https://python-all.ru/3.12/library/ast.html#async-and-await)5341      - [`ast` Вспомогательные функции](https://python-all.ru/3.12/library/ast.html#ast-helpers)5342      - [Флаги компилятора](https://python-all.ru/3.12/library/ast.html#compiler-flags)5343      - [Использование командной строки](https://python-all.ru/3.12/library/ast.html#command-line-usage)5344    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.12/library/symtable.html)53455346      - [Генерация таблиц символов](https://python-all.ru/3.12/library/symtable.html#generating-symbol-tables)5347      - [Изучение таблиц символов](https://python-all.ru/3.12/library/symtable.html#examining-symbol-tables)5348    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.12/library/token.html)5349    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.12/library/keyword.html)5350    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.12/library/tokenize.html)53515352      - [Токенизация входных данных](https://python-all.ru/3.12/library/tokenize.html#tokenizing-input)5353      - [Использование командной строки](https://python-all.ru/3.12/library/tokenize.html#command-line-usage)5354      - [Примеры](https://python-all.ru/3.12/library/tokenize.html#examples)5355    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.12/library/tabnanny.html)5356    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.12/library/pyclbr.html)53575358      - [Объекты функций](https://python-all.ru/3.12/library/pyclbr.html#function-objects)5359      - [Объекты классов](https://python-all.ru/3.12/library/pyclbr.html#class-objects)5360    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.12/library/py_compile.html)53615362      - [Интерфейс командной строки](https://python-all.ru/3.12/library/py_compile.html#command-line-interface)5363    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.12/library/compileall.html)53645365      - [Использование командной строки](https://python-all.ru/3.12/library/compileall.html#command-line-use)5366      - [Публичные функции](https://python-all.ru/3.12/library/compileall.html#public-functions)5367    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.12/library/dis.html)53685369      - [Интерфейс командной строки](https://python-all.ru/3.12/library/dis.html#command-line-interface)5370      - [Анализ байт-кода](https://python-all.ru/3.12/library/dis.html#bytecode-analysis)5371      - [Функции анализа](https://python-all.ru/3.12/library/dis.html#analysis-functions)5372      - [Инструкции байт-кода Python](https://python-all.ru/3.12/library/dis.html#python-bytecode-instructions)5373      - [Коллекции кодов операций](https://python-all.ru/3.12/library/dis.html#opcode-collections)5374    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.12/library/pickletools.html)53755376      - [Использование командной строки](https://python-all.ru/3.12/library/pickletools.html#command-line-usage)53775378        - [Параметры командной строки](https://python-all.ru/3.12/library/pickletools.html#command-line-options)5379      - [Программный интерфейс](https://python-all.ru/3.12/library/pickletools.html#programmatic-interface)5380  - [Службы, специфичные для MS Windows](https://python-all.ru/3.12/library/windows.html)53815382    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.12/library/msvcrt.html)53835384      - [Операции с файлами](https://python-all.ru/3.12/library/msvcrt.html#file-operations)5385      - [Консольный ввод/вывод](https://python-all.ru/3.12/library/msvcrt.html#console-i-o)5386      - [Прочие функции](https://python-all.ru/3.12/library/msvcrt.html#other-functions)5387    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.12/library/winreg.html)53885389      - [Функции](https://python-all.ru/3.12/library/winreg.html#functions)5390      - [Константы](https://python-all.ru/3.12/library/winreg.html#constants)53915392        - [Константы HKEY\_\*](https://python-all.ru/3.12/library/winreg.html#hkey-constants)5393        - [Права доступа](https://python-all.ru/3.12/library/winreg.html#access-rights)53945395          - [Специфика 64-бит](https://python-all.ru/3.12/library/winreg.html#bit-specific)5396        - [Типы значений](https://python-all.ru/3.12/library/winreg.html#value-types)5397      - [Объекты дескрипторов реестра](https://python-all.ru/3.12/library/winreg.html#registry-handle-objects)5398    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.12/library/winsound.html)5399  - [Специфические для Unix службы](https://python-all.ru/3.12/library/unix.html)54005401    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.12/library/posix.html)54025403      - [Поддержка больших файлов](https://python-all.ru/3.12/library/posix.html#large-file-support)5404      - [Примечательное содержимое модуля](https://python-all.ru/3.12/library/posix.html#notable-module-contents)5405    - [`pwd` – База данных паролей](https://python-all.ru/3.12/library/pwd.html)5406    - [`grp` – База данных групп](https://python-all.ru/3.12/library/grp.html)5407    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.12/library/termios.html)54085409      - [Пример](https://python-all.ru/3.12/library/termios.html#example)5410    - [`tty` – Функции управления терминалом](https://python-all.ru/3.12/library/tty.html)5411    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.12/library/pty.html)54125413      - [Пример](https://python-all.ru/3.12/library/pty.html#example)5414    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.12/library/fcntl.html)5415    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.12/library/resource.html)54165417      - [Ограничения ресурсов](https://python-all.ru/3.12/library/resource.html#resource-limits)5418      - [Использование ресурсов](https://python-all.ru/3.12/library/resource.html#resource-usage)5419    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.12/library/syslog.html)54205421      - [Примеры](https://python-all.ru/3.12/library/syslog.html#examples)54225423        - [Простой пример](https://python-all.ru/3.12/library/syslog.html#simple-example)5424  - [Интерфейс командной строки модулей (CLI)](https://python-all.ru/3.12/library/cmdline.html)5425  - [Заменённые модули](https://python-all.ru/3.12/library/superseded.html)54265427    - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.12/library/aifc.html)5428    - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.12/library/audioop.html)5429    - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.12/library/cgi.html)54305431      - [Введение](https://python-all.ru/3.12/library/cgi.html#introduction)5432      - [Использование модуля cgi](https://python-all.ru/3.12/library/cgi.html#using-the-cgi-module)5433      - [Интерфейс высокого уровня](https://python-all.ru/3.12/library/cgi.html#higher-level-interface)5434      - [Функции](https://python-all.ru/3.12/library/cgi.html#functions)5435      - [Вопросы безопасности](https://python-all.ru/3.12/library/cgi.html#caring-about-security)5436      - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.12/library/cgi.html#installing-your-cgi-script-on-a-unix-system)5437      - [Тестирование CGI-скрипта](https://python-all.ru/3.12/library/cgi.html#testing-your-cgi-script)5438      - [Отладка CGI-скриптов](https://python-all.ru/3.12/library/cgi.html#debugging-cgi-scripts)5439      - [Типичные проблемы и решения](https://python-all.ru/3.12/library/cgi.html#common-problems-and-solutions)5440    - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.12/library/cgitb.html)5441    - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.12/library/chunk.html)5442    - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.12/library/crypt.html)54435444      - [Методы хеширования](https://python-all.ru/3.12/library/crypt.html#hashing-methods)5445      - [Атрибуты модуля](https://python-all.ru/3.12/library/crypt.html#module-attributes)5446      - [Функции модуля](https://python-all.ru/3.12/library/crypt.html#module-functions)5447      - [Примеры](https://python-all.ru/3.12/library/crypt.html#examples)5448    - [`imghdr` – определение типа изображения](https://python-all.ru/3.12/library/imghdr.html)5449    - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.12/library/mailcap.html)5450    - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.12/library/msilib.html)54515452      - [Объекты базы данных](https://python-all.ru/3.12/library/msilib.html#database-objects)5453      - [Объекты представления](https://python-all.ru/3.12/library/msilib.html#view-objects)5454      - [Объекты сводной информации](https://python-all.ru/3.12/library/msilib.html#summary-information-objects)5455      - [Объекты записей](https://python-all.ru/3.12/library/msilib.html#record-objects)5456      - [Ошибки](https://python-all.ru/3.12/library/msilib.html#errors)5457      - [Объекты CAB](https://python-all.ru/3.12/library/msilib.html#cab-objects)5458      - [Объекты каталогов](https://python-all.ru/3.12/library/msilib.html#directory-objects)5459      - [Возможности](https://python-all.ru/3.12/library/msilib.html#features)5460      - [Классы графического интерфейса](https://python-all.ru/3.12/library/msilib.html#gui-classes)5461      - [Предварительно вычисленные таблицы](https://python-all.ru/3.12/library/msilib.html#precomputed-tables)5462    - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.12/library/nis.html)5463    - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.12/library/nntplib.html)54645465      - [Объекты NNTP](https://python-all.ru/3.12/library/nntplib.html#nntp-objects)54665467        - [Атрибуты](https://python-all.ru/3.12/library/nntplib.html#attributes)5468        - [Методы](https://python-all.ru/3.12/library/nntplib.html#methods)5469      - [Вспомогательные функции](https://python-all.ru/3.12/library/nntplib.html#utility-functions)5470    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.12/library/optparse.html)54715472      - [Фон](https://python-all.ru/3.12/library/optparse.html#background)54735474        - [Терминология](https://python-all.ru/3.12/library/optparse.html#terminology)5475        - [Для чего нужны опции?](https://python-all.ru/3.12/library/optparse.html#what-are-options-for)5476        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.12/library/optparse.html#what-are-positional-arguments-for)5477      - [Учебное пособие](https://python-all.ru/3.12/library/optparse.html#tutorial)54785479        - [Понимание действий опций](https://python-all.ru/3.12/library/optparse.html#understanding-option-actions)5480        - [Действие store](https://python-all.ru/3.12/library/optparse.html#the-store-action)5481        - [Обработка булевых опций (флагов)](https://python-all.ru/3.12/library/optparse.html#handling-boolean-flag-options)5482        - [Другие действия](https://python-all.ru/3.12/library/optparse.html#other-actions)5483        - [Значения по умолчанию](https://python-all.ru/3.12/library/optparse.html#default-values)5484        - [Генерация справки](https://python-all.ru/3.12/library/optparse.html#generating-help)54855486          - [Группировка опций](https://python-all.ru/3.12/library/optparse.html#grouping-options)5487        - [Вывод строки версии](https://python-all.ru/3.12/library/optparse.html#printing-a-version-string)5488        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.12/library/optparse.html#how-optparse-handles-errors)5489        - [Собираем всё вместе](https://python-all.ru/3.12/library/optparse.html#putting-it-all-together)5490      - [Справочное руководство](https://python-all.ru/3.12/library/optparse.html#reference-guide)54915492        - [Создание парсера](https://python-all.ru/3.12/library/optparse.html#creating-the-parser)5493        - [Наполнение парсера](https://python-all.ru/3.12/library/optparse.html#populating-the-parser)5494        - [Определение параметров](https://python-all.ru/3.12/library/optparse.html#defining-options)5495        - [Атрибуты параметров](https://python-all.ru/3.12/library/optparse.html#option-attributes)5496        - [Стандартные действия параметров](https://python-all.ru/3.12/library/optparse.html#standard-option-actions)5497        - [Стандартные типы параметров](https://python-all.ru/3.12/library/optparse.html#standard-option-types)5498        - [Разбор аргументов](https://python-all.ru/3.12/library/optparse.html#parsing-arguments)5499        - [Запросы и управление парсером параметров](https://python-all.ru/3.12/library/optparse.html#querying-and-manipulating-your-option-parser)5500        - [Конфликты между параметрами](https://python-all.ru/3.12/library/optparse.html#conflicts-between-options)5501        - [Очистка](https://python-all.ru/3.12/library/optparse.html#cleanup)5502        - [Другие методы](https://python-all.ru/3.12/library/optparse.html#other-methods)5503      - [Колбэки параметров](https://python-all.ru/3.12/library/optparse.html#option-callbacks)55045505        - [Определение параметра с колбэком](https://python-all.ru/3.12/library/optparse.html#defining-a-callback-option)5506        - [Как вызываются колбэки](https://python-all.ru/3.12/library/optparse.html#how-callbacks-are-called)5507        - [Возбуждение исключений в колбэке](https://python-all.ru/3.12/library/optparse.html#raising-errors-in-a-callback)5508        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.12/library/optparse.html#callback-example-1-trivial-callback)5509        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.12/library/optparse.html#callback-example-2-check-option-order)5510        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.12/library/optparse.html#callback-example-3-check-option-order-generalized)5511        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.12/library/optparse.html#callback-example-4-check-arbitrary-condition)5512        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.12/library/optparse.html#callback-example-5-fixed-arguments)5513        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.12/library/optparse.html#callback-example-6-variable-arguments)5514      - [Расширение `optparse`](https://python-all.ru/3.12/library/optparse.html#extending-optparse)55155516        - [Добавление новых типов](https://python-all.ru/3.12/library/optparse.html#adding-new-types)5517        - [Добавление новых действий](https://python-all.ru/3.12/library/optparse.html#adding-new-actions)5518      - [Исключения](https://python-all.ru/3.12/library/optparse.html#exceptions)5519    - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.12/library/ossaudiodev.html)55205521      - [Объекты аудиоустройства](https://python-all.ru/3.12/library/ossaudiodev.html#audio-device-objects)5522      - [Объекты микшера](https://python-all.ru/3.12/library/ossaudiodev.html#mixer-device-objects)5523    - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.12/library/pipes.html)55245525      - [Объекты шаблонов](https://python-all.ru/3.12/library/pipes.html#template-objects)5526    - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.12/library/sndhdr.html)5527    - [`spwd` – База данных теневых паролей](https://python-all.ru/3.12/library/spwd.html)5528    - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.12/library/sunau.html)55295530      - [Объекты AU\_read](https://python-all.ru/3.12/library/sunau.html#au-read-objects)5531      - [Объекты AU\_write](https://python-all.ru/3.12/library/sunau.html#au-write-objects)5532    - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.12/library/telnetlib.html)55335534      - [Объекты Telnet](https://python-all.ru/3.12/library/telnetlib.html#telnet-objects)5535      - [Пример Telnet](https://python-all.ru/3.12/library/telnetlib.html#telnet-example)5536    - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.12/library/uu.html)5537    - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.12/library/xdrlib.html)55385539      - [Объекты упаковщика](https://python-all.ru/3.12/library/xdrlib.html#packer-objects)5540      - [Объекты распаковщика](https://python-all.ru/3.12/library/xdrlib.html#unpacker-objects)5541      - [Исключения](https://python-all.ru/3.12/library/xdrlib.html#exceptions)5542  - [Удалённые модули](https://python-all.ru/3.12/library/removed.html)5543  - [Вопросы безопасности](https://python-all.ru/3.12/library/security_warnings.html)5544- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.12/extending/index.html)55455546  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.12/extending/index.html#recommended-third-party-tools)5547  - [Создание расширений без сторонних инструментов](https://python-all.ru/3.12/extending/index.html#creating-extensions-without-third-party-tools)55485549    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.12/extending/extending.html)55505551      - [1.1. Простой пример](https://python-all.ru/3.12/extending/extending.html#a-simple-example)5552      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.12/extending/extending.html#intermezzo-errors-and-exceptions)5553      - [1.3. Возвращение к примеру](https://python-all.ru/3.12/extending/extending.html#back-to-the-example)5554      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.12/extending/extending.html#the-module-s-method-table-and-initialization-function)5555      - [1.5. Компиляция и компоновка](https://python-all.ru/3.12/extending/extending.html#compilation-and-linkage)5556      - [1.6. Вызов функций Python из C](https://python-all.ru/3.12/extending/extending.html#calling-python-functions-from-c)5557      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.12/extending/extending.html#extracting-parameters-in-extension-functions)5558      - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.12/extending/extending.html#keyword-parameters-for-extension-functions)5559      - [1.9. Построение произвольных значений](https://python-all.ru/3.12/extending/extending.html#building-arbitrary-values)5560      - [1.10. Счетчики ссылок](https://python-all.ru/3.12/extending/extending.html#reference-counts)55615562        - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.12/extending/extending.html#reference-counting-in-python)5563        - [1.10.2. Правила владения](https://python-all.ru/3.12/extending/extending.html#ownership-rules)5564        - [1.10.3. Тонкий лёд](https://python-all.ru/3.12/extending/extending.html#thin-ice)5565        - [1.10.4. Указатели NULL](https://python-all.ru/3.12/extending/extending.html#null-pointers)5566      - [1.11. Написание расширений на C++](https://python-all.ru/3.12/extending/extending.html#writing-extensions-in-c)5567      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.12/extending/extending.html#providing-a-c-api-for-an-extension-module)5568    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.12/extending/newtypes_tutorial.html)55695570      - [2.1. Основы](https://python-all.ru/3.12/extending/newtypes_tutorial.html#the-basics)5571      - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.12/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)5572      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.12/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)5573      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.12/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)5574      - [2.5. Наследование от других типов](https://python-all.ru/3.12/extending/newtypes_tutorial.html#subclassing-other-types)5575    - [3. Определение типов расширения: разные темы](https://python-all.ru/3.12/extending/newtypes.html)55765577      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.12/extending/newtypes.html#finalization-and-de-allocation)5578      - [3.2. Представление объектов](https://python-all.ru/3.12/extending/newtypes.html#object-presentation)5579      - [3.3. Управление атрибутами](https://python-all.ru/3.12/extending/newtypes.html#attribute-management)55805581        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.12/extending/newtypes.html#generic-attribute-management)5582        - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.12/extending/newtypes.html#type-specific-attribute-management)5583      - [3.4. Сравнение объектов](https://python-all.ru/3.12/extending/newtypes.html#object-comparison)5584      - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.12/extending/newtypes.html#abstract-protocol-support)5585      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.12/extending/newtypes.html#weak-reference-support)5586      - [3.7. Дополнительные предложения](https://python-all.ru/3.12/extending/newtypes.html#more-suggestions)5587    - [4. Сборка расширений на C и C++](https://python-all.ru/3.12/extending/building.html)55885589      - [4.1. Сборка расширений на C и C++ с помощью setuptools](https://python-all.ru/3.12/extending/building.html#building-c-and-c-extensions-with-setuptools)5590    - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.12/extending/windows.html)55915592      - [5.1. Рецептурный подход](https://python-all.ru/3.12/extending/windows.html#a-cookbook-approach)5593      - [5.2. Различия между Unix и Windows](https://python-all.ru/3.12/extending/windows.html#differences-between-unix-and-windows)5594      - [5.3. Использование DLL на практике](https://python-all.ru/3.12/extending/windows.html#using-dlls-in-practice)5595  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.12/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)55965597    - [1. Встраивание Python в другое приложение](https://python-all.ru/3.12/extending/embedding.html)55985599      - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.12/extending/embedding.html#very-high-level-embedding)5600      - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.12/extending/embedding.html#beyond-very-high-level-embedding-an-overview)5601      - [1.3. Чистое встраивание](https://python-all.ru/3.12/extending/embedding.html#pure-embedding)5602      - [1.4. Расширение встроенного Python](https://python-all.ru/3.12/extending/embedding.html#extending-embedded-python)5603      - [1.5. Встраивание Python в C++](https://python-all.ru/3.12/extending/embedding.html#embedding-python-in-c)5604      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.12/extending/embedding.html#compiling-and-linking-under-unix-like-systems)5605- [Справочное руководство по Python/C API](https://python-all.ru/3.12/c-api/index.html)56065607  - [Введение](https://python-all.ru/3.12/c-api/intro.html)56085609    - [Стандарты кодирования](https://python-all.ru/3.12/c-api/intro.html#coding-standards)5610    - [Заголовочные файлы](https://python-all.ru/3.12/c-api/intro.html#include-files)5611    - [Полезные макросы](https://python-all.ru/3.12/c-api/intro.html#useful-macros)5612    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.12/c-api/intro.html#objects-types-and-reference-counts)56135614      - [Счётчики ссылок](https://python-all.ru/3.12/c-api/intro.html#reference-counts)56155616        - [Подробности подсчёта ссылок](https://python-all.ru/3.12/c-api/intro.html#reference-count-details)5617      - [Типы](https://python-all.ru/3.12/c-api/intro.html#types)5618    - [Исключения](https://python-all.ru/3.12/c-api/intro.html#exceptions)5619    - [Встраивание Python](https://python-all.ru/3.12/c-api/intro.html#embedding-python)5620    - [Отладочные сборки](https://python-all.ru/3.12/c-api/intro.html#debugging-builds)5621  - [Стабильность C API](https://python-all.ru/3.12/c-api/stable.html)56225623    - [Нестабильное C API](https://python-all.ru/3.12/c-api/stable.html#unstable-c-api)5624    - [Стабильный ABI](https://python-all.ru/3.12/c-api/stable.html#stable-application-binary-interface)56255626      - [Ограниченный C API](https://python-all.ru/3.12/c-api/stable.html#limited-c-api)5627      - [Стабильный ABI](https://python-all.ru/3.12/c-api/stable.html#stable-abi)5628      - [Limited API: область применения и производительность](https://python-all.ru/3.12/c-api/stable.html#limited-api-scope-and-performance)5629      - [Предостережения относительно Limited API](https://python-all.ru/3.12/c-api/stable.html#limited-api-caveats)5630    - [Особенности платформ](https://python-all.ru/3.12/c-api/stable.html#platform-considerations)5631    - [Содержимое ограниченного API](https://python-all.ru/3.12/c-api/stable.html#contents-of-limited-api)5632  - [Очень высокоуровневый слой](https://python-all.ru/3.12/c-api/veryhigh.html)5633  - [Подсчёт ссылок](https://python-all.ru/3.12/c-api/refcounting.html)5634  - [Обработка исключений](https://python-all.ru/3.12/c-api/exceptions.html)56355636    - [Вывод и очистка](https://python-all.ru/3.12/c-api/exceptions.html#printing-and-clearing)5637    - [Возбуждение исключений](https://python-all.ru/3.12/c-api/exceptions.html#raising-exceptions)5638    - [Выдача предупреждений](https://python-all.ru/3.12/c-api/exceptions.html#issuing-warnings)5639    - [Запрос индикатора ошибки](https://python-all.ru/3.12/c-api/exceptions.html#querying-the-error-indicator)5640    - [Обработка сигналов](https://python-all.ru/3.12/c-api/exceptions.html#signal-handling)5641    - [Классы исключений](https://python-all.ru/3.12/c-api/exceptions.html#exception-classes)5642    - [Объекты исключений](https://python-all.ru/3.12/c-api/exceptions.html#exception-objects)5643    - [Объекты исключений Unicode](https://python-all.ru/3.12/c-api/exceptions.html#unicode-exception-objects)5644    - [Управление рекурсией](https://python-all.ru/3.12/c-api/exceptions.html#recursion-control)5645    - [Стандартные исключения](https://python-all.ru/3.12/c-api/exceptions.html#standard-exceptions)5646    - [Стандартные категории предупреждений](https://python-all.ru/3.12/c-api/exceptions.html#standard-warning-categories)5647  - [Утилиты](https://python-all.ru/3.12/c-api/utilities.html)56485649    - [Утилиты операционной системы](https://python-all.ru/3.12/c-api/sys.html)5650    - [Системные функции](https://python-all.ru/3.12/c-api/sys.html#system-functions)5651    - [Управление процессами](https://python-all.ru/3.12/c-api/sys.html#process-control)5652    - [Импорт модулей](https://python-all.ru/3.12/c-api/import.html)5653    - [Поддержка маршалинга данных](https://python-all.ru/3.12/c-api/marshal.html)5654    - [Разбор аргументов и сборка значений](https://python-all.ru/3.12/c-api/arg.html)56555656      - [Разбор аргументов](https://python-all.ru/3.12/c-api/arg.html#parsing-arguments)56575658        - [Строки и буферы](https://python-all.ru/3.12/c-api/arg.html#strings-and-buffers)5659        - [Числа](https://python-all.ru/3.12/c-api/arg.html#numbers)5660        - [Другие объекты](https://python-all.ru/3.12/c-api/arg.html#other-objects)5661        - [Функции API](https://python-all.ru/3.12/c-api/arg.html#api-functions)5662      - [Сборка значений](https://python-all.ru/3.12/c-api/arg.html#building-values)5663    - [Преобразование и форматирование строк](https://python-all.ru/3.12/c-api/conversion.html)5664    - [API PyHash](https://python-all.ru/3.12/c-api/hash.html)5665    - [Рефлексия](https://python-all.ru/3.12/c-api/reflection.html)5666    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.12/c-api/codec.html)56675668      - [API поиска кодировок](https://python-all.ru/3.12/c-api/codec.html#codec-lookup-api)5669      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.12/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)5670    - [Поддержка карт производительности](https://python-all.ru/3.12/c-api/perfmaps.html)5671  - [Слой абстрактных объектов](https://python-all.ru/3.12/c-api/abstract.html)56725673    - [Протокол объекта](https://python-all.ru/3.12/c-api/object.html)5674    - [Протокол вызова](https://python-all.ru/3.12/c-api/call.html)56755676      - [Протокол *tp\_call*](https://python-all.ru/3.12/c-api/call.html#the-tp-call-protocol)5677      - [Протокол Vectorcall](https://python-all.ru/3.12/c-api/call.html#the-vectorcall-protocol)56785679        - [Управление рекурсией](https://python-all.ru/3.12/c-api/call.html#recursion-control)5680        - [API поддержки vectorcall](https://python-all.ru/3.12/c-api/call.html#vectorcall-support-api)5681      - [API вызова объектов](https://python-all.ru/3.12/c-api/call.html#object-calling-api)5682      - [API поддержки вызова](https://python-all.ru/3.12/c-api/call.html#call-support-api)5683    - [Протокол чисел](https://python-all.ru/3.12/c-api/number.html)5684    - [Протокол последовательностей](https://python-all.ru/3.12/c-api/sequence.html)5685    - [Протокол отображений](https://python-all.ru/3.12/c-api/mapping.html)5686    - [Протокол итератора](https://python-all.ru/3.12/c-api/iter.html)5687    - [Протокол буфера](https://python-all.ru/3.12/c-api/buffer.html)56885689      - [Структура буфера](https://python-all.ru/3.12/c-api/buffer.html#buffer-structure)5690      - [Типы запросов буфера](https://python-all.ru/3.12/c-api/buffer.html#buffer-request-types)56915692        - [поля, не зависящие от запроса](https://python-all.ru/3.12/c-api/buffer.html#request-independent-fields)5693        - [только для чтения, формат](https://python-all.ru/3.12/c-api/buffer.html#readonly-format)5694        - [форма, шаги, подсмещения](https://python-all.ru/3.12/c-api/buffer.html#shape-strides-suboffsets)5695        - [запросы непрерывности](https://python-all.ru/3.12/c-api/buffer.html#contiguity-requests)5696        - [составные запросы](https://python-all.ru/3.12/c-api/buffer.html#compound-requests)5697      - [Комплексные массивы](https://python-all.ru/3.12/c-api/buffer.html#complex-arrays)56985699        - [В стиле NumPy: форма и шаги](https://python-all.ru/3.12/c-api/buffer.html#numpy-style-shape-and-strides)5700        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.12/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)5701      - [Функции, связанные с буферами](https://python-all.ru/3.12/c-api/buffer.html#buffer-related-functions)5702    - [Старый буферный протокол](https://python-all.ru/3.12/c-api/objbuffer.html)5703  - [Слой конкретных объектов](https://python-all.ru/3.12/c-api/concrete.html)57045705    - [Базовые объекты](https://python-all.ru/3.12/c-api/concrete.html#fundamental-objects)57065707      - [Объекты типов](https://python-all.ru/3.12/c-api/type.html)57085709        - [Создание типов, размещаемых в куче](https://python-all.ru/3.12/c-api/type.html#creating-heap-allocated-types)5710      - [Объект `None`](https://python-all.ru/3.12/c-api/none.html)5711    - [Числовые объекты](https://python-all.ru/3.12/c-api/concrete.html#numeric-objects)57125713      - [Объекты целых чисел](https://python-all.ru/3.12/c-api/long.html)5714      - [Объекты логических значений](https://python-all.ru/3.12/c-api/bool.html)5715      - [Объекты чисел с плавающей запятой](https://python-all.ru/3.12/c-api/float.html)57165717        - [Функции упаковки и распаковки](https://python-all.ru/3.12/c-api/float.html#pack-and-unpack-functions)57185719          - [Функции упаковки](https://python-all.ru/3.12/c-api/float.html#pack-functions)5720          - [Функции распаковки](https://python-all.ru/3.12/c-api/float.html#unpack-functions)5721      - [Объекты комплексных чисел](https://python-all.ru/3.12/c-api/complex.html)57225723        - [Комплексные числа как структуры C](https://python-all.ru/3.12/c-api/complex.html#complex-numbers-as-c-structures)5724        - [Комплексные числа как объекты Python](https://python-all.ru/3.12/c-api/complex.html#complex-numbers-as-python-objects)5725    - [Объекты последовательностей](https://python-all.ru/3.12/c-api/concrete.html#sequence-objects)57265727      - [Объекты bytes](https://python-all.ru/3.12/c-api/bytes.html)5728      - [Объекты массива байтов](https://python-all.ru/3.12/c-api/bytearray.html)57295730        - [Макросы проверки типа](https://python-all.ru/3.12/c-api/bytearray.html#type-check-macros)5731        - [Функции прямого API](https://python-all.ru/3.12/c-api/bytearray.html#direct-api-functions)5732        - [Макросы](https://python-all.ru/3.12/c-api/bytearray.html#macros)5733      - [Объекты Unicode и кодеки](https://python-all.ru/3.12/c-api/unicode.html)57345735        - [Объекты Unicode](https://python-all.ru/3.12/c-api/unicode.html#unicode-objects)57365737          - [Тип Юникода](https://python-all.ru/3.12/c-api/unicode.html#unicode-type)5738          - [Свойства символов Юникода](https://python-all.ru/3.12/c-api/unicode.html#unicode-character-properties)5739          - [Создание и доступ к строкам Юникода](https://python-all.ru/3.12/c-api/unicode.html#creating-and-accessing-unicode-strings)5740          - [Локальная кодировка](https://python-all.ru/3.12/c-api/unicode.html#locale-encoding)5741          - [Кодировка файловой системы](https://python-all.ru/3.12/c-api/unicode.html#file-system-encoding)5742          - [Поддержка wchar\_t](https://python-all.ru/3.12/c-api/unicode.html#wchar-t-support)5743        - [Встроенные кодеки](https://python-all.ru/3.12/c-api/unicode.html#built-in-codecs)57445745          - [Общие кодеки](https://python-all.ru/3.12/c-api/unicode.html#generic-codecs)5746          - [Кодеки UTF-8](https://python-all.ru/3.12/c-api/unicode.html#utf-8-codecs)5747          - [Кодеки UTF-32](https://python-all.ru/3.12/c-api/unicode.html#utf-32-codecs)5748          - [Кодеки UTF-16](https://python-all.ru/3.12/c-api/unicode.html#utf-16-codecs)5749          - [Кодеки UTF-7](https://python-all.ru/3.12/c-api/unicode.html#utf-7-codecs)5750          - [Кодеки Unicode-Escape](https://python-all.ru/3.12/c-api/unicode.html#unicode-escape-codecs)5751          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.12/c-api/unicode.html#raw-unicode-escape-codecs)5752          - [Кодеки Latin-1](https://python-all.ru/3.12/c-api/unicode.html#latin-1-codecs)5753          - [Кодеки ASCII](https://python-all.ru/3.12/c-api/unicode.html#ascii-codecs)5754          - [Кодеки символьной карты](https://python-all.ru/3.12/c-api/unicode.html#character-map-codecs)5755          - [Кодеки MBCS для Windows](https://python-all.ru/3.12/c-api/unicode.html#mbcs-codecs-for-windows)5756          - [Методы и слоты](https://python-all.ru/3.12/c-api/unicode.html#methods-slots)5757        - [Методы и слот-функции](https://python-all.ru/3.12/c-api/unicode.html#methods-and-slot-functions)5758      - [Кортежи](https://python-all.ru/3.12/c-api/tuple.html)5759      - [Объекты структурных последовательностей](https://python-all.ru/3.12/c-api/tuple.html#struct-sequence-objects)5760      - [Списки](https://python-all.ru/3.12/c-api/list.html)5761    - [Объекты контейнеров](https://python-all.ru/3.12/c-api/concrete.html#container-objects)57625763      - [Объекты словарей](https://python-all.ru/3.12/c-api/dict.html)5764      - [Множества](https://python-all.ru/3.12/c-api/set.html)5765    - [Объекты функций](https://python-all.ru/3.12/c-api/concrete.html#function-objects)57665767      - [Объекты функций](https://python-all.ru/3.12/c-api/function.html)5768      - [Объекты методов экземпляра](https://python-all.ru/3.12/c-api/method.html)5769      - [Объекты методов](https://python-all.ru/3.12/c-api/method.html#method-objects)5770      - [Объекты ячеек](https://python-all.ru/3.12/c-api/cell.html)5771      - [Объекты кода](https://python-all.ru/3.12/c-api/code.html)5772      - [Дополнительная информация](https://python-all.ru/3.12/c-api/code.html#extra-information)5773    - [Прочие объекты](https://python-all.ru/3.12/c-api/concrete.html#other-objects)57745775      - [Объекты файлов](https://python-all.ru/3.12/c-api/file.html)5776      - [Объекты модулей](https://python-all.ru/3.12/c-api/module.html)57775778        - [Инициализация C-модулей](https://python-all.ru/3.12/c-api/module.html#initializing-c-modules)57795780          - [Однофазная инициализация](https://python-all.ru/3.12/c-api/module.html#single-phase-initialization)5781          - [Многофазная инициализация](https://python-all.ru/3.12/c-api/module.html#multi-phase-initialization)5782          - [Функции низкоуровневого создания модулей](https://python-all.ru/3.12/c-api/module.html#low-level-module-creation-functions)5783          - [Вспомогательные функции](https://python-all.ru/3.12/c-api/module.html#support-functions)5784        - [Поиск модуля](https://python-all.ru/3.12/c-api/module.html#module-lookup)5785      - [Объекты итераторов](https://python-all.ru/3.12/c-api/iterator.html)5786      - [Объекты дескрипторов](https://python-all.ru/3.12/c-api/descriptor.html)5787      - [Объекты срезов](https://python-all.ru/3.12/c-api/slice.html)57885789        - [Объект Ellipsis](https://python-all.ru/3.12/c-api/slice.html#ellipsis-object)5790      - [Объекты memoryview](https://python-all.ru/3.12/c-api/memoryview.html)5791      - [Объекты слабых ссылок](https://python-all.ru/3.12/c-api/weakref.html)5792      - [Капсулы](https://python-all.ru/3.12/c-api/capsule.html)5793      - [Объекты Frame](https://python-all.ru/3.12/c-api/frame.html)57945795        - [Внутренние фреймы](https://python-all.ru/3.12/c-api/frame.html#internal-frames)5796      - [Объекты-генераторы](https://python-all.ru/3.12/c-api/gen.html)5797      - [Объекты корутин](https://python-all.ru/3.12/c-api/coro.html)5798      - [Объекты контекстных переменных](https://python-all.ru/3.12/c-api/contextvars.html)5799      - [Объекты datetime](https://python-all.ru/3.12/c-api/datetime.html)5800      - [Объекты для аннотации типов](https://python-all.ru/3.12/c-api/typehints.html)5801  - [Инициализация, финализация и потоки](https://python-all.ru/3.12/c-api/init.html)58025803    - [Перед инициализацией Python](https://python-all.ru/3.12/c-api/init.html#before-python-initialization)5804    - [Глобальные переменные конфигурации](https://python-all.ru/3.12/c-api/init.html#global-configuration-variables)5805    - [Инициализация и финализация интерпретатора](https://python-all.ru/3.12/c-api/init.html#initializing-and-finalizing-the-interpreter)5806    - [Параметры уровня процесса](https://python-all.ru/3.12/c-api/init.html#process-wide-parameters)5807    - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.12/c-api/init.html#thread-state-and-the-global-interpreter-lock)58085809      - [Освобождение GIL из кода расширения](https://python-all.ru/3.12/c-api/init.html#releasing-the-gil-from-extension-code)5810      - [Потоки, созданные не в Python](https://python-all.ru/3.12/c-api/init.html#non-python-created-threads)5811      - [Предостережения о fork()](https://python-all.ru/3.12/c-api/init.html#cautions-about-fork)5812      - [Высокоуровневый API](https://python-all.ru/3.12/c-api/init.html#high-level-api)5813      - [Низкоуровневый API](https://python-all.ru/3.12/c-api/init.html#low-level-api)5814    - [Поддержка под-интерпретаторов](https://python-all.ru/3.12/c-api/init.html#sub-interpreter-support)58155816      - [GIL на интерпретатор](https://python-all.ru/3.12/c-api/init.html#a-per-interpreter-gil)5817      - [Ошибки и предостережения](https://python-all.ru/3.12/c-api/init.html#bugs-and-caveats)5818    - [Асинхронные уведомления](https://python-all.ru/3.12/c-api/init.html#asynchronous-notifications)5819    - [Профилирование и трассировка](https://python-all.ru/3.12/c-api/init.html#profiling-and-tracing)5820    - [Расширенная поддержка отладчика](https://python-all.ru/3.12/c-api/init.html#advanced-debugger-support)5821    - [Поддержка локального хранилища потоков](https://python-all.ru/3.12/c-api/init.html#thread-local-storage-support)58225823      - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.12/c-api/init.html#thread-specific-storage-tss-api)58245825        - [Динамическое выделение памяти](https://python-all.ru/3.12/c-api/init.html#dynamic-allocation)5826        - [Методы](https://python-all.ru/3.12/c-api/init.html#methods)5827      - [API локального хранилища потоков (TLS)](https://python-all.ru/3.12/c-api/init.html#thread-local-storage-tls-api)5828  - [Конфигурация инициализации Python](https://python-all.ru/3.12/c-api/init_config.html)58295830    - [Пример](https://python-all.ru/3.12/c-api/init_config.html#example)5831    - [PyWideStringList](https://python-all.ru/3.12/c-api/init_config.html#pywidestringlist)5832    - [PyStatus](https://python-all.ru/3.12/c-api/init_config.html#pystatus)5833    - [PyPreConfig](https://python-all.ru/3.12/c-api/init_config.html#pypreconfig)5834    - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3.12/c-api/init_config.html#preinitialize-python-with-pypreconfig)5835    - [PyConfig](https://python-all.ru/3.12/c-api/init_config.html#pyconfig)5836    - [Инициализация с помощью PyConfig](https://python-all.ru/3.12/c-api/init_config.html#initialization-with-pyconfig)5837    - [Изолированная конфигурация](https://python-all.ru/3.12/c-api/init_config.html#isolated-configuration)5838    - [Конфигурация Python](https://python-all.ru/3.12/c-api/init_config.html#python-configuration)5839    - [Конфигурация путей Python](https://python-all.ru/3.12/c-api/init_config.html#python-path-configuration)5840    - [Py\_RunMain()](https://python-all.ru/3.12/c-api/init_config.html#py-runmain)5841    - [Py\_GetArgcArgv()](https://python-all.ru/3.12/c-api/init_config.html#py-getargcargv)5842    - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.12/c-api/init_config.html#multi-phase-initialization-private-provisional-api)5843  - [Управление памятью](https://python-all.ru/3.12/c-api/memory.html)58445845    - [Обзор](https://python-all.ru/3.12/c-api/memory.html#overview)5846    - [Домены аллокаторов](https://python-all.ru/3.12/c-api/memory.html#allocator-domains)5847    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.12/c-api/memory.html#raw-memory-interface)5848    - [Интерфейс памяти](https://python-all.ru/3.12/c-api/memory.html#memory-interface)5849    - [Аллокаторы объектов](https://python-all.ru/3.12/c-api/memory.html#object-allocators)5850    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.12/c-api/memory.html#default-memory-allocators)5851    - [Настройка аллокаторов памяти](https://python-all.ru/3.12/c-api/memory.html#customize-memory-allocators)5852    - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3.12/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)5853    - [Аллокатор pymalloc](https://python-all.ru/3.12/c-api/memory.html#the-pymalloc-allocator)58545855      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.12/c-api/memory.html#customize-pymalloc-arena-allocator)5856    - [C API модуля tracemalloc](https://python-all.ru/3.12/c-api/memory.html#tracemalloc-c-api)5857    - [Примеры](https://python-all.ru/3.12/c-api/memory.html#examples)5858  - [Поддержка реализации объектов](https://python-all.ru/3.12/c-api/objimpl.html)58595860    - [Выделение объектов в куче](https://python-all.ru/3.12/c-api/allocation.html)5861    - [Общие структуры объектов](https://python-all.ru/3.12/c-api/structures.html)58625863      - [Базовые типы объектов и макросы](https://python-all.ru/3.12/c-api/structures.html#base-object-types-and-macros)5864      - [Реализация функций и методов](https://python-all.ru/3.12/c-api/structures.html#implementing-functions-and-methods)5865      - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.12/c-api/structures.html#accessing-attributes-of-extension-types)58665867        - [Флаги членов](https://python-all.ru/3.12/c-api/structures.html#member-flags)5868        - [Типы членов](https://python-all.ru/3.12/c-api/structures.html#member-types)5869        - [Определение геттеров и сеттеров](https://python-all.ru/3.12/c-api/structures.html#defining-getters-and-setters)5870    - [Структуры объектов типов](https://python-all.ru/3.12/c-api/typeobj.html)58715872      - [Краткий справочник](https://python-all.ru/3.12/c-api/typeobj.html#quick-reference)58735874        - [“tp slots”](https://python-all.ru/3.12/c-api/typeobj.html#tp-slots)5875        - [под-слоты](https://python-all.ru/3.12/c-api/typeobj.html#sub-slots)5876        - [typedefs слотов](https://python-all.ru/3.12/c-api/typeobj.html#slot-typedefs)5877      - [Определение PyTypeObject](https://python-all.ru/3.12/c-api/typeobj.html#pytypeobject-definition)5878      - [Слоты PyObject](https://python-all.ru/3.12/c-api/typeobj.html#pyobject-slots)5879      - [Слоты PyVarObject](https://python-all.ru/3.12/c-api/typeobj.html#pyvarobject-slots)5880      - [Слоты PyTypeObject](https://python-all.ru/3.12/c-api/typeobj.html#pytypeobject-slots)5881      - [Статические типы](https://python-all.ru/3.12/c-api/typeobj.html#static-types)5882      - [Типы в куче](https://python-all.ru/3.12/c-api/typeobj.html#heap-types)5883      - [Структуры числовых объектов](https://python-all.ru/3.12/c-api/typeobj.html#number-object-structures)5884      - [Структуры объектов отображений](https://python-all.ru/3.12/c-api/typeobj.html#mapping-object-structures)5885      - [Структуры объектов последовательностей](https://python-all.ru/3.12/c-api/typeobj.html#sequence-object-structures)5886      - [Структуры буферных объектов](https://python-all.ru/3.12/c-api/typeobj.html#buffer-object-structures)5887      - [Структуры асинхронных объектов](https://python-all.ru/3.12/c-api/typeobj.html#async-object-structures)5888      - [typedefs типов слотов](https://python-all.ru/3.12/c-api/typeobj.html#slot-type-typedefs)5889      - [Примеры](https://python-all.ru/3.12/c-api/typeobj.html#examples)5890    - [Поддержка циклической сборки мусора](https://python-all.ru/3.12/c-api/gcsupport.html)58915892      - [Управление состоянием сборщика мусора](https://python-all.ru/3.12/c-api/gcsupport.html#controlling-the-garbage-collector-state)5893      - [Запрос состояния сборщика мусора](https://python-all.ru/3.12/c-api/gcsupport.html#querying-garbage-collector-state)5894  - [Версионирование API и ABI](https://python-all.ru/3.12/c-api/apiabiversion.html)5895- [Установка модулей Python](https://python-all.ru/3.12/installing/index.html)58965897  - [Ключевые термины](https://python-all.ru/3.12/installing/index.html#key-terms)5898  - [Основы использования](https://python-all.ru/3.12/installing/index.html#basic-usage)5899  - [Как мне …?](https://python-all.ru/3.12/installing/index.html#how-do-i)59005901    - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.12/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)5902    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.12/installing/index.html#install-packages-just-for-the-current-user)5903    - [… установить научные пакеты Python?](https://python-all.ru/3.12/installing/index.html#install-scientific-python-packages)5904    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.12/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)5905  - [Распространённые проблемы установки](https://python-all.ru/3.12/installing/index.html#common-installation-issues)59065907    - [Установка в системный Python на Linux](https://python-all.ru/3.12/installing/index.html#installing-into-the-system-python-on-linux)5908    - [Pip не установлен](https://python-all.ru/3.12/installing/index.html#pip-not-installed)5909    - [Установка бинарных расширений](https://python-all.ru/3.12/installing/index.html#installing-binary-extensions)5910- [Руководства Python HOWTO](https://python-all.ru/3.12/howto/index.html)5911- [Часто задаваемые вопросы по Python](https://python-all.ru/3.12/faq/index.html)59125913  - [Общие вопросы по Python](https://python-all.ru/3.12/faq/general.html)59145915    - [Общая информация](https://python-all.ru/3.12/faq/general.html#general-information)5916    - [Python в реальном мире](https://python-all.ru/3.12/faq/general.html#python-in-the-real-world)5917  - [Вопросы по программированию](https://python-all.ru/3.12/faq/programming.html)59185919    - [Общие вопросы](https://python-all.ru/3.12/faq/programming.html#general-questions)5920    - [Основы языка](https://python-all.ru/3.12/faq/programming.html#core-language)5921    - [Числа и строки](https://python-all.ru/3.12/faq/programming.html#numbers-and-strings)5922    - [Производительность](https://python-all.ru/3.12/faq/programming.html#performance)5923    - [Последовательности (кортежи/списки)](https://python-all.ru/3.12/faq/programming.html#sequences-tuples-lists)5924    - [Объекты](https://python-all.ru/3.12/faq/programming.html#objects)5925    - [Модули](https://python-all.ru/3.12/faq/programming.html#modules)5926  - [Вопросы по дизайну и истории](https://python-all.ru/3.12/faq/design.html)59275928    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.12/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)5929    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.12/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)5930    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.12/faq/design.html#why-are-floating-point-calculations-so-inaccurate)5931    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.12/faq/design.html#why-are-python-strings-immutable)5932    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.12/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)5933    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.12/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)5934    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.12/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)5935    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.12/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)5936    - [Насколько быстры исключения?](https://python-all.ru/3.12/faq/design.html#how-fast-are-exceptions)5937    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.12/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)5938    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.12/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)5939    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.12/faq/design.html#why-can-t-lambda-expressions-contain-statements)5940    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.12/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)5941    - [Как Python управляет памятью?](https://python-all.ru/3.12/faq/design.html#how-does-python-manage-memory)5942    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.12/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)5943    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.12/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)5944    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.12/faq/design.html#why-are-there-separate-tuple-and-list-data-types)5945    - [Как списки реализованы в CPython?](https://python-all.ru/3.12/faq/design.html#how-are-lists-implemented-in-cpython)5946    - [Как словари реализованы в CPython?](https://python-all.ru/3.12/faq/design.html#how-are-dictionaries-implemented-in-cpython)5947    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.12/faq/design.html#why-must-dictionary-keys-be-immutable)5948    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.12/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)5949    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.12/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)5950    - [Почему нет goto?](https://python-all.ru/3.12/faq/design.html#why-is-there-no-goto)5951    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.12/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)5952    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.12/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)5953    - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.12/faq/design.html#why-don-t-generators-support-the-with-statement)5954    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.12/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)5955    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.12/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)5956  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.12/faq/library.html)59575958    - [Общие вопросы по библиотекам](https://python-all.ru/3.12/faq/library.html#general-library-questions)5959    - [Типовые задачи](https://python-all.ru/3.12/faq/library.html#common-tasks)5960    - [Потоки](https://python-all.ru/3.12/faq/library.html#threads)5961    - [Ввод и вывод](https://python-all.ru/3.12/faq/library.html#input-and-output)5962    - [Сетевое и интернет-программирование](https://python-all.ru/3.12/faq/library.html#network-internet-programming)5963    - [Базы данных](https://python-all.ru/3.12/faq/library.html#databases)5964    - [Математика и численные методы](https://python-all.ru/3.12/faq/library.html#mathematics-and-numerics)5965  - [FAQ по расширению и встраиванию](https://python-all.ru/3.12/faq/extending.html)59665967    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.12/faq/extending.html#can-i-create-my-own-functions-in-c)5968    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.12/faq/extending.html#id1)5969    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.12/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)5970    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.12/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)5971    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.12/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)5972    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.12/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)5973    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.12/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)5974    - [Как вызвать метод объекта из C?](https://python-all.ru/3.12/faq/extending.html#how-do-i-call-an-object-s-method-from-c)5975    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.12/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)5976    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.12/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)5977    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.12/faq/extending.html#how-do-i-interface-to-c-objects-from-python)5978    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.12/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)5979    - [Как отлаживать расширение?](https://python-all.ru/3.12/faq/extending.html#how-do-i-debug-an-extension)5980    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.12/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)5981    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.12/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)5982    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.12/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)5983    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.12/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)5984  - [FAQ по Python в Windows](https://python-all.ru/3.12/faq/windows.html)59855986    - [Как запустить программу Python в Windows?](https://python-all.ru/3.12/faq/windows.html#how-do-i-run-a-python-program-under-windows)5987    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.12/faq/windows.html#how-do-i-make-python-scripts-executable)5988    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.12/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)5989    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.12/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)5990    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.12/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)5991    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.12/faq/windows.html#how-can-i-embed-python-into-a-windows-application)5992    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.12/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)5993    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.12/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)5994    - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3.12/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)5995  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.12/faq/gui.html)59965997    - [Общие вопросы по GUI](https://python-all.ru/3.12/faq/gui.html#general-gui-questions)5998    - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.12/faq/gui.html#what-gui-toolkits-exist-for-python)5999    - [Вопросы по Tkinter](https://python-all.ru/3.12/faq/gui.html#tkinter-questions)6000  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.12/faq/installed.html)60016002    - [Что такое Python?](https://python-all.ru/3.12/faq/installed.html#what-is-python)6003    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.12/faq/installed.html#why-is-python-installed-on-my-machine)6004    - [Можно ли удалить Python?](https://python-all.ru/3.12/faq/installed.html#can-i-delete-python)6005- [Устаревания](https://python-all.ru/3.12/deprecations/index.html)60066007  - [Запланировано к удалению в Python 3.13](https://python-all.ru/3.12/deprecations/index.html#pending-removal-in-python-3-13)6008  - [Ожидается удаление в Python 3.14](https://python-all.ru/3.12/deprecations/index.html#pending-removal-in-python-3-14)6009  - [Ожидается удаление в Python 3.15](https://python-all.ru/3.12/deprecations/index.html#pending-removal-in-python-3-15)6010  - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.12/deprecations/index.html#pending-removal-in-python-3-16)6011  - [Ожидается удаление в будущих версиях](https://python-all.ru/3.12/deprecations/index.html#pending-removal-in-future-versions)6012  - [Устаревшие возможности C API](https://python-all.ru/3.12/deprecations/index.html#c-api-deprecations)60136014    - [Ожидается удаление в Python 3.14](https://python-all.ru/3.12/deprecations/index.html#id1)6015    - [Ожидается удаление в Python 3.15](https://python-all.ru/3.12/deprecations/index.html#id2)6016    - [Ожидается удаление в будущих версиях](https://python-all.ru/3.12/deprecations/index.html#id3)6017- [Глоссарий](https://python-all.ru/3.12/glossary.html)6018- [Об этой документации](https://python-all.ru/3.12/about.html)60196020  - [Авторы документации Python](https://python-all.ru/3.12/about.html#contributors-to-the-python-documentation)6021- [Работа с ошибками](https://python-all.ru/3.12/bugs.html)60226023  - [Ошибки в документации](https://python-all.ru/3.12/bugs.html#documentation-bugs)6024  - [Использование трекера задач Python](https://python-all.ru/3.12/bugs.html#using-the-python-issue-tracker)6025  - [Начало работы: участие в разработке Python](https://python-all.ru/3.12/bugs.html#getting-started-contributing-to-python-yourself)6026- [Авторские права](https://python-all.ru/3.12/copyright.html)6027- [История и лицензия](https://python-all.ru/3.12/license.html)60286029  - [История программного обеспечения](https://python-all.ru/3.12/license.html#history-of-the-software)6030  - [Условия доступа и использования Python](https://python-all.ru/3.12/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)60316032    - [ЛИЦЕНЗИЯ PYTHON SOFTWARE FOUNDATION ВЕРСИЯ 2](https://python-all.ru/3.12/license.html#python-software-foundation-license-version-2)6033    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.12/license.html#beopen-com-license-agreement-for-python-2-0)6034    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.12/license.html#cnri-license-agreement-for-python-1-6-1)6035    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.12/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)6036    - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМИ УСЛОВИЯМИ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON](https://python-all.ru/3.12/license.html#zero-clause-bsd-license-for-code-in-the-python-documentation)6037  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.12/license.html#licenses-and-acknowledgements-for-incorporated-software)60386039    - [Вихрь Мерсенна](https://python-all.ru/3.12/license.html#mersenne-twister)6040    - [Сокеты](https://python-all.ru/3.12/license.html#sockets)6041    - [Асинхронные службы сокетов](https://python-all.ru/3.12/license.html#asynchronous-socket-services)6042    - [Управление cookie](https://python-all.ru/3.12/license.html#cookie-management)6043    - [Трассировка выполнения](https://python-all.ru/3.12/license.html#execution-tracing)6044    - [Функции UUencode и UUdecode](https://python-all.ru/3.12/license.html#uuencode-and-uudecode-functions)6045    - [XML-вызовы удалённых процедур](https://python-all.ru/3.12/license.html#xml-remote-procedure-calls)6046    - [test\_epoll](https://python-all.ru/3.12/license.html#test-epoll)6047    - [Select kqueue](https://python-all.ru/3.12/license.html#select-kqueue)6048    - [SipHash24](https://python-all.ru/3.12/license.html#siphash24)6049    - [strtod and dtoa](https://python-all.ru/3.12/license.html#strtod-and-dtoa)6050    - [OpenSSL](https://python-all.ru/3.12/license.html#openssl)6051    - [expat](https://python-all.ru/3.12/license.html#expat)6052    - [libffi](https://python-all.ru/3.12/license.html#libffi)6053    - [zlib](https://python-all.ru/3.12/license.html#zlib)6054    - [cfuhash](https://python-all.ru/3.12/license.html#cfuhash)6055    - [libmpdec](https://python-all.ru/3.12/license.html#libmpdec)6056    - [Тестовый набор W3C C14N](https://python-all.ru/3.12/license.html#w3c-c14n-test-suite)6057    - [Audioop](https://python-all.ru/3.12/license.html#audioop)6058    - [asyncio](https://python-all.ru/3.12/license.html#asyncio)6059