contents.md · Markdown – Документация Python
Документация Python неофициальный перевод

contents.md

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

1> **Источник:** https://python-all.ru/3.13/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.13/whatsnew/index.html)1011  - [Что нового в Python 3.13](https://python-all.ru/3.13/whatsnew/3.13.html)1213    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.13.html#summary-release-highlights)14    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.13.html#new-features)1516      - [Улучшенный интерактивный интерпретатор](https://python-all.ru/3.13/whatsnew/3.13.html#a-better-interactive-interpreter)17      - [Улучшенные сообщения об ошибках](https://python-all.ru/3.13/whatsnew/3.13.html#improved-error-messages)18      - [Свободнопоточный CPython](https://python-all.ru/3.13/whatsnew/3.13.html#free-threaded-cpython)19      - [Экспериментальный JIT-компилятор](https://python-all.ru/3.13/whatsnew/3.13.html#an-experimental-just-in-time-jit-compiler)20      - [Определена семантика мутаций для `locals()`](https://python-all.ru/3.13/whatsnew/3.13.html#defined-mutation-semantics-for-locals)21      - [Поддержка мобильных платформ](https://python-all.ru/3.13/whatsnew/3.13.html#support-for-mobile-platforms)22    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.13.html#other-language-changes)23    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.13.html#new-modules)24    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.13.html#improved-modules)2526      - [argparse](https://python-all.ru/3.13/whatsnew/3.13.html#argparse)27      - [array](https://python-all.ru/3.13/whatsnew/3.13.html#array)28      - [ast](https://python-all.ru/3.13/whatsnew/3.13.html#ast)29      - [asyncio](https://python-all.ru/3.13/whatsnew/3.13.html#asyncio)30      - [base64](https://python-all.ru/3.13/whatsnew/3.13.html#base64)31      - [compileall](https://python-all.ru/3.13/whatsnew/3.13.html#compileall)32      - [concurrent.futures](https://python-all.ru/3.13/whatsnew/3.13.html#concurrent-futures)33      - [configparser](https://python-all.ru/3.13/whatsnew/3.13.html#configparser)34      - [copy](https://python-all.ru/3.13/whatsnew/3.13.html#copy)35      - [ctypes](https://python-all.ru/3.13/whatsnew/3.13.html#ctypes)36      - [dbm](https://python-all.ru/3.13/whatsnew/3.13.html#dbm)37      - [dis](https://python-all.ru/3.13/whatsnew/3.13.html#dis)38      - [doctest](https://python-all.ru/3.13/whatsnew/3.13.html#doctest)39      - [email](https://python-all.ru/3.13/whatsnew/3.13.html#email)40      - [enum](https://python-all.ru/3.13/whatsnew/3.13.html#enum)41      - [fractions](https://python-all.ru/3.13/whatsnew/3.13.html#fractions)42      - [glob](https://python-all.ru/3.13/whatsnew/3.13.html#glob)43      - [importlib](https://python-all.ru/3.13/whatsnew/3.13.html#importlib)44      - [io](https://python-all.ru/3.13/whatsnew/3.13.html#io)45      - [ipaddress](https://python-all.ru/3.13/whatsnew/3.13.html#ipaddress)46      - [itertools](https://python-all.ru/3.13/whatsnew/3.13.html#itertools)47      - [marshal](https://python-all.ru/3.13/whatsnew/3.13.html#marshal)48      - [math](https://python-all.ru/3.13/whatsnew/3.13.html#math)49      - [mimetypes](https://python-all.ru/3.13/whatsnew/3.13.html#mimetypes)50      - [mmap](https://python-all.ru/3.13/whatsnew/3.13.html#mmap)51      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.13.html#multiprocessing)52      - [os](https://python-all.ru/3.13/whatsnew/3.13.html#os)53      - [os.path](https://python-all.ru/3.13/whatsnew/3.13.html#os-path)54      - [pathlib](https://python-all.ru/3.13/whatsnew/3.13.html#pathlib)55      - [pdb](https://python-all.ru/3.13/whatsnew/3.13.html#pdb)56      - [очередь](https://python-all.ru/3.13/whatsnew/3.13.html#queue)57      - [random](https://python-all.ru/3.13/whatsnew/3.13.html#random)58      - [re](https://python-all.ru/3.13/whatsnew/3.13.html#re)59      - [shutil](https://python-all.ru/3.13/whatsnew/3.13.html#shutil)60      - [site](https://python-all.ru/3.13/whatsnew/3.13.html#site)61      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.13.html#sqlite3)62      - [ssl](https://python-all.ru/3.13/whatsnew/3.13.html#ssl)63      - [statistics](https://python-all.ru/3.13/whatsnew/3.13.html#statistics)64      - [подпроцесс](https://python-all.ru/3.13/whatsnew/3.13.html#subprocess)65      - [sys](https://python-all.ru/3.13/whatsnew/3.13.html#sys)66      - [tempfile](https://python-all.ru/3.13/whatsnew/3.13.html#tempfile)67      - [time](https://python-all.ru/3.13/whatsnew/3.13.html#time)68      - [tkinter](https://python-all.ru/3.13/whatsnew/3.13.html#tkinter)69      - [traceback](https://python-all.ru/3.13/whatsnew/3.13.html#traceback)70      - [типы](https://python-all.ru/3.13/whatsnew/3.13.html#types)71      - [typing](https://python-all.ru/3.13/whatsnew/3.13.html#typing)72      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.13.html#unicodedata)73      - [venv](https://python-all.ru/3.13/whatsnew/3.13.html#venv)74      - [warnings](https://python-all.ru/3.13/whatsnew/3.13.html#warnings)75      - [xml](https://python-all.ru/3.13/whatsnew/3.13.html#xml)76      - [zipimport](https://python-all.ru/3.13/whatsnew/3.13.html#zipimport)77    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.13.html#optimizations)78    - [Удалённые модули и API](https://python-all.ru/3.13/whatsnew/3.13.html#removed-modules-and-apis)7980      - [PEP 594: Удаление «мёртвых батареек» из стандартной библиотеки](https://python-all.ru/3.13/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library)81      - [2to3](https://python-all.ru/3.13/whatsnew/3.13.html#to3)82      - [builtins](https://python-all.ru/3.13/whatsnew/3.13.html#builtins)83      - [configparser](https://python-all.ru/3.13/whatsnew/3.13.html#id3)84      - [importlib.metadata](https://python-all.ru/3.13/whatsnew/3.13.html#importlib-metadata)85      - [locale](https://python-all.ru/3.13/whatsnew/3.13.html#locale)86      - [opcode](https://python-all.ru/3.13/whatsnew/3.13.html#opcode)87      - [optparse](https://python-all.ru/3.13/whatsnew/3.13.html#optparse)88      - [pathlib](https://python-all.ru/3.13/whatsnew/3.13.html#id4)89      - [re](https://python-all.ru/3.13/whatsnew/3.13.html#id5)90      - [tkinter.tix](https://python-all.ru/3.13/whatsnew/3.13.html#tkinter-tix)91      - [turtle](https://python-all.ru/3.13/whatsnew/3.13.html#turtle)92      - [typing](https://python-all.ru/3.13/whatsnew/3.13.html#id6)93      - [unittest](https://python-all.ru/3.13/whatsnew/3.13.html#unittest)94      - [urllib](https://python-all.ru/3.13/whatsnew/3.13.html#urllib)95      - [webbrowser](https://python-all.ru/3.13/whatsnew/3.13.html#webbrowser)96    - [Новые объявления об устаревании](https://python-all.ru/3.13/whatsnew/3.13.html#new-deprecations)9798      - [Ожидается удаление в Python 3.14](https://python-all.ru/3.13/whatsnew/3.13.html#pending-removal-in-python-3-14)99      - [Ожидается удаление в Python 3.15](https://python-all.ru/3.13/whatsnew/3.13.html#pending-removal-in-python-3-15)100      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.13/whatsnew/3.13.html#pending-removal-in-python-3-16)101      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.13/whatsnew/3.13.html#pending-removal-in-python-3-17)102      - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.13/whatsnew/3.13.html#pending-removal-in-python-3-18)103      - [Ожидается удаление в будущих версиях](https://python-all.ru/3.13/whatsnew/3.13.html#pending-removal-in-future-versions)104    - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.13.html#cpython-bytecode-changes)105    - [Изменения C API](https://python-all.ru/3.13/whatsnew/3.13.html#c-api-changes)106107      - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.13.html#id7)108      - [Изменённые C API](https://python-all.ru/3.13/whatsnew/3.13.html#changed-c-apis)109      - [Изменения ограниченного C API](https://python-all.ru/3.13/whatsnew/3.13.html#limited-c-api-changes)110      - [Удалённые C API](https://python-all.ru/3.13/whatsnew/3.13.html#removed-c-apis)111      - [Устаревшие C API](https://python-all.ru/3.13/whatsnew/3.13.html#deprecated-c-apis)112113        - [Ожидается удаление в Python 3.14](https://python-all.ru/3.13/whatsnew/3.13.html#id8)114        - [Ожидается удаление в Python 3.15](https://python-all.ru/3.13/whatsnew/3.13.html#id9)115        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.13/whatsnew/3.13.html#id10)116        - [Ожидается удаление в будущих версиях](https://python-all.ru/3.13/whatsnew/3.13.html#id11)117    - [Изменения сборки](https://python-all.ru/3.13/whatsnew/3.13.html#build-changes)118    - [Перенос на Python 3.13](https://python-all.ru/3.13/whatsnew/3.13.html#porting-to-python-3-13)119120      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.13.html#changes-in-the-python-api)121      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.13.html#changes-in-the-c-api)122    - [Изменения в регрессионных тестах](https://python-all.ru/3.13/whatsnew/3.13.html#regression-test-changes)123    - [Заметные изменения в 3.13.1](https://python-all.ru/3.13/whatsnew/3.13.html#notable-changes-in-3-13-1)124125      - [sys](https://python-all.ru/3.13/whatsnew/3.13.html#id12)126    - [Заметные изменения в 3.13.4](https://python-all.ru/3.13/whatsnew/3.13.html#notable-changes-in-3-13-4)127128      - [os.path](https://python-all.ru/3.13/whatsnew/3.13.html#id13)129      - [tarfile](https://python-all.ru/3.13/whatsnew/3.13.html#tarfile)130  - [Что нового в Python 3.12](https://python-all.ru/3.13/whatsnew/3.12.html)131132    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.12.html#summary-release-highlights)133    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.12.html#new-features)134135      - [PEP 695: Синтаксис параметров типа](https://python-all.ru/3.13/whatsnew/3.12.html#pep-695-type-parameter-syntax)136      - [PEP 701: Формализация синтаксиса f-строк](https://python-all.ru/3.13/whatsnew/3.12.html#pep-701-syntactic-formalization-of-f-strings)137      - [PEP 684: GIL для каждого интерпретатора](https://python-all.ru/3.13/whatsnew/3.12.html#pep-684-a-per-interpreter-gil)138      - [PEP 669: Мониторинг с низким влиянием для CPython](https://python-all.ru/3.13/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython)139      - [PEP 688: Доступность протокола буфера в Python](https://python-all.ru/3.13/whatsnew/3.12.html#pep-688-making-the-buffer-protocol-accessible-in-python)140      - [PEP 709: Встраивание генераторных выражений](https://python-all.ru/3.13/whatsnew/3.12.html#pep-709-comprehension-inlining)141      - [Улучшенные сообщения об ошибках](https://python-all.ru/3.13/whatsnew/3.12.html#improved-error-messages)142    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.13/whatsnew/3.12.html#new-features-related-to-type-hints)143144      - [PEP 692: Использование `TypedDict` для более точной типизации `**kwargs`](https://python-all.ru/3.13/whatsnew/3.12.html#pep-692-using-typeddict-for-more-precise-kwargs-typing)145      - [PEP 698: Декоратор override для статической типизации](https://python-all.ru/3.13/whatsnew/3.12.html#pep-698-override-decorator-for-static-typing)146    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.12.html#other-language-changes)147    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.12.html#new-modules)148    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.12.html#improved-modules)149150      - [array](https://python-all.ru/3.13/whatsnew/3.12.html#array)151      - [asyncio](https://python-all.ru/3.13/whatsnew/3.12.html#asyncio)152      - [calendar](https://python-all.ru/3.13/whatsnew/3.12.html#calendar)153      - [csv](https://python-all.ru/3.13/whatsnew/3.12.html#csv)154      - [dis](https://python-all.ru/3.13/whatsnew/3.12.html#dis)155      - [fractions](https://python-all.ru/3.13/whatsnew/3.12.html#fractions)156      - [importlib.resources](https://python-all.ru/3.13/whatsnew/3.12.html#importlib-resources)157      - [inspect](https://python-all.ru/3.13/whatsnew/3.12.html#inspect)158      - [itertools](https://python-all.ru/3.13/whatsnew/3.12.html#itertools)159      - [math](https://python-all.ru/3.13/whatsnew/3.12.html#math)160      - [os](https://python-all.ru/3.13/whatsnew/3.12.html#os)161      - [os.path](https://python-all.ru/3.13/whatsnew/3.12.html#os-path)162      - [pathlib](https://python-all.ru/3.13/whatsnew/3.12.html#pathlib)163      - [platform](https://python-all.ru/3.13/whatsnew/3.12.html#platform)164      - [pdb](https://python-all.ru/3.13/whatsnew/3.12.html#pdb)165      - [random](https://python-all.ru/3.13/whatsnew/3.12.html#random)166      - [shutil](https://python-all.ru/3.13/whatsnew/3.12.html#shutil)167      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.12.html#sqlite3)168      - [statistics](https://python-all.ru/3.13/whatsnew/3.12.html#statistics)169      - [sys](https://python-all.ru/3.13/whatsnew/3.12.html#sys)170      - [tempfile](https://python-all.ru/3.13/whatsnew/3.12.html#tempfile)171      - [threading](https://python-all.ru/3.13/whatsnew/3.12.html#threading)172      - [tkinter](https://python-all.ru/3.13/whatsnew/3.12.html#tkinter)173      - [tokenize](https://python-all.ru/3.13/whatsnew/3.12.html#tokenize)174      - [типы](https://python-all.ru/3.13/whatsnew/3.12.html#types)175      - [typing](https://python-all.ru/3.13/whatsnew/3.12.html#typing)176      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.12.html#unicodedata)177      - [unittest](https://python-all.ru/3.13/whatsnew/3.12.html#unittest)178      - [uuid](https://python-all.ru/3.13/whatsnew/3.12.html#uuid)179    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.12.html#optimizations)180    - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.12.html#cpython-bytecode-changes)181    - [Демонстрации и инструменты](https://python-all.ru/3.13/whatsnew/3.12.html#demos-and-tools)182    - [Устарело](https://python-all.ru/3.13/whatsnew/3.12.html#deprecated)183184      - [Запланировано к удалению в Python 3.13](https://python-all.ru/3.13/whatsnew/3.12.html#pending-removal-in-python-3-13)185      - [Запланировано к удалению в Python 3.14](https://python-all.ru/3.13/whatsnew/3.12.html#pending-removal-in-python-3-14)186      - [Запланировано к удалению в Python 3.15](https://python-all.ru/3.13/whatsnew/3.12.html#pending-removal-in-python-3-15)187      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.13/whatsnew/3.12.html#pending-removal-in-python-3-16)188      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.13/whatsnew/3.12.html#pending-removal-in-python-3-17)189      - [Запланировано к удалению в будущих версиях](https://python-all.ru/3.13/whatsnew/3.12.html#pending-removal-in-future-versions)190    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.12.html#removed)191192      - [asynchat и asyncore](https://python-all.ru/3.13/whatsnew/3.12.html#asynchat-and-asyncore)193      - [configparser](https://python-all.ru/3.13/whatsnew/3.12.html#configparser)194      - [distutils](https://python-all.ru/3.13/whatsnew/3.12.html#distutils)195      - [ensurepip](https://python-all.ru/3.13/whatsnew/3.12.html#ensurepip)196      - [enum](https://python-all.ru/3.13/whatsnew/3.12.html#enum)197      - [ftplib](https://python-all.ru/3.13/whatsnew/3.12.html#ftplib)198      - [gzip](https://python-all.ru/3.13/whatsnew/3.12.html#gzip)199      - [hashlib](https://python-all.ru/3.13/whatsnew/3.12.html#hashlib)200      - [importlib](https://python-all.ru/3.13/whatsnew/3.12.html#importlib)201      - [imp](https://python-all.ru/3.13/whatsnew/3.12.html#imp)202      - [io](https://python-all.ru/3.13/whatsnew/3.12.html#io)203      - [locale](https://python-all.ru/3.13/whatsnew/3.12.html#locale)204      - [smtpd](https://python-all.ru/3.13/whatsnew/3.12.html#smtpd)205      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.12.html#id2)206      - [ssl](https://python-all.ru/3.13/whatsnew/3.12.html#ssl)207      - [unittest](https://python-all.ru/3.13/whatsnew/3.12.html#id3)208      - [webbrowser](https://python-all.ru/3.13/whatsnew/3.12.html#webbrowser)209      - [xml.etree.ElementTree](https://python-all.ru/3.13/whatsnew/3.12.html#xml-etree-elementtree)210      - [zipimport](https://python-all.ru/3.13/whatsnew/3.12.html#zipimport)211      - [Другие](https://python-all.ru/3.13/whatsnew/3.12.html#others)212    - [Переход на Python 3.12](https://python-all.ru/3.13/whatsnew/3.12.html#porting-to-python-3-12)213214      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.12.html#changes-in-the-python-api)215    - [Изменения сборки](https://python-all.ru/3.13/whatsnew/3.12.html#build-changes)216    - [Изменения C API](https://python-all.ru/3.13/whatsnew/3.12.html#c-api-changes)217218      - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.12.html#id4)219      - [Переход на Python 3.12](https://python-all.ru/3.13/whatsnew/3.12.html#id5)220      - [Устарело](https://python-all.ru/3.13/whatsnew/3.12.html#id6)221222        - [Запланировано к удалению в Python 3.14](https://python-all.ru/3.13/whatsnew/3.12.html#id7)223        - [Запланировано к удалению в Python 3.15](https://python-all.ru/3.13/whatsnew/3.12.html#id8)224        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.13/whatsnew/3.12.html#id9)225        - [Запланировано к удалению в будущих версиях](https://python-all.ru/3.13/whatsnew/3.12.html#id10)226      - [Удалённое](https://python-all.ru/3.13/whatsnew/3.12.html#id11)227  - [Что нового в Python 3.11](https://python-all.ru/3.13/whatsnew/3.11.html)228229    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.11.html#summary-release-highlights)230    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.11.html#new-features)231232      - [PEP 657: Точное указание местоположения ошибок в трассировках](https://python-all.ru/3.13/whatsnew/3.11.html#pep-657-fine-grained-error-locations-in-tracebacks)233      - [PEP 654: Группы исключений и `except*`](https://python-all.ru/3.13/whatsnew/3.11.html#pep-654-exception-groups-and-except)234      - [PEP 678: Исключения можно дополнять заметками](https://python-all.ru/3.13/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes)235      - [Улучшения программы запуска `py.exe` в Windows](https://python-all.ru/3.13/whatsnew/3.11.html#windows-py-exe-launcher-improvements)236    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.13/whatsnew/3.11.html#new-features-related-to-type-hints)237238      - [PEP 646: Вариативные дженерики](https://python-all.ru/3.13/whatsnew/3.11.html#pep-646-variadic-generics)239      - [PEP 655: Пометка отдельных `TypedDict` элементов как обязательных или необязательных](https://python-all.ru/3.13/whatsnew/3.11.html#pep-655-marking-individual-typeddict-items-as-required-or-not-required)240      - [PEP 673: тип `Self`](https://python-all.ru/3.13/whatsnew/3.11.html#pep-673-self-type)241      - [PEP 675: Тип произвольной литеральной строки](https://python-all.ru/3.13/whatsnew/3.11.html#pep-675-arbitrary-literal-string-type)242      - [PEP 681: Преобразования классов данных](https://python-all.ru/3.13/whatsnew/3.11.html#pep-681-data-class-transforms)243      - [PEP 563 может не стать будущим](https://python-all.ru/3.13/whatsnew/3.11.html#pep-563-may-not-be-the-future)244    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.11.html#other-language-changes)245    - [Прочие изменения реализации CPython](https://python-all.ru/3.13/whatsnew/3.11.html#other-cpython-implementation-changes)246    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.11.html#new-modules)247    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.11.html#improved-modules)248249      - [asyncio](https://python-all.ru/3.13/whatsnew/3.11.html#asyncio)250      - [contextlib](https://python-all.ru/3.13/whatsnew/3.11.html#contextlib)251      - [dataclasses](https://python-all.ru/3.13/whatsnew/3.11.html#dataclasses)252      - [datetime](https://python-all.ru/3.13/whatsnew/3.11.html#datetime)253      - [enum](https://python-all.ru/3.13/whatsnew/3.11.html#enum)254      - [fcntl](https://python-all.ru/3.13/whatsnew/3.11.html#fcntl)255      - [fractions](https://python-all.ru/3.13/whatsnew/3.11.html#fractions)256      - [functools](https://python-all.ru/3.13/whatsnew/3.11.html#functools)257      - [gzip](https://python-all.ru/3.13/whatsnew/3.11.html#gzip)258      - [hashlib](https://python-all.ru/3.13/whatsnew/3.11.html#hashlib)259      - [IDLE и idlelib](https://python-all.ru/3.13/whatsnew/3.11.html#whatsnew311-idle)260      - [inspect](https://python-all.ru/3.13/whatsnew/3.11.html#inspect)261      - [locale](https://python-all.ru/3.13/whatsnew/3.11.html#locale)262      - [logging](https://python-all.ru/3.13/whatsnew/3.11.html#logging)263      - [math](https://python-all.ru/3.13/whatsnew/3.11.html#math)264      - [оператор](https://python-all.ru/3.13/whatsnew/3.11.html#operator)265      - [os](https://python-all.ru/3.13/whatsnew/3.11.html#os)266      - [pathlib](https://python-all.ru/3.13/whatsnew/3.11.html#pathlib)267      - [re](https://python-all.ru/3.13/whatsnew/3.11.html#re)268      - [shutil](https://python-all.ru/3.13/whatsnew/3.11.html#shutil)269      - [сокет](https://python-all.ru/3.13/whatsnew/3.11.html#socket)270      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.11.html#sqlite3)271      - [строка](https://python-all.ru/3.13/whatsnew/3.11.html#string)272      - [sys](https://python-all.ru/3.13/whatsnew/3.11.html#sys)273      - [sysconfig](https://python-all.ru/3.13/whatsnew/3.11.html#sysconfig)274      - [tempfile](https://python-all.ru/3.13/whatsnew/3.11.html#tempfile)275      - [threading](https://python-all.ru/3.13/whatsnew/3.11.html#threading)276      - [time](https://python-all.ru/3.13/whatsnew/3.11.html#time)277      - [tkinter](https://python-all.ru/3.13/whatsnew/3.11.html#tkinter)278      - [traceback](https://python-all.ru/3.13/whatsnew/3.11.html#traceback)279      - [typing](https://python-all.ru/3.13/whatsnew/3.11.html#typing)280      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.11.html#unicodedata)281      - [unittest](https://python-all.ru/3.13/whatsnew/3.11.html#unittest)282      - [venv](https://python-all.ru/3.13/whatsnew/3.11.html#venv)283      - [warnings](https://python-all.ru/3.13/whatsnew/3.11.html#warnings)284      - [zipfile](https://python-all.ru/3.13/whatsnew/3.11.html#zipfile)285    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.11.html#optimizations)286    - [Более быстрый CPython](https://python-all.ru/3.13/whatsnew/3.11.html#faster-cpython)287288      - [Более быстрый запуск](https://python-all.ru/3.13/whatsnew/3.11.html#faster-startup)289290        - [Замороженные импорты / Статические объекты кода](https://python-all.ru/3.13/whatsnew/3.11.html#frozen-imports-static-code-objects)291      - [Более быстрое выполнение](https://python-all.ru/3.13/whatsnew/3.11.html#faster-runtime)292293        - [Более дешёвые и ленивые фреймы Python](https://python-all.ru/3.13/whatsnew/3.11.html#cheaper-lazy-python-frames)294        - [Встраиваемые вызовы функций Python](https://python-all.ru/3.13/whatsnew/3.11.html#inlined-python-function-calls)295        - [PEP 659: Специализирующийся адаптивный интерпретатор](https://python-all.ru/3.13/whatsnew/3.11.html#pep-659-specializing-adaptive-interpreter)296      - [Разное](https://python-all.ru/3.13/whatsnew/3.11.html#misc)297      - [Часто задаваемые вопросы](https://python-all.ru/3.13/whatsnew/3.11.html#faq)298299        - [Как следует писать код, чтобы воспользоваться этими ускорениями?](https://python-all.ru/3.13/whatsnew/3.11.html#how-should-i-write-my-code-to-utilize-these-speedups)300        - [Будет ли CPython 3.11 потреблять больше памяти?](https://python-all.ru/3.13/whatsnew/3.11.html#will-cpython-3-11-use-more-memory)301        - [Я не вижу ускорений в своей рабочей нагрузке. Почему?](https://python-all.ru/3.13/whatsnew/3.11.html#i-don-t-see-any-speedups-in-my-workload-why)302        - [Есть ли JIT-компилятор?](https://python-all.ru/3.13/whatsnew/3.11.html#is-there-a-jit-compiler)303      - [Общие сведения](https://python-all.ru/3.13/whatsnew/3.11.html#about)304    - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.11.html#cpython-bytecode-changes)305306      - [Новые опкоды](https://python-all.ru/3.13/whatsnew/3.11.html#new-opcodes)307      - [Заменённые опкоды](https://python-all.ru/3.13/whatsnew/3.11.html#replaced-opcodes)308      - [Изменённые/удалённые опкоды](https://python-all.ru/3.13/whatsnew/3.11.html#changed-removed-opcodes)309    - [Устарело](https://python-all.ru/3.13/whatsnew/3.11.html#deprecated)310311      - [Язык/Встроенные функции](https://python-all.ru/3.13/whatsnew/3.11.html#language-builtins)312      - [Модули](https://python-all.ru/3.13/whatsnew/3.11.html#modules)313      - [Стандартная библиотека](https://python-all.ru/3.13/whatsnew/3.11.html#standard-library)314    - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.13/whatsnew/3.11.html#pending-removal-in-python-3-12)315    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.11.html#removed)316    - [Переход на Python 3.11](https://python-all.ru/3.13/whatsnew/3.11.html#porting-to-python-3-11)317    - [Изменения сборки](https://python-all.ru/3.13/whatsnew/3.11.html#build-changes)318    - [Изменения C API](https://python-all.ru/3.13/whatsnew/3.11.html#c-api-changes)319320      - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.11.html#whatsnew311-c-api-new-features)321      - [Переход на Python 3.11](https://python-all.ru/3.13/whatsnew/3.11.html#whatsnew311-c-api-porting)322      - [Устарело](https://python-all.ru/3.13/whatsnew/3.11.html#whatsnew311-c-api-deprecated)323      - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.13/whatsnew/3.11.html#whatsnew311-c-api-pending-removal)324      - [Удалённое](https://python-all.ru/3.13/whatsnew/3.11.html#whatsnew311-c-api-removed)325    - [Заметные изменения в 3.11.4](https://python-all.ru/3.13/whatsnew/3.11.html#notable-changes-in-3-11-4)326327      - [tarfile](https://python-all.ru/3.13/whatsnew/3.11.html#tarfile)328    - [Заметные изменения в 3.11.5](https://python-all.ru/3.13/whatsnew/3.11.html#notable-changes-in-3-11-5)329330      - [OpenSSL](https://python-all.ru/3.13/whatsnew/3.11.html#openssl)331  - [Что нового в Python 3.10](https://python-all.ru/3.13/whatsnew/3.10.html)332333    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.10.html#summary-release-highlights)334    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.10.html#new-features)335336      - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3.13/whatsnew/3.10.html#parenthesized-context-managers)337      - [Улучшенные сообщения об ошибках](https://python-all.ru/3.13/whatsnew/3.10.html#better-error-messages)338339        - [SyntaxErrors](https://python-all.ru/3.13/whatsnew/3.10.html#syntaxerrors)340        - [IndentationErrors](https://python-all.ru/3.13/whatsnew/3.10.html#indentationerrors)341        - [AttributeErrors](https://python-all.ru/3.13/whatsnew/3.10.html#attributeerrors)342        - [NameErrors](https://python-all.ru/3.13/whatsnew/3.10.html#nameerrors)343      - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3.13/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)344      - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3.13/whatsnew/3.10.html#pep-634-structural-pattern-matching)345346        - [Синтаксис и операции](https://python-all.ru/3.13/whatsnew/3.10.html#syntax-and-operations)347        - [Декларативный подход](https://python-all.ru/3.13/whatsnew/3.10.html#declarative-approach)348        - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3.13/whatsnew/3.10.html#simple-pattern-match-to-a-literal)349350          - [Поведение без символа подстановки](https://python-all.ru/3.13/whatsnew/3.10.html#behavior-without-the-wildcard)351        - [Шаблоны с литералом и переменной](https://python-all.ru/3.13/whatsnew/3.10.html#patterns-with-a-literal-and-variable)352        - [Шаблоны и классы](https://python-all.ru/3.13/whatsnew/3.10.html#patterns-and-classes)353354          - [Шаблоны с позиционными параметрами](https://python-all.ru/3.13/whatsnew/3.10.html#patterns-with-positional-parameters)355        - [Вложенные шаблоны](https://python-all.ru/3.13/whatsnew/3.10.html#nested-patterns)356        - [Сложные шаблоны и символ подстановки](https://python-all.ru/3.13/whatsnew/3.10.html#complex-patterns-and-the-wildcard)357        - [Ограничитель](https://python-all.ru/3.13/whatsnew/3.10.html#guard)358        - [Другие ключевые особенности](https://python-all.ru/3.13/whatsnew/3.10.html#other-key-features)359      - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3.13/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)360    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.13/whatsnew/3.10.html#new-features-related-to-type-hints)361362      - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3.13/whatsnew/3.10.html#pep-604-new-type-union-operator)363      - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3.13/whatsnew/3.10.html#pep-612-parameter-specification-variables)364      - [PEP 613: TypeAlias](https://python-all.ru/3.13/whatsnew/3.10.html#pep-613-typealias)365      - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3.13/whatsnew/3.10.html#pep-647-user-defined-type-guards)366    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.10.html#other-language-changes)367    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.10.html#new-modules)368    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.10.html#improved-modules)369370      - [asyncio](https://python-all.ru/3.13/whatsnew/3.10.html#asyncio)371      - [argparse](https://python-all.ru/3.13/whatsnew/3.10.html#argparse)372      - [array](https://python-all.ru/3.13/whatsnew/3.10.html#array)373      - [asynchat, asyncore, smtpd](https://python-all.ru/3.13/whatsnew/3.10.html#asynchat-asyncore-smtpd)374      - [base64](https://python-all.ru/3.13/whatsnew/3.10.html#base64)375      - [bdb](https://python-all.ru/3.13/whatsnew/3.10.html#bdb)376      - [bisect](https://python-all.ru/3.13/whatsnew/3.10.html#bisect)377      - [codecs](https://python-all.ru/3.13/whatsnew/3.10.html#codecs)378      - [collections.abc](https://python-all.ru/3.13/whatsnew/3.10.html#collections-abc)379      - [contextlib](https://python-all.ru/3.13/whatsnew/3.10.html#contextlib)380      - [curses](https://python-all.ru/3.13/whatsnew/3.10.html#curses)381      - [dataclasses](https://python-all.ru/3.13/whatsnew/3.10.html#dataclasses)382383        - [\_\_slots\_\_](https://python-all.ru/3.13/whatsnew/3.10.html#slots)384        - [Поля, задаваемые только по ключу](https://python-all.ru/3.13/whatsnew/3.10.html#keyword-only-fields)385      - [distutils](https://python-all.ru/3.13/whatsnew/3.10.html#distutils)386      - [doctest](https://python-all.ru/3.13/whatsnew/3.10.html#doctest)387      - [encodings](https://python-all.ru/3.13/whatsnew/3.10.html#encodings)388      - [enum](https://python-all.ru/3.13/whatsnew/3.10.html#enum)389      - [fileinput](https://python-all.ru/3.13/whatsnew/3.10.html#fileinput)390      - [faulthandler](https://python-all.ru/3.13/whatsnew/3.10.html#faulthandler)391      - [gc](https://python-all.ru/3.13/whatsnew/3.10.html#gc)392      - [glob](https://python-all.ru/3.13/whatsnew/3.10.html#glob)393      - [hashlib](https://python-all.ru/3.13/whatsnew/3.10.html#hashlib)394      - [hmac](https://python-all.ru/3.13/whatsnew/3.10.html#hmac)395      - [IDLE и idlelib](https://python-all.ru/3.13/whatsnew/3.10.html#idle-and-idlelib)396      - [importlib.metadata](https://python-all.ru/3.13/whatsnew/3.10.html#importlib-metadata)397      - [inspect](https://python-all.ru/3.13/whatsnew/3.10.html#inspect)398      - [itertools](https://python-all.ru/3.13/whatsnew/3.10.html#itertools)399      - [linecache](https://python-all.ru/3.13/whatsnew/3.10.html#linecache)400      - [os](https://python-all.ru/3.13/whatsnew/3.10.html#os)401      - [os.path](https://python-all.ru/3.13/whatsnew/3.10.html#os-path)402      - [pathlib](https://python-all.ru/3.13/whatsnew/3.10.html#pathlib)403      - [platform](https://python-all.ru/3.13/whatsnew/3.10.html#platform)404      - [pprint](https://python-all.ru/3.13/whatsnew/3.10.html#pprint)405      - [py\_compile](https://python-all.ru/3.13/whatsnew/3.10.html#py-compile)406      - [pyclbr](https://python-all.ru/3.13/whatsnew/3.10.html#pyclbr)407      - [shelve](https://python-all.ru/3.13/whatsnew/3.10.html#shelve)408      - [statistics](https://python-all.ru/3.13/whatsnew/3.10.html#statistics)409      - [site](https://python-all.ru/3.13/whatsnew/3.10.html#site)410      - [сокет](https://python-all.ru/3.13/whatsnew/3.10.html#socket)411      - [ssl](https://python-all.ru/3.13/whatsnew/3.10.html#ssl)412      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.10.html#sqlite3)413      - [sys](https://python-all.ru/3.13/whatsnew/3.10.html#sys)414      - [\_thread](https://python-all.ru/3.13/whatsnew/3.10.html#thread)415      - [threading](https://python-all.ru/3.13/whatsnew/3.10.html#threading)416      - [traceback](https://python-all.ru/3.13/whatsnew/3.10.html#traceback)417      - [типы](https://python-all.ru/3.13/whatsnew/3.10.html#types)418      - [typing](https://python-all.ru/3.13/whatsnew/3.10.html#typing)419      - [unittest](https://python-all.ru/3.13/whatsnew/3.10.html#unittest)420      - [urllib.parse](https://python-all.ru/3.13/whatsnew/3.10.html#urllib-parse)421      - [xml](https://python-all.ru/3.13/whatsnew/3.10.html#xml)422      - [zipimport](https://python-all.ru/3.13/whatsnew/3.10.html#zipimport)423    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.10.html#optimizations)424    - [Устарело](https://python-all.ru/3.13/whatsnew/3.10.html#deprecated)425    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.10.html#removed)426    - [Перенос на Python 3.10](https://python-all.ru/3.13/whatsnew/3.10.html#porting-to-python-3-10)427428      - [Изменения в синтаксисе Python](https://python-all.ru/3.13/whatsnew/3.10.html#changes-in-the-python-syntax)429      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.10.html#changes-in-the-python-api)430      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.10.html#changes-in-the-c-api)431    - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.10.html#cpython-bytecode-changes)432    - [Изменения сборки](https://python-all.ru/3.13/whatsnew/3.10.html#build-changes)433    - [Изменения C API](https://python-all.ru/3.13/whatsnew/3.10.html#c-api-changes)434435      - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3.13/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)436      - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.10.html#id1)437      - [Перенос на Python 3.10](https://python-all.ru/3.13/whatsnew/3.10.html#id2)438      - [Устарело](https://python-all.ru/3.13/whatsnew/3.10.html#id3)439      - [Удалённое](https://python-all.ru/3.13/whatsnew/3.10.html#id4)440    - [Важная функция безопасности в 3.10.7](https://python-all.ru/3.13/whatsnew/3.10.html#notable-security-feature-in-3-10-7)441    - [Важная функция безопасности в 3.10.8](https://python-all.ru/3.13/whatsnew/3.10.html#notable-security-feature-in-3-10-8)442    - [Важные изменения в 3.10.12](https://python-all.ru/3.13/whatsnew/3.10.html#notable-changes-in-3-10-12)443444      - [tarfile](https://python-all.ru/3.13/whatsnew/3.10.html#tarfile)445  - [Что нового в Python 3.9](https://python-all.ru/3.13/whatsnew/3.9.html)446447    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.9.html#summary-release-highlights)448    - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.13/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)449    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.9.html#new-features)450451      - [Операторы слияния и обновления словарей](https://python-all.ru/3.13/whatsnew/3.9.html#dictionary-merge-update-operators)452      - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3.13/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)453      - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3.13/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)454      - [Новый парсер](https://python-all.ru/3.13/whatsnew/3.9.html#new-parser)455    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.9.html#other-language-changes)456    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.9.html#new-modules)457458      - [zoneinfo](https://python-all.ru/3.13/whatsnew/3.9.html#zoneinfo)459      - [graphlib](https://python-all.ru/3.13/whatsnew/3.9.html#graphlib)460    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.9.html#improved-modules)461462      - [ast](https://python-all.ru/3.13/whatsnew/3.9.html#ast)463      - [asyncio](https://python-all.ru/3.13/whatsnew/3.9.html#asyncio)464      - [compileall](https://python-all.ru/3.13/whatsnew/3.9.html#compileall)465      - [concurrent.futures](https://python-all.ru/3.13/whatsnew/3.9.html#concurrent-futures)466      - [curses](https://python-all.ru/3.13/whatsnew/3.9.html#curses)467      - [datetime](https://python-all.ru/3.13/whatsnew/3.9.html#datetime)468      - [distutils](https://python-all.ru/3.13/whatsnew/3.9.html#distutils)469      - [fcntl](https://python-all.ru/3.13/whatsnew/3.9.html#fcntl)470      - [ftplib](https://python-all.ru/3.13/whatsnew/3.9.html#ftplib)471      - [gc](https://python-all.ru/3.13/whatsnew/3.9.html#gc)472      - [hashlib](https://python-all.ru/3.13/whatsnew/3.9.html#hashlib)473      - [http](https://python-all.ru/3.13/whatsnew/3.9.html#http)474      - [IDLE и idlelib](https://python-all.ru/3.13/whatsnew/3.9.html#idle-and-idlelib)475      - [imaplib](https://python-all.ru/3.13/whatsnew/3.9.html#imaplib)476      - [importlib](https://python-all.ru/3.13/whatsnew/3.9.html#importlib)477      - [inspect](https://python-all.ru/3.13/whatsnew/3.9.html#inspect)478      - [ipaddress](https://python-all.ru/3.13/whatsnew/3.9.html#ipaddress)479      - [math](https://python-all.ru/3.13/whatsnew/3.9.html#math)480      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.9.html#multiprocessing)481      - [nntplib](https://python-all.ru/3.13/whatsnew/3.9.html#nntplib)482      - [os](https://python-all.ru/3.13/whatsnew/3.9.html#os)483      - [pathlib](https://python-all.ru/3.13/whatsnew/3.9.html#pathlib)484      - [pdb](https://python-all.ru/3.13/whatsnew/3.9.html#pdb)485      - [poplib](https://python-all.ru/3.13/whatsnew/3.9.html#poplib)486      - [pprint](https://python-all.ru/3.13/whatsnew/3.9.html#pprint)487      - [pydoc](https://python-all.ru/3.13/whatsnew/3.9.html#pydoc)488      - [random](https://python-all.ru/3.13/whatsnew/3.9.html#random)489      - [signal](https://python-all.ru/3.13/whatsnew/3.9.html#signal)490      - [smtplib](https://python-all.ru/3.13/whatsnew/3.9.html#smtplib)491      - [сокет](https://python-all.ru/3.13/whatsnew/3.9.html#socket)492      - [time](https://python-all.ru/3.13/whatsnew/3.9.html#time)493      - [sys](https://python-all.ru/3.13/whatsnew/3.9.html#sys)494      - [tracemalloc](https://python-all.ru/3.13/whatsnew/3.9.html#tracemalloc)495      - [typing](https://python-all.ru/3.13/whatsnew/3.9.html#typing)496      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.9.html#unicodedata)497      - [venv](https://python-all.ru/3.13/whatsnew/3.9.html#venv)498      - [xml](https://python-all.ru/3.13/whatsnew/3.9.html#xml)499    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.9.html#optimizations)500    - [Устарело](https://python-all.ru/3.13/whatsnew/3.9.html#deprecated)501    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.9.html#removed)502    - [Перенос на Python 3.9](https://python-all.ru/3.13/whatsnew/3.9.html#porting-to-python-3-9)503504      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.9.html#changes-in-the-python-api)505      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.9.html#changes-in-the-c-api)506      - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.9.html#cpython-bytecode-changes)507    - [Изменения сборки](https://python-all.ru/3.13/whatsnew/3.9.html#build-changes)508    - [Изменения C API](https://python-all.ru/3.13/whatsnew/3.9.html#c-api-changes)509510      - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.9.html#id1)511      - [Перенос на Python 3.9](https://python-all.ru/3.13/whatsnew/3.9.html#id2)512      - [Удалённое](https://python-all.ru/3.13/whatsnew/3.9.html#id3)513    - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.13/whatsnew/3.9.html#notable-changes-in-python-3-9-1)514515      - [typing](https://python-all.ru/3.13/whatsnew/3.9.html#id4)516      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.13/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)517    - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.13/whatsnew/3.9.html#notable-changes-in-python-3-9-2)518519      - [collections.abc](https://python-all.ru/3.13/whatsnew/3.9.html#collections-abc)520      - [urllib.parse](https://python-all.ru/3.13/whatsnew/3.9.html#urllib-parse)521    - [Заметные изменения в Python 3.9.3](https://python-all.ru/3.13/whatsnew/3.9.html#notable-changes-in-python-3-9-3)522    - [Заметные изменения в Python 3.9.5](https://python-all.ru/3.13/whatsnew/3.9.html#notable-changes-in-python-3-9-5)523524      - [urllib.parse](https://python-all.ru/3.13/whatsnew/3.9.html#id5)525    - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3.13/whatsnew/3.9.html#notable-security-feature-in-3-9-14)526    - [Заметные изменения в 3.9.17](https://python-all.ru/3.13/whatsnew/3.9.html#notable-changes-in-3-9-17)527528      - [tarfile](https://python-all.ru/3.13/whatsnew/3.9.html#tarfile)529  - [Что нового в Python 3.8](https://python-all.ru/3.13/whatsnew/3.8.html)530531    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.8.html#summary-release-highlights)532    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.8.html#new-features)533534      - [Присваивающие выражения](https://python-all.ru/3.13/whatsnew/3.8.html#assignment-expressions)535      - [Только позиционные параметры](https://python-all.ru/3.13/whatsnew/3.8.html#positional-only-parameters)536      - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.13/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)537      - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.13/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)538      - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.13/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)539      - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.13/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)540      - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.13/whatsnew/3.8.html#pep-587-python-initialization-configuration)541      - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.13/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)542      - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.13/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)543    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.8.html#other-language-changes)544    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.8.html#new-modules)545    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.8.html#improved-modules)546547      - [ast](https://python-all.ru/3.13/whatsnew/3.8.html#ast)548      - [asyncio](https://python-all.ru/3.13/whatsnew/3.8.html#asyncio)549      - [builtins](https://python-all.ru/3.13/whatsnew/3.8.html#builtins)550      - [collections](https://python-all.ru/3.13/whatsnew/3.8.html#collections)551      - [cProfile](https://python-all.ru/3.13/whatsnew/3.8.html#cprofile)552      - [csv](https://python-all.ru/3.13/whatsnew/3.8.html#csv)553      - [curses](https://python-all.ru/3.13/whatsnew/3.8.html#curses)554      - [ctypes](https://python-all.ru/3.13/whatsnew/3.8.html#ctypes)555      - [datetime](https://python-all.ru/3.13/whatsnew/3.8.html#datetime)556      - [functools](https://python-all.ru/3.13/whatsnew/3.8.html#functools)557      - [gc](https://python-all.ru/3.13/whatsnew/3.8.html#gc)558      - [gettext](https://python-all.ru/3.13/whatsnew/3.8.html#gettext)559      - [gzip](https://python-all.ru/3.13/whatsnew/3.8.html#gzip)560      - [IDLE и idlelib](https://python-all.ru/3.13/whatsnew/3.8.html#idle-and-idlelib)561      - [inspect](https://python-all.ru/3.13/whatsnew/3.8.html#inspect)562      - [io](https://python-all.ru/3.13/whatsnew/3.8.html#io)563      - [itertools](https://python-all.ru/3.13/whatsnew/3.8.html#itertools)564      - [json.tool](https://python-all.ru/3.13/whatsnew/3.8.html#json-tool)565      - [logging](https://python-all.ru/3.13/whatsnew/3.8.html#logging)566      - [math](https://python-all.ru/3.13/whatsnew/3.8.html#math)567      - [mmap](https://python-all.ru/3.13/whatsnew/3.8.html#mmap)568      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.8.html#multiprocessing)569      - [os](https://python-all.ru/3.13/whatsnew/3.8.html#os)570      - [os.path](https://python-all.ru/3.13/whatsnew/3.8.html#os-path)571      - [pathlib](https://python-all.ru/3.13/whatsnew/3.8.html#pathlib)572      - [pickle](https://python-all.ru/3.13/whatsnew/3.8.html#pickle)573      - [plistlib](https://python-all.ru/3.13/whatsnew/3.8.html#plistlib)574      - [pprint](https://python-all.ru/3.13/whatsnew/3.8.html#pprint)575      - [py\_compile](https://python-all.ru/3.13/whatsnew/3.8.html#py-compile)576      - [shlex](https://python-all.ru/3.13/whatsnew/3.8.html#shlex)577      - [shutil](https://python-all.ru/3.13/whatsnew/3.8.html#shutil)578      - [сокет](https://python-all.ru/3.13/whatsnew/3.8.html#socket)579      - [ssl](https://python-all.ru/3.13/whatsnew/3.8.html#ssl)580      - [statistics](https://python-all.ru/3.13/whatsnew/3.8.html#statistics)581      - [sys](https://python-all.ru/3.13/whatsnew/3.8.html#sys)582      - [tarfile](https://python-all.ru/3.13/whatsnew/3.8.html#tarfile)583      - [threading](https://python-all.ru/3.13/whatsnew/3.8.html#threading)584      - [tokenize](https://python-all.ru/3.13/whatsnew/3.8.html#tokenize)585      - [tkinter](https://python-all.ru/3.13/whatsnew/3.8.html#tkinter)586      - [time](https://python-all.ru/3.13/whatsnew/3.8.html#time)587      - [typing](https://python-all.ru/3.13/whatsnew/3.8.html#typing)588      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.8.html#unicodedata)589      - [unittest](https://python-all.ru/3.13/whatsnew/3.8.html#unittest)590      - [venv](https://python-all.ru/3.13/whatsnew/3.8.html#venv)591      - [weakref](https://python-all.ru/3.13/whatsnew/3.8.html#weakref)592      - [xml](https://python-all.ru/3.13/whatsnew/3.8.html#xml)593      - [xmlrpc](https://python-all.ru/3.13/whatsnew/3.8.html#xmlrpc)594    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.8.html#optimizations)595    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.8.html#build-and-c-api-changes)596    - [Устарело](https://python-all.ru/3.13/whatsnew/3.8.html#deprecated)597    - [Удаление API и возможностей](https://python-all.ru/3.13/whatsnew/3.8.html#api-and-feature-removals)598    - [Перенос на Python 3.8](https://python-all.ru/3.13/whatsnew/3.8.html#porting-to-python-3-8)599600      - [Изменения в поведении Python](https://python-all.ru/3.13/whatsnew/3.8.html#changes-in-python-behavior)601      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.8.html#changes-in-the-python-api)602      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.8.html#changes-in-the-c-api)603      - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.8.html#cpython-bytecode-changes)604      - [Демонстрации и инструменты](https://python-all.ru/3.13/whatsnew/3.8.html#demos-and-tools)605    - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-1)606    - [Заметные изменения в Python 3.8.2](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-2)607    - [Заметные изменения в Python 3.8.3](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-3)608    - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-8)609    - [Заметные изменения в Python 3.8.9](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-9)610    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-10)611612      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.13/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)613    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.13/whatsnew/3.8.html#id1)614615      - [urllib.parse](https://python-all.ru/3.13/whatsnew/3.8.html#urllib-parse)616    - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-python-3-8-12)617618      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.8.html#id2)619    - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3.13/whatsnew/3.8.html#notable-security-feature-in-3-8-14)620    - [Заметные изменения в 3.8.17](https://python-all.ru/3.13/whatsnew/3.8.html#notable-changes-in-3-8-17)621622      - [tarfile](https://python-all.ru/3.13/whatsnew/3.8.html#id3)623  - [Что нового в Python 3.7](https://python-all.ru/3.13/whatsnew/3.7.html)624625    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.7.html#summary-release-highlights)626    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.7.html#new-features)627628      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.13/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)629      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.13/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)630      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.13/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)631      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.13/whatsnew/3.7.html#pep-553-built-in-breakpoint)632      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.13/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)633      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.13/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)634      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.13/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)635      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.13/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)636      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.13/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)637      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.13/whatsnew/3.7.html#pep-552-hash-based-pyc-files)638      - [PEP 545: Переводы документации Python](https://python-all.ru/3.13/whatsnew/3.7.html#pep-545-python-documentation-translations)639      - [Режим разработки Python (-X dev)](https://python-all.ru/3.13/whatsnew/3.7.html#python-development-mode-x-dev)640    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.7.html#other-language-changes)641    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.7.html#new-modules)642643      - [contextvars](https://python-all.ru/3.13/whatsnew/3.7.html#contextvars)644      - [dataclasses](https://python-all.ru/3.13/whatsnew/3.7.html#dataclasses)645      - [importlib.resources](https://python-all.ru/3.13/whatsnew/3.7.html#importlib-resources)646    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.7.html#improved-modules)647648      - [argparse](https://python-all.ru/3.13/whatsnew/3.7.html#argparse)649      - [asyncio](https://python-all.ru/3.13/whatsnew/3.7.html#asyncio)650      - [binascii](https://python-all.ru/3.13/whatsnew/3.7.html#binascii)651      - [calendar](https://python-all.ru/3.13/whatsnew/3.7.html#calendar)652      - [collections](https://python-all.ru/3.13/whatsnew/3.7.html#collections)653      - [compileall](https://python-all.ru/3.13/whatsnew/3.7.html#compileall)654      - [concurrent.futures](https://python-all.ru/3.13/whatsnew/3.7.html#concurrent-futures)655      - [contextlib](https://python-all.ru/3.13/whatsnew/3.7.html#contextlib)656      - [cProfile](https://python-all.ru/3.13/whatsnew/3.7.html#cprofile)657      - [crypt](https://python-all.ru/3.13/whatsnew/3.7.html#crypt)658      - [datetime](https://python-all.ru/3.13/whatsnew/3.7.html#datetime)659      - [dbm](https://python-all.ru/3.13/whatsnew/3.7.html#dbm)660      - [decimal](https://python-all.ru/3.13/whatsnew/3.7.html#decimal)661      - [dis](https://python-all.ru/3.13/whatsnew/3.7.html#dis)662      - [distutils](https://python-all.ru/3.13/whatsnew/3.7.html#distutils)663      - [enum](https://python-all.ru/3.13/whatsnew/3.7.html#enum)664      - [functools](https://python-all.ru/3.13/whatsnew/3.7.html#functools)665      - [gc](https://python-all.ru/3.13/whatsnew/3.7.html#gc)666      - [hmac](https://python-all.ru/3.13/whatsnew/3.7.html#hmac)667      - [http.client](https://python-all.ru/3.13/whatsnew/3.7.html#http-client)668      - [http.server](https://python-all.ru/3.13/whatsnew/3.7.html#http-server)669      - [idlelib и IDLE](https://python-all.ru/3.13/whatsnew/3.7.html#idlelib-and-idle)670      - [importlib](https://python-all.ru/3.13/whatsnew/3.7.html#importlib)671      - [io](https://python-all.ru/3.13/whatsnew/3.7.html#io)672      - [ipaddress](https://python-all.ru/3.13/whatsnew/3.7.html#ipaddress)673      - [itertools](https://python-all.ru/3.13/whatsnew/3.7.html#itertools)674      - [locale](https://python-all.ru/3.13/whatsnew/3.7.html#locale)675      - [logging](https://python-all.ru/3.13/whatsnew/3.7.html#logging)676      - [math](https://python-all.ru/3.13/whatsnew/3.7.html#math)677      - [mimetypes](https://python-all.ru/3.13/whatsnew/3.7.html#mimetypes)678      - [msilib](https://python-all.ru/3.13/whatsnew/3.7.html#msilib)679      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.7.html#multiprocessing)680      - [os](https://python-all.ru/3.13/whatsnew/3.7.html#os)681      - [pathlib](https://python-all.ru/3.13/whatsnew/3.7.html#pathlib)682      - [pdb](https://python-all.ru/3.13/whatsnew/3.7.html#pdb)683      - [py\_compile](https://python-all.ru/3.13/whatsnew/3.7.html#py-compile)684      - [pydoc](https://python-all.ru/3.13/whatsnew/3.7.html#pydoc)685      - [очередь](https://python-all.ru/3.13/whatsnew/3.7.html#queue)686      - [re](https://python-all.ru/3.13/whatsnew/3.7.html#re)687      - [signal](https://python-all.ru/3.13/whatsnew/3.7.html#signal)688      - [сокет](https://python-all.ru/3.13/whatsnew/3.7.html#socket)689      - [socketserver](https://python-all.ru/3.13/whatsnew/3.7.html#socketserver)690      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.7.html#sqlite3)691      - [ssl](https://python-all.ru/3.13/whatsnew/3.7.html#ssl)692      - [строка](https://python-all.ru/3.13/whatsnew/3.7.html#string)693      - [подпроцесс](https://python-all.ru/3.13/whatsnew/3.7.html#subprocess)694      - [sys](https://python-all.ru/3.13/whatsnew/3.7.html#sys)695      - [time](https://python-all.ru/3.13/whatsnew/3.7.html#time)696      - [tkinter](https://python-all.ru/3.13/whatsnew/3.7.html#tkinter)697      - [tracemalloc](https://python-all.ru/3.13/whatsnew/3.7.html#tracemalloc)698      - [типы](https://python-all.ru/3.13/whatsnew/3.7.html#types)699      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.7.html#unicodedata)700      - [unittest](https://python-all.ru/3.13/whatsnew/3.7.html#unittest)701      - [unittest.mock](https://python-all.ru/3.13/whatsnew/3.7.html#unittest-mock)702      - [urllib.parse](https://python-all.ru/3.13/whatsnew/3.7.html#urllib-parse)703      - [uu](https://python-all.ru/3.13/whatsnew/3.7.html#uu)704      - [uuid](https://python-all.ru/3.13/whatsnew/3.7.html#uuid)705      - [warnings](https://python-all.ru/3.13/whatsnew/3.7.html#warnings)706      - [xml](https://python-all.ru/3.13/whatsnew/3.7.html#xml)707      - [xml.etree](https://python-all.ru/3.13/whatsnew/3.7.html#xml-etree)708      - [xmlrpc.server](https://python-all.ru/3.13/whatsnew/3.7.html#xmlrpc-server)709      - [zipapp](https://python-all.ru/3.13/whatsnew/3.7.html#zipapp)710      - [zipfile](https://python-all.ru/3.13/whatsnew/3.7.html#zipfile)711    - [Изменения C API](https://python-all.ru/3.13/whatsnew/3.7.html#c-api-changes)712    - [Изменения сборки](https://python-all.ru/3.13/whatsnew/3.7.html#build-changes)713    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.7.html#optimizations)714    - [Прочие изменения реализации CPython](https://python-all.ru/3.13/whatsnew/3.7.html#other-cpython-implementation-changes)715    - [Устаревшее поведение Python](https://python-all.ru/3.13/whatsnew/3.7.html#deprecated-python-behavior)716    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.13/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)717718      - [aifc](https://python-all.ru/3.13/whatsnew/3.7.html#aifc)719      - [asyncio](https://python-all.ru/3.13/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)720      - [collections](https://python-all.ru/3.13/whatsnew/3.7.html#id3)721      - [dbm](https://python-all.ru/3.13/whatsnew/3.7.html#id4)722      - [enum](https://python-all.ru/3.13/whatsnew/3.7.html#id5)723      - [gettext](https://python-all.ru/3.13/whatsnew/3.7.html#gettext)724      - [importlib](https://python-all.ru/3.13/whatsnew/3.7.html#id6)725      - [locale](https://python-all.ru/3.13/whatsnew/3.7.html#id7)726      - [macpath](https://python-all.ru/3.13/whatsnew/3.7.html#macpath)727      - [threading](https://python-all.ru/3.13/whatsnew/3.7.html#threading)728      - [сокет](https://python-all.ru/3.13/whatsnew/3.7.html#id8)729      - [ssl](https://python-all.ru/3.13/whatsnew/3.7.html#id9)730      - [sunau](https://python-all.ru/3.13/whatsnew/3.7.html#sunau)731      - [sys](https://python-all.ru/3.13/whatsnew/3.7.html#id10)732      - [wave](https://python-all.ru/3.13/whatsnew/3.7.html#wave)733    - [Устаревшие функции и типы C API](https://python-all.ru/3.13/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)734    - [Удаление поддержки платформ](https://python-all.ru/3.13/whatsnew/3.7.html#platform-support-removals)735    - [Удаление API и возможностей](https://python-all.ru/3.13/whatsnew/3.7.html#api-and-feature-removals)736    - [Удаление модулей](https://python-all.ru/3.13/whatsnew/3.7.html#module-removals)737    - [Изменения только для Windows](https://python-all.ru/3.13/whatsnew/3.7.html#windows-only-changes)738    - [Перенос на Python 3.7](https://python-all.ru/3.13/whatsnew/3.7.html#porting-to-python-3-7)739740      - [Изменения в поведении Python](https://python-all.ru/3.13/whatsnew/3.7.html#changes-in-python-behavior)741      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.7.html#changes-in-the-python-api)742      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.7.html#changes-in-the-c-api)743      - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.7.html#cpython-bytecode-changes)744      - [Изменения только для Windows](https://python-all.ru/3.13/whatsnew/3.7.html#id12)745      - [Прочие изменения реализации CPython](https://python-all.ru/3.13/whatsnew/3.7.html#id13)746    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.13/whatsnew/3.7.html#notable-changes-in-python-3-7-1)747    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.13/whatsnew/3.7.html#notable-changes-in-python-3-7-2)748    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.13/whatsnew/3.7.html#notable-changes-in-python-3-7-6)749    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.13/whatsnew/3.7.html#notable-changes-in-python-3-7-10)750    - [Заметные изменения в Python 3.7.11](https://python-all.ru/3.13/whatsnew/3.7.html#notable-changes-in-python-3-7-11)751    - [Важная функция безопасности в 3.7.14](https://python-all.ru/3.13/whatsnew/3.7.html#notable-security-feature-in-3-7-14)752  - [Что нового в Python 3.6](https://python-all.ru/3.13/whatsnew/3.6.html)753754    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.6.html#summary-release-highlights)755    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.6.html#new-features)756757      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.13/whatsnew/3.6.html#pep-498-formatted-string-literals)758      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.13/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)759      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.13/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)760      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.13/whatsnew/3.6.html#pep-525-asynchronous-generators)761      - [PEP 530: Асинхронные включения](https://python-all.ru/3.13/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)762      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.13/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)763      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.13/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)764      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.13/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)765      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.13/whatsnew/3.6.html#pep-495-local-time-disambiguation)766      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.13/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)767      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.13/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)768      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.13/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)769      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.13/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)770      - [Новая реализация dict](https://python-all.ru/3.13/whatsnew/3.6.html#new-dict-implementation)771      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.13/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)772      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.13/whatsnew/3.6.html#pythonmalloc-environment-variable)773      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.13/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)774    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.6.html#other-language-changes)775    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.6.html#new-modules)776777      - [secrets](https://python-all.ru/3.13/whatsnew/3.6.html#secrets)778    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.6.html#improved-modules)779780      - [array](https://python-all.ru/3.13/whatsnew/3.6.html#array)781      - [ast](https://python-all.ru/3.13/whatsnew/3.6.html#ast)782      - [asyncio](https://python-all.ru/3.13/whatsnew/3.6.html#asyncio)783      - [binascii](https://python-all.ru/3.13/whatsnew/3.6.html#binascii)784      - [cmath](https://python-all.ru/3.13/whatsnew/3.6.html#cmath)785      - [collections](https://python-all.ru/3.13/whatsnew/3.6.html#collections)786      - [concurrent.futures](https://python-all.ru/3.13/whatsnew/3.6.html#concurrent-futures)787      - [contextlib](https://python-all.ru/3.13/whatsnew/3.6.html#contextlib)788      - [datetime](https://python-all.ru/3.13/whatsnew/3.6.html#datetime)789      - [decimal](https://python-all.ru/3.13/whatsnew/3.6.html#decimal)790      - [distutils](https://python-all.ru/3.13/whatsnew/3.6.html#distutils)791      - [email](https://python-all.ru/3.13/whatsnew/3.6.html#email)792      - [encodings](https://python-all.ru/3.13/whatsnew/3.6.html#encodings)793      - [enum](https://python-all.ru/3.13/whatsnew/3.6.html#enum)794      - [faulthandler](https://python-all.ru/3.13/whatsnew/3.6.html#faulthandler)795      - [fileinput](https://python-all.ru/3.13/whatsnew/3.6.html#fileinput)796      - [hashlib](https://python-all.ru/3.13/whatsnew/3.6.html#hashlib)797      - [http.client](https://python-all.ru/3.13/whatsnew/3.6.html#http-client)798      - [idlelib и IDLE](https://python-all.ru/3.13/whatsnew/3.6.html#idlelib-and-idle)799      - [importlib](https://python-all.ru/3.13/whatsnew/3.6.html#importlib)800      - [inspect](https://python-all.ru/3.13/whatsnew/3.6.html#inspect)801      - [json](https://python-all.ru/3.13/whatsnew/3.6.html#json)802      - [logging](https://python-all.ru/3.13/whatsnew/3.6.html#logging)803      - [math](https://python-all.ru/3.13/whatsnew/3.6.html#math)804      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.6.html#multiprocessing)805      - [os](https://python-all.ru/3.13/whatsnew/3.6.html#os)806      - [pathlib](https://python-all.ru/3.13/whatsnew/3.6.html#pathlib)807      - [pdb](https://python-all.ru/3.13/whatsnew/3.6.html#pdb)808      - [pickle](https://python-all.ru/3.13/whatsnew/3.6.html#pickle)809      - [pickletools](https://python-all.ru/3.13/whatsnew/3.6.html#pickletools)810      - [pydoc](https://python-all.ru/3.13/whatsnew/3.6.html#pydoc)811      - [random](https://python-all.ru/3.13/whatsnew/3.6.html#random)812      - [re](https://python-all.ru/3.13/whatsnew/3.6.html#re)813      - [readline](https://python-all.ru/3.13/whatsnew/3.6.html#readline)814      - [rlcompleter](https://python-all.ru/3.13/whatsnew/3.6.html#rlcompleter)815      - [shlex](https://python-all.ru/3.13/whatsnew/3.6.html#shlex)816      - [site](https://python-all.ru/3.13/whatsnew/3.6.html#site)817      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.6.html#sqlite3)818      - [сокет](https://python-all.ru/3.13/whatsnew/3.6.html#socket)819      - [socketserver](https://python-all.ru/3.13/whatsnew/3.6.html#socketserver)820      - [ssl](https://python-all.ru/3.13/whatsnew/3.6.html#ssl)821      - [statistics](https://python-all.ru/3.13/whatsnew/3.6.html#statistics)822      - [struct](https://python-all.ru/3.13/whatsnew/3.6.html#struct)823      - [подпроцесс](https://python-all.ru/3.13/whatsnew/3.6.html#subprocess)824      - [sys](https://python-all.ru/3.13/whatsnew/3.6.html#sys)825      - [telnetlib](https://python-all.ru/3.13/whatsnew/3.6.html#telnetlib)826      - [time](https://python-all.ru/3.13/whatsnew/3.6.html#time)827      - [timeit](https://python-all.ru/3.13/whatsnew/3.6.html#timeit)828      - [tkinter](https://python-all.ru/3.13/whatsnew/3.6.html#tkinter)829      - [traceback](https://python-all.ru/3.13/whatsnew/3.6.html#traceback)830      - [tracemalloc](https://python-all.ru/3.13/whatsnew/3.6.html#tracemalloc)831      - [typing](https://python-all.ru/3.13/whatsnew/3.6.html#typing)832      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.6.html#unicodedata)833      - [unittest.mock](https://python-all.ru/3.13/whatsnew/3.6.html#unittest-mock)834      - [urllib.request](https://python-all.ru/3.13/whatsnew/3.6.html#urllib-request)835      - [urllib.robotparser](https://python-all.ru/3.13/whatsnew/3.6.html#urllib-robotparser)836      - [venv](https://python-all.ru/3.13/whatsnew/3.6.html#venv)837      - [warnings](https://python-all.ru/3.13/whatsnew/3.6.html#warnings)838      - [winreg](https://python-all.ru/3.13/whatsnew/3.6.html#winreg)839      - [winsound](https://python-all.ru/3.13/whatsnew/3.6.html#winsound)840      - [xmlrpc.client](https://python-all.ru/3.13/whatsnew/3.6.html#xmlrpc-client)841      - [zipfile](https://python-all.ru/3.13/whatsnew/3.6.html#zipfile)842      - [zlib](https://python-all.ru/3.13/whatsnew/3.6.html#zlib)843    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.6.html#optimizations)844    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.6.html#build-and-c-api-changes)845    - [Прочие улучшения](https://python-all.ru/3.13/whatsnew/3.6.html#other-improvements)846    - [Устарело](https://python-all.ru/3.13/whatsnew/3.6.html#deprecated)847848      - [Новые ключевые слова](https://python-all.ru/3.13/whatsnew/3.6.html#new-keywords)849      - [Устаревшее поведение Python](https://python-all.ru/3.13/whatsnew/3.6.html#deprecated-python-behavior)850      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.13/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)851852        - [asynchat](https://python-all.ru/3.13/whatsnew/3.6.html#asynchat)853        - [asyncore](https://python-all.ru/3.13/whatsnew/3.6.html#asyncore)854        - [dbm](https://python-all.ru/3.13/whatsnew/3.6.html#dbm)855        - [distutils](https://python-all.ru/3.13/whatsnew/3.6.html#id2)856        - [grp](https://python-all.ru/3.13/whatsnew/3.6.html#grp)857        - [importlib](https://python-all.ru/3.13/whatsnew/3.6.html#id3)858        - [os](https://python-all.ru/3.13/whatsnew/3.6.html#id4)859        - [re](https://python-all.ru/3.13/whatsnew/3.6.html#id5)860        - [ssl](https://python-all.ru/3.13/whatsnew/3.6.html#id6)861        - [tkinter](https://python-all.ru/3.13/whatsnew/3.6.html#id7)862        - [venv](https://python-all.ru/3.13/whatsnew/3.6.html#whatsnew36-venv)863      - [xml](https://python-all.ru/3.13/whatsnew/3.6.html#xml)864      - [Устаревшие функции и типы C API](https://python-all.ru/3.13/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)865      - [Устаревшие параметры сборки](https://python-all.ru/3.13/whatsnew/3.6.html#deprecated-build-options)866    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.6.html#removed)867868      - [Удаление API и возможностей](https://python-all.ru/3.13/whatsnew/3.6.html#api-and-feature-removals)869    - [Перенос на Python 3.6](https://python-all.ru/3.13/whatsnew/3.6.html#porting-to-python-3-6)870871      - [Изменения в поведении команды python](https://python-all.ru/3.13/whatsnew/3.6.html#changes-in-python-command-behavior)872      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.6.html#changes-in-the-python-api)873      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.6.html#changes-in-the-c-api)874      - [Изменения байт-кода CPython](https://python-all.ru/3.13/whatsnew/3.6.html#cpython-bytecode-changes)875    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-2)876877      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.13/whatsnew/3.6.html#new-make-regen-all-build-target)878      - [Удаление `make touch` цели сборки](https://python-all.ru/3.13/whatsnew/3.6.html#removal-of-make-touch-build-target)879    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-4)880    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-5)881    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-7)882    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-10)883    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-13)884    - [Заметные изменения в Python 3.6.14](https://python-all.ru/3.13/whatsnew/3.6.html#notable-changes-in-python-3-6-14)885  - [Что нового в Python 3.5](https://python-all.ru/3.13/whatsnew/3.5.html)886887    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.5.html#summary-release-highlights)888    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.5.html#new-features)889890      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.13/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)891      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.13/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)892      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.13/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)893      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.13/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)894      - [PEP 484 - Аннотации типов](https://python-all.ru/3.13/whatsnew/3.5.html#pep-484-type-hints)895      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.13/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)896      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.13/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)897      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.13/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)898      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.13/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)899      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.13/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)900      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.13/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)901      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.13/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)902    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.5.html#other-language-changes)903    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.5.html#new-modules)904905      - [typing](https://python-all.ru/3.13/whatsnew/3.5.html#typing)906      - [zipapp](https://python-all.ru/3.13/whatsnew/3.5.html#zipapp)907    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.5.html#improved-modules)908909      - [argparse](https://python-all.ru/3.13/whatsnew/3.5.html#argparse)910      - [asyncio](https://python-all.ru/3.13/whatsnew/3.5.html#asyncio)911      - [bz2](https://python-all.ru/3.13/whatsnew/3.5.html#bz2)912      - [cgi](https://python-all.ru/3.13/whatsnew/3.5.html#cgi)913      - [cmath](https://python-all.ru/3.13/whatsnew/3.5.html#cmath)914      - [код](https://python-all.ru/3.13/whatsnew/3.5.html#code)915      - [collections](https://python-all.ru/3.13/whatsnew/3.5.html#collections)916      - [collections.abc](https://python-all.ru/3.13/whatsnew/3.5.html#collections-abc)917      - [compileall](https://python-all.ru/3.13/whatsnew/3.5.html#compileall)918      - [concurrent.futures](https://python-all.ru/3.13/whatsnew/3.5.html#concurrent-futures)919      - [configparser](https://python-all.ru/3.13/whatsnew/3.5.html#configparser)920      - [contextlib](https://python-all.ru/3.13/whatsnew/3.5.html#contextlib)921      - [csv](https://python-all.ru/3.13/whatsnew/3.5.html#csv)922      - [curses](https://python-all.ru/3.13/whatsnew/3.5.html#curses)923      - [dbm](https://python-all.ru/3.13/whatsnew/3.5.html#dbm)924      - [difflib](https://python-all.ru/3.13/whatsnew/3.5.html#difflib)925      - [distutils](https://python-all.ru/3.13/whatsnew/3.5.html#distutils)926      - [doctest](https://python-all.ru/3.13/whatsnew/3.5.html#doctest)927      - [email](https://python-all.ru/3.13/whatsnew/3.5.html#email)928      - [enum](https://python-all.ru/3.13/whatsnew/3.5.html#enum)929      - [faulthandler](https://python-all.ru/3.13/whatsnew/3.5.html#faulthandler)930      - [functools](https://python-all.ru/3.13/whatsnew/3.5.html#functools)931      - [glob](https://python-all.ru/3.13/whatsnew/3.5.html#glob)932      - [gzip](https://python-all.ru/3.13/whatsnew/3.5.html#gzip)933      - [heapq](https://python-all.ru/3.13/whatsnew/3.5.html#heapq)934      - [http](https://python-all.ru/3.13/whatsnew/3.5.html#http)935      - [http.client](https://python-all.ru/3.13/whatsnew/3.5.html#http-client)936      - [idlelib и IDLE](https://python-all.ru/3.13/whatsnew/3.5.html#idlelib-and-idle)937      - [imaplib](https://python-all.ru/3.13/whatsnew/3.5.html#imaplib)938      - [imghdr](https://python-all.ru/3.13/whatsnew/3.5.html#imghdr)939      - [importlib](https://python-all.ru/3.13/whatsnew/3.5.html#importlib)940      - [inspect](https://python-all.ru/3.13/whatsnew/3.5.html#inspect)941      - [io](https://python-all.ru/3.13/whatsnew/3.5.html#io)942      - [ipaddress](https://python-all.ru/3.13/whatsnew/3.5.html#ipaddress)943      - [json](https://python-all.ru/3.13/whatsnew/3.5.html#json)944      - [linecache](https://python-all.ru/3.13/whatsnew/3.5.html#linecache)945      - [locale](https://python-all.ru/3.13/whatsnew/3.5.html#locale)946      - [logging](https://python-all.ru/3.13/whatsnew/3.5.html#logging)947      - [lzma](https://python-all.ru/3.13/whatsnew/3.5.html#lzma)948      - [math](https://python-all.ru/3.13/whatsnew/3.5.html#math)949      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.5.html#multiprocessing)950      - [оператор](https://python-all.ru/3.13/whatsnew/3.5.html#operator)951      - [os](https://python-all.ru/3.13/whatsnew/3.5.html#os)952      - [pathlib](https://python-all.ru/3.13/whatsnew/3.5.html#pathlib)953      - [pickle](https://python-all.ru/3.13/whatsnew/3.5.html#pickle)954      - [poplib](https://python-all.ru/3.13/whatsnew/3.5.html#poplib)955      - [re](https://python-all.ru/3.13/whatsnew/3.5.html#re)956      - [readline](https://python-all.ru/3.13/whatsnew/3.5.html#readline)957      - [selectors](https://python-all.ru/3.13/whatsnew/3.5.html#selectors)958      - [shutil](https://python-all.ru/3.13/whatsnew/3.5.html#shutil)959      - [signal](https://python-all.ru/3.13/whatsnew/3.5.html#signal)960      - [smtpd](https://python-all.ru/3.13/whatsnew/3.5.html#smtpd)961      - [smtplib](https://python-all.ru/3.13/whatsnew/3.5.html#smtplib)962      - [sndhdr](https://python-all.ru/3.13/whatsnew/3.5.html#sndhdr)963      - [сокет](https://python-all.ru/3.13/whatsnew/3.5.html#socket)964      - [ssl](https://python-all.ru/3.13/whatsnew/3.5.html#ssl)965966        - [Поддержка Memory BIO](https://python-all.ru/3.13/whatsnew/3.5.html#memory-bio-support)967        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.13/whatsnew/3.5.html#application-layer-protocol-negotiation-support)968        - [Прочие изменения](https://python-all.ru/3.13/whatsnew/3.5.html#other-changes)969      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.5.html#sqlite3)970      - [подпроцесс](https://python-all.ru/3.13/whatsnew/3.5.html#subprocess)971      - [sys](https://python-all.ru/3.13/whatsnew/3.5.html#sys)972      - [sysconfig](https://python-all.ru/3.13/whatsnew/3.5.html#sysconfig)973      - [tarfile](https://python-all.ru/3.13/whatsnew/3.5.html#tarfile)974      - [threading](https://python-all.ru/3.13/whatsnew/3.5.html#threading)975      - [time](https://python-all.ru/3.13/whatsnew/3.5.html#time)976      - [timeit](https://python-all.ru/3.13/whatsnew/3.5.html#timeit)977      - [tkinter](https://python-all.ru/3.13/whatsnew/3.5.html#tkinter)978      - [traceback](https://python-all.ru/3.13/whatsnew/3.5.html#traceback)979      - [типы](https://python-all.ru/3.13/whatsnew/3.5.html#types)980      - [unicodedata](https://python-all.ru/3.13/whatsnew/3.5.html#unicodedata)981      - [unittest](https://python-all.ru/3.13/whatsnew/3.5.html#unittest)982      - [unittest.mock](https://python-all.ru/3.13/whatsnew/3.5.html#unittest-mock)983      - [urllib](https://python-all.ru/3.13/whatsnew/3.5.html#urllib)984      - [wsgiref](https://python-all.ru/3.13/whatsnew/3.5.html#wsgiref)985      - [xmlrpc](https://python-all.ru/3.13/whatsnew/3.5.html#xmlrpc)986      - [xml.sax](https://python-all.ru/3.13/whatsnew/3.5.html#xml-sax)987      - [zipfile](https://python-all.ru/3.13/whatsnew/3.5.html#zipfile)988    - [Другие изменения на уровне модулей](https://python-all.ru/3.13/whatsnew/3.5.html#other-module-level-changes)989    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.5.html#optimizations)990    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.5.html#build-and-c-api-changes)991    - [Устарело](https://python-all.ru/3.13/whatsnew/3.5.html#deprecated)992993      - [Новые ключевые слова](https://python-all.ru/3.13/whatsnew/3.5.html#new-keywords)994      - [Устаревшее поведение Python](https://python-all.ru/3.13/whatsnew/3.5.html#deprecated-python-behavior)995      - [Неподдерживаемые операционные системы](https://python-all.ru/3.13/whatsnew/3.5.html#unsupported-operating-systems)996      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.13/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)997    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.5.html#removed)998999      - [Удаление API и возможностей](https://python-all.ru/3.13/whatsnew/3.5.html#api-and-feature-removals)1000    - [Переход на Python 3.5](https://python-all.ru/3.13/whatsnew/3.5.html#porting-to-python-3-5)10011002      - [Изменения в поведении Python](https://python-all.ru/3.13/whatsnew/3.5.html#changes-in-python-behavior)1003      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.5.html#changes-in-the-python-api)1004      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.5.html#changes-in-the-c-api)1005    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.13/whatsnew/3.5.html#notable-changes-in-python-3-5-4)10061007      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.13/whatsnew/3.5.html#new-make-regen-all-build-target)1008      - [Удаление `make touch` цели сборки](https://python-all.ru/3.13/whatsnew/3.5.html#removal-of-make-touch-build-target)1009  - [Что нового в Python 3.4](https://python-all.ru/3.13/whatsnew/3.4.html)10101011    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.4.html#summary-release-highlights)1012    - [Новые возможности](https://python-all.ru/3.13/whatsnew/3.4.html#new-features)10131014      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.13/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)10151016        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.13/whatsnew/3.4.html#bootstrapping-pip-by-default)1017        - [Изменения в документации](https://python-all.ru/3.13/whatsnew/3.4.html#documentation-changes)1018      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.13/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)1019      - [Улучшения в обработке кодеков](https://python-all.ru/3.13/whatsnew/3.4.html#improvements-to-codec-handling)1020      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.13/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)1021      - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.4.html#other-language-changes)1022    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.4.html#new-modules)10231024      - [asyncio](https://python-all.ru/3.13/whatsnew/3.4.html#asyncio)1025      - [ensurepip](https://python-all.ru/3.13/whatsnew/3.4.html#ensurepip)1026      - [enum](https://python-all.ru/3.13/whatsnew/3.4.html#enum)1027      - [pathlib](https://python-all.ru/3.13/whatsnew/3.4.html#pathlib)1028      - [selectors](https://python-all.ru/3.13/whatsnew/3.4.html#selectors)1029      - [statistics](https://python-all.ru/3.13/whatsnew/3.4.html#statistics)1030      - [tracemalloc](https://python-all.ru/3.13/whatsnew/3.4.html#tracemalloc)1031    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.4.html#improved-modules)10321033      - [abc](https://python-all.ru/3.13/whatsnew/3.4.html#abc)1034      - [aifc](https://python-all.ru/3.13/whatsnew/3.4.html#aifc)1035      - [argparse](https://python-all.ru/3.13/whatsnew/3.4.html#argparse)1036      - [audioop](https://python-all.ru/3.13/whatsnew/3.4.html#audioop)1037      - [base64](https://python-all.ru/3.13/whatsnew/3.4.html#base64)1038      - [collections](https://python-all.ru/3.13/whatsnew/3.4.html#collections)1039      - [colorsys](https://python-all.ru/3.13/whatsnew/3.4.html#colorsys)1040      - [contextlib](https://python-all.ru/3.13/whatsnew/3.4.html#contextlib)1041      - [dbm](https://python-all.ru/3.13/whatsnew/3.4.html#dbm)1042      - [dis](https://python-all.ru/3.13/whatsnew/3.4.html#dis)1043      - [doctest](https://python-all.ru/3.13/whatsnew/3.4.html#doctest)1044      - [email](https://python-all.ru/3.13/whatsnew/3.4.html#email)1045      - [filecmp](https://python-all.ru/3.13/whatsnew/3.4.html#filecmp)1046      - [functools](https://python-all.ru/3.13/whatsnew/3.4.html#functools)1047      - [gc](https://python-all.ru/3.13/whatsnew/3.4.html#gc)1048      - [glob](https://python-all.ru/3.13/whatsnew/3.4.html#glob)1049      - [hashlib](https://python-all.ru/3.13/whatsnew/3.4.html#hashlib)1050      - [hmac](https://python-all.ru/3.13/whatsnew/3.4.html#hmac)1051      - [html](https://python-all.ru/3.13/whatsnew/3.4.html#html)1052      - [http](https://python-all.ru/3.13/whatsnew/3.4.html#http)1053      - [idlelib и IDLE](https://python-all.ru/3.13/whatsnew/3.4.html#idlelib-and-idle)1054      - [importlib](https://python-all.ru/3.13/whatsnew/3.4.html#importlib)1055      - [inspect](https://python-all.ru/3.13/whatsnew/3.4.html#inspect)1056      - [ipaddress](https://python-all.ru/3.13/whatsnew/3.4.html#ipaddress)1057      - [logging](https://python-all.ru/3.13/whatsnew/3.4.html#logging)1058      - [marshal](https://python-all.ru/3.13/whatsnew/3.4.html#marshal)1059      - [mmap](https://python-all.ru/3.13/whatsnew/3.4.html#mmap)1060      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.4.html#multiprocessing)1061      - [оператор](https://python-all.ru/3.13/whatsnew/3.4.html#operator)1062      - [os](https://python-all.ru/3.13/whatsnew/3.4.html#os)1063      - [pdb](https://python-all.ru/3.13/whatsnew/3.4.html#pdb)1064      - [pickle](https://python-all.ru/3.13/whatsnew/3.4.html#pickle)1065      - [plistlib](https://python-all.ru/3.13/whatsnew/3.4.html#plistlib)1066      - [poplib](https://python-all.ru/3.13/whatsnew/3.4.html#poplib)1067      - [pprint](https://python-all.ru/3.13/whatsnew/3.4.html#pprint)1068      - [pty](https://python-all.ru/3.13/whatsnew/3.4.html#pty)1069      - [pydoc](https://python-all.ru/3.13/whatsnew/3.4.html#pydoc)1070      - [re](https://python-all.ru/3.13/whatsnew/3.4.html#re)1071      - [resource](https://python-all.ru/3.13/whatsnew/3.4.html#resource)1072      - [select](https://python-all.ru/3.13/whatsnew/3.4.html#select)1073      - [shelve](https://python-all.ru/3.13/whatsnew/3.4.html#shelve)1074      - [shutil](https://python-all.ru/3.13/whatsnew/3.4.html#shutil)1075      - [smtpd](https://python-all.ru/3.13/whatsnew/3.4.html#smtpd)1076      - [smtplib](https://python-all.ru/3.13/whatsnew/3.4.html#smtplib)1077      - [сокет](https://python-all.ru/3.13/whatsnew/3.4.html#socket)1078      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.4.html#sqlite3)1079      - [ssl](https://python-all.ru/3.13/whatsnew/3.4.html#ssl)1080      - [stat](https://python-all.ru/3.13/whatsnew/3.4.html#stat)1081      - [struct](https://python-all.ru/3.13/whatsnew/3.4.html#struct)1082      - [подпроцесс](https://python-all.ru/3.13/whatsnew/3.4.html#subprocess)1083      - [sunau](https://python-all.ru/3.13/whatsnew/3.4.html#sunau)1084      - [sys](https://python-all.ru/3.13/whatsnew/3.4.html#sys)1085      - [tarfile](https://python-all.ru/3.13/whatsnew/3.4.html#tarfile)1086      - [textwrap](https://python-all.ru/3.13/whatsnew/3.4.html#textwrap)1087      - [threading](https://python-all.ru/3.13/whatsnew/3.4.html#threading)1088      - [traceback](https://python-all.ru/3.13/whatsnew/3.4.html#traceback)1089      - [типы](https://python-all.ru/3.13/whatsnew/3.4.html#types)1090      - [urllib](https://python-all.ru/3.13/whatsnew/3.4.html#urllib)1091      - [unittest](https://python-all.ru/3.13/whatsnew/3.4.html#unittest)1092      - [venv](https://python-all.ru/3.13/whatsnew/3.4.html#venv)1093      - [wave](https://python-all.ru/3.13/whatsnew/3.4.html#wave)1094      - [weakref](https://python-all.ru/3.13/whatsnew/3.4.html#weakref)1095      - [xml.etree](https://python-all.ru/3.13/whatsnew/3.4.html#xml-etree)1096      - [zipfile](https://python-all.ru/3.13/whatsnew/3.4.html#zipfile)1097    - [Изменения в реализации CPython](https://python-all.ru/3.13/whatsnew/3.4.html#cpython-implementation-changes)10981099      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.13/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)1100      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.13/whatsnew/3.4.html#pep-442-safe-object-finalization)1101      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.13/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)1102      - [PEP 436: Argument Clinic](https://python-all.ru/3.13/whatsnew/3.4.html#pep-436-argument-clinic)1103      - [Прочие изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.4.html#other-build-and-c-api-changes)1104      - [Прочие улучшения](https://python-all.ru/3.13/whatsnew/3.4.html#other-improvements)1105      - [Значительные оптимизации](https://python-all.ru/3.13/whatsnew/3.4.html#significant-optimizations)1106    - [Устарело](https://python-all.ru/3.13/whatsnew/3.4.html#deprecated)11071108      - [Устаревшие возможности в Python API](https://python-all.ru/3.13/whatsnew/3.4.html#deprecations-in-the-python-api)1109      - [Устаревшие возможности](https://python-all.ru/3.13/whatsnew/3.4.html#deprecated-features)1110    - [Удалённое](https://python-all.ru/3.13/whatsnew/3.4.html#removed)11111112      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.13/whatsnew/3.4.html#operating-systems-no-longer-supported)1113      - [Удаление API и возможностей](https://python-all.ru/3.13/whatsnew/3.4.html#api-and-feature-removals)1114      - [Очистка кода](https://python-all.ru/3.13/whatsnew/3.4.html#code-cleanups)1115    - [Перенос на Python 3.4](https://python-all.ru/3.13/whatsnew/3.4.html#porting-to-python-3-4)11161117      - [Изменения в поведении команды python](https://python-all.ru/3.13/whatsnew/3.4.html#changes-in-python-command-behavior)1118      - [Изменения в Python API](https://python-all.ru/3.13/whatsnew/3.4.html#changes-in-the-python-api)1119      - [Изменения в C API](https://python-all.ru/3.13/whatsnew/3.4.html#changes-in-the-c-api)1120    - [Изменено в 3.4.3](https://python-all.ru/3.13/whatsnew/3.4.html#changed-in-3-4-3)11211122      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.13/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1123  - [Что нового в Python 3.3](https://python-all.ru/3.13/whatsnew/3.3.html)11241125    - [Сводка – основные моменты выпуска](https://python-all.ru/3.13/whatsnew/3.3.html#summary-release-highlights)1126    - [PEP 405: Виртуальные окружения](https://python-all.ru/3.13/whatsnew/3.3.html#pep-405-virtual-environments)1127    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.13/whatsnew/3.3.html#pep-420-implicit-namespace-packages)1128    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.13/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)11291130      - [Возможности](https://python-all.ru/3.13/whatsnew/3.3.html#features)1131      - [Изменения API](https://python-all.ru/3.13/whatsnew/3.3.html#api-changes)1132    - [PEP 393: Гибкое представление строк](https://python-all.ru/3.13/whatsnew/3.3.html#pep-393-flexible-string-representation)11331134      - [Функциональность](https://python-all.ru/3.13/whatsnew/3.3.html#functionality)1135      - [Производительность и потребление ресурсов](https://python-all.ru/3.13/whatsnew/3.3.html#performance-and-resource-usage)1136    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.13/whatsnew/3.3.html#pep-397-python-launcher-for-windows)1137    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.13/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)1138    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.13/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)1139    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.13/whatsnew/3.3.html#pep-409-suppressing-exception-context)1140    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.13/whatsnew/3.3.html#pep-414-explicit-unicode-literals)1141    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.13/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)1142    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.13/whatsnew/3.3.html#pep-412-key-sharing-dictionary)1143    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.13/whatsnew/3.3.html#pep-362-function-signature-object)1144    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.13/whatsnew/3.3.html#pep-421-adding-sys-implementation)11451146      - [SimpleNamespace](https://python-all.ru/3.13/whatsnew/3.3.html#simplenamespace)1147    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.13/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)11481149      - [Новые API](https://python-all.ru/3.13/whatsnew/3.3.html#new-apis)1150      - [Заметные изменения](https://python-all.ru/3.13/whatsnew/3.3.html#visible-changes)1151    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.3.html#other-language-changes)1152    - [Более детальная блокировка импорта](https://python-all.ru/3.13/whatsnew/3.3.html#a-finer-grained-import-lock)1153    - [Встроенные функции и типы](https://python-all.ru/3.13/whatsnew/3.3.html#builtin-functions-and-types)1154    - [Новые модули](https://python-all.ru/3.13/whatsnew/3.3.html#new-modules)11551156      - [faulthandler](https://python-all.ru/3.13/whatsnew/3.3.html#faulthandler)1157      - [ipaddress](https://python-all.ru/3.13/whatsnew/3.3.html#ipaddress)1158      - [lzma](https://python-all.ru/3.13/whatsnew/3.3.html#lzma)1159    - [Улучшенные модули](https://python-all.ru/3.13/whatsnew/3.3.html#improved-modules)11601161      - [abc](https://python-all.ru/3.13/whatsnew/3.3.html#abc)1162      - [array](https://python-all.ru/3.13/whatsnew/3.3.html#array)1163      - [base64](https://python-all.ru/3.13/whatsnew/3.3.html#base64)1164      - [binascii](https://python-all.ru/3.13/whatsnew/3.3.html#binascii)1165      - [bz2](https://python-all.ru/3.13/whatsnew/3.3.html#bz2)1166      - [codecs](https://python-all.ru/3.13/whatsnew/3.3.html#codecs)1167      - [collections](https://python-all.ru/3.13/whatsnew/3.3.html#collections)1168      - [contextlib](https://python-all.ru/3.13/whatsnew/3.3.html#contextlib)1169      - [crypt](https://python-all.ru/3.13/whatsnew/3.3.html#crypt)1170      - [curses](https://python-all.ru/3.13/whatsnew/3.3.html#curses)1171      - [datetime](https://python-all.ru/3.13/whatsnew/3.3.html#datetime)1172      - [decimal](https://python-all.ru/3.13/whatsnew/3.3.html#decimal)11731174        - [Возможности](https://python-all.ru/3.13/whatsnew/3.3.html#id1)1175        - [Изменения API](https://python-all.ru/3.13/whatsnew/3.3.html#id2)1176      - [email](https://python-all.ru/3.13/whatsnew/3.3.html#email)11771178        - [Каркас политик](https://python-all.ru/3.13/whatsnew/3.3.html#policy-framework)1179        - [Временная политика с новым API заголовков](https://python-all.ru/3.13/whatsnew/3.3.html#provisional-policy-with-new-header-api)1180        - [Другие изменения API](https://python-all.ru/3.13/whatsnew/3.3.html#other-api-changes)1181      - [ftplib](https://python-all.ru/3.13/whatsnew/3.3.html#ftplib)1182      - [functools](https://python-all.ru/3.13/whatsnew/3.3.html#functools)1183      - [gc](https://python-all.ru/3.13/whatsnew/3.3.html#gc)1184      - [hmac](https://python-all.ru/3.13/whatsnew/3.3.html#hmac)1185      - [http](https://python-all.ru/3.13/whatsnew/3.3.html#http)1186      - [html](https://python-all.ru/3.13/whatsnew/3.3.html#html)1187      - [imaplib](https://python-all.ru/3.13/whatsnew/3.3.html#imaplib)1188      - [inspect](https://python-all.ru/3.13/whatsnew/3.3.html#inspect)1189      - [io](https://python-all.ru/3.13/whatsnew/3.3.html#io)1190      - [itertools](https://python-all.ru/3.13/whatsnew/3.3.html#itertools)1191      - [logging](https://python-all.ru/3.13/whatsnew/3.3.html#logging)1192      - [math](https://python-all.ru/3.13/whatsnew/3.3.html#math)1193      - [mmap](https://python-all.ru/3.13/whatsnew/3.3.html#mmap)1194      - [multiprocessing](https://python-all.ru/3.13/whatsnew/3.3.html#multiprocessing)1195      - [nntplib](https://python-all.ru/3.13/whatsnew/3.3.html#nntplib)1196      - [os](https://python-all.ru/3.13/whatsnew/3.3.html#os)1197      - [pdb](https://python-all.ru/3.13/whatsnew/3.3.html#pdb)1198      - [pickle](https://python-all.ru/3.13/whatsnew/3.3.html#pickle)1199      - [pydoc](https://python-all.ru/3.13/whatsnew/3.3.html#pydoc)1200      - [re](https://python-all.ru/3.13/whatsnew/3.3.html#re)1201      - [sched](https://python-all.ru/3.13/whatsnew/3.3.html#sched)1202      - [select](https://python-all.ru/3.13/whatsnew/3.3.html#select)1203      - [shlex](https://python-all.ru/3.13/whatsnew/3.3.html#shlex)1204      - [shutil](https://python-all.ru/3.13/whatsnew/3.3.html#shutil)1205      - [signal](https://python-all.ru/3.13/whatsnew/3.3.html#signal)1206      - [smtpd](https://python-all.ru/3.13/whatsnew/3.3.html#smtpd)1207      - [smtplib](https://python-all.ru/3.13/whatsnew/3.3.html#smtplib)1208      - [сокет](https://python-all.ru/3.13/whatsnew/3.3.html#socket)1209      - [socketserver](https://python-all.ru/3.13/whatsnew/3.3.html#socketserver)1210      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.3.html#sqlite3)1211      - [ssl](https://python-all.ru/3.13/whatsnew/3.3.html#ssl)1212      - [stat](https://python-all.ru/3.13/whatsnew/3.3.html#stat)1213      - [struct](https://python-all.ru/3.13/whatsnew/3.3.html#struct)1214      - [подпроцесс](https://python-all.ru/3.13/whatsnew/3.3.html#subprocess)1215      - [sys](https://python-all.ru/3.13/whatsnew/3.3.html#sys)1216      - [tarfile](https://python-all.ru/3.13/whatsnew/3.3.html#tarfile)1217      - [tempfile](https://python-all.ru/3.13/whatsnew/3.3.html#tempfile)1218      - [textwrap](https://python-all.ru/3.13/whatsnew/3.3.html#textwrap)1219      - [threading](https://python-all.ru/3.13/whatsnew/3.3.html#threading)1220      - [time](https://python-all.ru/3.13/whatsnew/3.3.html#time)1221      - [типы](https://python-all.ru/3.13/whatsnew/3.3.html#types)1222      - [unittest](https://python-all.ru/3.13/whatsnew/3.3.html#unittest)1223      - [urllib](https://python-all.ru/3.13/whatsnew/3.3.html#urllib)1224      - [webbrowser](https://python-all.ru/3.13/whatsnew/3.3.html#webbrowser)1225      - [xml.etree.ElementTree](https://python-all.ru/3.13/whatsnew/3.3.html#xml-etree-elementtree)1226      - [zlib](https://python-all.ru/3.13/whatsnew/3.3.html#zlib)1227    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.3.html#optimizations)1228    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.3.html#build-and-c-api-changes)1229    - [Устарело](https://python-all.ru/3.13/whatsnew/3.3.html#deprecated)12301231      - [Неподдерживаемые операционные системы](https://python-all.ru/3.13/whatsnew/3.3.html#unsupported-operating-systems)1232      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.13/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)1233      - [Устаревшие функции и типы C API](https://python-all.ru/3.13/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)1234      - [Устаревшие возможности](https://python-all.ru/3.13/whatsnew/3.3.html#deprecated-features)1235    - [Портирование на Python 3.3](https://python-all.ru/3.13/whatsnew/3.3.html#porting-to-python-3-3)12361237      - [Перенос кода Python](https://python-all.ru/3.13/whatsnew/3.3.html#porting-python-code)1238      - [Перенос кода C](https://python-all.ru/3.13/whatsnew/3.3.html#porting-c-code)1239      - [Сборка расширений на C](https://python-all.ru/3.13/whatsnew/3.3.html#building-c-extensions)1240      - [Изменения параметров командной строки](https://python-all.ru/3.13/whatsnew/3.3.html#command-line-switch-changes)1241  - [Что нового в Python 3.2](https://python-all.ru/3.13/whatsnew/3.2.html)12421243    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.13/whatsnew/3.2.html#pep-384-defining-a-stable-abi)1244    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.13/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)1245    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.13/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)1246    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.13/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)1247    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.13/whatsnew/3.2.html#pep-3147-pyc-repository-directories)1248    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.13/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)1249    - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.13/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)1250    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.2.html#other-language-changes)1251    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.13/whatsnew/3.2.html#new-improved-and-deprecated-modules)12521253      - [email](https://python-all.ru/3.13/whatsnew/3.2.html#email)1254      - [elementtree](https://python-all.ru/3.13/whatsnew/3.2.html#elementtree)1255      - [functools](https://python-all.ru/3.13/whatsnew/3.2.html#functools)1256      - [itertools](https://python-all.ru/3.13/whatsnew/3.2.html#itertools)1257      - [collections](https://python-all.ru/3.13/whatsnew/3.2.html#collections)1258      - [threading](https://python-all.ru/3.13/whatsnew/3.2.html#threading)1259      - [datetime и time](https://python-all.ru/3.13/whatsnew/3.2.html#datetime-and-time)1260      - [math](https://python-all.ru/3.13/whatsnew/3.2.html#math)1261      - [abc](https://python-all.ru/3.13/whatsnew/3.2.html#abc)1262      - [io](https://python-all.ru/3.13/whatsnew/3.2.html#io)1263      - [reprlib](https://python-all.ru/3.13/whatsnew/3.2.html#reprlib)1264      - [logging](https://python-all.ru/3.13/whatsnew/3.2.html#logging)1265      - [csv](https://python-all.ru/3.13/whatsnew/3.2.html#csv)1266      - [contextlib](https://python-all.ru/3.13/whatsnew/3.2.html#contextlib)1267      - [decimal и fractions](https://python-all.ru/3.13/whatsnew/3.2.html#decimal-and-fractions)1268      - [ftp](https://python-all.ru/3.13/whatsnew/3.2.html#ftp)1269      - [popen](https://python-all.ru/3.13/whatsnew/3.2.html#popen)1270      - [select](https://python-all.ru/3.13/whatsnew/3.2.html#select)1271      - [gzip и zipfile](https://python-all.ru/3.13/whatsnew/3.2.html#gzip-and-zipfile)1272      - [tarfile](https://python-all.ru/3.13/whatsnew/3.2.html#tarfile)1273      - [hashlib](https://python-all.ru/3.13/whatsnew/3.2.html#hashlib)1274      - [ast](https://python-all.ru/3.13/whatsnew/3.2.html#ast)1275      - [os](https://python-all.ru/3.13/whatsnew/3.2.html#os)1276      - [shutil](https://python-all.ru/3.13/whatsnew/3.2.html#shutil)1277      - [sqlite3](https://python-all.ru/3.13/whatsnew/3.2.html#sqlite3)1278      - [html](https://python-all.ru/3.13/whatsnew/3.2.html#html)1279      - [сокет](https://python-all.ru/3.13/whatsnew/3.2.html#socket)1280      - [ssl](https://python-all.ru/3.13/whatsnew/3.2.html#ssl)1281      - [nntp](https://python-all.ru/3.13/whatsnew/3.2.html#nntp)1282      - [сертификаты](https://python-all.ru/3.13/whatsnew/3.2.html#certificates)1283      - [imaplib](https://python-all.ru/3.13/whatsnew/3.2.html#imaplib)1284      - [http.client](https://python-all.ru/3.13/whatsnew/3.2.html#http-client)1285      - [unittest](https://python-all.ru/3.13/whatsnew/3.2.html#unittest)1286      - [random](https://python-all.ru/3.13/whatsnew/3.2.html#random)1287      - [poplib](https://python-all.ru/3.13/whatsnew/3.2.html#poplib)1288      - [asyncore](https://python-all.ru/3.13/whatsnew/3.2.html#asyncore)1289      - [tempfile](https://python-all.ru/3.13/whatsnew/3.2.html#tempfile)1290      - [inspect](https://python-all.ru/3.13/whatsnew/3.2.html#inspect)1291      - [pydoc](https://python-all.ru/3.13/whatsnew/3.2.html#pydoc)1292      - [dis](https://python-all.ru/3.13/whatsnew/3.2.html#dis)1293      - [dbm](https://python-all.ru/3.13/whatsnew/3.2.html#dbm)1294      - [ctypes](https://python-all.ru/3.13/whatsnew/3.2.html#ctypes)1295      - [site](https://python-all.ru/3.13/whatsnew/3.2.html#site)1296      - [sysconfig](https://python-all.ru/3.13/whatsnew/3.2.html#sysconfig)1297      - [pdb](https://python-all.ru/3.13/whatsnew/3.2.html#pdb)1298      - [configparser](https://python-all.ru/3.13/whatsnew/3.2.html#configparser)1299      - [urllib.parse](https://python-all.ru/3.13/whatsnew/3.2.html#urllib-parse)1300      - [mailbox](https://python-all.ru/3.13/whatsnew/3.2.html#mailbox)1301      - [turtledemo](https://python-all.ru/3.13/whatsnew/3.2.html#turtledemo)1302    - [Многопоточность](https://python-all.ru/3.13/whatsnew/3.2.html#multi-threading)1303    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.2.html#optimizations)1304    - [Юникод](https://python-all.ru/3.13/whatsnew/3.2.html#unicode)1305    - [Кодеки](https://python-all.ru/3.13/whatsnew/3.2.html#codecs)1306    - [Документация](https://python-all.ru/3.13/whatsnew/3.2.html#documentation)1307    - [IDLE](https://python-all.ru/3.13/whatsnew/3.2.html#idle)1308    - [Репозиторий кода](https://python-all.ru/3.13/whatsnew/3.2.html#code-repository)1309    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.2.html#build-and-c-api-changes)1310    - [Переход на Python 3.2](https://python-all.ru/3.13/whatsnew/3.2.html#porting-to-python-3-2)1311  - [Что нового в Python 3.1](https://python-all.ru/3.13/whatsnew/3.1.html)13121313    - [PEP 372: Упорядоченные словари](https://python-all.ru/3.13/whatsnew/3.1.html#pep-372-ordered-dictionaries)1314    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.13/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)1315    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/3.1.html#other-language-changes)1316    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.13/whatsnew/3.1.html#new-improved-and-deprecated-modules)1317    - [Оптимизации](https://python-all.ru/3.13/whatsnew/3.1.html#optimizations)1318    - [IDLE](https://python-all.ru/3.13/whatsnew/3.1.html#idle)1319    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.1.html#build-and-c-api-changes)1320    - [Переход на Python 3.1](https://python-all.ru/3.13/whatsnew/3.1.html#porting-to-python-3-1)1321  - [Что нового в Python 3.0](https://python-all.ru/3.13/whatsnew/3.0.html)13221323    - [Типичные трудности](https://python-all.ru/3.13/whatsnew/3.0.html#common-stumbling-blocks)13241325      - [Print – это функция](https://python-all.ru/3.13/whatsnew/3.0.html#print-is-a-function)1326      - [Представления и итераторы вместо списков](https://python-all.ru/3.13/whatsnew/3.0.html#views-and-iterators-instead-of-lists)1327      - [Сравнение на упорядочивание](https://python-all.ru/3.13/whatsnew/3.0.html#ordering-comparisons)1328      - [Целые числа](https://python-all.ru/3.13/whatsnew/3.0.html#integers)1329      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.13/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)1330    - [Обзор изменений синтаксиса](https://python-all.ru/3.13/whatsnew/3.0.html#overview-of-syntax-changes)13311332      - [Новый синтаксис](https://python-all.ru/3.13/whatsnew/3.0.html#new-syntax)1333      - [Изменённый синтаксис](https://python-all.ru/3.13/whatsnew/3.0.html#changed-syntax)1334      - [Удалённый синтаксис](https://python-all.ru/3.13/whatsnew/3.0.html#removed-syntax)1335    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.13/whatsnew/3.0.html#changes-already-present-in-python-2-6)1336    - [Изменения в библиотеке](https://python-all.ru/3.13/whatsnew/3.0.html#library-changes)1337    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.13/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)1338    - [Изменения в исключениях](https://python-all.ru/3.13/whatsnew/3.0.html#changes-to-exceptions)1339    - [Прочие изменения](https://python-all.ru/3.13/whatsnew/3.0.html#miscellaneous-other-changes)13401341      - [Операторы и специальные методы](https://python-all.ru/3.13/whatsnew/3.0.html#operators-and-special-methods)1342      - [Встроенные функции](https://python-all.ru/3.13/whatsnew/3.0.html#builtins)1343    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/3.0.html#build-and-c-api-changes)1344    - [Производительность](https://python-all.ru/3.13/whatsnew/3.0.html#performance)1345    - [Переход на Python 3.0](https://python-all.ru/3.13/whatsnew/3.0.html#porting-to-python-3-0)1346  - [Что нового в Python 2.7](https://python-all.ru/3.13/whatsnew/2.7.html)13471348    - [Будущее Python 2.x](https://python-all.ru/3.13/whatsnew/2.7.html#the-future-for-python-2-x)1349    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.13/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)1350    - [Возможности Python 3.1](https://python-all.ru/3.13/whatsnew/2.7.html#python-3-1-features)1351    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.13/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)1352    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.13/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)1353    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.13/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)1354    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.13/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)1355    - [PEP 3106: Представления словаря](https://python-all.ru/3.13/whatsnew/2.7.html#pep-3106-dictionary-views)1356    - [PEP 3137: Объект memoryview](https://python-all.ru/3.13/whatsnew/2.7.html#pep-3137-the-memoryview-object)1357    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/2.7.html#other-language-changes)13581359      - [Изменения в интерпретаторе](https://python-all.ru/3.13/whatsnew/2.7.html#interpreter-changes)1360      - [Оптимизации](https://python-all.ru/3.13/whatsnew/2.7.html#optimizations)1361    - [Новые и улучшенные модули](https://python-all.ru/3.13/whatsnew/2.7.html#new-and-improved-modules)13621363      - [Новый модуль: importlib](https://python-all.ru/3.13/whatsnew/2.7.html#new-module-importlib)1364      - [Новый модуль: sysconfig](https://python-all.ru/3.13/whatsnew/2.7.html#new-module-sysconfig)1365      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.13/whatsnew/2.7.html#ttk-themed-widgets-for-tk)1366      - [Обновлённый модуль: unittest](https://python-all.ru/3.13/whatsnew/2.7.html#updated-module-unittest)1367      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.13/whatsnew/2.7.html#updated-module-elementtree-1-3)1368    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/2.7.html#build-and-c-api-changes)13691370      - [Капсулы](https://python-all.ru/3.13/whatsnew/2.7.html#capsules)1371      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.13/whatsnew/2.7.html#port-specific-changes-windows)1372      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.13/whatsnew/2.7.html#port-specific-changes-mac-os-x)1373      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.13/whatsnew/2.7.html#port-specific-changes-freebsd)1374    - [Прочие изменения и исправления](https://python-all.ru/3.13/whatsnew/2.7.html#other-changes-and-fixes)1375    - [Переход на Python 2.7](https://python-all.ru/3.13/whatsnew/2.7.html#porting-to-python-2-7)1376    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.13/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)13771378      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.13/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)1379      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.13/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)1380      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.13/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)1381      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.13/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)13821383        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.13/whatsnew/2.7.html#bootstrapping-pip-by-default)1384        - [Изменения в документации](https://python-all.ru/3.13/whatsnew/2.7.html#documentation-changes)1385      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.13/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1386      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.13/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)1387      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.13/whatsnew/2.7.html#new-make-regen-all-build-target)1388      - [Удаление `make touch` цели сборки](https://python-all.ru/3.13/whatsnew/2.7.html#removal-of-make-touch-build-target)1389    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.7.html#acknowledgements)1390  - [Что нового в Python 2.6](https://python-all.ru/3.13/whatsnew/2.6.html)13911392    - [Python 3.0](https://python-all.ru/3.13/whatsnew/2.6.html#python-3-0)1393    - [Изменения в процессе разработки](https://python-all.ru/3.13/whatsnew/2.6.html#changes-to-the-development-process)13941395      - [Новый трекер ошибок: Roundup](https://python-all.ru/3.13/whatsnew/2.6.html#new-issue-tracker-roundup)1396      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.13/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)1397    - [PEP 343: Оператор 'with'](https://python-all.ru/3.13/whatsnew/2.6.html#pep-343-the-with-statement)13981399      - [Написание контекстных менеджеров](https://python-all.ru/3.13/whatsnew/2.6.html#writing-context-managers)1400      - [Модуль contextlib](https://python-all.ru/3.13/whatsnew/2.6.html#the-contextlib-module)1401    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.13/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)1402    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.13/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)1403    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.13/whatsnew/2.6.html#pep-371-the-multiprocessing-package)1404    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3101-advanced-string-formatting)1405    - [PEP 3105: `print` как функция](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3105-print-as-a-function)1406    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3110-exception-handling-changes)1407    - [PEP 3112: Байтовые литералы](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3112-byte-literals)1408    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3116-new-i-o-library)1409    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)1410    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3119-abstract-base-classes)1411    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)1412    - [PEP 3129: Декораторы классов](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3129-class-decorators)1413    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.13/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)14141415      - [Модуль `fractions`](https://python-all.ru/3.13/whatsnew/2.6.html#the-fractions-module)1416    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/2.6.html#other-language-changes)14171418      - [Оптимизации](https://python-all.ru/3.13/whatsnew/2.6.html#optimizations)1419      - [Изменения в интерпретаторе](https://python-all.ru/3.13/whatsnew/2.6.html#interpreter-changes)1420    - [Новые и улучшенные модули](https://python-all.ru/3.13/whatsnew/2.6.html#new-and-improved-modules)14211422      - [Модуль `ast`](https://python-all.ru/3.13/whatsnew/2.6.html#the-ast-module)1423      - [Модуль `future_builtins`](https://python-all.ru/3.13/whatsnew/2.6.html#the-future-builtins-module)1424      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.13/whatsnew/2.6.html#the-json-module-javascript-object-notation)1425      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.13/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)1426      - [Улучшения ctypes](https://python-all.ru/3.13/whatsnew/2.6.html#ctypes-enhancements)1427      - [Улучшенная поддержка SSL](https://python-all.ru/3.13/whatsnew/2.6.html#improved-ssl-support)1428    - [Устаревания и удаления](https://python-all.ru/3.13/whatsnew/2.6.html#deprecations-and-removals)1429    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/2.6.html#build-and-c-api-changes)14301431      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.13/whatsnew/2.6.html#port-specific-changes-windows)1432      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.13/whatsnew/2.6.html#port-specific-changes-mac-os-x)1433      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.13/whatsnew/2.6.html#port-specific-changes-irix)1434    - [Переход на Python 2.6](https://python-all.ru/3.13/whatsnew/2.6.html#porting-to-python-2-6)1435    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.6.html#acknowledgements)1436  - [Что нового в Python 2.5](https://python-all.ru/3.13/whatsnew/2.5.html)14371438    - [PEP 308: Условные выражения](https://python-all.ru/3.13/whatsnew/2.5.html#pep-308-conditional-expressions)1439    - [PEP 309: Частичное применение функций](https://python-all.ru/3.13/whatsnew/2.5.html#pep-309-partial-function-application)1440    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.13/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)1441    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.13/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)1442    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.13/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)1443    - [PEP 341: Единый try/except/finally](https://python-all.ru/3.13/whatsnew/2.5.html#pep-341-unified-try-except-finally)1444    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.13/whatsnew/2.5.html#pep-342-new-generator-features)1445    - [PEP 343: Оператор 'with'](https://python-all.ru/3.13/whatsnew/2.5.html#pep-343-the-with-statement)14461447      - [Написание контекстных менеджеров](https://python-all.ru/3.13/whatsnew/2.5.html#writing-context-managers)1448      - [Модуль contextlib](https://python-all.ru/3.13/whatsnew/2.5.html#the-contextlib-module)1449    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.13/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1450    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.13/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1451    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.13/whatsnew/2.5.html#pep-357-the-index-method)1452    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/2.5.html#other-language-changes)14531454      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.13/whatsnew/2.5.html#interactive-interpreter-changes)1455      - [Оптимизации](https://python-all.ru/3.13/whatsnew/2.5.html#optimizations)1456    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.13/whatsnew/2.5.html#new-improved-and-removed-modules)14571458      - [Пакет ctypes](https://python-all.ru/3.13/whatsnew/2.5.html#the-ctypes-package)1459      - [Пакет ElementTree](https://python-all.ru/3.13/whatsnew/2.5.html#the-elementtree-package)1460      - [Пакет hashlib](https://python-all.ru/3.13/whatsnew/2.5.html#the-hashlib-package)1461      - [Пакет sqlite3](https://python-all.ru/3.13/whatsnew/2.5.html#the-sqlite3-package)1462      - [Пакет wsgiref](https://python-all.ru/3.13/whatsnew/2.5.html#the-wsgiref-package)1463    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/2.5.html#build-and-c-api-changes)14641465      - [Изменения для конкретных платформ](https://python-all.ru/3.13/whatsnew/2.5.html#port-specific-changes)1466    - [Перенос на Python 2.5](https://python-all.ru/3.13/whatsnew/2.5.html#porting-to-python-2-5)1467    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.5.html#acknowledgements)1468  - [Что нового в Python 2.4](https://python-all.ru/3.13/whatsnew/2.4.html)14691470    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.13/whatsnew/2.4.html#pep-218-built-in-set-objects)1471    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.13/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1472    - [PEP 289: Генераторные выражения](https://python-all.ru/3.13/whatsnew/2.4.html#pep-289-generator-expressions)1473    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.13/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1474    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.13/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1475    - [PEP 322: Обратная итерация](https://python-all.ru/3.13/whatsnew/2.4.html#pep-322-reverse-iteration)1476    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.13/whatsnew/2.4.html#pep-324-new-subprocess-module)1477    - [PEP 327: Тип данных Decimal](https://python-all.ru/3.13/whatsnew/2.4.html#pep-327-decimal-data-type)14781479      - [Зачем нужен Decimal?](https://python-all.ru/3.13/whatsnew/2.4.html#why-is-decimal-needed)1480      - [Тип `Decimal`](https://python-all.ru/3.13/whatsnew/2.4.html#the-decimal-type)1481      - [Тип `Context`](https://python-all.ru/3.13/whatsnew/2.4.html#the-context-type)1482    - [PEP 328: Многострочные импорты](https://python-all.ru/3.13/whatsnew/2.4.html#pep-328-multi-line-imports)1483    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.13/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1484    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/2.4.html#other-language-changes)14851486      - [Оптимизации](https://python-all.ru/3.13/whatsnew/2.4.html#optimizations)1487    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.13/whatsnew/2.4.html#new-improved-and-deprecated-modules)14881489      - [cookielib](https://python-all.ru/3.13/whatsnew/2.4.html#cookielib)1490      - [doctest](https://python-all.ru/3.13/whatsnew/2.4.html#doctest)1491    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/2.4.html#build-and-c-api-changes)14921493      - [Изменения для конкретных платформ](https://python-all.ru/3.13/whatsnew/2.4.html#port-specific-changes)1494    - [Перенос на Python 2.4](https://python-all.ru/3.13/whatsnew/2.4.html#porting-to-python-2-4)1495    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.4.html#acknowledgements)1496  - [Что нового в Python 2.3](https://python-all.ru/3.13/whatsnew/2.3.html)14971498    - [PEP 218: Стандартный тип set](https://python-all.ru/3.13/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1499    - [PEP 255: простые генераторы](https://python-all.ru/3.13/whatsnew/2.3.html#pep-255-simple-generators)1500    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.13/whatsnew/2.3.html#pep-263-source-code-encodings)1501    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.13/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1502    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.13/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1503    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.13/whatsnew/2.3.html#pep-278-universal-newline-support)1504    - [PEP 279: enumerate()](https://python-all.ru/3.13/whatsnew/2.3.html#pep-279-enumerate)1505    - [PEP 282: Пакет logging](https://python-all.ru/3.13/whatsnew/2.3.html#pep-282-the-logging-package)1506    - [PEP 285: Булев тип](https://python-all.ru/3.13/whatsnew/2.3.html#pep-285-a-boolean-type)1507    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.13/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1508    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.13/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1509    - [PEP 302: Новые хуки импорта](https://python-all.ru/3.13/whatsnew/2.3.html#pep-302-new-import-hooks)1510    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.13/whatsnew/2.3.html#pep-305-comma-separated-files)1511    - [PEP 307: Улучшения pickle](https://python-all.ru/3.13/whatsnew/2.3.html#pep-307-pickle-enhancements)1512    - [Расширенные срезы](https://python-all.ru/3.13/whatsnew/2.3.html#extended-slices)1513    - [Прочие изменения языка](https://python-all.ru/3.13/whatsnew/2.3.html#other-language-changes)15141515      - [Изменения в строках](https://python-all.ru/3.13/whatsnew/2.3.html#string-changes)1516      - [Оптимизации](https://python-all.ru/3.13/whatsnew/2.3.html#optimizations)1517    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.13/whatsnew/2.3.html#new-improved-and-deprecated-modules)15181519      - [Тип даты/времени](https://python-all.ru/3.13/whatsnew/2.3.html#date-time-type)1520      - [Модуль optparse](https://python-all.ru/3.13/whatsnew/2.3.html#the-optparse-module)1521    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.13/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1522    - [Изменения в сборке и C API](https://python-all.ru/3.13/whatsnew/2.3.html#build-and-c-api-changes)15231524      - [Изменения для конкретных платформ](https://python-all.ru/3.13/whatsnew/2.3.html#port-specific-changes)1525    - [Прочие изменения и исправления](https://python-all.ru/3.13/whatsnew/2.3.html#other-changes-and-fixes)1526    - [Перенос на Python 2.3](https://python-all.ru/3.13/whatsnew/2.3.html#porting-to-python-2-3)1527    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.3.html#acknowledgements)1528  - [Что нового в Python 2.2](https://python-all.ru/3.13/whatsnew/2.2.html)15291530    - [Введение](https://python-all.ru/3.13/whatsnew/2.2.html#introduction)1531    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.13/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)15321533      - [Старые и новые классы](https://python-all.ru/3.13/whatsnew/2.2.html#old-and-new-classes)1534      - [Дескрипторы](https://python-all.ru/3.13/whatsnew/2.2.html#descriptors)1535      - [Множественное наследование: правило ромба](https://python-all.ru/3.13/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1536      - [Доступ к атрибутам](https://python-all.ru/3.13/whatsnew/2.2.html#attribute-access)1537      - [Связанные ссылки](https://python-all.ru/3.13/whatsnew/2.2.html#related-links)1538    - [PEP 234: итераторы](https://python-all.ru/3.13/whatsnew/2.2.html#pep-234-iterators)1539    - [PEP 255: простые генераторы](https://python-all.ru/3.13/whatsnew/2.2.html#pep-255-simple-generators)1540    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.13/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1541    - [PEP 238: изменение оператора деления](https://python-all.ru/3.13/whatsnew/2.2.html#pep-238-changing-the-division-operator)1542    - [Изменения в Unicode](https://python-all.ru/3.13/whatsnew/2.2.html#unicode-changes)1543    - [PEP 227: вложенные области видимости](https://python-all.ru/3.13/whatsnew/2.2.html#pep-227-nested-scopes)1544    - [Новые и улучшенные модули](https://python-all.ru/3.13/whatsnew/2.2.html#new-and-improved-modules)1545    - [Изменения и исправления интерпретатора](https://python-all.ru/3.13/whatsnew/2.2.html#interpreter-changes-and-fixes)1546    - [Прочие изменения и исправления](https://python-all.ru/3.13/whatsnew/2.2.html#other-changes-and-fixes)1547    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.2.html#acknowledgements)1548  - [Что нового в Python 2.1](https://python-all.ru/3.13/whatsnew/2.1.html)15491550    - [Введение](https://python-all.ru/3.13/whatsnew/2.1.html#introduction)1551    - [PEP 227: вложенные области видимости](https://python-all.ru/3.13/whatsnew/2.1.html#pep-227-nested-scopes)1552    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.13/whatsnew/2.1.html#pep-236-future-directives)1553    - [PEP 207: расширенные сравнения](https://python-all.ru/3.13/whatsnew/2.1.html#pep-207-rich-comparisons)1554    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.13/whatsnew/2.1.html#pep-230-warning-framework)1555    - [PEP 229: новая система сборки](https://python-all.ru/3.13/whatsnew/2.1.html#pep-229-new-build-system)1556    - [PEP 205: слабые ссылки](https://python-all.ru/3.13/whatsnew/2.1.html#pep-205-weak-references)1557    - [PEP 232: атрибуты функций](https://python-all.ru/3.13/whatsnew/2.1.html#pep-232-function-attributes)1558    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.13/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1559    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.13/whatsnew/2.1.html#pep-217-interactive-display-hook)1560    - [PEP 208: новая модель приведения типов](https://python-all.ru/3.13/whatsnew/2.1.html#pep-208-new-coercion-model)1561    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.13/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1562    - [Новые и улучшенные модули](https://python-all.ru/3.13/whatsnew/2.1.html#new-and-improved-modules)1563    - [Прочие изменения и исправления](https://python-all.ru/3.13/whatsnew/2.1.html#other-changes-and-fixes)1564    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.1.html#acknowledgements)1565  - [Что нового в Python 2.0](https://python-all.ru/3.13/whatsnew/2.0.html)15661567    - [Введение](https://python-all.ru/3.13/whatsnew/2.0.html#introduction)1568    - [А что насчёт Python 1.6?](https://python-all.ru/3.13/whatsnew/2.0.html#what-about-python-1-6)1569    - [Новый процесс разработки](https://python-all.ru/3.13/whatsnew/2.0.html#new-development-process)1570    - [Юникод](https://python-all.ru/3.13/whatsnew/2.0.html#unicode)1571    - [Списковые включения](https://python-all.ru/3.13/whatsnew/2.0.html#list-comprehensions)1572    - [Расширенное присваивание](https://python-all.ru/3.13/whatsnew/2.0.html#augmented-assignment)1573    - [Методы строк](https://python-all.ru/3.13/whatsnew/2.0.html#string-methods)1574    - [Сборка мусора циклических ссылок](https://python-all.ru/3.13/whatsnew/2.0.html#garbage-collection-of-cycles)1575    - [Другие изменения ядра](https://python-all.ru/3.13/whatsnew/2.0.html#other-core-changes)15761577      - [Мелкие изменения языка](https://python-all.ru/3.13/whatsnew/2.0.html#minor-language-changes)1578      - [Изменения встроенных функций](https://python-all.ru/3.13/whatsnew/2.0.html#changes-to-built-in-functions)1579    - [Перенос на 2.0](https://python-all.ru/3.13/whatsnew/2.0.html#porting-to-2-0)1580    - [Изменения в расширении/встраивании](https://python-all.ru/3.13/whatsnew/2.0.html#extending-embedding-changes)1581    - [Distutils: упрощение установки модулей](https://python-all.ru/3.13/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1582    - [Модули XML](https://python-all.ru/3.13/whatsnew/2.0.html#xml-modules)15831584      - [Поддержка SAX2](https://python-all.ru/3.13/whatsnew/2.0.html#sax2-support)1585      - [Поддержка DOM](https://python-all.ru/3.13/whatsnew/2.0.html#dom-support)1586      - [Связь с PyXML](https://python-all.ru/3.13/whatsnew/2.0.html#relationship-to-pyxml)1587    - [Изменения модулей](https://python-all.ru/3.13/whatsnew/2.0.html#module-changes)1588    - [Новые модули](https://python-all.ru/3.13/whatsnew/2.0.html#new-modules)1589    - [Улучшения IDLE](https://python-all.ru/3.13/whatsnew/2.0.html#idle-improvements)1590    - [Удалённые и устаревшие модули](https://python-all.ru/3.13/whatsnew/2.0.html#deleted-and-deprecated-modules)1591    - [Благодарности](https://python-all.ru/3.13/whatsnew/2.0.html#acknowledgements)1592  - [Журнал изменений](https://python-all.ru/3.13/whatsnew/changelog.html)15931594    - [Следующая версия Python](https://python-all.ru/3.13/whatsnew/changelog.html#python-next)15951596      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#windows)1597      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#tests)1598      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#security)1599      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#library)1600      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#idle)1601      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#documentation)1602      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#core-and-builtins)1603      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#build)1604    - [Python 3.13.14 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-14-final)16051606      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#macos)1607      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id2)1608      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id3)1609      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id4)1610      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id6)1611      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id7)1612      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id8)1613      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id9)1614      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#c-api)1615      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id10)1616    - [Python 3.13.13 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-13-final)16171618      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id11)1619      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id12)1620      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id13)1621      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id14)1622      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id15)1623      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id18)1624      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id19)1625      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id20)1626    - [Python 3.13.12 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-12-final)16271628      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id21)1629      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#tools-demos)1630      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id22)1631      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id23)1632      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id24)1633      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id25)1634      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id26)1635      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id27)1636      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id28)1637      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id29)1638    - [Python 3.13.11 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-11-final)16391640      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id30)1641      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id31)1642      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id32)1643    - [Python 3.13.10 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-10-final)16441645      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id33)1646      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id34)1647      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id35)1648      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id36)1649      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id37)1650      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id38)1651      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id39)1652      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id40)1653    - [Python 3.13.9 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-9-final)16541655      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id41)1656    - [Python 3.13.8 final](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-8-final)16571658      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id42)1659      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id43)1660      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id44)1661      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id45)1662      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id46)1663      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id47)1664      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id48)1665      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id49)1666      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id50)1667    - [Python 3.13.7 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-7-final)16681669      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id51)1670      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id52)1671      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id53)1672    - [Python 3.13.6 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-6-final)16731674      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id54)1675      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id55)1676      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id56)1677      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id57)1678      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id58)1679      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id59)1680      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id60)1681      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id61)1682      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id62)1683    - [Python 3.13.5 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-5-final)16841685      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id63)1686      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id64)1687      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id65)1688      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id66)1689      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id67)1690    - [Python 3.13.4 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-4-final)16911692      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id68)1693      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id69)1694      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id70)1695      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id71)1696      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id72)1697      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id73)1698      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id74)1699      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id75)1700      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id76)1701      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id77)1702      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id78)1703      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id79)1704    - [Python 3.13.3 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-3-final)17051706      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id80)1707      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id81)1708      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id82)1709      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id83)1710      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id84)1711      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id85)1712      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id86)1713      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id87)1714      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id88)1715      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id89)1716      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id90)1717      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id91)1718      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id92)1719    - [Python 3.13.2 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-2-final)17201721      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id93)1722      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id94)1723      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id95)1724      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id96)1725      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id97)1726      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id98)1727      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id99)1728      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id100)1729      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id101)1730      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id102)1731      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id103)1732    - [Python 3.13.1 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-1-final)17331734      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id104)1735      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id105)1736      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id106)1737      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id107)1738      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id108)1739      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id109)1740      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id110)1741      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id111)1742      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id112)1743      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id113)1744      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id114)1745      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id115)1746      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id116)1747      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id117)1748      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id118)1749    - [Python 3.13.0 финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-final)17501751      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id119)1752      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id120)1753    - [Python 3.13.0 кандидат в релиз 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-release-candidate-3)17541755      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id121)1756      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id122)1757      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id123)1758      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id124)1759      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id125)1760      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id126)1761      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id127)1762      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id128)1763      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id129)1764    - [Python 3.13.0 кандидат в релиз 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-release-candidate-2)17651766      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id130)1767      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id131)1768      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id132)1769      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id133)1770      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id134)1771      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id135)1772      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id136)1773      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id137)1774      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id138)1775      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id139)1776      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id140)1777    - [Python 3.13.0 кандидат в релиз 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-release-candidate-1)17781779      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id141)1780      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id142)1781      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id143)1782      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id144)1783      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id145)1784      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id146)1785      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id147)1786    - [Python 3.13.0 бета 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-beta-4)17871788      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id148)1789      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id149)1790      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id150)1791      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id151)1792      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id152)1793      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id153)1794      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id154)1795    - [Python 3.13.0 бета 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-beta-3)17961797      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id155)1798      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id156)1799      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id157)1800      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id158)1801      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id159)1802      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id160)1803    - [Python 3.13.0 бета 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-beta-2)18041805      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id161)1806      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id162)1807      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id163)1808      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id164)1809      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id165)1810      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id166)1811      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id167)1812    - [Python 3.13.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-beta-1)18131814      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id168)1815      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id169)1816      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id170)1817      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id171)1818      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id172)1819      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id173)1820      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id174)1821      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id175)1822      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id176)1823      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id177)1824      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id178)1825    - [Python 3.13.0 альфа 6](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-alpha-6)18261827      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id179)1828      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id180)1829      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id181)1830      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id182)1831      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id183)1832      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id184)1833      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id185)1834      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id186)1835      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id187)1836    - [Python 3.13.0 альфа 5](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-alpha-5)18371838      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id188)1839      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id189)1840      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id190)1841      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id191)1842      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id192)1843      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id193)1844      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id194)1845      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id195)1846      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id196)1847      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id197)1848      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id198)1849      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id199)1850      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id200)1851      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id201)1852      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id202)1853    - [Python 3.13.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-alpha-4)18541855      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id203)1856      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id204)1857      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id205)1858      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id206)1859      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id207)1860      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id208)1861      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id209)1862      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id210)1863      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id211)1864      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id212)1865      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id213)1866    - [Python 3.13.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-alpha-3)18671868      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id214)1869      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id215)1870      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id216)1871      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id217)1872      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id218)1873      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id219)1874      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id220)1875      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id221)1876      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id222)1877      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id223)1878    - [Python 3.13.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-alpha-2)18791880      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id224)1881      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id225)1882      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id226)1883      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id227)1884      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id228)1885      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id229)1886      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id230)1887      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id231)1888      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id232)1889    - [Python 3.13.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-13-0-alpha-1)18901891      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id233)1892      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id234)1893      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id235)1894      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id236)1895      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id237)1896      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id238)1897      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id239)1898      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id240)1899      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id241)1900      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id242)1901      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id243)1902    - [Python 3.12.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-beta-1)19031904      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id244)1905      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id245)1906      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id246)1907      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id247)1908      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id248)1909      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id249)1910      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id250)1911      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id251)1912      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id252)1913      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id253)1914      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id254)1915      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id255)1916      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id256)1917      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id257)1918      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id258)1919      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id259)1920    - [Python 3.12.0 альфа 7](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-7)19211922      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id260)1923      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id261)1924      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id262)1925      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id263)1926      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id264)1927      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id265)1928      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id266)1929      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id267)1930      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id268)1931      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id269)1932      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id270)1933      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id271)1934    - [Python 3.12.0 альфа 6](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-6)19351936      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id272)1937      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id273)1938      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id274)1939      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id275)1940      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id276)1941      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id277)1942      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id278)1943      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id279)1944      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id280)1945    - [Python 3.12.0 альфа 5](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-5)19461947      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id281)1948      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id283)1949      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id284)1950      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id285)1951      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id286)1952      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id287)1953      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id288)1954    - [Python 3.12.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-4)19551956      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id289)1957      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id290)1958      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id291)1959      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id292)1960      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id293)1961      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id294)1962      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id295)1963      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id296)1964      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id297)1965      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id298)1966      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id299)1967      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id300)1968      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id301)1969    - [Python 3.12.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-3)19701971      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id302)1972      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id303)1973      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id304)1974      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id305)1975      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id306)1976      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id307)1977      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id308)1978      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id309)1979      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id310)1980      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id311)1981      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id312)1982      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id313)1983    - [Python 3.12.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-2)19841985      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id314)1986      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id315)1987      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id316)1988      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id317)1989      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id318)1990      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id319)1991      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id320)1992      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id321)1993      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id322)1994      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id323)1995      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id324)1996    - [Python 3.12.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-12-0-alpha-1)19971998      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id325)1999      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id326)2000      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id327)2001      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id328)2002      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id329)2003      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id330)2004      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id331)2005      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id332)2006      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id333)2007      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id334)2008      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id335)2009      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id336)2010      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id337)2011      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id338)2012      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id339)2013      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id340)2014      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id341)2015      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id342)2016      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id343)2017      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id344)2018      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id345)2019      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id346)2020      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id347)2021      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id348)2022      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id349)2023      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id350)2024      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id351)2025      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id352)2026      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id354)2027    - [Python 3.11.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-beta-1)20282029      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id355)2030      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id356)2031      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id357)2032      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id358)2033      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id359)2034      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id360)2035      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id361)2036      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id362)2037      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id363)2038      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id364)2039      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id365)2040      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id366)2041      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id367)2042      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id368)2043    - [Python 3.11.0 альфа 7](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-7)20442045      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id369)2046      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id370)2047      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id371)2048      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id372)2049      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id373)2050      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id374)2051      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id375)2052      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id376)2053      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id377)2054      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id378)2055      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id379)2056      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id380)2057      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id381)2058    - [Python 3.11.0 альфа 6](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-6)20592060      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id382)2061      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id383)2062      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id384)2063      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id385)2064      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id386)2065      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id387)2066      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id388)2067      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id389)2068      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id390)2069      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id391)2070      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id392)2071      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id393)2072      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id394)2073      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id395)2074    - [Python 3.11.0 альфа 5](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-5)20752076      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id396)2077      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id397)2078      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id398)2079      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id399)2080      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id400)2081      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id401)2082      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id402)2083      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id403)2084      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id404)2085      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id405)2086      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id406)2087      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id407)2088      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id408)2089      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id409)2090    - [Python 3.11.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-4)20912092      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id410)2093      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id411)2094      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id412)2095      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id413)2096      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id414)2097      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id415)2098      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id416)2099      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id417)2100      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id418)2101      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id419)2102      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id420)2103      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id421)2104      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id422)2105      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id423)2106    - [Python 3.11.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-3)21072108      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id424)2109      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id425)2110      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id426)2111      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id427)2112      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id428)2113      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id429)2114      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id430)2115      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id431)2116      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id432)2117      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id433)2118    - [Python 3.11.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-2)21192120      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id434)2121      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id435)2122      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id436)2123      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id437)2124      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id438)2125      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id439)2126      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id440)2127      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id441)2128      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id442)2129    - [Python 3.11.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-11-0-alpha-1)21302131      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id443)2132      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id444)2133      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id445)2134      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id446)2135      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id447)2136      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id448)2137      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id449)2138      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id450)2139      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id451)2140      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id452)2141      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id453)2142      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id454)2143      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id455)2144      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id456)2145      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id457)2146      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id458)2147      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id459)2148      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id460)2149      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id461)2150      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id462)2151      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id463)2152      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id464)2153      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id465)2154      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id466)2155      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id467)2156      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id468)2157      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id469)2158      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id470)2159      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id471)2160    - [Python 3.10.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-beta-1)21612162      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id472)2163      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id473)2164      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id474)2165      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id475)2166      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id476)2167      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id477)2168      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id478)2169      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id479)2170      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id480)2171      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id481)2172      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id482)2173      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id483)2174      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id484)2175      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id485)2176    - [Python 3.10.0 альфа 7](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-7)21772178      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id486)2179      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id487)2180      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id488)2181      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id489)2182      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id490)2183      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id491)2184      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id492)2185      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id493)2186      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id494)2187      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id495)2188      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id496)2189    - [Python 3.10.0 альфа 6](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-6)21902191      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id497)2192      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id498)2193      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id499)2194      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id500)2195      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id501)2196      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id502)2197      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id503)2198      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id504)2199      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id505)2200      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id506)2201      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id507)2202      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id508)2203      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id509)2204      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id510)2205    - [Python 3.10.0 альфа 5](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-5)22062207      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id511)2208      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id512)2209      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id513)2210      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id514)2211      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id515)2212      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id516)2213      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id517)2214      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id518)2215      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id519)2216      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id520)2217      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id521)2218      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id522)2219    - [Python 3.10.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-4)22202221      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id523)2222      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id524)2223      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id525)2224      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id526)2225      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id527)2226      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id528)2227      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id529)2228      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id530)2229      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id531)2230      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id532)2231      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id533)2232      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id534)2233    - [Python 3.10.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-3)22342235      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id535)2236      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id536)2237      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id537)2238      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id538)2239      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id539)2240      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id540)2241      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id541)2242      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id542)2243      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id543)2244      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id544)2245      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id545)2246      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id546)2247      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id547)2248      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id548)2249      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id549)2250      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id550)2251      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id551)2252    - [Python 3.10.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-2)22532254      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id552)2255      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id553)2256      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id554)2257      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id555)2258      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id556)2259      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id557)2260      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id558)2261      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id559)2262      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id560)2263      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id561)2264      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id562)2265      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id563)2266    - [Python 3.10.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-10-0-alpha-1)22672268      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id564)2269      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id565)2270      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id566)2271      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id567)2272      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id568)2273      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id569)2274      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id570)2275      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id571)2276      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id572)2277      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id573)2278      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id574)2279      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id575)2280      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id576)2281      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id577)2282      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id578)2283      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id579)2284      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id580)2285      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id581)2286      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id582)2287      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id583)2288      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id584)2289      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id585)2290      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id586)2291      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id587)2292      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id588)2293      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id589)2294      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id590)2295      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id591)2296      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id592)2297      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id593)2298      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id594)2299      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id595)2300      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id596)2301      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id597)2302      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id598)2303      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id599)2304      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id600)2305      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id601)2306    - [Python 3.9.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-beta-1)23072308      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id602)2309      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id603)2310      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id604)2311      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id605)2312      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id606)2313      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id607)2314      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id608)2315      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id609)2316      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id610)2317      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id611)2318    - [Python 3.9.0 альфа 6](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-alpha-6)23192320      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id612)2321      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id613)2322      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id614)2323      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id615)2324      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id616)2325      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id617)2326      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id618)2327      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id619)2328      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id620)2329      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id621)2330      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id622)2331    - [Python 3.9.0 альфа 5](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-alpha-5)23322333      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id623)2334      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id624)2335      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id625)2336      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id626)2337      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id627)2338      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id628)2339      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id629)2340      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id630)2341      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id631)2342      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id632)2343      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id633)2344    - [Python 3.9.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-alpha-4)23452346      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id634)2347      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id635)2348      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id636)2349      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id637)2350      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id638)2351      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id639)2352      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id640)2353      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id641)2354      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id642)2355    - [Python 3.9.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-alpha-3)23562357      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id643)2358      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id644)2359      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id645)2360      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id646)2361      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id647)2362      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id648)2363    - [Python 3.9.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-alpha-2)23642365      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id649)2366      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id650)2367      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id651)2368      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id652)2369      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id653)2370      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id654)2371      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id655)2372      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id656)2373      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id657)2374      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id658)2375    - [Python 3.9.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-9-0-alpha-1)23762377      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id659)2378      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id660)2379      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id661)2380      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id662)2381      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id663)2382      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id664)2383      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id665)2384      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id666)2385      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id667)2386      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id668)2387      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id669)2388    - [Python 3.8.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-8-0-beta-1)23892390      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id670)2391      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id671)2392      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id672)2393      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id673)2394      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id674)2395      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id675)2396      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id676)2397      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id677)2398      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id678)2399      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id679)2400      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id680)2401    - [Python 3.8.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-8-0-alpha-4)24022403      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id681)2404      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id682)2405      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id683)2406      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id684)2407      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id685)2408      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id686)2409      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id687)2410      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id688)2411      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id689)2412      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id690)2413      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id691)2414    - [Python 3.8.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-8-0-alpha-3)24152416      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id692)2417      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id693)2418      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id694)2419      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id695)2420      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id696)2421      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id697)2422      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id698)2423      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id699)2424      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id700)2425      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id701)2426    - [Python 3.8.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-8-0-alpha-2)24272428      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id702)2429      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id703)2430      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id704)2431      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id705)2432      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id706)2433      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id707)2434    - [Python 3.8.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-8-0-alpha-1)24352436      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id708)2437      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id709)2438      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id710)2439      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id711)2440      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id712)2441      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id713)2442      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id714)2443      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id715)2444      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id716)2445      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id717)2446      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id718)2447    - [Python 3.7.0 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-final)24482449      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id719)2450      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id720)2451    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-release-candidate-1)24522453      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id721)2454      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id722)2455      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id723)2456      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id724)2457      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id725)2458      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id726)2459    - [Python 3.7.0 бета 5](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-beta-5)24602461      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id727)2462      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id728)2463      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id729)2464      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id730)2465      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id731)2466      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id732)2467      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id733)2468    - [Python 3.7.0 бета 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-beta-4)24692470      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id734)2471      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id735)2472      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id736)2473      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id737)2474      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id738)2475      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id739)2476      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id740)2477      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id741)2478      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id742)2479    - [Python 3.7.0 бета 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-beta-3)24802481      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id743)2482      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id744)2483      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id745)2484      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id746)2485      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id747)2486      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id748)2487      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id749)2488      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id750)2489      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id751)2490      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id752)2491      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id753)2492    - [Python 3.7.0 бета 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-beta-2)24932494      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id754)2495      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id755)2496      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id756)2497      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id757)2498      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id758)2499      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id759)2500      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id760)2501      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id761)2502      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id762)2503      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id763)2504    - [Python 3.7.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-beta-1)25052506      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id764)2507      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id765)2508      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id766)2509      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id767)2510      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id768)2511      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id769)2512      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id770)2513      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id771)2514    - [Python 3.7.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-alpha-4)25152516      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id772)2517      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id773)2518      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id774)2519      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id775)2520      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id776)2521      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id777)2522      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id778)2523    - [Python 3.7.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-alpha-3)25242525      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id779)2526      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id780)2527      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id781)2528      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id782)2529      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id783)2530      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id784)2531      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id785)2532      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id786)2533      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id787)2534      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id788)2535    - [Python 3.7.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-alpha-2)25362537      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id789)2538      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id790)2539      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id791)2540      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id792)2541      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id793)2542      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id794)2543    - [Python 3.7.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-7-0-alpha-1)25442545      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id795)2546      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id796)2547      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id797)2548      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id798)2549      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id799)2550      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id800)2551      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id801)2552      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id802)2553      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id803)2554      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id804)2555    - [Python 3.6.6 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-6-final)2556    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-6-release-candidate-1)25572558      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id805)2559      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id806)2560      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id807)2561      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id808)2562      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id809)2563      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id810)2564      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id811)2565      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id812)2566      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id813)2567      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id814)2568    - [Python 3.6.5 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-5-final)25692570      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id815)2571      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id816)2572    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-5-release-candidate-1)25732574      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id817)2575      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id818)2576      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id819)2577      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id820)2578      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id821)2579      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id822)2580      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id823)2581      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id824)2582      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id825)2583      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id826)2584      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id827)2585    - [Python 3.6.4 финальная](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-4-final)2586    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-4-release-candidate-1)25872588      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id828)2589      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id829)2590      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id830)2591      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id831)2592      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id832)2593      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id833)2594      - [macOS](https://python-all.ru/3.13/whatsnew/changelog.html#id834)2595      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id835)2596      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id836)2597      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id837)2598    - [Python 3.6.3 финальная](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-3-final)25992600      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id838)2601      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id839)2602    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-3-release-candidate-1)26032604      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id840)2605      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id841)2606      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id842)2607      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id843)2608      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id844)2609      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id845)2610      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id846)2611      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id847)2612      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id848)2613    - [Python 3.6.2 финальная](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-2-final)2614    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-2-release-candidate-2)26152616      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id849)2617    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-2-release-candidate-1)26182619      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id850)2620      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id851)2621      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id852)2622      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id853)2623      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id854)2624      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id855)2625      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id856)2626      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id857)2627      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id858)2628      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id859)2629    - [Python 3.6.1 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-1-final)26302631      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id860)2632      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id861)2633    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-1-release-candidate-1)26342635      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id862)2636      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id863)2637      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id864)2638      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id865)2639      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id866)2640      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id867)2641      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id868)2642      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id869)2643    - [Python 3.6.0 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-final)2644    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-release-candidate-2)26452646      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id870)2647      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id871)2648      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id872)2649      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id873)2650    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-release-candidate-1)26512652      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id874)2653      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id875)2654      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id876)2655      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id877)2656      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id878)2657    - [Python 3.6.0 бета 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-beta-4)26582659      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id879)2660      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id880)2661      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id881)2662      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id882)2663      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id883)2664    - [Python 3.6.0 бета 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-beta-3)26652666      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id884)2667      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id885)2668      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id886)2669      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id887)2670      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id888)2671    - [Python 3.6.0 бета 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-beta-2)26722673      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id889)2674      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id890)2675      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id891)2676      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id892)2677      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id893)2678      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id894)2679    - [Python 3.6.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-beta-1)26802681      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id895)2682      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id896)2683      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id897)2684      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id898)2685      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id899)2686      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id900)2687      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id901)2688      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id902)2689    - [Python 3.6.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-alpha-4)26902691      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id903)2692      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id904)2693      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id905)2694      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id906)2695      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id907)2696      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id908)2697    - [Python 3.6.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-alpha-3)26982699      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id909)2700      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id910)2701      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id911)2702      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id912)2703      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id913)2704      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id914)2705      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id915)2706      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id916)2707      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id917)2708    - [Python 3.6.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-alpha-2)27092710      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id918)2711      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id919)2712      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id920)2713      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id921)2714      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id922)2715      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id923)2716      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id924)2717      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id925)2718      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id926)2719      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id927)2720    - [Python 3.6.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-6-0-alpha-1)27212722      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id928)2723      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id929)2724      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id930)2725      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id931)2726      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id932)2727      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id933)2728      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id934)2729      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id935)2730      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id936)2731      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id937)2732    - [Python 3.5.5 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-5-final)2733    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-5-release-candidate-1)27342735      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id938)2736      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id939)2737      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id940)2738    - [Python 3.5.4 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-4-final)27392740      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id941)2741    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-4-release-candidate-1)27422743      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id942)2744      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id943)2745      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id944)2746      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id945)2747      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id946)2748      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id947)2749      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id948)2750      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id949)2751    - [Python 3.5.3 финальный](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-3-final)2752    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-3-release-candidate-1)27532754      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id950)2755      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id951)2756      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id952)2757      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id953)2758      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id954)2759      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id955)2760      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id956)2761      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id957)2762      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id958)2763      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id959)2764    - [Python 3.5.2, финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-2-final)27652766      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id960)2767      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id961)2768      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id962)2769    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-2-release-candidate-1)27702771      - [Безопасность](https://python-all.ru/3.13/whatsnew/changelog.html#id963)2772      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id964)2773      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id965)2774      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id966)2775      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id967)2776      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id968)2777      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id969)2778      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id970)2779      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id971)2780    - [Python 3.5.1, финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-1-final)27812782      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id972)2783      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id973)2784    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-1-release-candidate-1)27852786      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id974)2787      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id975)2788      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id976)2789      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id977)2790      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id978)2791      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id979)2792      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id980)2793      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id981)2794    - [Python 3.5.0, финальная версия](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-final)27952796      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id982)2797    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-release-candidate-4)27982799      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id983)2800      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id984)2801    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-release-candidate-3)28022803      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id985)2804      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id986)2805    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-release-candidate-2)28062807      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id987)2808      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id988)2809    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-release-candidate-1)28102811      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id989)2812      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id990)2813      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id991)2814      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id992)2815      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id993)2816    - [Python 3.5.0 бета 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-beta-4)28172818      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id994)2819      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id995)2820      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id996)2821    - [Python 3.5.0 бета 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-beta-3)28222823      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id997)2824      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id998)2825      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id999)2826      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id1000)2827      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id1001)2828    - [Python 3.5.0 бета 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-beta-2)28292830      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id1002)2831      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id1003)2832    - [Python 3.5.0 бета 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-beta-1)28332834      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id1004)2835      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id1005)2836      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id1006)2837      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id1007)2838      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id1008)2839      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id1009)2840    - [Python 3.5.0 альфа 4](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-alpha-4)28412842      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id1010)2843      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id1011)2844      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id1012)2845      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id1013)2846      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id1014)2847      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id1015)2848    - [Python 3.5.0 альфа 3](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-alpha-3)28492850      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id1016)2851      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id1017)2852      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id1018)2853      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id1019)2854      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id1020)2855    - [Python 3.5.0 альфа 2](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-alpha-2)28562857      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id1021)2858      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id1022)2859      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id1023)2860      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id1024)2861      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id1025)2862    - [Python 3.5.0 альфа 1](https://python-all.ru/3.13/whatsnew/changelog.html#python-3-5-0-alpha-1)28632864      - [Ядро и встроенные модули](https://python-all.ru/3.13/whatsnew/changelog.html#id1026)2865      - [Библиотека](https://python-all.ru/3.13/whatsnew/changelog.html#id1027)2866      - [IDLE](https://python-all.ru/3.13/whatsnew/changelog.html#id1028)2867      - [Сборка](https://python-all.ru/3.13/whatsnew/changelog.html#id1029)2868      - [C API](https://python-all.ru/3.13/whatsnew/changelog.html#id1030)2869      - [Документация](https://python-all.ru/3.13/whatsnew/changelog.html#id1031)2870      - [Тесты](https://python-all.ru/3.13/whatsnew/changelog.html#id1032)2871      - [Инструменты/Демонстрации](https://python-all.ru/3.13/whatsnew/changelog.html#id1033)2872      - [Windows](https://python-all.ru/3.13/whatsnew/changelog.html#id1034)2873- [Учебник Python](https://python-all.ru/3.13/tutorial/index.html)28742875  - [1. Введение](https://python-all.ru/3.13/tutorial/appetite.html)2876  - [2. Использование интерпретатора Python](https://python-all.ru/3.13/tutorial/interpreter.html)28772878    - [2.1. Запуск интерпретатора](https://python-all.ru/3.13/tutorial/interpreter.html#invoking-the-interpreter)28792880      - [2.1.1. Передача аргументов](https://python-all.ru/3.13/tutorial/interpreter.html#argument-passing)2881      - [2.1.2. Интерактивный режим](https://python-all.ru/3.13/tutorial/interpreter.html#interactive-mode)2882    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.13/tutorial/interpreter.html#the-interpreter-and-its-environment)28832884      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.13/tutorial/interpreter.html#source-code-encoding)2885  - [3. Неформальное введение в Python](https://python-all.ru/3.13/tutorial/introduction.html)28862887    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.13/tutorial/introduction.html#using-python-as-a-calculator)28882889      - [3.1.1. Числа](https://python-all.ru/3.13/tutorial/introduction.html#numbers)2890      - [3.1.2. Текст](https://python-all.ru/3.13/tutorial/introduction.html#text)2891      - [3.1.3. Списки](https://python-all.ru/3.13/tutorial/introduction.html#lists)2892    - [3.2. Первые шаги к программированию](https://python-all.ru/3.13/tutorial/introduction.html#first-steps-towards-programming)2893  - [4. Дополнительные средства управления потоком](https://python-all.ru/3.13/tutorial/controlflow.html)28942895    - [4.1. `if` Инструкции](https://python-all.ru/3.13/tutorial/controlflow.html#if-statements)2896    - [4.2. `for` Инструкции](https://python-all.ru/3.13/tutorial/controlflow.html#for-statements)2897    - [4.3. Функция `range()`](https://python-all.ru/3.13/tutorial/controlflow.html#the-range-function)2898    - [4.4. `break` и `continue` Инструкции](https://python-all.ru/3.13/tutorial/controlflow.html#break-and-continue-statements)2899    - [4.5. `else` Предложения в циклах](https://python-all.ru/3.13/tutorial/controlflow.html#else-clauses-on-loops)2900    - [4.6. `pass` Инструкции](https://python-all.ru/3.13/tutorial/controlflow.html#pass-statements)2901    - [4.7. `match` Инструкции](https://python-all.ru/3.13/tutorial/controlflow.html#match-statements)2902    - [4.8. Определение функций](https://python-all.ru/3.13/tutorial/controlflow.html#defining-functions)2903    - [4.9. Подробнее об определении функций](https://python-all.ru/3.13/tutorial/controlflow.html#more-on-defining-functions)29042905      - [4.9.1. Значения аргументов по умолчанию](https://python-all.ru/3.13/tutorial/controlflow.html#default-argument-values)2906      - [4.9.2. Именованные аргументы](https://python-all.ru/3.13/tutorial/controlflow.html#keyword-arguments)2907      - [4.9.3. Специальные параметры](https://python-all.ru/3.13/tutorial/controlflow.html#special-parameters)29082909        - [4.9.3.1. Позиционно-именованные аргументы](https://python-all.ru/3.13/tutorial/controlflow.html#positional-or-keyword-arguments)2910        - [4.9.3.2. Только позиционные параметры](https://python-all.ru/3.13/tutorial/controlflow.html#positional-only-parameters)2911        - [4.9.3.3. Только именованные аргументы](https://python-all.ru/3.13/tutorial/controlflow.html#keyword-only-arguments)2912        - [4.9.3.4. Примеры функций](https://python-all.ru/3.13/tutorial/controlflow.html#function-examples)2913        - [4.9.3.5. Краткий обзор](https://python-all.ru/3.13/tutorial/controlflow.html#recap)2914      - [4.9.4. Произвольные списки аргументов](https://python-all.ru/3.13/tutorial/controlflow.html#arbitrary-argument-lists)2915      - [4.9.5. Распаковка списков аргументов](https://python-all.ru/3.13/tutorial/controlflow.html#unpacking-argument-lists)2916      - [4.9.6. Лямбда-выражения](https://python-all.ru/3.13/tutorial/controlflow.html#lambda-expressions)2917      - [4.9.7. Строки документации](https://python-all.ru/3.13/tutorial/controlflow.html#documentation-strings)2918      - [4.9.8. Аннотации функций](https://python-all.ru/3.13/tutorial/controlflow.html#function-annotations)2919    - [4.10. Интермеццо: стиль кода](https://python-all.ru/3.13/tutorial/controlflow.html#intermezzo-coding-style)2920  - [5. Структуры данных](https://python-all.ru/3.13/tutorial/datastructures.html)29212922    - [5.1. Подробнее о списках](https://python-all.ru/3.13/tutorial/datastructures.html#more-on-lists)29232924      - [5.1.1. Использование списков как стеков](https://python-all.ru/3.13/tutorial/datastructures.html#using-lists-as-stacks)2925      - [5.1.2. Использование списков как очередей](https://python-all.ru/3.13/tutorial/datastructures.html#using-lists-as-queues)2926      - [5.1.3. Списковые включения](https://python-all.ru/3.13/tutorial/datastructures.html#list-comprehensions)2927      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.13/tutorial/datastructures.html#nested-list-comprehensions)2928    - [5.2. Инструкция `del`](https://python-all.ru/3.13/tutorial/datastructures.html#the-del-statement)2929    - [5.3. Кортежи и последовательности](https://python-all.ru/3.13/tutorial/datastructures.html#tuples-and-sequences)2930    - [5.4. Множества](https://python-all.ru/3.13/tutorial/datastructures.html#sets)2931    - [5.5. Словари](https://python-all.ru/3.13/tutorial/datastructures.html#dictionaries)2932    - [5.6. Приёмы работы с циклами](https://python-all.ru/3.13/tutorial/datastructures.html#looping-techniques)2933    - [5.7. Подробнее об условиях](https://python-all.ru/3.13/tutorial/datastructures.html#more-on-conditions)2934    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.13/tutorial/datastructures.html#comparing-sequences-and-other-types)2935  - [6. Модули](https://python-all.ru/3.13/tutorial/modules.html)29362937    - [6.1. Подробнее о модулях](https://python-all.ru/3.13/tutorial/modules.html#more-on-modules)29382939      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.13/tutorial/modules.html#executing-modules-as-scripts)2940      - [6.1.2. Путь поиска модулей](https://python-all.ru/3.13/tutorial/modules.html#the-module-search-path)2941      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.13/tutorial/modules.html#compiled-python-files)2942    - [6.2. Стандартные модули](https://python-all.ru/3.13/tutorial/modules.html#standard-modules)2943    - [6.3. Функция `dir()`](https://python-all.ru/3.13/tutorial/modules.html#the-dir-function)2944    - [6.4. Пакеты](https://python-all.ru/3.13/tutorial/modules.html#packages)29452946      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.13/tutorial/modules.html#importing-from-a-package)2947      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.13/tutorial/modules.html#intra-package-references)2948      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.13/tutorial/modules.html#packages-in-multiple-directories)2949  - [7. Ввод и вывод](https://python-all.ru/3.13/tutorial/inputoutput.html)29502951    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.13/tutorial/inputoutput.html#fancier-output-formatting)29522953      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.13/tutorial/inputoutput.html#formatted-string-literals)2954      - [7.1.2. Метод format() строк](https://python-all.ru/3.13/tutorial/inputoutput.html#the-string-format-method)2955      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.13/tutorial/inputoutput.html#manual-string-formatting)2956      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.13/tutorial/inputoutput.html#old-string-formatting)2957    - [7.2. Чтение и запись файлов](https://python-all.ru/3.13/tutorial/inputoutput.html#reading-and-writing-files)29582959      - [7.2.1. Методы файловых объектов](https://python-all.ru/3.13/tutorial/inputoutput.html#methods-of-file-objects)2960      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.13/tutorial/inputoutput.html#saving-structured-data-with-json)2961  - [8. Ошибки и исключения](https://python-all.ru/3.13/tutorial/errors.html)29622963    - [8.1. Синтаксические ошибки](https://python-all.ru/3.13/tutorial/errors.html#syntax-errors)2964    - [8.2. Исключения](https://python-all.ru/3.13/tutorial/errors.html#exceptions)2965    - [8.3. Обработка исключений](https://python-all.ru/3.13/tutorial/errors.html#handling-exceptions)2966    - [8.4. Возбуждение исключений](https://python-all.ru/3.13/tutorial/errors.html#raising-exceptions)2967    - [8.5. Цепочки исключений](https://python-all.ru/3.13/tutorial/errors.html#exception-chaining)2968    - [8.6. Пользовательские исключения](https://python-all.ru/3.13/tutorial/errors.html#user-defined-exceptions)2969    - [8.7. Определение действий по очистке](https://python-all.ru/3.13/tutorial/errors.html#defining-clean-up-actions)2970    - [8.8. Предопределённые действия по очистке](https://python-all.ru/3.13/tutorial/errors.html#predefined-clean-up-actions)2971    - [8.9. Возбуждение и обработка нескольких несвязанных исключений](https://python-all.ru/3.13/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)2972    - [8.10. Обогащение исключений примечаниями](https://python-all.ru/3.13/tutorial/errors.html#enriching-exceptions-with-notes)2973  - [9. Классы](https://python-all.ru/3.13/tutorial/classes.html)29742975    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.13/tutorial/classes.html#a-word-about-names-and-objects)2976    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.13/tutorial/classes.html#python-scopes-and-namespaces)29772978      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.13/tutorial/classes.html#scopes-and-namespaces-example)2979    - [9.3. Первое знакомство с классами](https://python-all.ru/3.13/tutorial/classes.html#a-first-look-at-classes)29802981      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.13/tutorial/classes.html#class-definition-syntax)2982      - [9.3.2. Объекты классов](https://python-all.ru/3.13/tutorial/classes.html#class-objects)2983      - [9.3.3. Объекты экземпляров](https://python-all.ru/3.13/tutorial/classes.html#instance-objects)2984      - [9.3.4. Объекты методов](https://python-all.ru/3.13/tutorial/classes.html#method-objects)2985      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.13/tutorial/classes.html#class-and-instance-variables)2986    - [9.4. Разные замечания](https://python-all.ru/3.13/tutorial/classes.html#random-remarks)2987    - [9.5. Наследование](https://python-all.ru/3.13/tutorial/classes.html#inheritance)29882989      - [9.5.1. Множественное наследование](https://python-all.ru/3.13/tutorial/classes.html#multiple-inheritance)2990    - [9.6. Приватные переменные](https://python-all.ru/3.13/tutorial/classes.html#private-variables)2991    - [9.7. Разное](https://python-all.ru/3.13/tutorial/classes.html#odds-and-ends)2992    - [9.8. Итераторы](https://python-all.ru/3.13/tutorial/classes.html#iterators)2993    - [9.9. Генераторы](https://python-all.ru/3.13/tutorial/classes.html#generators)2994    - [9.10. Генераторные выражения](https://python-all.ru/3.13/tutorial/classes.html#generator-expressions)2995  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.13/tutorial/stdlib.html)29962997    - [10.1. Интерфейс операционной системы](https://python-all.ru/3.13/tutorial/stdlib.html#operating-system-interface)2998    - [10.2. Шаблоны имён файлов](https://python-all.ru/3.13/tutorial/stdlib.html#file-wildcards)2999    - [10.3. Аргументы командной строки](https://python-all.ru/3.13/tutorial/stdlib.html#command-line-arguments)3000    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.13/tutorial/stdlib.html#error-output-redirection-and-program-termination)3001    - [10.5. Сопоставление строк с шаблоном](https://python-all.ru/3.13/tutorial/stdlib.html#string-pattern-matching)3002    - [10.6. Математика](https://python-all.ru/3.13/tutorial/stdlib.html#mathematics)3003    - [10.7. Доступ к Интернету](https://python-all.ru/3.13/tutorial/stdlib.html#internet-access)3004    - [10.8. Дата и время](https://python-all.ru/3.13/tutorial/stdlib.html#dates-and-times)3005    - [10.9. Сжатие данных](https://python-all.ru/3.13/tutorial/stdlib.html#data-compression)3006    - [10.10. Измерение производительности](https://python-all.ru/3.13/tutorial/stdlib.html#performance-measurement)3007    - [10.11. Контроль качества](https://python-all.ru/3.13/tutorial/stdlib.html#quality-control)3008    - [10.12. «Батарейки в комплекте»](https://python-all.ru/3.13/tutorial/stdlib.html#batteries-included)3009  - [11. Краткий обзор стандартной библиотеки. Часть II](https://python-all.ru/3.13/tutorial/stdlib2.html)30103011    - [11.1. Форматирование вывода](https://python-all.ru/3.13/tutorial/stdlib2.html#output-formatting)3012    - [11.2. Шаблоны](https://python-all.ru/3.13/tutorial/stdlib2.html#templating)3013    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.13/tutorial/stdlib2.html#working-with-binary-data-record-layouts)3014    - [11.4. Многопоточность](https://python-all.ru/3.13/tutorial/stdlib2.html#multi-threading)3015    - [11.5. Логирование](https://python-all.ru/3.13/tutorial/stdlib2.html#logging)3016    - [11.6. Слабые ссылки](https://python-all.ru/3.13/tutorial/stdlib2.html#weak-references)3017    - [11.7. Инструменты для работы со списками](https://python-all.ru/3.13/tutorial/stdlib2.html#tools-for-working-with-lists)3018    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.13/tutorial/stdlib2.html#decimal-floating-point-arithmetic)3019  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.13/tutorial/venv.html)30203021    - [12.1. Введение](https://python-all.ru/3.13/tutorial/venv.html#introduction)3022    - [12.2. Создание виртуальных окружений](https://python-all.ru/3.13/tutorial/venv.html#creating-virtual-environments)3023    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.13/tutorial/venv.html#managing-packages-with-pip)3024  - [13. Что дальше?](https://python-all.ru/3.13/tutorial/whatnow.html)3025  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.13/tutorial/interactive.html)30263027    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.13/tutorial/interactive.html#tab-completion-and-history-editing)3028    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.13/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)3029  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.13/tutorial/floatingpoint.html)30303031    - [15.1. Ошибка представления](https://python-all.ru/3.13/tutorial/floatingpoint.html#representation-error)3032  - [16. Приложение](https://python-all.ru/3.13/tutorial/appendix.html)30333034    - [16.1. Интерактивный режим](https://python-all.ru/3.13/tutorial/appendix.html#interactive-mode)30353036      - [16.1.1. Обработка ошибок](https://python-all.ru/3.13/tutorial/appendix.html#error-handling)3037      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.13/tutorial/appendix.html#executable-python-scripts)3038      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.13/tutorial/appendix.html#the-interactive-startup-file)3039      - [16.1.4. Модули настройки](https://python-all.ru/3.13/tutorial/appendix.html#the-customization-modules)3040- [Настройка и использование Python](https://python-all.ru/3.13/using/index.html)30413042  - [1. Командная строка и окружение](https://python-all.ru/3.13/using/cmdline.html)30433044    - [1.1. Командная строка](https://python-all.ru/3.13/using/cmdline.html#command-line)30453046      - [1.1.1. Параметры интерфейса](https://python-all.ru/3.13/using/cmdline.html#interface-options)3047      - [1.1.2. Общие параметры](https://python-all.ru/3.13/using/cmdline.html#generic-options)3048      - [1.1.3. Прочие параметры](https://python-all.ru/3.13/using/cmdline.html#miscellaneous-options)3049      - [1.1.4. Управление цветом](https://python-all.ru/3.13/using/cmdline.html#controlling-color)3050      - [1.1.5. Параметры, которые не следует использовать](https://python-all.ru/3.13/using/cmdline.html#options-you-shouldn-t-use)3051    - [1.2. Переменные окружения](https://python-all.ru/3.13/using/cmdline.html#environment-variables)30523053      - [1.2.1. Переменные режима отладки](https://python-all.ru/3.13/using/cmdline.html#debug-mode-variables)3054  - [2. Использование Python на платформах Unix](https://python-all.ru/3.13/using/unix.html)30553056    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.13/using/unix.html#getting-and-installing-the-latest-version-of-python)30573058      - [2.1.1. В Linux](https://python-all.ru/3.13/using/unix.html#on-linux)30593060        - [2.1.1.1. Установка IDLE](https://python-all.ru/3.13/using/unix.html#installing-idle)3061      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.13/using/unix.html#on-freebsd-and-openbsd)3062    - [2.2. Сборка Python](https://python-all.ru/3.13/using/unix.html#building-python)3063    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.13/using/unix.html#python-related-paths-and-files)3064    - [2.4. Прочее](https://python-all.ru/3.13/using/unix.html#miscellaneous)3065    - [2.5. Настройка OpenSSL](https://python-all.ru/3.13/using/unix.html#custom-openssl)3066  - [3. Настройка сборки Python](https://python-all.ru/3.13/using/configure.html)30673068    - [3.1. Требования к сборке](https://python-all.ru/3.13/using/configure.html#build-requirements)3069    - [3.2. Сгенерированные файлы](https://python-all.ru/3.13/using/configure.html#generated-files)30703071      - [3.2.1. Скрипт configure](https://python-all.ru/3.13/using/configure.html#configure-script)3072    - [3.3. Параметры configure](https://python-all.ru/3.13/using/configure.html#configure-options)30733074      - [3.3.1. Общие параметры](https://python-all.ru/3.13/using/configure.html#general-options)3075      - [3.3.2. Параметры компилятора C](https://python-all.ru/3.13/using/configure.html#c-compiler-options)3076      - [3.3.3. Параметры компоновщика](https://python-all.ru/3.13/using/configure.html#linker-options)3077      - [3.3.4. Параметры для сторонних зависимостей](https://python-all.ru/3.13/using/configure.html#options-for-third-party-dependencies)3078      - [3.3.5. Параметры WebAssembly](https://python-all.ru/3.13/using/configure.html#webassembly-options)3079      - [3.3.6. Параметры установки](https://python-all.ru/3.13/using/configure.html#install-options)3080      - [3.3.7. Параметры производительности](https://python-all.ru/3.13/using/configure.html#performance-options)3081      - [3.3.8. Отладочная сборка Python](https://python-all.ru/3.13/using/configure.html#python-debug-build)3082      - [3.3.9. Параметры отладки](https://python-all.ru/3.13/using/configure.html#debug-options)3083      - [3.3.10. Параметры компоновщика](https://python-all.ru/3.13/using/configure.html#id2)3084      - [3.3.11. Параметры библиотек](https://python-all.ru/3.13/using/configure.html#libraries-options)3085      - [3.3.12. Параметры безопасности](https://python-all.ru/3.13/using/configure.html#security-options)3086      - [3.3.13. Параметры macOS](https://python-all.ru/3.13/using/configure.html#macos-options)3087      - [3.3.14. Параметры iOS](https://python-all.ru/3.13/using/configure.html#ios-options)3088      - [3.3.15. Параметры кросс-компиляции](https://python-all.ru/3.13/using/configure.html#cross-compiling-options)3089    - [3.4. Система сборки Python](https://python-all.ru/3.13/using/configure.html#python-build-system)30903091      - [3.4.1. Основные файлы системы сборки](https://python-all.ru/3.13/using/configure.html#main-files-of-the-build-system)3092      - [3.4.2. Основные этапы сборки](https://python-all.ru/3.13/using/configure.html#main-build-steps)3093      - [3.4.3. Основные цели Makefile](https://python-all.ru/3.13/using/configure.html#main-makefile-targets)30943095        - [3.4.3.1. make](https://python-all.ru/3.13/using/configure.html#make)3096        - [3.4.3.2. make platform](https://python-all.ru/3.13/using/configure.html#make-platform)3097        - [3.4.3.3. make profile-opt](https://python-all.ru/3.13/using/configure.html#make-profile-opt)3098        - [3.4.3.4. make clean](https://python-all.ru/3.13/using/configure.html#make-clean)3099        - [3.4.3.5. make distclean](https://python-all.ru/3.13/using/configure.html#make-distclean)3100        - [3.4.3.6. make install](https://python-all.ru/3.13/using/configure.html#make-install)3101        - [3.4.3.7. make test](https://python-all.ru/3.13/using/configure.html#make-test)3102        - [3.4.3.8. make buildbottest](https://python-all.ru/3.13/using/configure.html#make-buildbottest)3103        - [3.4.3.9. make regen-all](https://python-all.ru/3.13/using/configure.html#make-regen-all)3104      - [3.4.4. Расширения C](https://python-all.ru/3.13/using/configure.html#c-extensions)3105    - [3.5. Флаги компилятора и компоновщика](https://python-all.ru/3.13/using/configure.html#compiler-and-linker-flags)31063107      - [3.5.1. Флаги препроцессора](https://python-all.ru/3.13/using/configure.html#preprocessor-flags)3108      - [3.5.2. Флаги компилятора](https://python-all.ru/3.13/using/configure.html#compiler-flags)3109      - [3.5.3. Флаги компоновщика](https://python-all.ru/3.13/using/configure.html#linker-flags)3110  - [4. Использование Python в Windows](https://python-all.ru/3.13/using/windows.html)31113112    - [4.1. Полный установщик](https://python-all.ru/3.13/using/windows.html#the-full-installer)31133114      - [4.1.1. Шаги установки](https://python-all.ru/3.13/using/windows.html#installation-steps)3115      - [4.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.13/using/windows.html#removing-the-max-path-limitation)3116      - [4.1.3. Установка без UI](https://python-all.ru/3.13/using/windows.html#installing-without-ui)3117      - [4.1.4. Установка без загрузки](https://python-all.ru/3.13/using/windows.html#installing-without-downloading)3118      - [4.1.5. Изменение установки](https://python-all.ru/3.13/using/windows.html#modifying-an-install)3119      - [4.1.6. Установка free-threaded сборок](https://python-all.ru/3.13/using/windows.html#installing-free-threaded-binaries)3120    - [4.2. Пакет из Microsoft Store](https://python-all.ru/3.13/using/windows.html#the-microsoft-store-package)31213122      - [4.2.1. Известные проблемы](https://python-all.ru/3.13/using/windows.html#known-issues)31233124        - [4.2.1.1. Перенаправление локальных данных, реестра и временных путей](https://python-all.ru/3.13/using/windows.html#redirection-of-local-data-registry-and-temporary-paths)3125    - [4.3. Пакеты из nuget.org](https://python-all.ru/3.13/using/windows.html#the-nuget-org-packages)31263127      - [4.3.1. Free-threaded пакеты](https://python-all.ru/3.13/using/windows.html#free-threaded-packages)3128    - [4.4. Встраиваемый пакет](https://python-all.ru/3.13/using/windows.html#the-embeddable-package)31293130      - [4.4.1. Приложение Python](https://python-all.ru/3.13/using/windows.html#python-application)3131      - [4.4.2. Встраивание Python](https://python-all.ru/3.13/using/windows.html#embedding-python)3132    - [4.5. Альтернативные сборки](https://python-all.ru/3.13/using/windows.html#alternative-bundles)3133    - [4.6. Настройка Python](https://python-all.ru/3.13/using/windows.html#configuring-python)31343135      - [4.6.1. Экскурс: установка переменных окружения](https://python-all.ru/3.13/using/windows.html#excursus-setting-environment-variables)3136      - [4.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.13/using/windows.html#finding-the-python-executable)3137    - [4.7. Режим UTF-8](https://python-all.ru/3.13/using/windows.html#utf-8-mode)3138    - [4.8. Запускатель Python для Windows](https://python-all.ru/3.13/using/windows.html#python-launcher-for-windows)31393140      - [4.8.1. Начало работы](https://python-all.ru/3.13/using/windows.html#getting-started)31413142        - [4.8.1.1. Из командной строки](https://python-all.ru/3.13/using/windows.html#from-the-command-line)3143        - [4.8.1.2. Виртуальные окружения](https://python-all.ru/3.13/using/windows.html#virtual-environments)3144        - [4.8.1.3. Из скрипта](https://python-all.ru/3.13/using/windows.html#from-a-script)3145        - [4.8.1.4. Из ассоциаций файлов](https://python-all.ru/3.13/using/windows.html#from-file-associations)3146      - [4.8.2. Строки shebang](https://python-all.ru/3.13/using/windows.html#shebang-lines)3147      - [4.8.3. Аргументы в строках shebang](https://python-all.ru/3.13/using/windows.html#arguments-in-shebang-lines)3148      - [4.8.4. Настройка](https://python-all.ru/3.13/using/windows.html#customization)31493150        - [4.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.13/using/windows.html#customization-via-ini-files)3151        - [4.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.13/using/windows.html#customizing-default-python-versions)3152      - [4.8.5. Диагностика](https://python-all.ru/3.13/using/windows.html#diagnostics)3153      - [4.8.6. Пробный запуск](https://python-all.ru/3.13/using/windows.html#dry-run)3154      - [4.8.7. Установка по требованию](https://python-all.ru/3.13/using/windows.html#install-on-demand)3155      - [4.8.8. Коды возврата](https://python-all.ru/3.13/using/windows.html#return-codes)3156    - [4.9. Поиск модулей](https://python-all.ru/3.13/using/windows.html#finding-modules)3157    - [4.10. Дополнительные модули](https://python-all.ru/3.13/using/windows.html#additional-modules)31583159      - [4.10.1. PyWin32](https://python-all.ru/3.13/using/windows.html#pywin32)3160      - [4.10.2. cx\_Freeze](https://python-all.ru/3.13/using/windows.html#cx-freeze)3161    - [4.11. Компиляция Python в Windows](https://python-all.ru/3.13/using/windows.html#compiling-python-on-windows)3162    - [4.12. Другие платформы](https://python-all.ru/3.13/using/windows.html#other-platforms)3163  - [5. Использование Python на macOS](https://python-all.ru/3.13/using/mac.html)31643165    - [5.1. Использование Python для macOS из `python.org`](https://python-all.ru/3.13/using/mac.html#using-python-for-macos-from-python-org)31663167      - [5.1.1. Этапы установки](https://python-all.ru/3.13/using/mac.html#installation-steps)3168      - [5.1.2. Как запустить скрипт Python](https://python-all.ru/3.13/using/mac.html#how-to-run-a-python-script)3169    - [5.2. Альтернативные дистрибутивы](https://python-all.ru/3.13/using/mac.html#alternative-distributions)3170    - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3.13/using/mac.html#installing-additional-python-packages)3171    - [5.4. Программирование GUI](https://python-all.ru/3.13/using/mac.html#gui-programming)3172    - [5.5. Продвинутые темы](https://python-all.ru/3.13/using/mac.html#advanced-topics)31733174      - [5.5.1. Установка free-threaded двоичных файлов](https://python-all.ru/3.13/using/mac.html#installing-free-threaded-binaries)3175      - [5.5.2. Установка с помощью командной строки](https://python-all.ru/3.13/using/mac.html#installing-using-the-command-line)3176      - [5.5.3. Распространение приложений Python](https://python-all.ru/3.13/using/mac.html#distributing-python-applications)3177      - [5.5.4. Соответствие требованиям App Store](https://python-all.ru/3.13/using/mac.html#app-store-compliance)3178    - [5.6. Прочие ресурсы](https://python-all.ru/3.13/using/mac.html#other-resources)3179  - [6. Использование Python на Android](https://python-all.ru/3.13/using/android.html)31803181    - [6.1. Добавление Python в приложение Android](https://python-all.ru/3.13/using/android.html#adding-python-to-an-android-app)3182    - [6.2. Сборка пакета Python для Android](https://python-all.ru/3.13/using/android.html#building-a-python-package-for-android)3183  - [7. Использование Python на iOS](https://python-all.ru/3.13/using/ios.html)31843185    - [7.1. Python во время выполнения на iOS](https://python-all.ru/3.13/using/ios.html#python-at-runtime-on-ios)31863187      - [7.1.1. Совместимость версий iOS](https://python-all.ru/3.13/using/ios.html#ios-version-compatibility)3188      - [7.1.2. Определение платформы](https://python-all.ru/3.13/using/ios.html#platform-identification)3189      - [7.1.3. Доступность стандартной библиотеки](https://python-all.ru/3.13/using/ios.html#standard-library-availability)3190      - [7.1.4. Двоичные модули расширения](https://python-all.ru/3.13/using/ios.html#binary-extension-modules)3191      - [7.1.5. Заглушки компилятора](https://python-all.ru/3.13/using/ios.html#compiler-stub-binaries)3192    - [7.2. Установка Python на iOS](https://python-all.ru/3.13/using/ios.html#installing-python-on-ios)31933194      - [7.2.1. Инструменты для сборки приложений iOS](https://python-all.ru/3.13/using/ios.html#tools-for-building-ios-apps)3195      - [7.2.2. Добавление Python в проект iOS](https://python-all.ru/3.13/using/ios.html#adding-python-to-an-ios-project)3196      - [7.2.3. Тестирование пакета Python](https://python-all.ru/3.13/using/ios.html#testing-a-python-package)3197    - [7.3. Соответствие требованиям App Store](https://python-all.ru/3.13/using/ios.html#app-store-compliance)3198  - [8. Редакторы и среды разработки](https://python-all.ru/3.13/using/editors.html)31993200    - [8.1. IDLE – редактор и оболочка Python](https://python-all.ru/3.13/using/editors.html#idle-python-editor-and-shell)3201    - [8.2. Другие редакторы и среды разработки](https://python-all.ru/3.13/using/editors.html#other-editors-and-ides)3202- [Справочник по языку Python](https://python-all.ru/3.13/reference/index.html)32033204  - [1. Введение](https://python-all.ru/3.13/reference/introduction.html)32053206    - [1.1. Альтернативные реализации](https://python-all.ru/3.13/reference/introduction.html#alternate-implementations)3207    - [1.2. Обозначения](https://python-all.ru/3.13/reference/introduction.html#notation)3208  - [2. Лексический анализ](https://python-all.ru/3.13/reference/lexical_analysis.html)32093210    - [2.1. Структура строк](https://python-all.ru/3.13/reference/lexical_analysis.html#line-structure)32113212      - [2.1.1. Логические строки](https://python-all.ru/3.13/reference/lexical_analysis.html#logical-lines)3213      - [2.1.2. Физические строки](https://python-all.ru/3.13/reference/lexical_analysis.html#physical-lines)3214      - [2.1.3. Комментарии](https://python-all.ru/3.13/reference/lexical_analysis.html#comments)3215      - [2.1.4. Объявление кодировки](https://python-all.ru/3.13/reference/lexical_analysis.html#encoding-declarations)3216      - [2.1.5. Явное объединение строк](https://python-all.ru/3.13/reference/lexical_analysis.html#explicit-line-joining)3217      - [2.1.6. Неявное объединение строк](https://python-all.ru/3.13/reference/lexical_analysis.html#implicit-line-joining)3218      - [2.1.7. Пустые строки](https://python-all.ru/3.13/reference/lexical_analysis.html#blank-lines)3219      - [2.1.8. Отступы](https://python-all.ru/3.13/reference/lexical_analysis.html#indentation)3220      - [2.1.9. Пробелы между токенами](https://python-all.ru/3.13/reference/lexical_analysis.html#whitespace-between-tokens)3221    - [2.2. Другие токены](https://python-all.ru/3.13/reference/lexical_analysis.html#other-tokens)3222    - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.13/reference/lexical_analysis.html#identifiers)32233224      - [2.3.1. Ключевые слова](https://python-all.ru/3.13/reference/lexical_analysis.html#keywords)3225      - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3.13/reference/lexical_analysis.html#soft-keywords)3226      - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3.13/reference/lexical_analysis.html#reserved-classes-of-identifiers)3227    - [2.4. Литералы](https://python-all.ru/3.13/reference/lexical_analysis.html#literals)32283229      - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.13/reference/lexical_analysis.html#string-and-bytes-literals)32303231        - [2.4.1.1. Управляющие последовательности](https://python-all.ru/3.13/reference/lexical_analysis.html#escape-sequences)3232      - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.13/reference/lexical_analysis.html#string-literal-concatenation)3233      - [2.4.3. f-строки](https://python-all.ru/3.13/reference/lexical_analysis.html#formatted-string-literals)3234      - [2.4.4. Числовые литералы](https://python-all.ru/3.13/reference/lexical_analysis.html#numeric-literals)3235      - [2.4.5. Целочисленные литералы](https://python-all.ru/3.13/reference/lexical_analysis.html#integer-literals)3236      - [2.4.6. Литералы с плавающей точкой](https://python-all.ru/3.13/reference/lexical_analysis.html#floating-point-literals)3237      - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.13/reference/lexical_analysis.html#imaginary-literals)3238    - [2.5. Операторы](https://python-all.ru/3.13/reference/lexical_analysis.html#operators)3239    - [2.6. Разделители](https://python-all.ru/3.13/reference/lexical_analysis.html#delimiters)3240  - [3. Модель данных](https://python-all.ru/3.13/reference/datamodel.html)32413242    - [3.1. Объекты, значения и типы](https://python-all.ru/3.13/reference/datamodel.html#objects-values-and-types)3243    - [3.2. Стандартная иерархия типов](https://python-all.ru/3.13/reference/datamodel.html#the-standard-type-hierarchy)32443245      - [3.2.1. None](https://python-all.ru/3.13/reference/datamodel.html#none)3246      - [3.2.2. NotImplemented](https://python-all.ru/3.13/reference/datamodel.html#notimplemented)3247      - [3.2.3. Ellipsis](https://python-all.ru/3.13/reference/datamodel.html#ellipsis)3248      - [3.2.4. `numbers.Number`](https://python-all.ru/3.13/reference/datamodel.html#numbers-number)32493250        - [3.2.4.1. `numbers.Integral`](https://python-all.ru/3.13/reference/datamodel.html#numbers-integral)3251        - [3.2.4.2. `numbers.Real` (`float`)](https://python-all.ru/3.13/reference/datamodel.html#numbers-real-float)3252        - [3.2.4.3. `numbers.Complex` (`complex`)](https://python-all.ru/3.13/reference/datamodel.html#numbers-complex-complex)3253      - [3.2.5. Последовательности](https://python-all.ru/3.13/reference/datamodel.html#sequences)32543255        - [3.2.5.1. Неизменяемые последовательности](https://python-all.ru/3.13/reference/datamodel.html#immutable-sequences)3256        - [3.2.5.2. Изменяемые последовательности](https://python-all.ru/3.13/reference/datamodel.html#mutable-sequences)3257      - [3.2.6. Типы множеств](https://python-all.ru/3.13/reference/datamodel.html#set-types)3258      - [3.2.7. Отображения](https://python-all.ru/3.13/reference/datamodel.html#mappings)32593260        - [3.2.7.1. Словари](https://python-all.ru/3.13/reference/datamodel.html#dictionaries)3261      - [3.2.8. Вызываемые типы](https://python-all.ru/3.13/reference/datamodel.html#callable-types)32623263        - [3.2.8.1. Пользовательские функции](https://python-all.ru/3.13/reference/datamodel.html#user-defined-functions)32643265          - [3.2.8.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.13/reference/datamodel.html#special-read-only-attributes)3266          - [3.2.8.1.2. Специальные изменяемые атрибуты](https://python-all.ru/3.13/reference/datamodel.html#special-writable-attributes)3267        - [3.2.8.2. Методы экземпляра](https://python-all.ru/3.13/reference/datamodel.html#instance-methods)3268        - [3.2.8.3. Функции-генераторы](https://python-all.ru/3.13/reference/datamodel.html#generator-functions)3269        - [3.2.8.4. Корутинные функции](https://python-all.ru/3.13/reference/datamodel.html#coroutine-functions)3270        - [3.2.8.5. Асинхронные функции-генераторы](https://python-all.ru/3.13/reference/datamodel.html#asynchronous-generator-functions)3271        - [3.2.8.6. Встроенные функции](https://python-all.ru/3.13/reference/datamodel.html#built-in-functions)3272        - [3.2.8.7. Встроенные методы](https://python-all.ru/3.13/reference/datamodel.html#built-in-methods)3273        - [3.2.8.8. Классы](https://python-all.ru/3.13/reference/datamodel.html#classes)3274        - [3.2.8.9. Экземпляры классов](https://python-all.ru/3.13/reference/datamodel.html#class-instances)3275      - [3.2.9. Модули](https://python-all.ru/3.13/reference/datamodel.html#modules)32763277        - [3.2.9.1. Атрибуты объектов модулей, связанные с импортом](https://python-all.ru/3.13/reference/datamodel.html#import-related-attributes-on-module-objects)3278        - [3.2.9.2. Прочие изменяемые атрибуты объектов модулей](https://python-all.ru/3.13/reference/datamodel.html#other-writable-attributes-on-module-objects)3279        - [3.2.9.3. Словари модулей](https://python-all.ru/3.13/reference/datamodel.html#module-dictionaries)3280      - [3.2.10. Пользовательские классы](https://python-all.ru/3.13/reference/datamodel.html#custom-classes)32813282        - [3.2.10.1. Специальные атрибуты](https://python-all.ru/3.13/reference/datamodel.html#special-attributes)3283        - [3.2.10.2. Специальные методы](https://python-all.ru/3.13/reference/datamodel.html#special-methods)3284      - [3.2.11. Экземпляры классов](https://python-all.ru/3.13/reference/datamodel.html#id4)32853286        - [3.2.11.1. Специальные атрибуты](https://python-all.ru/3.13/reference/datamodel.html#id5)3287      - [3.2.12. Объекты ввода-вывода (также известные как файловые объекты)](https://python-all.ru/3.13/reference/datamodel.html#i-o-objects-also-known-as-file-objects)3288      - [3.2.13. Внутренние типы](https://python-all.ru/3.13/reference/datamodel.html#internal-types)32893290        - [3.2.13.1. Объекты кода](https://python-all.ru/3.13/reference/datamodel.html#code-objects)32913292          - [3.2.13.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.13/reference/datamodel.html#index-60)3293          - [3.2.13.1.2. Методы объектов кода](https://python-all.ru/3.13/reference/datamodel.html#methods-on-code-objects)3294        - [3.2.13.2. Объекты фреймов](https://python-all.ru/3.13/reference/datamodel.html#frame-objects)32953296          - [3.2.13.2.1. Специальные атрибуты только для чтения](https://python-all.ru/3.13/reference/datamodel.html#index-66)3297          - [3.2.13.2.2. Специальные атрибуты для записи](https://python-all.ru/3.13/reference/datamodel.html#index-67)3298          - [3.2.13.2.3. Методы объектов фреймов](https://python-all.ru/3.13/reference/datamodel.html#frame-object-methods)3299        - [3.2.13.3. Объекты трассировки](https://python-all.ru/3.13/reference/datamodel.html#traceback-objects)3300        - [3.2.13.4. Объекты срезов](https://python-all.ru/3.13/reference/datamodel.html#slice-objects)3301        - [3.2.13.5. Объекты статических методов](https://python-all.ru/3.13/reference/datamodel.html#static-method-objects)3302        - [3.2.13.6. Объекты методов класса](https://python-all.ru/3.13/reference/datamodel.html#class-method-objects)3303    - [3.3. Имена специальных методов](https://python-all.ru/3.13/reference/datamodel.html#special-method-names)33043305      - [3.3.1. Базовая настройка](https://python-all.ru/3.13/reference/datamodel.html#basic-customization)3306      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.13/reference/datamodel.html#customizing-attribute-access)33073308        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.13/reference/datamodel.html#customizing-module-attribute-access)3309        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.13/reference/datamodel.html#implementing-descriptors)3310        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.13/reference/datamodel.html#invoking-descriptors)3311        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.13/reference/datamodel.html#slots)3312      - [3.3.3. Настройка создания классов](https://python-all.ru/3.13/reference/datamodel.html#customizing-class-creation)33133314        - [3.3.3.1. Метаклассы](https://python-all.ru/3.13/reference/datamodel.html#metaclasses)3315        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.13/reference/datamodel.html#resolving-mro-entries)3316        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.13/reference/datamodel.html#determining-the-appropriate-metaclass)3317        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.13/reference/datamodel.html#preparing-the-class-namespace)3318        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.13/reference/datamodel.html#executing-the-class-body)3319        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.13/reference/datamodel.html#creating-the-class-object)3320        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.13/reference/datamodel.html#uses-for-metaclasses)3321      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.13/reference/datamodel.html#customizing-instance-and-subclass-checks)3322      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.13/reference/datamodel.html#emulating-generic-types)33233324        - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3.13/reference/datamodel.html#the-purpose-of-class-getitem)3325        - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3.13/reference/datamodel.html#class-getitem-versus-getitem)3326      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.13/reference/datamodel.html#emulating-callable-objects)3327      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.13/reference/datamodel.html#emulating-container-types)3328      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.13/reference/datamodel.html#emulating-numeric-types)3329      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.13/reference/datamodel.html#with-statement-context-managers)3330      - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3.13/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)3331      - [3.3.11. Эмуляция буферных типов](https://python-all.ru/3.13/reference/datamodel.html#emulating-buffer-types)3332      - [3.3.12. Поиск специальных методов](https://python-all.ru/3.13/reference/datamodel.html#special-method-lookup)3333    - [3.4. Корутины](https://python-all.ru/3.13/reference/datamodel.html#coroutines)33343335      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.13/reference/datamodel.html#awaitable-objects)3336      - [3.4.2. Объекты корутин](https://python-all.ru/3.13/reference/datamodel.html#coroutine-objects)3337      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.13/reference/datamodel.html#asynchronous-iterators)3338      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.13/reference/datamodel.html#asynchronous-context-managers)3339  - [4. Модель выполнения](https://python-all.ru/3.13/reference/executionmodel.html)33403341    - [4.1. Структура программы](https://python-all.ru/3.13/reference/executionmodel.html#structure-of-a-program)3342    - [4.2. Имена и связывание](https://python-all.ru/3.13/reference/executionmodel.html#naming-and-binding)33433344      - [4.2.1. Связывание имён](https://python-all.ru/3.13/reference/executionmodel.html#binding-of-names)3345      - [4.2.2. Разрешение имён](https://python-all.ru/3.13/reference/executionmodel.html#resolution-of-names)3346      - [4.2.3. Области видимости аннотаций](https://python-all.ru/3.13/reference/executionmodel.html#annotation-scopes)3347      - [4.2.4. Ленивые вычисления](https://python-all.ru/3.13/reference/executionmodel.html#lazy-evaluation)3348      - [4.2.5. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.13/reference/executionmodel.html#builtins-and-restricted-execution)3349      - [4.2.6. Взаимодействие с динамическими возможностями](https://python-all.ru/3.13/reference/executionmodel.html#interaction-with-dynamic-features)3350    - [4.3. Исключения](https://python-all.ru/3.13/reference/executionmodel.html#exceptions)3351    - [4.4. Компоненты времени выполнения](https://python-all.ru/3.13/reference/executionmodel.html#runtime-components)33523353      - [4.4.1. Общая вычислительная модель](https://python-all.ru/3.13/reference/executionmodel.html#general-computing-model)3354      - [4.4.2. Модель выполнения Python](https://python-all.ru/3.13/reference/executionmodel.html#python-runtime-model)3355  - [5. Система импорта](https://python-all.ru/3.13/reference/import.html)33563357    - [5.1. `importlib`](https://python-all.ru/3.13/reference/import.html#importlib)3358    - [5.2. Пакеты](https://python-all.ru/3.13/reference/import.html#packages)33593360      - [5.2.1. Обычные пакеты](https://python-all.ru/3.13/reference/import.html#regular-packages)3361      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.13/reference/import.html#namespace-packages)3362    - [5.3. Поиск](https://python-all.ru/3.13/reference/import.html#searching)33633364      - [5.3.1. Кеш модулей](https://python-all.ru/3.13/reference/import.html#the-module-cache)3365      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.13/reference/import.html#finders-and-loaders)3366      - [5.3.3. Хуки импорта](https://python-all.ru/3.13/reference/import.html#import-hooks)3367      - [5.3.4. Метапуть](https://python-all.ru/3.13/reference/import.html#the-meta-path)3368    - [5.4. Загрузка](https://python-all.ru/3.13/reference/import.html#loading)33693370      - [5.4.1. Загрузчики](https://python-all.ru/3.13/reference/import.html#loaders)3371      - [5.4.2. Подмодули](https://python-all.ru/3.13/reference/import.html#submodules)3372      - [5.4.3. Спецификации модулей](https://python-all.ru/3.13/reference/import.html#module-specs)3373      - [5.4.4. Атрибут \_\_path\_\_ у модулей](https://python-all.ru/3.13/reference/import.html#path-attributes-on-modules)3374      - [5.4.5. Представления модулей](https://python-all.ru/3.13/reference/import.html#module-reprs)3375      - [5.4.6. Инвалидация кешированного байт-кода](https://python-all.ru/3.13/reference/import.html#cached-bytecode-invalidation)3376    - [5.5. Искатель на основе путей](https://python-all.ru/3.13/reference/import.html#the-path-based-finder)33773378      - [5.5.1. Искатели записей путей](https://python-all.ru/3.13/reference/import.html#path-entry-finders)3379      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.13/reference/import.html#path-entry-finder-protocol)3380    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.13/reference/import.html#replacing-the-standard-import-system)3381    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.13/reference/import.html#package-relative-imports)3382    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.13/reference/import.html#special-considerations-for-main)33833384      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.13/reference/import.html#main-spec)3385    - [5.9. Ссылки](https://python-all.ru/3.13/reference/import.html#references)3386  - [6. Выражения](https://python-all.ru/3.13/reference/expressions.html)33873388    - [6.1. Арифметические преобразования](https://python-all.ru/3.13/reference/expressions.html#arithmetic-conversions)3389    - [6.2. Атомы](https://python-all.ru/3.13/reference/expressions.html#atoms)33903391      - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.13/reference/expressions.html#atom-identifiers)33923393        - [6.2.1.1. Искажение приватных имён](https://python-all.ru/3.13/reference/expressions.html#index-5)3394      - [6.2.2. Литералы](https://python-all.ru/3.13/reference/expressions.html#literals)3395      - [6.2.3. Выражения в скобках](https://python-all.ru/3.13/reference/expressions.html#parenthesized-forms)3396      - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.13/reference/expressions.html#displays-for-lists-sets-and-dictionaries)3397      - [6.2.5. Отображения списков](https://python-all.ru/3.13/reference/expressions.html#list-displays)3398      - [6.2.6. Отображения множеств](https://python-all.ru/3.13/reference/expressions.html#set-displays)3399      - [6.2.7. Отображения словарей](https://python-all.ru/3.13/reference/expressions.html#dictionary-displays)3400      - [6.2.8. Генераторные выражения](https://python-all.ru/3.13/reference/expressions.html#generator-expressions)3401      - [6.2.9. Выражения yield](https://python-all.ru/3.13/reference/expressions.html#yield-expressions)34023403        - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.13/reference/expressions.html#generator-iterator-methods)3404        - [6.2.9.2. Примеры](https://python-all.ru/3.13/reference/expressions.html#examples)3405        - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.13/reference/expressions.html#asynchronous-generator-functions)3406        - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.13/reference/expressions.html#asynchronous-generator-iterator-methods)3407    - [6.3. Первичные выражения](https://python-all.ru/3.13/reference/expressions.html#primaries)34083409      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.13/reference/expressions.html#attribute-references)3410      - [6.3.2. Подписки](https://python-all.ru/3.13/reference/expressions.html#subscriptions)3411      - [6.3.3. Срезы](https://python-all.ru/3.13/reference/expressions.html#slicings)3412      - [6.3.4. Вызовы](https://python-all.ru/3.13/reference/expressions.html#calls)3413    - [6.4. Выражение await](https://python-all.ru/3.13/reference/expressions.html#await-expression)3414    - [6.5. Оператор возведения в степень](https://python-all.ru/3.13/reference/expressions.html#the-power-operator)3415    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.13/reference/expressions.html#unary-arithmetic-and-bitwise-operations)3416    - [6.7. Бинарные арифметические операции](https://python-all.ru/3.13/reference/expressions.html#binary-arithmetic-operations)3417    - [6.8. Операции сдвига](https://python-all.ru/3.13/reference/expressions.html#shifting-operations)3418    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.13/reference/expressions.html#binary-bitwise-operations)3419    - [6.10. Сравнения](https://python-all.ru/3.13/reference/expressions.html#comparisons)34203421      - [6.10.1. Сравнения значений](https://python-all.ru/3.13/reference/expressions.html#value-comparisons)3422      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.13/reference/expressions.html#membership-test-operations)3423      - [6.10.3. Сравнения идентичности](https://python-all.ru/3.13/reference/expressions.html#is-not)3424    - [6.11. Булевы операции](https://python-all.ru/3.13/reference/expressions.html#boolean-operations)3425    - [6.12. Присваивающие выражения](https://python-all.ru/3.13/reference/expressions.html#assignment-expressions)3426    - [6.13. Условные выражения](https://python-all.ru/3.13/reference/expressions.html#conditional-expressions)3427    - [6.14. Лямбда-выражения](https://python-all.ru/3.13/reference/expressions.html#lambda)3428    - [6.15. Списки выражений](https://python-all.ru/3.13/reference/expressions.html#expression-lists)3429    - [6.16. Порядок вычисления](https://python-all.ru/3.13/reference/expressions.html#evaluation-order)3430    - [6.17. Приоритет операторов](https://python-all.ru/3.13/reference/expressions.html#operator-precedence)3431  - [7. Простые инструкции](https://python-all.ru/3.13/reference/simple_stmts.html)34323433    - [7.1. Инструкции-выражения](https://python-all.ru/3.13/reference/simple_stmts.html#expression-statements)3434    - [7.2. Инструкции присваивания](https://python-all.ru/3.13/reference/simple_stmts.html#assignment-statements)34353436      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.13/reference/simple_stmts.html#augmented-assignment-statements)3437      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.13/reference/simple_stmts.html#annotated-assignment-statements)3438    - [7.3. Инструкция `assert`](https://python-all.ru/3.13/reference/simple_stmts.html#the-assert-statement)3439    - [7.4. Инструкция `pass`](https://python-all.ru/3.13/reference/simple_stmts.html#the-pass-statement)3440    - [7.5. Инструкция `del`](https://python-all.ru/3.13/reference/simple_stmts.html#the-del-statement)3441    - [7.6. Инструкция `return`](https://python-all.ru/3.13/reference/simple_stmts.html#the-return-statement)3442    - [7.7. Инструкция `yield`](https://python-all.ru/3.13/reference/simple_stmts.html#the-yield-statement)3443    - [7.8. Инструкция `raise`](https://python-all.ru/3.13/reference/simple_stmts.html#the-raise-statement)3444    - [7.9. Инструкция `break`](https://python-all.ru/3.13/reference/simple_stmts.html#the-break-statement)3445    - [7.10. Инструкция `continue`](https://python-all.ru/3.13/reference/simple_stmts.html#the-continue-statement)3446    - [7.11. Инструкция `import`](https://python-all.ru/3.13/reference/simple_stmts.html#the-import-statement)34473448      - [7.11.1. Инструкции future](https://python-all.ru/3.13/reference/simple_stmts.html#future-statements)3449    - [7.12. Инструкция `global`](https://python-all.ru/3.13/reference/simple_stmts.html#the-global-statement)3450    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.13/reference/simple_stmts.html#the-nonlocal-statement)3451    - [7.14. Инструкция `type`](https://python-all.ru/3.13/reference/simple_stmts.html#the-type-statement)3452  - [8. Составные инструкции](https://python-all.ru/3.13/reference/compound_stmts.html)34533454    - [8.1. Инструкция `if`](https://python-all.ru/3.13/reference/compound_stmts.html#the-if-statement)3455    - [8.2. Инструкция `while`](https://python-all.ru/3.13/reference/compound_stmts.html#the-while-statement)3456    - [8.3. Инструкция `for`](https://python-all.ru/3.13/reference/compound_stmts.html#the-for-statement)3457    - [8.4. Инструкция `try`](https://python-all.ru/3.13/reference/compound_stmts.html#the-try-statement)34583459      - [8.4.1. Предложение `except`](https://python-all.ru/3.13/reference/compound_stmts.html#except-clause)3460      - [8.4.2. Предложение `except*`](https://python-all.ru/3.13/reference/compound_stmts.html#except-star)3461      - [8.4.3. Предложение `else`](https://python-all.ru/3.13/reference/compound_stmts.html#else-clause)3462      - [8.4.4. Предложение `finally`](https://python-all.ru/3.13/reference/compound_stmts.html#finally-clause)3463    - [8.5. Инструкция `with`](https://python-all.ru/3.13/reference/compound_stmts.html#the-with-statement)3464    - [8.6. Инструкция `match`](https://python-all.ru/3.13/reference/compound_stmts.html#the-match-statement)34653466      - [8.6.1. Обзор](https://python-all.ru/3.13/reference/compound_stmts.html#overview)3467      - [8.6.2. Ограничители](https://python-all.ru/3.13/reference/compound_stmts.html#guards)3468      - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3.13/reference/compound_stmts.html#irrefutable-case-blocks)3469      - [8.6.4. Шаблоны](https://python-all.ru/3.13/reference/compound_stmts.html#patterns)34703471        - [8.6.4.1. Шаблоны OR](https://python-all.ru/3.13/reference/compound_stmts.html#or-patterns)3472        - [8.6.4.2. Шаблоны AS](https://python-all.ru/3.13/reference/compound_stmts.html#as-patterns)3473        - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3.13/reference/compound_stmts.html#literal-patterns)3474        - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3.13/reference/compound_stmts.html#capture-patterns)3475        - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3.13/reference/compound_stmts.html#wildcard-patterns)3476        - [8.6.4.6. Шаблоны значений](https://python-all.ru/3.13/reference/compound_stmts.html#value-patterns)3477        - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3.13/reference/compound_stmts.html#group-patterns)3478        - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3.13/reference/compound_stmts.html#sequence-patterns)3479        - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3.13/reference/compound_stmts.html#mapping-patterns)3480        - [8.6.4.10. Шаблоны классов](https://python-all.ru/3.13/reference/compound_stmts.html#class-patterns)3481    - [8.7. Определения функций](https://python-all.ru/3.13/reference/compound_stmts.html#function-definitions)3482    - [8.8. Определения классов](https://python-all.ru/3.13/reference/compound_stmts.html#class-definitions)3483    - [8.9. Корутины](https://python-all.ru/3.13/reference/compound_stmts.html#coroutines)34843485      - [8.9.1. Определение корутинной функции](https://python-all.ru/3.13/reference/compound_stmts.html#coroutine-function-definition)3486      - [8.9.2. Инструкция `async for`](https://python-all.ru/3.13/reference/compound_stmts.html#the-async-for-statement)3487      - [8.9.3. Оператор `async with`](https://python-all.ru/3.13/reference/compound_stmts.html#the-async-with-statement)3488    - [8.10. Списки параметров типов](https://python-all.ru/3.13/reference/compound_stmts.html#type-parameter-lists)34893490      - [8.10.1. Обобщённые функции](https://python-all.ru/3.13/reference/compound_stmts.html#generic-functions)3491      - [8.10.2. Обобщённые классы](https://python-all.ru/3.13/reference/compound_stmts.html#generic-classes)3492      - [8.10.3. Обобщённые псевдонимы типов](https://python-all.ru/3.13/reference/compound_stmts.html#generic-type-aliases)3493  - [9. Компоненты верхнего уровня](https://python-all.ru/3.13/reference/toplevel_components.html)34943495    - [9.1. Полные программы на Python](https://python-all.ru/3.13/reference/toplevel_components.html#complete-python-programs)3496    - [9.2. Ввод из файла](https://python-all.ru/3.13/reference/toplevel_components.html#file-input)3497    - [9.3. Интерактивный ввод](https://python-all.ru/3.13/reference/toplevel_components.html#interactive-input)3498    - [9.4. Ввод выражений](https://python-all.ru/3.13/reference/toplevel_components.html#expression-input)3499  - [10. Полная спецификация грамматики](https://python-all.ru/3.13/reference/grammar.html)3500- [Стандартная библиотека Python](https://python-all.ru/3.13/library/index.html)35013502  - [Введение](https://python-all.ru/3.13/library/intro.html)35033504    - [Примечания о доступности](https://python-all.ru/3.13/library/intro.html#notes-on-availability)35053506      - [Платформы WebAssembly](https://python-all.ru/3.13/library/intro.html#webassembly-platforms)3507      - [Мобильные платформы](https://python-all.ru/3.13/library/intro.html#mobile-platforms)3508  - [Встроенные функции](https://python-all.ru/3.13/library/functions.html)3509  - [Встроенные константы](https://python-all.ru/3.13/library/constants.html)35103511    - [Константы, добавляемые модулем `site`](https://python-all.ru/3.13/library/constants.html#constants-added-by-the-site-module)3512  - [Встроенные типы](https://python-all.ru/3.13/library/stdtypes.html)35133514    - [Проверка истинности](https://python-all.ru/3.13/library/stdtypes.html#truth-value-testing)3515    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.13/library/stdtypes.html#boolean-operations-and-or-not)3516    - [Сравнения](https://python-all.ru/3.13/library/stdtypes.html#comparisons)3517    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.13/library/stdtypes.html#numeric-types-int-float-complex)35183519      - [Побитовые операции над целыми типами](https://python-all.ru/3.13/library/stdtypes.html#bitwise-operations-on-integer-types)3520      - [Дополнительные методы целых типов](https://python-all.ru/3.13/library/stdtypes.html#additional-methods-on-integer-types)3521      - [Дополнительные методы типа float](https://python-all.ru/3.13/library/stdtypes.html#additional-methods-on-float)3522      - [Хеширование числовых типов](https://python-all.ru/3.13/library/stdtypes.html#hashing-of-numeric-types)3523    - [Логический тип – `bool`](https://python-all.ru/3.13/library/stdtypes.html#boolean-type-bool)3524    - [Типы итераторов](https://python-all.ru/3.13/library/stdtypes.html#iterator-types)35253526      - [Типы генераторов](https://python-all.ru/3.13/library/stdtypes.html#generator-types)3527    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.13/library/stdtypes.html#sequence-types-list-tuple-range)35283529      - [Общие операции с последовательностями](https://python-all.ru/3.13/library/stdtypes.html#common-sequence-operations)3530      - [Неизменяемые типы последовательностей](https://python-all.ru/3.13/library/stdtypes.html#immutable-sequence-types)3531      - [Изменяемые типы последовательностей](https://python-all.ru/3.13/library/stdtypes.html#mutable-sequence-types)3532      - [Списки](https://python-all.ru/3.13/library/stdtypes.html#lists)3533      - [Кортежи](https://python-all.ru/3.13/library/stdtypes.html#tuples)3534      - [Диапазоны](https://python-all.ru/3.13/library/stdtypes.html#ranges)3535    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.13/library/stdtypes.html#text-sequence-type-str)35363537      - [Методы строк](https://python-all.ru/3.13/library/stdtypes.html#string-methods)3538      - [Форматированные строковые литералы (f-строки)](https://python-all.ru/3.13/library/stdtypes.html#formatted-string-literals-f-strings)3539      - [Форматирование строк в стиле `printf`](https://python-all.ru/3.13/library/stdtypes.html#printf-style-string-formatting)3540    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.13/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)35413542      - [Объекты bytes](https://python-all.ru/3.13/library/stdtypes.html#bytes-objects)3543      - [Объекты bytearray](https://python-all.ru/3.13/library/stdtypes.html#bytearray-objects)3544      - [Операции с bytes и bytearray](https://python-all.ru/3.13/library/stdtypes.html#bytes-and-bytearray-operations)3545      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.13/library/stdtypes.html#printf-style-bytes-formatting)3546      - [Представления памяти](https://python-all.ru/3.13/library/stdtypes.html#memory-views)3547    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.13/library/stdtypes.html#set-types-set-frozenset)3548    - [Типы отображений – `dict`](https://python-all.ru/3.13/library/stdtypes.html#mapping-types-dict)35493550      - [Объекты представлений словаря](https://python-all.ru/3.13/library/stdtypes.html#dictionary-view-objects)3551    - [Типы контекстных менеджеров](https://python-all.ru/3.13/library/stdtypes.html#context-manager-types)3552    - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3.13/library/stdtypes.html#type-annotation-types-generic-alias-union)35533554      - [Тип общего псевдонима](https://python-all.ru/3.13/library/stdtypes.html#generic-alias-type)35553556        - [Стандартные обобщённые классы](https://python-all.ru/3.13/library/stdtypes.html#standard-generic-classes)3557        - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3.13/library/stdtypes.html#special-attributes-of-genericalias-objects)3558      - [Тип объединения](https://python-all.ru/3.13/library/stdtypes.html#union-type)3559    - [Прочие встроенные типы](https://python-all.ru/3.13/library/stdtypes.html#other-built-in-types)35603561      - [Модули](https://python-all.ru/3.13/library/stdtypes.html#modules)3562      - [Классы и экземпляры классов](https://python-all.ru/3.13/library/stdtypes.html#classes-and-class-instances)3563      - [Функции](https://python-all.ru/3.13/library/stdtypes.html#functions)3564      - [Методы](https://python-all.ru/3.13/library/stdtypes.html#methods)3565      - [Объекты кода](https://python-all.ru/3.13/library/stdtypes.html#code-objects)3566      - [Объекты типов](https://python-all.ru/3.13/library/stdtypes.html#type-objects)3567      - [Объект None](https://python-all.ru/3.13/library/stdtypes.html#the-null-object)3568      - [Объект Ellipsis](https://python-all.ru/3.13/library/stdtypes.html#the-ellipsis-object)3569      - [Объект NotImplemented](https://python-all.ru/3.13/library/stdtypes.html#the-notimplemented-object)3570      - [Внутренние объекты](https://python-all.ru/3.13/library/stdtypes.html#internal-objects)3571    - [Специальные атрибуты](https://python-all.ru/3.13/library/stdtypes.html#special-attributes)3572    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.13/library/stdtypes.html#integer-string-conversion-length-limitation)35733574      - [Затронутые API](https://python-all.ru/3.13/library/stdtypes.html#affected-apis)3575      - [Настройка ограничения](https://python-all.ru/3.13/library/stdtypes.html#configuring-the-limit)3576      - [Рекомендуемая конфигурация](https://python-all.ru/3.13/library/stdtypes.html#recommended-configuration)3577  - [Встроенные исключения](https://python-all.ru/3.13/library/exceptions.html)35783579    - [Контекст исключения](https://python-all.ru/3.13/library/exceptions.html#exception-context)3580    - [Наследование от встроенных исключений](https://python-all.ru/3.13/library/exceptions.html#inheriting-from-built-in-exceptions)3581    - [Базовые классы](https://python-all.ru/3.13/library/exceptions.html#base-classes)3582    - [Конкретные исключения](https://python-all.ru/3.13/library/exceptions.html#concrete-exceptions)35833584      - [Исключения ОС](https://python-all.ru/3.13/library/exceptions.html#os-exceptions)3585    - [Предупреждения](https://python-all.ru/3.13/library/exceptions.html#warnings)3586    - [Группы исключений](https://python-all.ru/3.13/library/exceptions.html#exception-groups)3587    - [Иерархия исключений](https://python-all.ru/3.13/library/exceptions.html#exception-hierarchy)3588  - [Службы обработки текста](https://python-all.ru/3.13/library/text.html)35893590    - [`string` – Общие операции со строками](https://python-all.ru/3.13/library/string.html)35913592      - [Строковые константы](https://python-all.ru/3.13/library/string.html#string-constants)3593      - [Пользовательское форматирование строк](https://python-all.ru/3.13/library/string.html#custom-string-formatting)3594      - [Синтаксис форматных строк](https://python-all.ru/3.13/library/string.html#format-string-syntax)35953596        - [Мини-язык спецификации формата](https://python-all.ru/3.13/library/string.html#format-specification-mini-language)3597        - [Примеры форматирования](https://python-all.ru/3.13/library/string.html#format-examples)3598      - [Строки-шаблоны](https://python-all.ru/3.13/library/string.html#template-strings)3599      - [Вспомогательные функции](https://python-all.ru/3.13/library/string.html#helper-functions)3600    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.13/library/re.html)36013602      - [Синтаксис регулярных выражений](https://python-all.ru/3.13/library/re.html#regular-expression-syntax)3603      - [Содержимое модуля](https://python-all.ru/3.13/library/re.html#module-contents)36043605        - [Флаги](https://python-all.ru/3.13/library/re.html#flags)3606        - [Функции](https://python-all.ru/3.13/library/re.html#functions)3607        - [Исключения](https://python-all.ru/3.13/library/re.html#exceptions)3608      - [Объекты регулярных выражений](https://python-all.ru/3.13/library/re.html#regular-expression-objects)3609      - [Объекты Match](https://python-all.ru/3.13/library/re.html#match-objects)3610      - [Примеры регулярных выражений](https://python-all.ru/3.13/library/re.html#regular-expression-examples)36113612        - [Проверка на пару](https://python-all.ru/3.13/library/re.html#checking-for-a-pair)3613        - [Имитация scanf()](https://python-all.ru/3.13/library/re.html#simulating-scanf)3614        - [search() и match()](https://python-all.ru/3.13/library/re.html#search-vs-match)3615        - [Создание телефонного справочника](https://python-all.ru/3.13/library/re.html#making-a-phonebook)3616        - [Преобразование текста](https://python-all.ru/3.13/library/re.html#text-munging)3617        - [Поиск всех наречий](https://python-all.ru/3.13/library/re.html#finding-all-adverbs)3618        - [Поиск всех наречий и их позиций](https://python-all.ru/3.13/library/re.html#finding-all-adverbs-and-their-positions)3619        - [Сырая строковая нотация](https://python-all.ru/3.13/library/re.html#raw-string-notation)3620        - [Написание токенизатора](https://python-all.ru/3.13/library/re.html#writing-a-tokenizer)3621    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.13/library/difflib.html)36223623      - [Объекты SequenceMatcher](https://python-all.ru/3.13/library/difflib.html#sequencematcher-objects)3624      - [Примеры SequenceMatcher](https://python-all.ru/3.13/library/difflib.html#sequencematcher-examples)3625      - [Объекты Differ](https://python-all.ru/3.13/library/difflib.html#differ-objects)3626      - [Пример Differ](https://python-all.ru/3.13/library/difflib.html#differ-example)3627      - [Интерфейс командной строки для difflib](https://python-all.ru/3.13/library/difflib.html#a-command-line-interface-to-difflib)3628      - [Пример ndiff](https://python-all.ru/3.13/library/difflib.html#ndiff-example)3629    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.13/library/textwrap.html)3630    - [`unicodedata` – База данных Unicode](https://python-all.ru/3.13/library/unicodedata.html)3631    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.13/library/stringprep.html)3632    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.13/library/readline.html)36333634      - [Файл инициализации](https://python-all.ru/3.13/library/readline.html#init-file)3635      - [Буфер строки](https://python-all.ru/3.13/library/readline.html#line-buffer)3636      - [Файл истории](https://python-all.ru/3.13/library/readline.html#history-file)3637      - [Список истории](https://python-all.ru/3.13/library/readline.html#history-list)3638      - [Перехватчики запуска](https://python-all.ru/3.13/library/readline.html#startup-hooks)3639      - [Автодополнение](https://python-all.ru/3.13/library/readline.html#completion)3640      - [Пример](https://python-all.ru/3.13/library/readline.html#example)3641    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.13/library/rlcompleter.html)3642  - [Службы двоичных данных](https://python-all.ru/3.13/library/binary.html)36433644    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.13/library/struct.html)36453646      - [Функции и исключения](https://python-all.ru/3.13/library/struct.html#functions-and-exceptions)3647      - [Строки формата](https://python-all.ru/3.13/library/struct.html#format-strings)36483649        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.13/library/struct.html#byte-order-size-and-alignment)3650        - [Символы форматирования](https://python-all.ru/3.13/library/struct.html#format-characters)3651        - [Примеры](https://python-all.ru/3.13/library/struct.html#examples)3652      - [Приложения](https://python-all.ru/3.13/library/struct.html#applications)36533654        - [Родные форматы](https://python-all.ru/3.13/library/struct.html#native-formats)3655        - [Стандартные форматы](https://python-all.ru/3.13/library/struct.html#standard-formats)3656      - [Классы](https://python-all.ru/3.13/library/struct.html#classes)3657    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.13/library/codecs.html)36583659      - [Базовые классы кодеков](https://python-all.ru/3.13/library/codecs.html#codec-base-classes)36603661        - [Обработчики ошибок](https://python-all.ru/3.13/library/codecs.html#error-handlers)3662        - [Кодирование и декодирование без состояния](https://python-all.ru/3.13/library/codecs.html#stateless-encoding-and-decoding)3663        - [Инкрементное кодирование и декодирование](https://python-all.ru/3.13/library/codecs.html#incremental-encoding-and-decoding)36643665          - [Объекты IncrementalEncoder](https://python-all.ru/3.13/library/codecs.html#incrementalencoder-objects)3666          - [Объекты IncrementalDecoder](https://python-all.ru/3.13/library/codecs.html#incrementaldecoder-objects)3667        - [Потоковое кодирование и декодирование](https://python-all.ru/3.13/library/codecs.html#stream-encoding-and-decoding)36683669          - [Объекты StreamWriter](https://python-all.ru/3.13/library/codecs.html#streamwriter-objects)3670          - [Объекты StreamReader](https://python-all.ru/3.13/library/codecs.html#streamreader-objects)3671          - [Объекты StreamReaderWriter](https://python-all.ru/3.13/library/codecs.html#streamreaderwriter-objects)3672          - [Объекты StreamRecoder](https://python-all.ru/3.13/library/codecs.html#streamrecoder-objects)3673      - [Кодировки и Юникод](https://python-all.ru/3.13/library/codecs.html#encodings-and-unicode)3674      - [Стандартные кодировки](https://python-all.ru/3.13/library/codecs.html#standard-encodings)3675      - [Специфические для Python кодировки](https://python-all.ru/3.13/library/codecs.html#python-specific-encodings)36763677        - [Текстовые кодировки](https://python-all.ru/3.13/library/codecs.html#text-encodings)3678        - [Двоичные преобразования](https://python-all.ru/3.13/library/codecs.html#binary-transforms)3679        - [Автономные функции кодеков](https://python-all.ru/3.13/library/codecs.html#standalone-codec-functions)3680        - [Текстовые преобразования](https://python-all.ru/3.13/library/codecs.html#text-transforms)3681      - [`encodings` – пакет кодировок](https://python-all.ru/3.13/library/codecs.html#module-encodings)3682      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.13/library/codecs.html#module-encodings.idna)3683      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.13/library/codecs.html#module-encodings.mbcs)3684      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.13/library/codecs.html#module-encodings.utf_8_sig)3685  - [Типы данных](https://python-all.ru/3.13/library/datatypes.html)36863687    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.13/library/datetime.html)36883689      - [Осведомлённые и наивные объекты](https://python-all.ru/3.13/library/datetime.html#aware-and-naive-objects)3690      - [Константы](https://python-all.ru/3.13/library/datetime.html#constants)3691      - [Доступные типы](https://python-all.ru/3.13/library/datetime.html#available-types)36923693        - [Общие свойства](https://python-all.ru/3.13/library/datetime.html#common-properties)3694        - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.13/library/datetime.html#determining-if-an-object-is-aware-or-naive)3695      - [Объекты `timedelta`](https://python-all.ru/3.13/library/datetime.html#timedelta-objects)36963697        - [Примеры использования: `timedelta`](https://python-all.ru/3.13/library/datetime.html#examples-of-usage-timedelta)3698      - [Объекты `date`](https://python-all.ru/3.13/library/datetime.html#date-objects)36993700        - [Примеры использования: `date`](https://python-all.ru/3.13/library/datetime.html#examples-of-usage-date)3701      - [Объекты `datetime`](https://python-all.ru/3.13/library/datetime.html#datetime-objects)37023703        - [Примеры использования: `datetime`](https://python-all.ru/3.13/library/datetime.html#examples-of-usage-datetime)3704      - [Объекты `time`](https://python-all.ru/3.13/library/datetime.html#time-objects)37053706        - [Примеры использования: `time`](https://python-all.ru/3.13/library/datetime.html#examples-of-usage-time)3707      - [Объекты `tzinfo`](https://python-all.ru/3.13/library/datetime.html#tzinfo-objects)3708      - [Объекты `timezone`](https://python-all.ru/3.13/library/datetime.html#timezone-objects)3709      - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.13/library/datetime.html#strftime-and-strptime-behavior)37103711        - [Коды формата `strftime()` и `strptime()`](https://python-all.ru/3.13/library/datetime.html#strftime-and-strptime-format-codes)3712        - [Технические детали](https://python-all.ru/3.13/library/datetime.html#technical-detail)3713    - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3.13/library/zoneinfo.html)37143715      - [Использование `ZoneInfo`](https://python-all.ru/3.13/library/zoneinfo.html#using-zoneinfo)3716      - [Источники данных](https://python-all.ru/3.13/library/zoneinfo.html#data-sources)37173718        - [Настройка источников данных](https://python-all.ru/3.13/library/zoneinfo.html#configuring-the-data-sources)37193720          - [Конфигурация на этапе компиляции](https://python-all.ru/3.13/library/zoneinfo.html#compile-time-configuration)3721          - [Конфигурация окружения](https://python-all.ru/3.13/library/zoneinfo.html#environment-configuration)3722          - [Конфигурация во время выполнения](https://python-all.ru/3.13/library/zoneinfo.html#runtime-configuration)3723      - [Класс `ZoneInfo`](https://python-all.ru/3.13/library/zoneinfo.html#the-zoneinfo-class)37243725        - [Строковые представления](https://python-all.ru/3.13/library/zoneinfo.html#string-representations)3726        - [Сериализация pickle](https://python-all.ru/3.13/library/zoneinfo.html#pickle-serialization)3727      - [Функции](https://python-all.ru/3.13/library/zoneinfo.html#functions)3728      - [Глобальные переменные](https://python-all.ru/3.13/library/zoneinfo.html#globals)3729      - [Исключения и предупреждения](https://python-all.ru/3.13/library/zoneinfo.html#exceptions-and-warnings)3730    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.13/library/calendar.html)37313732      - [Использование командной строки](https://python-all.ru/3.13/library/calendar.html#command-line-usage)3733    - [`collections` – контейнерные типы данных](https://python-all.ru/3.13/library/collections.html)37343735      - [`ChainMap` объекты](https://python-all.ru/3.13/library/collections.html#chainmap-objects)37363737        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.13/library/collections.html#chainmap-examples-and-recipes)3738      - [`Counter` объекты](https://python-all.ru/3.13/library/collections.html#counter-objects)3739      - [`deque` объекты](https://python-all.ru/3.13/library/collections.html#deque-objects)37403741        - [Рецепты `deque`](https://python-all.ru/3.13/library/collections.html#deque-recipes)3742      - [`defaultdict` объекты](https://python-all.ru/3.13/library/collections.html#defaultdict-objects)37433744        - [Примеры `defaultdict`](https://python-all.ru/3.13/library/collections.html#defaultdict-examples)3745      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.13/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)3746      - [`OrderedDict` объекты](https://python-all.ru/3.13/library/collections.html#ordereddict-objects)37473748        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.13/library/collections.html#ordereddict-examples-and-recipes)3749      - [`UserDict` объекты](https://python-all.ru/3.13/library/collections.html#userdict-objects)3750      - [`UserList` объекты](https://python-all.ru/3.13/library/collections.html#userlist-objects)3751      - [`UserString` объекты](https://python-all.ru/3.13/library/collections.html#userstring-objects)3752    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.13/library/collections.abc.html)37533754      - [Абстрактные базовые классы коллекций](https://python-all.ru/3.13/library/collections.abc.html#collections-abstract-base-classes)3755      - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3.13/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)3756      - [Примеры и рецепты](https://python-all.ru/3.13/library/collections.abc.html#examples-and-recipes)3757    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.13/library/heapq.html)37583759      - [Основные примеры](https://python-all.ru/3.13/library/heapq.html#basic-examples)3760      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.13/library/heapq.html#priority-queue-implementation-notes)3761      - [Теория](https://python-all.ru/3.13/library/heapq.html#theory)3762    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.13/library/bisect.html)37633764      - [Примечания по производительности](https://python-all.ru/3.13/library/bisect.html#performance-notes)3765      - [Поиск в отсортированных списках](https://python-all.ru/3.13/library/bisect.html#searching-sorted-lists)3766      - [Примеры](https://python-all.ru/3.13/library/bisect.html#examples)3767    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.13/library/array.html)3768    - [`weakref` – слабые ссылки](https://python-all.ru/3.13/library/weakref.html)37693770      - [Объекты слабых ссылок](https://python-all.ru/3.13/library/weakref.html#weak-reference-objects)3771      - [Пример](https://python-all.ru/3.13/library/weakref.html#example)3772      - [Объекты финализаторов](https://python-all.ru/3.13/library/weakref.html#finalizer-objects)3773      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.13/library/weakref.html#comparing-finalizers-with-del-methods)3774    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.13/library/types.html)37753776      - [Динамическое создание типов](https://python-all.ru/3.13/library/types.html#dynamic-type-creation)3777      - [Стандартные типы интерпретатора](https://python-all.ru/3.13/library/types.html#standard-interpreter-types)3778      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.13/library/types.html#additional-utility-classes-and-functions)3779      - [Вспомогательные функции для корутин](https://python-all.ru/3.13/library/types.html#coroutine-utility-functions)3780    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.13/library/copy.html)3781    - [`pprint` – форматированный вывод данных](https://python-all.ru/3.13/library/pprint.html)37823783      - [Функции](https://python-all.ru/3.13/library/pprint.html#functions)3784      - [Объекты PrettyPrinter](https://python-all.ru/3.13/library/pprint.html#prettyprinter-objects)3785      - [Пример](https://python-all.ru/3.13/library/pprint.html#example)3786    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.13/library/reprlib.html)37873788      - [Объекты Repr](https://python-all.ru/3.13/library/reprlib.html#repr-objects)3789      - [Создание подклассов Repr](https://python-all.ru/3.13/library/reprlib.html#subclassing-repr-objects)3790    - [`enum` – поддержка перечислений](https://python-all.ru/3.13/library/enum.html)37913792      - [Содержание модуля](https://python-all.ru/3.13/library/enum.html#module-contents)3793      - [Типы данных](https://python-all.ru/3.13/library/enum.html#data-types)37943795        - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.13/library/enum.html#supported-dunder-names)3796        - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.13/library/enum.html#supported-sunder-names)3797      - [Утилиты и декораторы](https://python-all.ru/3.13/library/enum.html#utilities-and-decorators)3798      - [Примечания](https://python-all.ru/3.13/library/enum.html#notes)3799    - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.13/library/graphlib.html)38003801      - [Исключения](https://python-all.ru/3.13/library/graphlib.html#exceptions)3802  - [Числовые и математические модули](https://python-all.ru/3.13/library/numeric.html)38033804    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.13/library/numbers.html)38053806      - [Числовая иерархия](https://python-all.ru/3.13/library/numbers.html#the-numeric-tower)3807      - [Примечания для разработчиков типов](https://python-all.ru/3.13/library/numbers.html#notes-for-type-implementers)38083809        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.13/library/numbers.html#adding-more-numeric-abcs)3810        - [Реализация арифметических операций](https://python-all.ru/3.13/library/numbers.html#implementing-the-arithmetic-operations)3811    - [`math` – Математические функции](https://python-all.ru/3.13/library/math.html)38123813      - [Теоретико-числовые функции](https://python-all.ru/3.13/library/math.html#number-theoretic-functions)3814      - [Арифметика с плавающей запятой](https://python-all.ru/3.13/library/math.html#floating-point-arithmetic)3815      - [Функции для работы с числами с плавающей запятой](https://python-all.ru/3.13/library/math.html#floating-point-manipulation-functions)3816      - [Степенные, экспоненциальные и логарифмические функции](https://python-all.ru/3.13/library/math.html#power-exponential-and-logarithmic-functions)3817      - [Функции суммирования и произведения](https://python-all.ru/3.13/library/math.html#summation-and-product-functions)3818      - [Преобразование угловых величин](https://python-all.ru/3.13/library/math.html#angular-conversion)3819      - [Тригонометрические функции](https://python-all.ru/3.13/library/math.html#trigonometric-functions)3820      - [Гиперболические функции](https://python-all.ru/3.13/library/math.html#hyperbolic-functions)3821      - [Специальные функции](https://python-all.ru/3.13/library/math.html#special-functions)3822      - [Константы](https://python-all.ru/3.13/library/math.html#constants)3823    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.13/library/cmath.html)38243825      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.13/library/cmath.html#conversions-to-and-from-polar-coordinates)3826      - [Степенные и логарифмические функции](https://python-all.ru/3.13/library/cmath.html#power-and-logarithmic-functions)3827      - [Тригонометрические функции](https://python-all.ru/3.13/library/cmath.html#trigonometric-functions)3828      - [Гиперболические функции](https://python-all.ru/3.13/library/cmath.html#hyperbolic-functions)3829      - [Функции классификации](https://python-all.ru/3.13/library/cmath.html#classification-functions)3830      - [Константы](https://python-all.ru/3.13/library/cmath.html#constants)3831    - [`decimal` – Десятичная арифметика с фиксированной и плавающей запятой](https://python-all.ru/3.13/library/decimal.html)38323833      - [Краткое руководство](https://python-all.ru/3.13/library/decimal.html#quick-start-tutorial)3834      - [Объекты Decimal](https://python-all.ru/3.13/library/decimal.html#decimal-objects)38353836        - [Логические операнды](https://python-all.ru/3.13/library/decimal.html#logical-operands)3837      - [Объекты контекста](https://python-all.ru/3.13/library/decimal.html#context-objects)3838      - [Константы](https://python-all.ru/3.13/library/decimal.html#constants)3839      - [Режимы округления](https://python-all.ru/3.13/library/decimal.html#rounding-modes)3840      - [Сигналы](https://python-all.ru/3.13/library/decimal.html#signals)3841      - [Замечания о числах с плавающей запятой](https://python-all.ru/3.13/library/decimal.html#floating-point-notes)38423843        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.13/library/decimal.html#mitigating-round-off-error-with-increased-precision)3844        - [Особые значения](https://python-all.ru/3.13/library/decimal.html#special-values)3845      - [Работа с потоками](https://python-all.ru/3.13/library/decimal.html#working-with-threads)3846      - [Рецепты](https://python-all.ru/3.13/library/decimal.html#recipes)3847      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.13/library/decimal.html#decimal-faq)3848    - [`fractions` – Рациональные числа](https://python-all.ru/3.13/library/fractions.html)3849    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.13/library/random.html)38503851      - [Учётные функции](https://python-all.ru/3.13/library/random.html#bookkeeping-functions)3852      - [Функции для байтов](https://python-all.ru/3.13/library/random.html#functions-for-bytes)3853      - [Функции для целых чисел](https://python-all.ru/3.13/library/random.html#functions-for-integers)3854      - [Функции для последовательностей](https://python-all.ru/3.13/library/random.html#functions-for-sequences)3855      - [Дискретные распределения](https://python-all.ru/3.13/library/random.html#discrete-distributions)3856      - [Распределения с действительными значениями](https://python-all.ru/3.13/library/random.html#real-valued-distributions)3857      - [Альтернативный генератор](https://python-all.ru/3.13/library/random.html#alternative-generator)3858      - [Замечания о воспроизводимости](https://python-all.ru/3.13/library/random.html#notes-on-reproducibility)3859      - [Примеры](https://python-all.ru/3.13/library/random.html#examples)3860      - [Рецепты](https://python-all.ru/3.13/library/random.html#recipes)3861      - [Использование командной строки](https://python-all.ru/3.13/library/random.html#command-line-usage)3862      - [Пример из командной строки](https://python-all.ru/3.13/library/random.html#command-line-example)3863    - [`statistics` – Функции математической статистики](https://python-all.ru/3.13/library/statistics.html)38643865      - [Средние значения и меры центральной тенденции](https://python-all.ru/3.13/library/statistics.html#averages-and-measures-of-central-location)3866      - [Меры разброса](https://python-all.ru/3.13/library/statistics.html#measures-of-spread)3867      - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3.13/library/statistics.html#statistics-for-relations-between-two-inputs)3868      - [Описание функций](https://python-all.ru/3.13/library/statistics.html#function-details)3869      - [Исключения](https://python-all.ru/3.13/library/statistics.html#exceptions)3870      - [`NormalDist` объекты](https://python-all.ru/3.13/library/statistics.html#normaldist-objects)3871      - [Примеры и рецепты](https://python-all.ru/3.13/library/statistics.html#examples-and-recipes)38723873        - [Классические задачи теории вероятностей](https://python-all.ru/3.13/library/statistics.html#classic-probability-problems)3874        - [Входные данные Монте-Карло для симуляций](https://python-all.ru/3.13/library/statistics.html#monte-carlo-inputs-for-simulations)3875        - [Аппроксимация биномиальных распределений](https://python-all.ru/3.13/library/statistics.html#approximating-binomial-distributions)3876        - [Наивный байесовский классификатор](https://python-all.ru/3.13/library/statistics.html#naive-bayesian-classifier)3877  - [Модули функционального программирования](https://python-all.ru/3.13/library/functional.html)38783879    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.13/library/itertools.html)38803881      - [Функции itertools](https://python-all.ru/3.13/library/itertools.html#itertool-functions)3882      - [Рецепты itertools](https://python-all.ru/3.13/library/itertools.html#itertools-recipes)3883    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.13/library/functools.html)38843885      - [Объекты `partial`](https://python-all.ru/3.13/library/functools.html#partial-objects)3886    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.13/library/operator.html)38873888      - [Отображение операторов на функции](https://python-all.ru/3.13/library/operator.html#mapping-operators-to-functions)3889      - [Операторы на месте](https://python-all.ru/3.13/library/operator.html#in-place-operators)3890  - [Доступ к файлам и каталогам](https://python-all.ru/3.13/library/filesys.html)38913892    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.13/library/pathlib.html)38933894      - [Основное использование](https://python-all.ru/3.13/library/pathlib.html#basic-use)3895      - [Исключения](https://python-all.ru/3.13/library/pathlib.html#exceptions)3896      - [Абстрактные пути](https://python-all.ru/3.13/library/pathlib.html#pure-paths)38973898        - [Общие свойства](https://python-all.ru/3.13/library/pathlib.html#general-properties)3899        - [Операторы](https://python-all.ru/3.13/library/pathlib.html#operators)3900        - [Доступ к отдельным частям](https://python-all.ru/3.13/library/pathlib.html#accessing-individual-parts)3901        - [Методы и свойства](https://python-all.ru/3.13/library/pathlib.html#methods-and-properties)3902      - [Конкретные пути](https://python-all.ru/3.13/library/pathlib.html#concrete-paths)39033904        - [Разбор и генерация URI](https://python-all.ru/3.13/library/pathlib.html#parsing-and-generating-uris)3905        - [Развёртывание и разрешение путей](https://python-all.ru/3.13/library/pathlib.html#expanding-and-resolving-paths)3906        - [Запрос типа и состояния файла](https://python-all.ru/3.13/library/pathlib.html#querying-file-type-and-status)3907        - [Чтение и запись файлов](https://python-all.ru/3.13/library/pathlib.html#reading-and-writing-files)3908        - [Чтение каталогов](https://python-all.ru/3.13/library/pathlib.html#reading-directories)3909        - [Создание файлов и каталогов](https://python-all.ru/3.13/library/pathlib.html#creating-files-and-directories)3910        - [Переименование и удаление](https://python-all.ru/3.13/library/pathlib.html#renaming-and-deleting)3911        - [Права доступа и владение](https://python-all.ru/3.13/library/pathlib.html#permissions-and-ownership)3912      - [Язык шаблонов](https://python-all.ru/3.13/library/pathlib.html#pattern-language)3913      - [Сравнение с модулем `glob`](https://python-all.ru/3.13/library/pathlib.html#comparison-to-the-glob-module)3914      - [Сравнение с модулями `os` и `os.path`](https://python-all.ru/3.13/library/pathlib.html#comparison-to-the-os-and-os-path-modules)39153916        - [Соответствующие инструменты](https://python-all.ru/3.13/library/pathlib.html#corresponding-tools)3917    - [`os.path` – Основные операции с путями](https://python-all.ru/3.13/library/os.path.html)3918    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.13/library/stat.html)3919    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.13/library/filecmp.html)39203921      - [Класс `dircmp`](https://python-all.ru/3.13/library/filecmp.html#the-dircmp-class)3922    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.13/library/tempfile.html)39233924      - [Примеры](https://python-all.ru/3.13/library/tempfile.html#examples)3925      - [Устаревшие функции и переменные](https://python-all.ru/3.13/library/tempfile.html#deprecated-functions-and-variables)3926    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.13/library/glob.html)39273928      - [Примеры](https://python-all.ru/3.13/library/glob.html#examples)3929    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.13/library/fnmatch.html)3930    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.13/library/linecache.html)3931    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.13/library/shutil.html)39323933      - [Операции с каталогами и файлами](https://python-all.ru/3.13/library/shutil.html#directory-and-files-operations)39343935        - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.13/library/shutil.html#platform-dependent-efficient-copy-operations)3936        - [Пример copytree](https://python-all.ru/3.13/library/shutil.html#copytree-example)3937        - [Пример rmtree](https://python-all.ru/3.13/library/shutil.html#rmtree-example)3938      - [Операции архивирования](https://python-all.ru/3.13/library/shutil.html#archiving-operations)39393940        - [Пример архивирования](https://python-all.ru/3.13/library/shutil.html#archiving-example)3941        - [Пример архивирования с *base\_dir*](https://python-all.ru/3.13/library/shutil.html#archiving-example-with-base-dir)3942      - [Определение размера выходного терминала](https://python-all.ru/3.13/library/shutil.html#querying-the-size-of-the-output-terminal)3943  - [Постоянное хранение данных](https://python-all.ru/3.13/library/persistence.html)39443945    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.13/library/pickle.html)39463947      - [Связь с другими модулями Python](https://python-all.ru/3.13/library/pickle.html#relationship-to-other-python-modules)39483949        - [Сравнение с `marshal`](https://python-all.ru/3.13/library/pickle.html#comparison-with-marshal)3950        - [Сравнение с `json`](https://python-all.ru/3.13/library/pickle.html#comparison-with-json)3951      - [Формат потока данных](https://python-all.ru/3.13/library/pickle.html#data-stream-format)3952      - [Интерфейс модуля](https://python-all.ru/3.13/library/pickle.html#module-interface)3953      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.13/library/pickle.html#what-can-be-pickled-and-unpickled)3954      - [Сериализация экземпляров классов](https://python-all.ru/3.13/library/pickle.html#pickling-class-instances)39553956        - [Сохранение внешних объектов](https://python-all.ru/3.13/library/pickle.html#persistence-of-external-objects)3957        - [Диспетчерские таблицы](https://python-all.ru/3.13/library/pickle.html#dispatch-tables)3958        - [Обработка объектов с состоянием](https://python-all.ru/3.13/library/pickle.html#handling-stateful-objects)3959      - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.13/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)3960      - [Внеполосные буферы](https://python-all.ru/3.13/library/pickle.html#out-of-band-buffers)39613962        - [API провайдера](https://python-all.ru/3.13/library/pickle.html#provider-api)3963        - [API потребителя](https://python-all.ru/3.13/library/pickle.html#consumer-api)3964        - [Пример](https://python-all.ru/3.13/library/pickle.html#example)3965      - [Ограничение глобальных переменных](https://python-all.ru/3.13/library/pickle.html#restricting-globals)3966      - [Производительность](https://python-all.ru/3.13/library/pickle.html#performance)3967      - [Примеры](https://python-all.ru/3.13/library/pickle.html#examples)3968    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.13/library/copyreg.html)39693970      - [Пример](https://python-all.ru/3.13/library/copyreg.html#example)3971    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.13/library/shelve.html)39723973      - [Ограничения](https://python-all.ru/3.13/library/shelve.html#restrictions)3974      - [Пример](https://python-all.ru/3.13/library/shelve.html#example)3975    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.13/library/marshal.html)3976    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.13/library/dbm.html)39773978      - [`dbm.sqlite3` – Бэкенд SQLite для dbm](https://python-all.ru/3.13/library/dbm.html#module-dbm.sqlite3)3979      - [`dbm.gnu` – Менеджер баз данных GNU](https://python-all.ru/3.13/library/dbm.html#module-dbm.gnu)3980      - [`dbm.ndbm` – Новый менеджер баз данных](https://python-all.ru/3.13/library/dbm.html#module-dbm.ndbm)3981      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.13/library/dbm.html#module-dbm.dumb)3982    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.13/library/sqlite3.html)39833984      - [Учебное пособие](https://python-all.ru/3.13/library/sqlite3.html#tutorial)3985      - [Справочник](https://python-all.ru/3.13/library/sqlite3.html#reference)39863987        - [Функции модуля](https://python-all.ru/3.13/library/sqlite3.html#module-functions)3988        - [Константы модуля](https://python-all.ru/3.13/library/sqlite3.html#module-constants)3989        - [Объекты соединения](https://python-all.ru/3.13/library/sqlite3.html#connection-objects)3990        - [Объекты курсора](https://python-all.ru/3.13/library/sqlite3.html#cursor-objects)3991        - [Объекты строки](https://python-all.ru/3.13/library/sqlite3.html#row-objects)3992        - [Объекты Blob](https://python-all.ru/3.13/library/sqlite3.html#blob-objects)3993        - [Объекты PrepareProtocol](https://python-all.ru/3.13/library/sqlite3.html#prepareprotocol-objects)3994        - [Исключения](https://python-all.ru/3.13/library/sqlite3.html#exceptions)3995        - [Типы SQLite и Python](https://python-all.ru/3.13/library/sqlite3.html#sqlite-and-python-types)3996        - [Адаптеры и конвертеры по умолчанию (устарело)](https://python-all.ru/3.13/library/sqlite3.html#default-adapters-and-converters-deprecated)3997        - [Интерфейс командной строки](https://python-all.ru/3.13/library/sqlite3.html#command-line-interface)3998      - [Инструкции](https://python-all.ru/3.13/library/sqlite3.html#how-to-guides)39994000        - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3.13/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)4001        - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3.13/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)40024003          - [Как создавать адаптируемые объекты](https://python-all.ru/3.13/library/sqlite3.html#how-to-write-adaptable-objects)4004          - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3.13/library/sqlite3.html#how-to-register-adapter-callables)4005        - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3.13/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)4006        - [Рецепты адаптеров и преобразователей](https://python-all.ru/3.13/library/sqlite3.html#adapter-and-converter-recipes)4007        - [Как использовать сокращённые методы соединения](https://python-all.ru/3.13/library/sqlite3.html#how-to-use-connection-shortcut-methods)4008        - [Как использовать контекстный менеджер соединения](https://python-all.ru/3.13/library/sqlite3.html#how-to-use-the-connection-context-manager)4009        - [Как работать с URI SQLite](https://python-all.ru/3.13/library/sqlite3.html#how-to-work-with-sqlite-uris)4010        - [Как создавать и использовать фабрики строк](https://python-all.ru/3.13/library/sqlite3.html#how-to-create-and-use-row-factories)4011        - [Как обрабатывать кодировки текста, отличные от UTF-8](https://python-all.ru/3.13/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings)4012      - [Пояснения](https://python-all.ru/3.13/library/sqlite3.html#explanation)40134014        - [Управление транзакциями](https://python-all.ru/3.13/library/sqlite3.html#transaction-control)40154016          - [Управление транзакциями через атрибут `autocommit`](https://python-all.ru/3.13/library/sqlite3.html#transaction-control-via-the-autocommit-attribute)4017          - [Управление транзакциями через атрибут `isolation_level`](https://python-all.ru/3.13/library/sqlite3.html#transaction-control-via-the-isolation-level-attribute)4018  - [Сжатие и архивирование данных](https://python-all.ru/3.13/library/archiving.html)40194020    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.13/library/zlib.html)4021    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.13/library/gzip.html)40224023      - [Примеры использования](https://python-all.ru/3.13/library/gzip.html#examples-of-usage)4024      - [Интерфейс командной строки](https://python-all.ru/3.13/library/gzip.html#command-line-interface)40254026        - [Параметры командной строки](https://python-all.ru/3.13/library/gzip.html#command-line-options)4027    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.13/library/bz2.html)40284029      - [Сжатие и распаковка файлов](https://python-all.ru/3.13/library/bz2.html#de-compression-of-files)4030      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.13/library/bz2.html#incremental-de-compression)4031      - [Однопроходное сжатие/распаковка](https://python-all.ru/3.13/library/bz2.html#one-shot-de-compression)4032      - [Примеры использования](https://python-all.ru/3.13/library/bz2.html#examples-of-usage)4033    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.13/library/lzma.html)40344035      - [Чтение и запись сжатых файлов](https://python-all.ru/3.13/library/lzma.html#reading-and-writing-compressed-files)4036      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.13/library/lzma.html#compressing-and-decompressing-data-in-memory)4037      - [Разное](https://python-all.ru/3.13/library/lzma.html#miscellaneous)4038      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.13/library/lzma.html#specifying-custom-filter-chains)4039      - [Примеры](https://python-all.ru/3.13/library/lzma.html#examples)4040    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.13/library/zipfile.html)40414042      - [Объекты ZipFile](https://python-all.ru/3.13/library/zipfile.html#zipfile-objects)4043      - [Объекты Path](https://python-all.ru/3.13/library/zipfile.html#path-objects)4044      - [Объекты PyZipFile](https://python-all.ru/3.13/library/zipfile.html#pyzipfile-objects)4045      - [Объекты ZipInfo](https://python-all.ru/3.13/library/zipfile.html#zipinfo-objects)4046      - [Интерфейс командной строки](https://python-all.ru/3.13/library/zipfile.html#command-line-interface)40474048        - [Параметры командной строки](https://python-all.ru/3.13/library/zipfile.html#command-line-options)4049      - [Подводные камни распаковки](https://python-all.ru/3.13/library/zipfile.html#decompression-pitfalls)40504051        - [Из самого файла](https://python-all.ru/3.13/library/zipfile.html#from-file-itself)4052        - [Ограничения файловой системы](https://python-all.ru/3.13/library/zipfile.html#file-system-limitations)4053        - [Ограничения ресурсов](https://python-all.ru/3.13/library/zipfile.html#resources-limitations)4054        - [Прерывание](https://python-all.ru/3.13/library/zipfile.html#interruption)4055        - [Поведение по умолчанию при извлечении](https://python-all.ru/3.13/library/zipfile.html#default-behaviors-of-extraction)4056    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.13/library/tarfile.html)40574058      - [Объекты TarFile](https://python-all.ru/3.13/library/tarfile.html#tarfile-objects)4059      - [Объекты TarInfo](https://python-all.ru/3.13/library/tarfile.html#tarinfo-objects)4060      - [Фильтры извлечения](https://python-all.ru/3.13/library/tarfile.html#extraction-filters)40614062        - [Именованные фильтры по умолчанию](https://python-all.ru/3.13/library/tarfile.html#default-named-filters)4063        - [Ошибки фильтров](https://python-all.ru/3.13/library/tarfile.html#filter-errors)4064        - [Подсказки для дополнительной проверки](https://python-all.ru/3.13/library/tarfile.html#hints-for-further-verification)4065        - [Поддержка старых версий Python](https://python-all.ru/3.13/library/tarfile.html#supporting-older-python-versions)4066        - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.13/library/tarfile.html#stateful-extraction-filter-example)4067      - [Интерфейс командной строки](https://python-all.ru/3.13/library/tarfile.html#command-line-interface)40684069        - [Параметры командной строки](https://python-all.ru/3.13/library/tarfile.html#command-line-options)4070      - [Примеры](https://python-all.ru/3.13/library/tarfile.html#examples)40714072        - [Примеры чтения](https://python-all.ru/3.13/library/tarfile.html#reading-examples)4073        - [Примеры записи](https://python-all.ru/3.13/library/tarfile.html#writing-examples)4074      - [Поддерживаемые форматы tar](https://python-all.ru/3.13/library/tarfile.html#supported-tar-formats)4075      - [Проблемы с Unicode](https://python-all.ru/3.13/library/tarfile.html#unicode-issues)4076  - [Форматы файлов](https://python-all.ru/3.13/library/fileformats.html)40774078    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.13/library/csv.html)40794080      - [Содержимое модуля](https://python-all.ru/3.13/library/csv.html#module-contents)4081      - [Диалекты и параметры форматирования](https://python-all.ru/3.13/library/csv.html#dialects-and-formatting-parameters)4082      - [Объекты чтения](https://python-all.ru/3.13/library/csv.html#reader-objects)4083      - [Объекты записи](https://python-all.ru/3.13/library/csv.html#writer-objects)4084      - [Примеры](https://python-all.ru/3.13/library/csv.html#examples)4085    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.13/library/configparser.html)40864087      - [Быстрый старт](https://python-all.ru/3.13/library/configparser.html#quick-start)4088      - [Поддерживаемые типы данных](https://python-all.ru/3.13/library/configparser.html#supported-datatypes)4089      - [Значения по умолчанию](https://python-all.ru/3.13/library/configparser.html#fallback-values)4090      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.13/library/configparser.html#supported-ini-file-structure)4091      - [Безымянные секции](https://python-all.ru/3.13/library/configparser.html#unnamed-sections)4092      - [Интерполяция значений](https://python-all.ru/3.13/library/configparser.html#interpolation-of-values)4093      - [Доступ через протокол отображения](https://python-all.ru/3.13/library/configparser.html#mapping-protocol-access)4094      - [Настройка поведения парсера](https://python-all.ru/3.13/library/configparser.html#customizing-parser-behaviour)4095      - [Примеры устаревшего API](https://python-all.ru/3.13/library/configparser.html#legacy-api-examples)4096      - [Объекты ConfigParser](https://python-all.ru/3.13/library/configparser.html#configparser-objects)4097      - [Объекты RawConfigParser](https://python-all.ru/3.13/library/configparser.html#rawconfigparser-objects)4098      - [Исключения](https://python-all.ru/3.13/library/configparser.html#exceptions)4099    - [`tomllib` – Разбор TOML-файлов](https://python-all.ru/3.13/library/tomllib.html)41004101      - [Примеры](https://python-all.ru/3.13/library/tomllib.html#examples)4102      - [Таблица преобразования](https://python-all.ru/3.13/library/tomllib.html#conversion-table)4103    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.13/library/netrc.html)41044105      - [Объекты netrc](https://python-all.ru/3.13/library/netrc.html#netrc-objects)4106    - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3.13/library/plistlib.html)41074108      - [Примеры](https://python-all.ru/3.13/library/plistlib.html#examples)4109  - [Криптографические службы](https://python-all.ru/3.13/library/crypto.html)41104111    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.13/library/hashlib.html)41124113      - [Алгоритмы хеширования](https://python-all.ru/3.13/library/hashlib.html#hash-algorithms)4114      - [Использование](https://python-all.ru/3.13/library/hashlib.html#usage)4115      - [Конструкторы](https://python-all.ru/3.13/library/hashlib.html#constructors)4116      - [Атрибуты](https://python-all.ru/3.13/library/hashlib.html#attributes)4117      - [Объекты хешей](https://python-all.ru/3.13/library/hashlib.html#hash-objects)4118      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.13/library/hashlib.html#shake-variable-length-digests)4119      - [Хеширование файлов](https://python-all.ru/3.13/library/hashlib.html#file-hashing)4120      - [Вывод ключей](https://python-all.ru/3.13/library/hashlib.html#key-derivation)4121      - [BLAKE2](https://python-all.ru/3.13/library/hashlib.html#blake2)41224123        - [Создание хеш-объектов](https://python-all.ru/3.13/library/hashlib.html#creating-hash-objects)4124        - [Константы](https://python-all.ru/3.13/library/hashlib.html#constants)4125        - [Примеры](https://python-all.ru/3.13/library/hashlib.html#examples)41264127          - [Простое хеширование](https://python-all.ru/3.13/library/hashlib.html#simple-hashing)4128          - [Использование разного размера дайджестов](https://python-all.ru/3.13/library/hashlib.html#using-different-digest-sizes)4129          - [Хеширование с ключом](https://python-all.ru/3.13/library/hashlib.html#keyed-hashing)4130          - [Рандомизированное хеширование](https://python-all.ru/3.13/library/hashlib.html#randomized-hashing)4131          - [Персонализация](https://python-all.ru/3.13/library/hashlib.html#personalization)4132          - [Древовидный режим](https://python-all.ru/3.13/library/hashlib.html#tree-mode)4133        - [Благодарности](https://python-all.ru/3.13/library/hashlib.html#credits)4134    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.13/library/hmac.html)4135    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.13/library/secrets.html)41364137      - [Случайные числа](https://python-all.ru/3.13/library/secrets.html#random-numbers)4138      - [Генерация токенов](https://python-all.ru/3.13/library/secrets.html#generating-tokens)41394140        - [Сколько байтов должны использовать токены?](https://python-all.ru/3.13/library/secrets.html#how-many-bytes-should-tokens-use)4141      - [Другие функции](https://python-all.ru/3.13/library/secrets.html#other-functions)4142      - [Рецепты и лучшие практики](https://python-all.ru/3.13/library/secrets.html#recipes-and-best-practices)4143  - [Универсальные службы операционной системы](https://python-all.ru/3.13/library/allos.html)41444145    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.13/library/os.html)41464147      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.13/library/os.html#file-names-command-line-arguments-and-environment-variables)4148      - [Режим UTF-8 в Python](https://python-all.ru/3.13/library/os.html#python-utf-8-mode)4149      - [Параметры процесса](https://python-all.ru/3.13/library/os.html#process-parameters)4150      - [Создание файловых объектов](https://python-all.ru/3.13/library/os.html#file-object-creation)4151      - [Операции с файловыми дескрипторами](https://python-all.ru/3.13/library/os.html#file-descriptor-operations)41524153        - [Определение размера терминала](https://python-all.ru/3.13/library/os.html#querying-the-size-of-a-terminal)4154        - [Наследование файловых дескрипторов](https://python-all.ru/3.13/library/os.html#inheritance-of-file-descriptors)4155      - [Файлы и каталоги](https://python-all.ru/3.13/library/os.html#files-and-directories)41564157        - [Файловые дескрипторы таймера](https://python-all.ru/3.13/library/os.html#timer-file-descriptors)4158        - [Расширенные атрибуты Linux](https://python-all.ru/3.13/library/os.html#linux-extended-attributes)4159      - [Управление процессами](https://python-all.ru/3.13/library/os.html#process-management)4160      - [Интерфейс к планировщику](https://python-all.ru/3.13/library/os.html#interface-to-the-scheduler)4161      - [Различная системная информация](https://python-all.ru/3.13/library/os.html#miscellaneous-system-information)4162      - [Случайные числа](https://python-all.ru/3.13/library/os.html#random-numbers)4163    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.13/library/io.html)41644165      - [Обзор](https://python-all.ru/3.13/library/io.html#overview)41664167        - [Текстовый ввод/вывод](https://python-all.ru/3.13/library/io.html#text-i-o)4168        - [Двоичный ввод/вывод](https://python-all.ru/3.13/library/io.html#binary-i-o)4169        - [Необработанный ввод/вывод](https://python-all.ru/3.13/library/io.html#raw-i-o)4170      - [Кодировка текста](https://python-all.ru/3.13/library/io.html#text-encoding)41714172        - [Добровольное предупреждение о кодировке](https://python-all.ru/3.13/library/io.html#opt-in-encodingwarning)4173      - [Интерфейс модуля высокого уровня](https://python-all.ru/3.13/library/io.html#high-level-module-interface)4174      - [Иерархия классов](https://python-all.ru/3.13/library/io.html#class-hierarchy)41754176        - [Базовые классы ввода/вывода](https://python-all.ru/3.13/library/io.html#i-o-base-classes)4177        - [Необработанный файловый ввод/вывод](https://python-all.ru/3.13/library/io.html#raw-file-i-o)4178        - [Буферизированные потоки](https://python-all.ru/3.13/library/io.html#buffered-streams)4179        - [Текстовый ввод/вывод](https://python-all.ru/3.13/library/io.html#id1)4180      - [Производительность](https://python-all.ru/3.13/library/io.html#performance)41814182        - [Двоичный ввод/вывод](https://python-all.ru/3.13/library/io.html#id2)4183        - [Текстовый ввод/вывод](https://python-all.ru/3.13/library/io.html#id3)4184        - [Многопоточность](https://python-all.ru/3.13/library/io.html#multi-threading)4185        - [Реентерабельность](https://python-all.ru/3.13/library/io.html#reentrancy)4186    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.13/library/time.html)41874188      - [Функции](https://python-all.ru/3.13/library/time.html#functions)4189      - [Константы идентификаторов часов](https://python-all.ru/3.13/library/time.html#clock-id-constants)4190      - [Константы часовых поясов](https://python-all.ru/3.13/library/time.html#timezone-constants)4191    - [`logging` – Средство журналирования для Python](https://python-all.ru/3.13/library/logging.html)41924193      - [Объекты Logger](https://python-all.ru/3.13/library/logging.html#logger-objects)4194      - [Уровни журналирования](https://python-all.ru/3.13/library/logging.html#logging-levels)4195      - [Объекты-обработчики](https://python-all.ru/3.13/library/logging.html#handler-objects)4196      - [Объекты-форматировщики](https://python-all.ru/3.13/library/logging.html#formatter-objects)4197      - [Объекты-фильтры](https://python-all.ru/3.13/library/logging.html#filter-objects)4198      - [Объекты LogRecord](https://python-all.ru/3.13/library/logging.html#logrecord-objects)4199      - [Атрибуты LogRecord](https://python-all.ru/3.13/library/logging.html#logrecord-attributes)4200      - [Объекты LoggerAdapter](https://python-all.ru/3.13/library/logging.html#loggeradapter-objects)4201      - [Потокобезопасность](https://python-all.ru/3.13/library/logging.html#thread-safety)4202      - [Функции уровня модуля](https://python-all.ru/3.13/library/logging.html#module-level-functions)4203      - [Атрибуты уровня модуля](https://python-all.ru/3.13/library/logging.html#module-level-attributes)4204      - [Интеграция с модулем warnings](https://python-all.ru/3.13/library/logging.html#integration-with-the-warnings-module)4205    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.13/library/logging.config.html)42064207      - [Функции конфигурации](https://python-all.ru/3.13/library/logging.config.html#configuration-functions)4208      - [Вопросы безопасности](https://python-all.ru/3.13/library/logging.config.html#security-considerations)4209      - [Схема конфигурационного словаря](https://python-all.ru/3.13/library/logging.config.html#configuration-dictionary-schema)42104211        - [Подробности схемы словаря](https://python-all.ru/3.13/library/logging.config.html#dictionary-schema-details)4212        - [Инкрементальная конфигурация](https://python-all.ru/3.13/library/logging.config.html#incremental-configuration)4213        - [Соединения объектов](https://python-all.ru/3.13/library/logging.config.html#object-connections)4214        - [Пользовательские объекты](https://python-all.ru/3.13/library/logging.config.html#user-defined-objects)4215        - [Порядок конфигурации обработчиков](https://python-all.ru/3.13/library/logging.config.html#handler-configuration-order)4216        - [Доступ к внешним объектам](https://python-all.ru/3.13/library/logging.config.html#access-to-external-objects)4217        - [Доступ к внутренним объектам](https://python-all.ru/3.13/library/logging.config.html#access-to-internal-objects)4218        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.13/library/logging.config.html#import-resolution-and-custom-importers)4219        - [Настройка QueueHandler и QueueListener](https://python-all.ru/3.13/library/logging.config.html#configuring-queuehandler-and-queuelistener)4220      - [Формат файла конфигурации](https://python-all.ru/3.13/library/logging.config.html#configuration-file-format)4221    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.13/library/logging.handlers.html)42224223      - [StreamHandler](https://python-all.ru/3.13/library/logging.handlers.html#streamhandler)4224      - [FileHandler](https://python-all.ru/3.13/library/logging.handlers.html#filehandler)4225      - [NullHandler](https://python-all.ru/3.13/library/logging.handlers.html#nullhandler)4226      - [WatchedFileHandler](https://python-all.ru/3.13/library/logging.handlers.html#watchedfilehandler)4227      - [BaseRotatingHandler](https://python-all.ru/3.13/library/logging.handlers.html#baserotatinghandler)4228      - [RotatingFileHandler](https://python-all.ru/3.13/library/logging.handlers.html#rotatingfilehandler)4229      - [TimedRotatingFileHandler](https://python-all.ru/3.13/library/logging.handlers.html#timedrotatingfilehandler)4230      - [Обработчик сокетов](https://python-all.ru/3.13/library/logging.handlers.html#sockethandler)4231      - [Обработчик датаграмм](https://python-all.ru/3.13/library/logging.handlers.html#datagramhandler)4232      - [Обработчик системного журнала](https://python-all.ru/3.13/library/logging.handlers.html#sysloghandler)4233      - [Обработчик журнала событий NT](https://python-all.ru/3.13/library/logging.handlers.html#nteventloghandler)4234      - [SMTP-обработчик](https://python-all.ru/3.13/library/logging.handlers.html#smtphandler)4235      - [Обработчик памяти](https://python-all.ru/3.13/library/logging.handlers.html#memoryhandler)4236      - [HTTP-обработчик](https://python-all.ru/3.13/library/logging.handlers.html#httphandler)4237      - [Обработчик очереди](https://python-all.ru/3.13/library/logging.handlers.html#queuehandler)4238      - [Прослушиватель очереди](https://python-all.ru/3.13/library/logging.handlers.html#queuelistener)4239    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.13/library/platform.html)42404241      - [Кроссплатформенный](https://python-all.ru/3.13/library/platform.html#cross-platform)4242      - [Платформа Java](https://python-all.ru/3.13/library/platform.html#java-platform)4243      - [Платформа Windows](https://python-all.ru/3.13/library/platform.html#windows-platform)4244      - [Платформа macOS](https://python-all.ru/3.13/library/platform.html#macos-platform)4245      - [Платформа iOS](https://python-all.ru/3.13/library/platform.html#ios-platform)4246      - [Платформы Unix](https://python-all.ru/3.13/library/platform.html#unix-platforms)4247      - [Платформы Linux](https://python-all.ru/3.13/library/platform.html#linux-platforms)4248      - [Платформа Android](https://python-all.ru/3.13/library/platform.html#android-platform)4249      - [Использование командной строки](https://python-all.ru/3.13/library/platform.html#command-line-usage)4250    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.13/library/errno.html)4251    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.13/library/ctypes.html)42524253      - [Руководство по ctypes](https://python-all.ru/3.13/library/ctypes.html#ctypes-tutorial)42544255        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.13/library/ctypes.html#loading-dynamic-link-libraries)4256        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.13/library/ctypes.html#accessing-functions-from-loaded-dlls)4257        - [Вызов функций](https://python-all.ru/3.13/library/ctypes.html#calling-functions)4258        - [Базовые типы данных](https://python-all.ru/3.13/library/ctypes.html#fundamental-data-types)4259        - [Вызов функций (продолжение)](https://python-all.ru/3.13/library/ctypes.html#calling-functions-continued)4260        - [Вызов функций с переменным числом аргументов](https://python-all.ru/3.13/library/ctypes.html#calling-variadic-functions)4261        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.13/library/ctypes.html#calling-functions-with-your-own-custom-data-types)4262        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.13/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)4263        - [Типы возвращаемых значений](https://python-all.ru/3.13/library/ctypes.html#return-types)4264        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.13/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)4265        - [Структуры и объединения](https://python-all.ru/3.13/library/ctypes.html#structures-and-unions)4266        - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.13/library/ctypes.html#structure-union-alignment-and-byte-order)4267        - [Битовые поля в структурах и объединениях](https://python-all.ru/3.13/library/ctypes.html#bit-fields-in-structures-and-unions)4268        - [Массивы](https://python-all.ru/3.13/library/ctypes.html#arrays)4269        - [Указатели](https://python-all.ru/3.13/library/ctypes.html#pointers)4270        - [Преобразования типов](https://python-all.ru/3.13/library/ctypes.html#type-conversions)4271        - [Неполные типы](https://python-all.ru/3.13/library/ctypes.html#incomplete-types)4272        - [Функции обратного вызова](https://python-all.ru/3.13/library/ctypes.html#callback-functions)4273        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.13/library/ctypes.html#accessing-values-exported-from-dlls)4274        - [Неожиданности](https://python-all.ru/3.13/library/ctypes.html#surprises)4275        - [Типы данных переменного размера](https://python-all.ru/3.13/library/ctypes.html#variable-sized-data-types)4276      - [Справочник по ctypes](https://python-all.ru/3.13/library/ctypes.html#ctypes-reference)42774278        - [Поиск общих библиотек](https://python-all.ru/3.13/library/ctypes.html#finding-shared-libraries)4279        - [Загрузка общих библиотек](https://python-all.ru/3.13/library/ctypes.html#loading-shared-libraries)4280        - [Внешние функции](https://python-all.ru/3.13/library/ctypes.html#foreign-functions)4281        - [Прототипы функций](https://python-all.ru/3.13/library/ctypes.html#function-prototypes)4282        - [Вспомогательные функции](https://python-all.ru/3.13/library/ctypes.html#utility-functions)4283        - [Типы данных](https://python-all.ru/3.13/library/ctypes.html#data-types)4284        - [Базовые типы данных](https://python-all.ru/3.13/library/ctypes.html#ctypes-fundamental-data-types-2)4285        - [Структурированные типы данных](https://python-all.ru/3.13/library/ctypes.html#structured-data-types)4286        - [Массивы и указатели](https://python-all.ru/3.13/library/ctypes.html#arrays-and-pointers)4287  - [Библиотеки интерфейса командной строки](https://python-all.ru/3.13/library/cmdlinelibs.html)42884289    - [`argparse` – Парсер опций, аргументов и подкоманд командной строки](https://python-all.ru/3.13/library/argparse.html)42904291      - [Объекты ArgumentParser](https://python-all.ru/3.13/library/argparse.html#argumentparser-objects)42924293        - [prog](https://python-all.ru/3.13/library/argparse.html#prog)4294        - [usage](https://python-all.ru/3.13/library/argparse.html#usage)4295        - [description](https://python-all.ru/3.13/library/argparse.html#description)4296        - [epilog](https://python-all.ru/3.13/library/argparse.html#epilog)4297        - [parents](https://python-all.ru/3.13/library/argparse.html#parents)4298        - [formatter\_class](https://python-all.ru/3.13/library/argparse.html#formatter-class)4299        - [prefix\_chars](https://python-all.ru/3.13/library/argparse.html#prefix-chars)4300        - [fromfile\_prefix\_chars](https://python-all.ru/3.13/library/argparse.html#fromfile-prefix-chars)4301        - [argument\_default](https://python-all.ru/3.13/library/argparse.html#argument-default)4302        - [allow\_abbrev](https://python-all.ru/3.13/library/argparse.html#allow-abbrev)4303        - [conflict\_handler](https://python-all.ru/3.13/library/argparse.html#conflict-handler)4304        - [add\_help](https://python-all.ru/3.13/library/argparse.html#add-help)4305        - [exit\_on\_error](https://python-all.ru/3.13/library/argparse.html#exit-on-error)4306      - [Метод add\_argument()](https://python-all.ru/3.13/library/argparse.html#the-add-argument-method)43074308        - [name или flags](https://python-all.ru/3.13/library/argparse.html#name-or-flags)4309        - [action](https://python-all.ru/3.13/library/argparse.html#action)4310        - [nargs](https://python-all.ru/3.13/library/argparse.html#nargs)4311        - [const](https://python-all.ru/3.13/library/argparse.html#const)4312        - [default](https://python-all.ru/3.13/library/argparse.html#default)4313        - [тип](https://python-all.ru/3.13/library/argparse.html#type)4314        - [choices](https://python-all.ru/3.13/library/argparse.html#choices)4315        - [required](https://python-all.ru/3.13/library/argparse.html#required)4316        - [help](https://python-all.ru/3.13/library/argparse.html#help)4317        - [metavar](https://python-all.ru/3.13/library/argparse.html#metavar)4318        - [dest](https://python-all.ru/3.13/library/argparse.html#dest)4319        - [устарело](https://python-all.ru/3.13/library/argparse.html#deprecated)4320        - [Классы Action](https://python-all.ru/3.13/library/argparse.html#action-classes)4321      - [Метод parse\_args()](https://python-all.ru/3.13/library/argparse.html#the-parse-args-method)43224323        - [Синтаксис значений опций](https://python-all.ru/3.13/library/argparse.html#option-value-syntax)4324        - [Недопустимые аргументы](https://python-all.ru/3.13/library/argparse.html#invalid-arguments)4325        - [Аргументы, содержащие `-`](https://python-all.ru/3.13/library/argparse.html#arguments-containing)4326        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.13/library/argparse.html#argument-abbreviations-prefix-matching)4327        - [За пределами `sys.argv`](https://python-all.ru/3.13/library/argparse.html#beyond-sys-argv)4328        - [Объект Namespace](https://python-all.ru/3.13/library/argparse.html#the-namespace-object)4329      - [Прочие утилиты](https://python-all.ru/3.13/library/argparse.html#other-utilities)43304331        - [Подкоманды](https://python-all.ru/3.13/library/argparse.html#subcommands)4332        - [Объекты FileType](https://python-all.ru/3.13/library/argparse.html#filetype-objects)4333        - [Группы аргументов](https://python-all.ru/3.13/library/argparse.html#argument-groups)4334        - [Взаимное исключение](https://python-all.ru/3.13/library/argparse.html#mutual-exclusion)4335        - [Значения по умолчанию парсера](https://python-all.ru/3.13/library/argparse.html#parser-defaults)4336        - [Вывод справки](https://python-all.ru/3.13/library/argparse.html#printing-help)4337        - [Частичный разбор](https://python-all.ru/3.13/library/argparse.html#partial-parsing)4338        - [Настройка разбора файлов](https://python-all.ru/3.13/library/argparse.html#customizing-file-parsing)4339        - [Методы завершения](https://python-all.ru/3.13/library/argparse.html#exiting-methods)4340        - [Смешанный разбор](https://python-all.ru/3.13/library/argparse.html#intermixed-parsing)4341        - [Регистрация пользовательских типов или действий](https://python-all.ru/3.13/library/argparse.html#registering-custom-types-or-actions)4342      - [Исключения](https://python-all.ru/3.13/library/argparse.html#exceptions)43434344        - [Учебное пособие по argparse](https://python-all.ru/3.13/howto/argparse.html)43454346          - [Основные понятия](https://python-all.ru/3.13/howto/argparse.html#concepts)4347          - [Основы](https://python-all.ru/3.13/howto/argparse.html#the-basics)4348          - [Знакомство с позиционными аргументами](https://python-all.ru/3.13/howto/argparse.html#introducing-positional-arguments)4349          - [Знакомство с необязательными аргументами](https://python-all.ru/3.13/howto/argparse.html#introducing-optional-arguments)43504351            - [Короткие опции](https://python-all.ru/3.13/howto/argparse.html#short-options)4352          - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.13/howto/argparse.html#combining-positional-and-optional-arguments)4353          - [Переходим к более сложным темам](https://python-all.ru/3.13/howto/argparse.html#getting-a-little-more-advanced)43544355            - [Указание неоднозначных аргументов](https://python-all.ru/3.13/howto/argparse.html#specifying-ambiguous-arguments)4356            - [Конфликтующие опции](https://python-all.ru/3.13/howto/argparse.html#conflicting-options)4357          - [Как перевести вывод argparse](https://python-all.ru/3.13/howto/argparse.html#how-to-translate-the-argparse-output)4358          - [Пользовательские преобразователи типов](https://python-all.ru/3.13/howto/argparse.html#custom-type-converters)4359          - [Заключение](https://python-all.ru/3.13/howto/argparse.html#conclusion)4360        - [Перенос кода `optparse` на `argparse`](https://python-all.ru/3.13/howto/argparse-optparse.html)4361    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.13/library/optparse.html)43624363      - [Выбор библиотеки для разбора аргументов](https://python-all.ru/3.13/library/optparse.html#choosing-an-argument-parsing-library)4364      - [Введение](https://python-all.ru/3.13/library/optparse.html#introduction)4365      - [Фон](https://python-all.ru/3.13/library/optparse.html#background)43664367        - [Терминология](https://python-all.ru/3.13/library/optparse.html#terminology)4368        - [Для чего нужны опции?](https://python-all.ru/3.13/library/optparse.html#what-are-options-for)4369        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.13/library/optparse.html#what-are-positional-arguments-for)4370      - [Учебное пособие](https://python-all.ru/3.13/library/optparse.html#tutorial)43714372        - [Понимание действий опций](https://python-all.ru/3.13/library/optparse.html#understanding-option-actions)4373        - [Действие store](https://python-all.ru/3.13/library/optparse.html#the-store-action)4374        - [Обработка булевых опций (флагов)](https://python-all.ru/3.13/library/optparse.html#handling-boolean-flag-options)4375        - [Другие действия](https://python-all.ru/3.13/library/optparse.html#other-actions)4376        - [Значения по умолчанию](https://python-all.ru/3.13/library/optparse.html#default-values)4377        - [Генерация справки](https://python-all.ru/3.13/library/optparse.html#generating-help)43784379          - [Группировка опций](https://python-all.ru/3.13/library/optparse.html#grouping-options)4380        - [Вывод строки версии](https://python-all.ru/3.13/library/optparse.html#printing-a-version-string)4381        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.13/library/optparse.html#how-optparse-handles-errors)4382        - [Собираем всё вместе](https://python-all.ru/3.13/library/optparse.html#putting-it-all-together)4383      - [Справочное руководство](https://python-all.ru/3.13/library/optparse.html#reference-guide)43844385        - [Создание парсера](https://python-all.ru/3.13/library/optparse.html#creating-the-parser)4386        - [Наполнение парсера](https://python-all.ru/3.13/library/optparse.html#populating-the-parser)4387        - [Определение параметров](https://python-all.ru/3.13/library/optparse.html#defining-options)4388        - [Атрибуты параметров](https://python-all.ru/3.13/library/optparse.html#option-attributes)4389        - [Стандартные действия параметров](https://python-all.ru/3.13/library/optparse.html#standard-option-actions)4390        - [Стандартные типы параметров](https://python-all.ru/3.13/library/optparse.html#standard-option-types)4391        - [Разбор аргументов](https://python-all.ru/3.13/library/optparse.html#parsing-arguments)4392        - [Запросы и управление парсером параметров](https://python-all.ru/3.13/library/optparse.html#querying-and-manipulating-your-option-parser)4393        - [Конфликты между параметрами](https://python-all.ru/3.13/library/optparse.html#conflicts-between-options)4394        - [Очистка](https://python-all.ru/3.13/library/optparse.html#cleanup)4395        - [Другие методы](https://python-all.ru/3.13/library/optparse.html#other-methods)4396      - [Колбэки параметров](https://python-all.ru/3.13/library/optparse.html#option-callbacks)43974398        - [Определение параметра с колбэком](https://python-all.ru/3.13/library/optparse.html#defining-a-callback-option)4399        - [Как вызываются колбэки](https://python-all.ru/3.13/library/optparse.html#how-callbacks-are-called)4400        - [Возбуждение исключений в колбэке](https://python-all.ru/3.13/library/optparse.html#raising-errors-in-a-callback)4401        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.13/library/optparse.html#callback-example-1-trivial-callback)4402        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.13/library/optparse.html#callback-example-2-check-option-order)4403        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.13/library/optparse.html#callback-example-3-check-option-order-generalized)4404        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.13/library/optparse.html#callback-example-4-check-arbitrary-condition)4405        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.13/library/optparse.html#callback-example-5-fixed-arguments)4406        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.13/library/optparse.html#callback-example-6-variable-arguments)4407      - [Расширение `optparse`](https://python-all.ru/3.13/library/optparse.html#extending-optparse)44084409        - [Добавление новых типов](https://python-all.ru/3.13/library/optparse.html#adding-new-types)4410        - [Добавление новых действий](https://python-all.ru/3.13/library/optparse.html#adding-new-actions)4411      - [Исключения](https://python-all.ru/3.13/library/optparse.html#exceptions)4412    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.13/library/getpass.html)4413    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.13/library/fileinput.html)4414    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.13/library/curses.html)44154416      - [Функции](https://python-all.ru/3.13/library/curses.html#functions)4417      - [Объекты окон](https://python-all.ru/3.13/library/curses.html#window-objects)4418      - [Константы](https://python-all.ru/3.13/library/curses.html#constants)4419    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.13/library/curses.html#module-curses.textpad)44204421      - [Объекты Textbox](https://python-all.ru/3.13/library/curses.html#textbox-objects)4422    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.13/library/curses.ascii.html)4423    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.13/library/curses.panel.html)44244425      - [Функции](https://python-all.ru/3.13/library/curses.panel.html#functions)4426      - [Объекты Panel](https://python-all.ru/3.13/library/curses.panel.html#panel-objects)4427    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.13/library/cmd.html)44284429      - [Объекты Cmd](https://python-all.ru/3.13/library/cmd.html#cmd-objects)4430      - [Пример Cmd](https://python-all.ru/3.13/library/cmd.html#cmd-example)4431  - [Параллельное выполнение](https://python-all.ru/3.13/library/concurrency.html)44324433    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.13/library/threading.html)44344435      - [Введение](https://python-all.ru/3.13/library/threading.html#introduction)4436      - [GIL и соображения производительности](https://python-all.ru/3.13/library/threading.html#gil-and-performance-considerations)4437      - [Справочник](https://python-all.ru/3.13/library/threading.html#reference)44384439        - [Данные, локальные для потока](https://python-all.ru/3.13/library/threading.html#thread-local-data)4440        - [Объекты потоков](https://python-all.ru/3.13/library/threading.html#thread-objects)4441        - [Объекты блокировок](https://python-all.ru/3.13/library/threading.html#lock-objects)4442        - [Объекты RLock](https://python-all.ru/3.13/library/threading.html#rlock-objects)4443        - [Объекты условия](https://python-all.ru/3.13/library/threading.html#condition-objects)4444        - [Объекты семафоров](https://python-all.ru/3.13/library/threading.html#semaphore-objects)4445        - [Пример `Semaphore`](https://python-all.ru/3.13/library/threading.html#semaphore-example)4446        - [Объекты событий](https://python-all.ru/3.13/library/threading.html#event-objects)4447        - [Объекты таймеров](https://python-all.ru/3.13/library/threading.html#timer-objects)4448        - [Объекты барьеров](https://python-all.ru/3.13/library/threading.html#barrier-objects)4449      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.13/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)4450    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.13/library/multiprocessing.html)44514452      - [Введение](https://python-all.ru/3.13/library/multiprocessing.html#introduction)44534454        - [Класс `Process`](https://python-all.ru/3.13/library/multiprocessing.html#the-process-class)4455        - [Контексты и методы запуска](https://python-all.ru/3.13/library/multiprocessing.html#contexts-and-start-methods)4456        - [Обмен объектами между процессами](https://python-all.ru/3.13/library/multiprocessing.html#exchanging-objects-between-processes)4457        - [Синхронизация между процессами](https://python-all.ru/3.13/library/multiprocessing.html#synchronization-between-processes)4458        - [Совместное использование состояния между процессами](https://python-all.ru/3.13/library/multiprocessing.html#sharing-state-between-processes)4459        - [Использование пула рабочих процессов](https://python-all.ru/3.13/library/multiprocessing.html#using-a-pool-of-workers)4460      - [Справочник](https://python-all.ru/3.13/library/multiprocessing.html#reference)44614462        - [Глобальный метод запуска](https://python-all.ru/3.13/library/multiprocessing.html#global-start-method)4463        - [`Process` и исключения](https://python-all.ru/3.13/library/multiprocessing.html#process-and-exceptions)4464        - [Каналы и очереди](https://python-all.ru/3.13/library/multiprocessing.html#pipes-and-queues)4465        - [Разное](https://python-all.ru/3.13/library/multiprocessing.html#miscellaneous)4466        - [Объекты соединений](https://python-all.ru/3.13/library/multiprocessing.html#connection-objects)4467        - [Примитивы синхронизации](https://python-all.ru/3.13/library/multiprocessing.html#synchronization-primitives)4468        - [Разделяемые `ctypes` объекты](https://python-all.ru/3.13/library/multiprocessing.html#shared-ctypes-objects)44694470          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.13/library/multiprocessing.html#module-multiprocessing.sharedctypes)4471        - [Менеджеры](https://python-all.ru/3.13/library/multiprocessing.html#managers)44724473          - [Настраиваемые менеджеры](https://python-all.ru/3.13/library/multiprocessing.html#customized-managers)4474          - [Использование удалённого менеджера](https://python-all.ru/3.13/library/multiprocessing.html#using-a-remote-manager)4475        - [Объекты-прокси](https://python-all.ru/3.13/library/multiprocessing.html#proxy-objects)44764477          - [Очистка](https://python-all.ru/3.13/library/multiprocessing.html#cleanup)4478        - [Пулы процессов](https://python-all.ru/3.13/library/multiprocessing.html#module-multiprocessing.pool)4479        - [Слушатели и клиенты](https://python-all.ru/3.13/library/multiprocessing.html#module-multiprocessing.connection)44804481          - [Форматы адресов](https://python-all.ru/3.13/library/multiprocessing.html#address-formats)4482        - [Ключи аутентификации](https://python-all.ru/3.13/library/multiprocessing.html#authentication-keys)4483        - [Логирование](https://python-all.ru/3.13/library/multiprocessing.html#logging)4484        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.13/library/multiprocessing.html#module-multiprocessing.dummy)4485      - [Рекомендации по программированию](https://python-all.ru/3.13/library/multiprocessing.html#programming-guidelines)44864487        - [Все методы запуска](https://python-all.ru/3.13/library/multiprocessing.html#all-start-methods)4488        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.13/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)4489      - [Примеры](https://python-all.ru/3.13/library/multiprocessing.html#examples)4490    - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3.13/library/multiprocessing.shared_memory.html)4491    - [Пакет `concurrent`](https://python-all.ru/3.13/library/concurrent.html)4492    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.13/library/concurrent.futures.html)44934494      - [Объекты исполнителя](https://python-all.ru/3.13/library/concurrent.futures.html#executor-objects)4495      - [ThreadPoolExecutor](https://python-all.ru/3.13/library/concurrent.futures.html#threadpoolexecutor)44964497        - [Пример ThreadPoolExecutor](https://python-all.ru/3.13/library/concurrent.futures.html#threadpoolexecutor-example)4498      - [ProcessPoolExecutor](https://python-all.ru/3.13/library/concurrent.futures.html#processpoolexecutor)44994500        - [Пример ProcessPoolExecutor](https://python-all.ru/3.13/library/concurrent.futures.html#processpoolexecutor-example)4501      - [Объекты Future](https://python-all.ru/3.13/library/concurrent.futures.html#future-objects)4502      - [Функции модуля](https://python-all.ru/3.13/library/concurrent.futures.html#module-functions)4503      - [Классы исключений](https://python-all.ru/3.13/library/concurrent.futures.html#exception-classes)4504    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.13/library/subprocess.html)45054506      - [Использование модуля `subprocess`](https://python-all.ru/3.13/library/subprocess.html#using-the-subprocess-module)45074508        - [Часто используемые аргументы](https://python-all.ru/3.13/library/subprocess.html#frequently-used-arguments)4509        - [Конструктор Popen](https://python-all.ru/3.13/library/subprocess.html#popen-constructor)4510        - [Исключения](https://python-all.ru/3.13/library/subprocess.html#exceptions)4511      - [Вопросы безопасности](https://python-all.ru/3.13/library/subprocess.html#security-considerations)4512      - [Объекты Popen](https://python-all.ru/3.13/library/subprocess.html#popen-objects)4513      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.13/library/subprocess.html#windows-popen-helpers)45144515        - [Константы Windows](https://python-all.ru/3.13/library/subprocess.html#windows-constants)4516      - [Старый высокоуровневый API](https://python-all.ru/3.13/library/subprocess.html#older-high-level-api)4517      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.13/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)45184519        - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.13/library/subprocess.html#replacing-bin-sh-shell-command-substitution)4520        - [Замена конвейера оболочки](https://python-all.ru/3.13/library/subprocess.html#replacing-shell-pipeline)4521        - [Замена `os.system()`](https://python-all.ru/3.13/library/subprocess.html#replacing-os-system)4522        - [Замена семейства `os.spawn`](https://python-all.ru/3.13/library/subprocess.html#replacing-the-os-spawn-family)4523        - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.13/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)4524        - [Замена функций из модуля `popen2`](https://python-all.ru/3.13/library/subprocess.html#replacing-functions-from-the-popen2-module)4525      - [Устаревшие функции вызова оболочки](https://python-all.ru/3.13/library/subprocess.html#legacy-shell-invocation-functions)4526      - [Примечания](https://python-all.ru/3.13/library/subprocess.html#notes)45274528        - [Поведение при тайм-ауте](https://python-all.ru/3.13/library/subprocess.html#timeout-behavior)4529        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.13/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)4530        - [Отключение использования `vfork()` или `posix_spawn()`](https://python-all.ru/3.13/library/subprocess.html#disabling-use-of-vfork-or-posix-spawn)4531    - [`sched` – планировщик событий](https://python-all.ru/3.13/library/sched.html)45324533      - [Объекты планировщика](https://python-all.ru/3.13/library/sched.html#scheduler-objects)4534    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.13/library/queue.html)45354536      - [Объекты очередей](https://python-all.ru/3.13/library/queue.html#queue-objects)45374538        - [Ожидание завершения задачи](https://python-all.ru/3.13/library/queue.html#waiting-for-task-completion)4539        - [Завершение очередей](https://python-all.ru/3.13/library/queue.html#terminating-queues)4540      - [Объекты SimpleQueue](https://python-all.ru/3.13/library/queue.html#simplequeue-objects)4541    - [`contextvars` – контекстные переменные](https://python-all.ru/3.13/library/contextvars.html)45424543      - [Контекстные переменные](https://python-all.ru/3.13/library/contextvars.html#context-variables)4544      - [Ручное управление контекстом](https://python-all.ru/3.13/library/contextvars.html#manual-context-management)4545      - [Поддержка asyncio](https://python-all.ru/3.13/library/contextvars.html#asyncio-support)4546    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.13/library/_thread.html)4547  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.13/library/ipc.html)45484549    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.13/library/asyncio.html)45504551      - [Запускающие объекты](https://python-all.ru/3.13/library/asyncio-runner.html)45524553        - [Запуск asyncio-программы](https://python-all.ru/3.13/library/asyncio-runner.html#running-an-asyncio-program)4554        - [Контекстный менеджер Runner](https://python-all.ru/3.13/library/asyncio-runner.html#runner-context-manager)4555        - [Обработка прерывания с клавиатуры](https://python-all.ru/3.13/library/asyncio-runner.html#handling-keyboard-interruption)4556      - [Корутины и задачи](https://python-all.ru/3.13/library/asyncio-task.html)45574558        - [Корутины](https://python-all.ru/3.13/library/asyncio-task.html#coroutines)4559        - [Ожидаемые объекты](https://python-all.ru/3.13/library/asyncio-task.html#awaitables)4560        - [Создание задач](https://python-all.ru/3.13/library/asyncio-task.html#creating-tasks)4561        - [Отмена задачи](https://python-all.ru/3.13/library/asyncio-task.html#task-cancellation)4562        - [Группы задач](https://python-all.ru/3.13/library/asyncio-task.html#task-groups)45634564          - [Завершение группы задач](https://python-all.ru/3.13/library/asyncio-task.html#terminating-a-task-group)4565        - [Приостановка выполнения](https://python-all.ru/3.13/library/asyncio-task.html#sleeping)4566        - [Конкурентное выполнение задач](https://python-all.ru/3.13/library/asyncio-task.html#running-tasks-concurrently)4567        - [Фабрика задач с немедленным выполнением](https://python-all.ru/3.13/library/asyncio-task.html#eager-task-factory)4568        - [Защита от отмены](https://python-all.ru/3.13/library/asyncio-task.html#shielding-from-cancellation)4569        - [Тайм-ауты](https://python-all.ru/3.13/library/asyncio-task.html#timeouts)4570        - [Примитивы ожидания](https://python-all.ru/3.13/library/asyncio-task.html#waiting-primitives)4571        - [Выполнение в потоках](https://python-all.ru/3.13/library/asyncio-task.html#running-in-threads)4572        - [Планирование из других потоков](https://python-all.ru/3.13/library/asyncio-task.html#scheduling-from-other-threads)4573        - [Интроспекция](https://python-all.ru/3.13/library/asyncio-task.html#introspection)4574        - [Объект задачи](https://python-all.ru/3.13/library/asyncio-task.html#task-object)4575      - [Потоки данных](https://python-all.ru/3.13/library/asyncio-stream.html)45764577        - [StreamReader](https://python-all.ru/3.13/library/asyncio-stream.html#streamreader)4578        - [StreamWriter](https://python-all.ru/3.13/library/asyncio-stream.html#streamwriter)4579        - [Примеры](https://python-all.ru/3.13/library/asyncio-stream.html#examples)45804581          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.13/library/asyncio-stream.html#tcp-echo-client-using-streams)4582          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.13/library/asyncio-stream.html#tcp-echo-server-using-streams)4583          - [Получение HTTP-заголовков](https://python-all.ru/3.13/library/asyncio-stream.html#get-http-headers)4584          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.13/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)4585      - [Примитивы синхронизации](https://python-all.ru/3.13/library/asyncio-sync.html)45864587        - [Блокировка](https://python-all.ru/3.13/library/asyncio-sync.html#lock)4588        - [Событие](https://python-all.ru/3.13/library/asyncio-sync.html#event)4589        - [Условная переменная](https://python-all.ru/3.13/library/asyncio-sync.html#condition)4590        - [Семафор](https://python-all.ru/3.13/library/asyncio-sync.html#semaphore)4591        - [BoundedSemaphore](https://python-all.ru/3.13/library/asyncio-sync.html#boundedsemaphore)4592        - [Барьер](https://python-all.ru/3.13/library/asyncio-sync.html#barrier)4593      - [Подпроцессы](https://python-all.ru/3.13/library/asyncio-subprocess.html)45944595        - [Создание подпроцессов](https://python-all.ru/3.13/library/asyncio-subprocess.html#creating-subprocesses)4596        - [Константы](https://python-all.ru/3.13/library/asyncio-subprocess.html#constants)4597        - [Взаимодействие с подпроцессами](https://python-all.ru/3.13/library/asyncio-subprocess.html#interacting-with-subprocesses)45984599          - [Подпроцессы и потоки](https://python-all.ru/3.13/library/asyncio-subprocess.html#subprocess-and-threads)4600          - [Примеры](https://python-all.ru/3.13/library/asyncio-subprocess.html#examples)4601      - [Очереди](https://python-all.ru/3.13/library/asyncio-queue.html)46024603        - [Очередь](https://python-all.ru/3.13/library/asyncio-queue.html#queue)4604        - [Очередь с приоритетом](https://python-all.ru/3.13/library/asyncio-queue.html#priority-queue)4605        - [Очередь LIFO](https://python-all.ru/3.13/library/asyncio-queue.html#lifo-queue)4606        - [Исключения](https://python-all.ru/3.13/library/asyncio-queue.html#exceptions)4607        - [Примеры](https://python-all.ru/3.13/library/asyncio-queue.html#examples)4608      - [Исключения](https://python-all.ru/3.13/library/asyncio-exceptions.html)4609      - [Цикл событий](https://python-all.ru/3.13/library/asyncio-eventloop.html)46104611        - [Методы цикла событий](https://python-all.ru/3.13/library/asyncio-eventloop.html#event-loop-methods)46124613          - [Запуск и остановка цикла событий](https://python-all.ru/3.13/library/asyncio-eventloop.html#running-and-stopping-the-loop)4614          - [Планирование колбэков](https://python-all.ru/3.13/library/asyncio-eventloop.html#scheduling-callbacks)4615          - [Планирование отложенных колбэков](https://python-all.ru/3.13/library/asyncio-eventloop.html#scheduling-delayed-callbacks)4616          - [Создание future и задач](https://python-all.ru/3.13/library/asyncio-eventloop.html#creating-futures-and-tasks)4617          - [Открытие сетевых соединений](https://python-all.ru/3.13/library/asyncio-eventloop.html#opening-network-connections)4618          - [Создание сетевых серверов](https://python-all.ru/3.13/library/asyncio-eventloop.html#creating-network-servers)4619          - [Передача файлов](https://python-all.ru/3.13/library/asyncio-eventloop.html#transferring-files)4620          - [Обновление TLS](https://python-all.ru/3.13/library/asyncio-eventloop.html#tls-upgrade)4621          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.13/library/asyncio-eventloop.html#watching-file-descriptors)4622          - [Работа с объектами сокетов напрямую](https://python-all.ru/3.13/library/asyncio-eventloop.html#working-with-socket-objects-directly)4623          - [DNS](https://python-all.ru/3.13/library/asyncio-eventloop.html#dns)4624          - [Работа с каналами](https://python-all.ru/3.13/library/asyncio-eventloop.html#working-with-pipes)4625          - [Сигналы Unix](https://python-all.ru/3.13/library/asyncio-eventloop.html#unix-signals)4626          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.13/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)4627          - [API обработки ошибок](https://python-all.ru/3.13/library/asyncio-eventloop.html#error-handling-api)4628          - [Включение режима отладки](https://python-all.ru/3.13/library/asyncio-eventloop.html#enabling-debug-mode)4629          - [Запуск подпроцессов](https://python-all.ru/3.13/library/asyncio-eventloop.html#running-subprocesses)4630        - [Дескрипторы колбэков](https://python-all.ru/3.13/library/asyncio-eventloop.html#callback-handles)4631        - [Объекты сервера](https://python-all.ru/3.13/library/asyncio-eventloop.html#server-objects)4632        - [Реализации цикла событий](https://python-all.ru/3.13/library/asyncio-eventloop.html#event-loop-implementations)4633        - [Примеры](https://python-all.ru/3.13/library/asyncio-eventloop.html#examples)46344635          - [Hello World с помощью call\_soon()](https://python-all.ru/3.13/library/asyncio-eventloop.html#hello-world-with-call-soon)4636          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.13/library/asyncio-eventloop.html#display-the-current-date-with-call-later)4637          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.13/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)4638          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.13/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)4639      - [Future](https://python-all.ru/3.13/library/asyncio-future.html)46404641        - [Функции Future](https://python-all.ru/3.13/library/asyncio-future.html#future-functions)4642        - [Объект Future](https://python-all.ru/3.13/library/asyncio-future.html#future-object)4643      - [Транспорты и протоколы](https://python-all.ru/3.13/library/asyncio-protocol.html)46444645        - [Транспорты](https://python-all.ru/3.13/library/asyncio-protocol.html#transports)46464647          - [Иерархия транспортов](https://python-all.ru/3.13/library/asyncio-protocol.html#transports-hierarchy)4648          - [Базовый транспорт](https://python-all.ru/3.13/library/asyncio-protocol.html#base-transport)4649          - [Транспорты только для чтения](https://python-all.ru/3.13/library/asyncio-protocol.html#read-only-transports)4650          - [Транспорты только для записи](https://python-all.ru/3.13/library/asyncio-protocol.html#write-only-transports)4651          - [Транспорты дейтаграмм](https://python-all.ru/3.13/library/asyncio-protocol.html#datagram-transports)4652          - [Транспорты подпроцессов](https://python-all.ru/3.13/library/asyncio-protocol.html#subprocess-transports)4653        - [Протоколы](https://python-all.ru/3.13/library/asyncio-protocol.html#protocols)46544655          - [Базовые протоколы](https://python-all.ru/3.13/library/asyncio-protocol.html#base-protocols)4656          - [Базовый протокол](https://python-all.ru/3.13/library/asyncio-protocol.html#base-protocol)4657          - [Потоковые протоколы](https://python-all.ru/3.13/library/asyncio-protocol.html#streaming-protocols)4658          - [Буферизированные потоковые протоколы](https://python-all.ru/3.13/library/asyncio-protocol.html#buffered-streaming-protocols)4659          - [Протоколы дейтаграмм](https://python-all.ru/3.13/library/asyncio-protocol.html#datagram-protocols)4660          - [Протоколы подпроцессов](https://python-all.ru/3.13/library/asyncio-protocol.html#subprocess-protocols)4661        - [Примеры](https://python-all.ru/3.13/library/asyncio-protocol.html#examples)46624663          - [TCP-эхо-сервер](https://python-all.ru/3.13/library/asyncio-protocol.html#tcp-echo-server)4664          - [TCP-эхо-клиент](https://python-all.ru/3.13/library/asyncio-protocol.html#tcp-echo-client)4665          - [UDP-эхо-сервер](https://python-all.ru/3.13/library/asyncio-protocol.html#udp-echo-server)4666          - [UDP-эхо-клиент](https://python-all.ru/3.13/library/asyncio-protocol.html#udp-echo-client)4667          - [Подключение существующих сокетов](https://python-all.ru/3.13/library/asyncio-protocol.html#connecting-existing-sockets)4668          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.13/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)4669      - [Политики](https://python-all.ru/3.13/library/asyncio-policy.html)46704671        - [Получение и установка политики](https://python-all.ru/3.13/library/asyncio-policy.html#getting-and-setting-the-policy)4672        - [Объекты политики](https://python-all.ru/3.13/library/asyncio-policy.html#policy-objects)4673        - [Наблюдатели за процессами](https://python-all.ru/3.13/library/asyncio-policy.html#process-watchers)4674        - [Пользовательские политики](https://python-all.ru/3.13/library/asyncio-policy.html#custom-policies)4675      - [Поддержка платформ](https://python-all.ru/3.13/library/asyncio-platforms.html)46764677        - [Все платформы](https://python-all.ru/3.13/library/asyncio-platforms.html#all-platforms)4678        - [Windows](https://python-all.ru/3.13/library/asyncio-platforms.html#windows)46794680          - [Поддержка подпроцессов в Windows](https://python-all.ru/3.13/library/asyncio-platforms.html#subprocess-support-on-windows)4681        - [macOS](https://python-all.ru/3.13/library/asyncio-platforms.html#macos)4682      - [Расширение](https://python-all.ru/3.13/library/asyncio-extending.html)46834684        - [Создание пользовательского цикла событий](https://python-all.ru/3.13/library/asyncio-extending.html#writing-a-custom-event-loop)4685        - [Приватные конструкторы Future и Задача](https://python-all.ru/3.13/library/asyncio-extending.html#future-and-task-private-constructors)4686        - [Поддержка времени жизни задачи](https://python-all.ru/3.13/library/asyncio-extending.html#task-lifetime-support)4687      - [Индекс API высокого уровня](https://python-all.ru/3.13/library/asyncio-api-index.html)46884689        - [Задачи](https://python-all.ru/3.13/library/asyncio-api-index.html#tasks)4690        - [Очереди](https://python-all.ru/3.13/library/asyncio-api-index.html#queues)4691        - [Подпроцессы](https://python-all.ru/3.13/library/asyncio-api-index.html#subprocesses)4692        - [Потоки данных](https://python-all.ru/3.13/library/asyncio-api-index.html#streams)4693        - [Синхронизация](https://python-all.ru/3.13/library/asyncio-api-index.html#synchronization)4694        - [Исключения](https://python-all.ru/3.13/library/asyncio-api-index.html#exceptions)4695      - [Индекс API низкого уровня](https://python-all.ru/3.13/library/asyncio-llapi-index.html)46964697        - [Получение цикла событий](https://python-all.ru/3.13/library/asyncio-llapi-index.html#obtaining-the-event-loop)4698        - [Методы цикла событий](https://python-all.ru/3.13/library/asyncio-llapi-index.html#event-loop-methods)4699        - [Транспорты](https://python-all.ru/3.13/library/asyncio-llapi-index.html#transports)4700        - [Протоколы](https://python-all.ru/3.13/library/asyncio-llapi-index.html#protocols)4701        - [Политики цикла событий](https://python-all.ru/3.13/library/asyncio-llapi-index.html#event-loop-policies)4702      - [Разработка с asyncio](https://python-all.ru/3.13/library/asyncio-dev.html)47034704        - [Режим отладки](https://python-all.ru/3.13/library/asyncio-dev.html#debug-mode)4705        - [Параллелизм и многопоточность](https://python-all.ru/3.13/library/asyncio-dev.html#concurrency-and-multithreading)4706        - [Выполнение блокирующего кода](https://python-all.ru/3.13/library/asyncio-dev.html#running-blocking-code)4707        - [Логирование](https://python-all.ru/3.13/library/asyncio-dev.html#logging)4708        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.13/library/asyncio-dev.html#detect-never-awaited-coroutines)4709        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.13/library/asyncio-dev.html#detect-never-retrieved-exceptions)4710        - [Рекомендации по асинхронным генераторам](https://python-all.ru/3.13/library/asyncio-dev.html#asynchronous-generators-best-practices)47114712          - [Явное закрытие асинхронных генераторов](https://python-all.ru/3.13/library/asyncio-dev.html#close-asynchronous-generators-explicitly)4713          - [Создание асинхронных генераторов только при запущенном цикле событий](https://python-all.ru/3.13/library/asyncio-dev.html#create-asynchronous-generators-only-when-the-event-loop-is-running)4714          - [Избегание параллельной итерации и закрытия одного генератора](https://python-all.ru/3.13/library/asyncio-dev.html#avoid-concurrent-iteration-and-closure-of-the-same-generator)4715    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.13/library/socket.html)47164717      - [Семейства сокетов](https://python-all.ru/3.13/library/socket.html#socket-families)4718      - [Содержание модуля](https://python-all.ru/3.13/library/socket.html#module-contents)47194720        - [Исключения](https://python-all.ru/3.13/library/socket.html#exceptions)4721        - [Константы](https://python-all.ru/3.13/library/socket.html#constants)4722        - [Функции](https://python-all.ru/3.13/library/socket.html#functions)47234724          - [Создание сокетов](https://python-all.ru/3.13/library/socket.html#creating-sockets)4725          - [Другие функции](https://python-all.ru/3.13/library/socket.html#other-functions)4726      - [Объекты сокетов](https://python-all.ru/3.13/library/socket.html#socket-objects)4727      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.13/library/socket.html#notes-on-socket-timeouts)47284729        - [Тайм-ауты и метод `connect`](https://python-all.ru/3.13/library/socket.html#timeouts-and-the-connect-method)4730        - [Тайм-ауты и метод `accept`](https://python-all.ru/3.13/library/socket.html#timeouts-and-the-accept-method)4731      - [Пример](https://python-all.ru/3.13/library/socket.html#example)4732    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.13/library/ssl.html)47334734      - [Функции, константы и исключения](https://python-all.ru/3.13/library/ssl.html#functions-constants-and-exceptions)47354736        - [Создание сокетов](https://python-all.ru/3.13/library/ssl.html#socket-creation)4737        - [Создание контекста](https://python-all.ru/3.13/library/ssl.html#context-creation)4738        - [Исключения](https://python-all.ru/3.13/library/ssl.html#exceptions)4739        - [Генерация случайных чисел](https://python-all.ru/3.13/library/ssl.html#random-generation)4740        - [Работа с сертификатами](https://python-all.ru/3.13/library/ssl.html#certificate-handling)4741        - [Константы](https://python-all.ru/3.13/library/ssl.html#constants)4742      - [SSL-сокеты](https://python-all.ru/3.13/library/ssl.html#ssl-sockets)4743      - [SSL-контексты](https://python-all.ru/3.13/library/ssl.html#ssl-contexts)4744      - [Сертификаты](https://python-all.ru/3.13/library/ssl.html#certificates)47454746        - [Цепочки сертификатов](https://python-all.ru/3.13/library/ssl.html#certificate-chains)4747        - [Сертификаты ЦС](https://python-all.ru/3.13/library/ssl.html#ca-certificates)4748        - [Объединённый ключ и сертификат](https://python-all.ru/3.13/library/ssl.html#combined-key-and-certificate)4749        - [Самоподписанные сертификаты](https://python-all.ru/3.13/library/ssl.html#self-signed-certificates)4750      - [Примеры](https://python-all.ru/3.13/library/ssl.html#examples)47514752        - [Проверка поддержки SSL](https://python-all.ru/3.13/library/ssl.html#testing-for-ssl-support)4753        - [Работа на стороне клиента](https://python-all.ru/3.13/library/ssl.html#client-side-operation)4754        - [Работа на стороне сервера](https://python-all.ru/3.13/library/ssl.html#server-side-operation)4755      - [Замечания о неблокирующих сокетах](https://python-all.ru/3.13/library/ssl.html#notes-on-non-blocking-sockets)4756      - [Поддержка Memory BIO](https://python-all.ru/3.13/library/ssl.html#memory-bio-support)4757      - [SSL-сессия](https://python-all.ru/3.13/library/ssl.html#ssl-session)4758      - [Вопросы безопасности](https://python-all.ru/3.13/library/ssl.html#security-considerations)47594760        - [Оптимальные настройки по умолчанию](https://python-all.ru/3.13/library/ssl.html#best-defaults)4761        - [Настройка вручную](https://python-all.ru/3.13/library/ssl.html#manual-settings)47624763          - [Проверка сертификатов](https://python-all.ru/3.13/library/ssl.html#verifying-certificates)4764          - [Версии протоколов](https://python-all.ru/3.13/library/ssl.html#protocol-versions)4765          - [Выбор шифров](https://python-all.ru/3.13/library/ssl.html#cipher-selection)4766        - [Многопроцессорная обработка](https://python-all.ru/3.13/library/ssl.html#multi-processing)4767      - [TLS 1.3](https://python-all.ru/3.13/library/ssl.html#tls-1-3)4768    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.13/library/select.html)47694770      - [`/dev/poll` объекты опроса](https://python-all.ru/3.13/library/select.html#dev-poll-polling-objects)4771      - [Объекты опроса по переднему и уровневому фронту (epoll)](https://python-all.ru/3.13/library/select.html#edge-and-level-trigger-polling-epoll-objects)4772      - [Объекты опроса](https://python-all.ru/3.13/library/select.html#polling-objects)4773      - [Объекты kqueue](https://python-all.ru/3.13/library/select.html#kqueue-objects)4774      - [Объекты kevent](https://python-all.ru/3.13/library/select.html#kevent-objects)4775    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.13/library/selectors.html)47764777      - [Введение](https://python-all.ru/3.13/library/selectors.html#introduction)4778      - [Классы](https://python-all.ru/3.13/library/selectors.html#classes)4779      - [Примеры](https://python-all.ru/3.13/library/selectors.html#examples)4780    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.13/library/signal.html)47814782      - [Общие правила](https://python-all.ru/3.13/library/signal.html#general-rules)47834784        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.13/library/signal.html#execution-of-python-signal-handlers)4785        - [Сигналы и потоки](https://python-all.ru/3.13/library/signal.html#signals-and-threads)4786      - [Содержание модуля](https://python-all.ru/3.13/library/signal.html#module-contents)4787      - [Примеры](https://python-all.ru/3.13/library/signal.html#examples)4788      - [Примечание о SIGPIPE](https://python-all.ru/3.13/library/signal.html#note-on-sigpipe)4789      - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3.13/library/signal.html#note-on-signal-handlers-and-exceptions)4790    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.13/library/mmap.html)47914792      - [Константы MADV\_\*](https://python-all.ru/3.13/library/mmap.html#madv-constants)4793      - [Константы MAP\_\*](https://python-all.ru/3.13/library/mmap.html#map-constants)4794  - [Обработка интернет-данных](https://python-all.ru/3.13/library/netdata.html)47954796    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.13/library/email.html)47974798      - [`email.message`: Представление email-сообщения](https://python-all.ru/3.13/library/email.message.html)4799      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.13/library/email.parser.html)48004801        - [API FeedParser](https://python-all.ru/3.13/library/email.parser.html#feedparser-api)4802        - [API Parser](https://python-all.ru/3.13/library/email.parser.html#parser-api)4803        - [Дополнительные примечания](https://python-all.ru/3.13/library/email.parser.html#additional-notes)4804      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.13/library/email.generator.html)4805      - [`email.policy`: Объекты политик](https://python-all.ru/3.13/library/email.policy.html)4806      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.13/library/email.errors.html)4807      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.13/library/email.headerregistry.html)4808      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.13/library/email.contentmanager.html)48094810        - [Экземпляры Content Manager](https://python-all.ru/3.13/library/email.contentmanager.html#content-manager-instances)4811      - [`email`: Примеры](https://python-all.ru/3.13/library/email.examples.html)4812      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.13/library/email.compat32-message.html)4813      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.13/library/email.mime.html)4814      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.13/library/email.header.html)4815      - [`email.charset`: Представление наборов символов](https://python-all.ru/3.13/library/email.charset.html)4816      - [`email.encoders`: Кодировщики](https://python-all.ru/3.13/library/email.encoders.html)4817      - [`email.utils`: Разные утилиты](https://python-all.ru/3.13/library/email.utils.html)4818      - [`email.iterators`: Итераторы](https://python-all.ru/3.13/library/email.iterators.html)4819    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.13/library/json.html)48204821      - [Основное использование](https://python-all.ru/3.13/library/json.html#basic-usage)4822      - [Кодировщики и декодировщики](https://python-all.ru/3.13/library/json.html#encoders-and-decoders)4823      - [Исключения](https://python-all.ru/3.13/library/json.html#exceptions)4824      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.13/library/json.html#standard-compliance-and-interoperability)48254826        - [Кодировки символов](https://python-all.ru/3.13/library/json.html#character-encodings)4827        - [Бесконечные и NaN числовые значения](https://python-all.ru/3.13/library/json.html#infinite-and-nan-number-values)4828        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.13/library/json.html#repeated-names-within-an-object)4829        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.13/library/json.html#top-level-non-object-non-array-values)4830        - [Ограничения реализации](https://python-all.ru/3.13/library/json.html#implementation-limitations)4831      - [Интерфейс командной строки](https://python-all.ru/3.13/library/json.html#module-json.tool)48324833        - [Параметры командной строки](https://python-all.ru/3.13/library/json.html#command-line-options)4834    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.13/library/mailbox.html)48354836      - [`Mailbox` объекты](https://python-all.ru/3.13/library/mailbox.html#mailbox-objects)48374838        - [`Maildir` объекты](https://python-all.ru/3.13/library/mailbox.html#maildir-objects)4839        - [`mbox` объекты](https://python-all.ru/3.13/library/mailbox.html#mbox-objects)4840        - [`MH` объекты](https://python-all.ru/3.13/library/mailbox.html#mh-objects)4841        - [`Babyl` объекты](https://python-all.ru/3.13/library/mailbox.html#babyl-objects)4842        - [`MMDF` объекты](https://python-all.ru/3.13/library/mailbox.html#mmdf-objects)4843      - [`Message` объекты](https://python-all.ru/3.13/library/mailbox.html#message-objects)48444845        - [`MaildirMessage` объекты](https://python-all.ru/3.13/library/mailbox.html#maildirmessage-objects)4846        - [`mboxMessage` объекты](https://python-all.ru/3.13/library/mailbox.html#mboxmessage-objects)4847        - [`MHMessage` объекты](https://python-all.ru/3.13/library/mailbox.html#mhmessage-objects)4848        - [`BabylMessage` объекты](https://python-all.ru/3.13/library/mailbox.html#babylmessage-objects)4849        - [`MMDFMessage` объекты](https://python-all.ru/3.13/library/mailbox.html#mmdfmessage-objects)4850      - [Исключения](https://python-all.ru/3.13/library/mailbox.html#exceptions)4851      - [Примеры](https://python-all.ru/3.13/library/mailbox.html#examples)4852    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.13/library/mimetypes.html)48534854      - [Объекты MimeTypes](https://python-all.ru/3.13/library/mimetypes.html#mimetypes-objects)4855    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.13/library/base64.html)48564857      - [Кодировки RFC 4648](https://python-all.ru/3.13/library/base64.html#rfc-4648-encodings)4858      - [Кодировки Base85](https://python-all.ru/3.13/library/base64.html#base85-encodings)4859      - [Устаревший интерфейс](https://python-all.ru/3.13/library/base64.html#legacy-interface)4860      - [Вопросы безопасности](https://python-all.ru/3.13/library/base64.html#security-considerations)4861    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.13/library/binascii.html)4862    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.13/library/quopri.html)4863  - [Инструменты обработки структурированной разметки](https://python-all.ru/3.13/library/markup.html)48644865    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.13/library/html.html)4866    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.13/library/html.parser.html)48674868      - [Пример приложения парсера HTML](https://python-all.ru/3.13/library/html.parser.html#example-html-parser-application)4869      - [`HTMLParser` Методы](https://python-all.ru/3.13/library/html.parser.html#htmlparser-methods)4870      - [Примеры](https://python-all.ru/3.13/library/html.parser.html#examples)4871    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.13/library/html.entities.html)4872    - [Модули обработки XML](https://python-all.ru/3.13/library/xml.html)48734874      - [Безопасность XML](https://python-all.ru/3.13/library/xml.html#xml-vulnerabilities)4875    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.13/library/xml.etree.elementtree.html)48764877      - [Учебное пособие](https://python-all.ru/3.13/library/xml.etree.elementtree.html#tutorial)48784879        - [XML-дерево и элементы](https://python-all.ru/3.13/library/xml.etree.elementtree.html#xml-tree-and-elements)4880        - [Разбор XML](https://python-all.ru/3.13/library/xml.etree.elementtree.html#parsing-xml)4881        - [Pull API для неблокирующего разбора](https://python-all.ru/3.13/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)4882        - [Поиск интересующих элементов](https://python-all.ru/3.13/library/xml.etree.elementtree.html#finding-interesting-elements)4883        - [Изменение XML-файла](https://python-all.ru/3.13/library/xml.etree.elementtree.html#modifying-an-xml-file)4884        - [Создание XML-документов](https://python-all.ru/3.13/library/xml.etree.elementtree.html#building-xml-documents)4885        - [Разбор XML с пространствами имён](https://python-all.ru/3.13/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)4886      - [Поддержка XPath](https://python-all.ru/3.13/library/xml.etree.elementtree.html#xpath-support)48874888        - [Пример](https://python-all.ru/3.13/library/xml.etree.elementtree.html#example)4889        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.13/library/xml.etree.elementtree.html#supported-xpath-syntax)4890      - [Справочник](https://python-all.ru/3.13/library/xml.etree.elementtree.html#reference)48914892        - [Функции](https://python-all.ru/3.13/library/xml.etree.elementtree.html#functions)4893      - [Поддержка XInclude](https://python-all.ru/3.13/library/xml.etree.elementtree.html#xinclude-support)48944895        - [Пример](https://python-all.ru/3.13/library/xml.etree.elementtree.html#id3)4896      - [Справочник](https://python-all.ru/3.13/library/xml.etree.elementtree.html#id4)48974898        - [Функции](https://python-all.ru/3.13/library/xml.etree.elementtree.html#elementinclude-functions)4899        - [Объекты Element](https://python-all.ru/3.13/library/xml.etree.elementtree.html#element-objects)4900        - [Объекты ElementTree](https://python-all.ru/3.13/library/xml.etree.elementtree.html#elementtree-objects)4901        - [Объекты QName](https://python-all.ru/3.13/library/xml.etree.elementtree.html#qname-objects)4902        - [Объекты TreeBuilder](https://python-all.ru/3.13/library/xml.etree.elementtree.html#treebuilder-objects)4903        - [Объекты XMLParser](https://python-all.ru/3.13/library/xml.etree.elementtree.html#xmlparser-objects)4904        - [Объекты XMLPullParser](https://python-all.ru/3.13/library/xml.etree.elementtree.html#xmlpullparser-objects)4905        - [Исключения](https://python-all.ru/3.13/library/xml.etree.elementtree.html#exceptions)4906    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.13/library/xml.dom.html)49074908      - [Содержимое модуля](https://python-all.ru/3.13/library/xml.dom.html#module-contents)4909      - [Объекты в DOM](https://python-all.ru/3.13/library/xml.dom.html#objects-in-the-dom)49104911        - [Объекты DOMImplementation](https://python-all.ru/3.13/library/xml.dom.html#domimplementation-objects)4912        - [Объекты Node](https://python-all.ru/3.13/library/xml.dom.html#node-objects)4913        - [Объекты NodeList](https://python-all.ru/3.13/library/xml.dom.html#nodelist-objects)4914        - [Объекты DocumentType](https://python-all.ru/3.13/library/xml.dom.html#documenttype-objects)4915        - [Объекты Document](https://python-all.ru/3.13/library/xml.dom.html#document-objects)4916        - [Объекты Element](https://python-all.ru/3.13/library/xml.dom.html#element-objects)4917        - [Объекты Attr](https://python-all.ru/3.13/library/xml.dom.html#attr-objects)4918        - [Объекты NamedNodeMap](https://python-all.ru/3.13/library/xml.dom.html#namednodemap-objects)4919        - [Объекты Comment](https://python-all.ru/3.13/library/xml.dom.html#comment-objects)4920        - [Объекты Text и CDATASection](https://python-all.ru/3.13/library/xml.dom.html#text-and-cdatasection-objects)4921        - [Объекты ProcessingInstruction](https://python-all.ru/3.13/library/xml.dom.html#processinginstruction-objects)4922        - [Исключения](https://python-all.ru/3.13/library/xml.dom.html#exceptions)4923      - [Соответствие стандарту](https://python-all.ru/3.13/library/xml.dom.html#conformance)49244925        - [Отображение типов](https://python-all.ru/3.13/library/xml.dom.html#type-mapping)4926        - [Методы доступа](https://python-all.ru/3.13/library/xml.dom.html#accessor-methods)4927    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.13/library/xml.dom.minidom.html)49284929      - [Объекты DOM](https://python-all.ru/3.13/library/xml.dom.minidom.html#dom-objects)4930      - [Пример DOM](https://python-all.ru/3.13/library/xml.dom.minidom.html#dom-example)4931      - [minidom и стандарт DOM](https://python-all.ru/3.13/library/xml.dom.minidom.html#minidom-and-the-dom-standard)4932    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.13/library/xml.dom.pulldom.html)49334934      - [Объекты DOMEventStream](https://python-all.ru/3.13/library/xml.dom.pulldom.html#domeventstream-objects)4935    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.13/library/xml.sax.html)49364937      - [Объекты SAXException](https://python-all.ru/3.13/library/xml.sax.html#saxexception-objects)4938    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.13/library/xml.sax.handler.html)49394940      - [Объекты ContentHandler](https://python-all.ru/3.13/library/xml.sax.handler.html#contenthandler-objects)4941      - [Объекты DTDHandler](https://python-all.ru/3.13/library/xml.sax.handler.html#dtdhandler-objects)4942      - [Объекты EntityResolver](https://python-all.ru/3.13/library/xml.sax.handler.html#entityresolver-objects)4943      - [Объекты ErrorHandler](https://python-all.ru/3.13/library/xml.sax.handler.html#errorhandler-objects)4944      - [Объекты LexicalHandler](https://python-all.ru/3.13/library/xml.sax.handler.html#lexicalhandler-objects)4945    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.13/library/xml.sax.utils.html)4946    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.13/library/xml.sax.reader.html)49474948      - [Объекты XMLReader](https://python-all.ru/3.13/library/xml.sax.reader.html#xmlreader-objects)4949      - [Объекты IncrementalParser](https://python-all.ru/3.13/library/xml.sax.reader.html#incrementalparser-objects)4950      - [Объекты Locator](https://python-all.ru/3.13/library/xml.sax.reader.html#locator-objects)4951      - [Объекты InputSource](https://python-all.ru/3.13/library/xml.sax.reader.html#inputsource-objects)4952      - [Интерфейс `Attributes`](https://python-all.ru/3.13/library/xml.sax.reader.html#the-attributes-interface)4953      - [Интерфейс `AttributesNS`](https://python-all.ru/3.13/library/xml.sax.reader.html#the-attributesns-interface)4954    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.13/library/pyexpat.html)49554956      - [Объекты XMLParser](https://python-all.ru/3.13/library/pyexpat.html#xmlparser-objects)4957      - [Исключения ExpatError](https://python-all.ru/3.13/library/pyexpat.html#expaterror-exceptions)4958      - [Пример](https://python-all.ru/3.13/library/pyexpat.html#example)4959      - [Описания моделей содержимого](https://python-all.ru/3.13/library/pyexpat.html#module-xml.parsers.expat.model)4960      - [Константы ошибок Expat](https://python-all.ru/3.13/library/pyexpat.html#module-xml.parsers.expat.errors)4961  - [Интернет-протоколы и поддержка](https://python-all.ru/3.13/library/internet.html)49624963    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.13/library/webbrowser.html)49644965      - [Интерфейс командной строки](https://python-all.ru/3.13/library/webbrowser.html#command-line-interface)4966      - [Объекты контроллера браузера](https://python-all.ru/3.13/library/webbrowser.html#browser-controller-objects)4967    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.13/library/wsgiref.html)49684969      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.13/library/wsgiref.html#module-wsgiref.util)4970      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.13/library/wsgiref.html#module-wsgiref.headers)4971      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.13/library/wsgiref.html#module-wsgiref.simple_server)4972      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.13/library/wsgiref.html#module-wsgiref.validate)4973      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.13/library/wsgiref.html#module-wsgiref.handlers)4974      - [`wsgiref.types` – Типы WSGI для статической проверки типов](https://python-all.ru/3.13/library/wsgiref.html#module-wsgiref.types)4975      - [Примеры](https://python-all.ru/3.13/library/wsgiref.html#examples)4976    - [`urllib` – Модули обработки URL](https://python-all.ru/3.13/library/urllib.html)4977    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.13/library/urllib.request.html)49784979      - [Объекты Request](https://python-all.ru/3.13/library/urllib.request.html#request-objects)4980      - [Объекты OpenerDirector](https://python-all.ru/3.13/library/urllib.request.html#openerdirector-objects)4981      - [Объекты BaseHandler](https://python-all.ru/3.13/library/urllib.request.html#basehandler-objects)4982      - [Объекты HTTPRedirectHandler](https://python-all.ru/3.13/library/urllib.request.html#httpredirecthandler-objects)4983      - [Объекты HTTPCookieProcessor](https://python-all.ru/3.13/library/urllib.request.html#httpcookieprocessor-objects)4984      - [Объекты ProxyHandler](https://python-all.ru/3.13/library/urllib.request.html#proxyhandler-objects)4985      - [Объекты HTTPPasswordMgr](https://python-all.ru/3.13/library/urllib.request.html#httppasswordmgr-objects)4986      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.13/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)4987      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.13/library/urllib.request.html#abstractbasicauthhandler-objects)4988      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.13/library/urllib.request.html#httpbasicauthhandler-objects)4989      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.13/library/urllib.request.html#proxybasicauthhandler-objects)4990      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.13/library/urllib.request.html#abstractdigestauthhandler-objects)4991      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.13/library/urllib.request.html#httpdigestauthhandler-objects)4992      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.13/library/urllib.request.html#proxydigestauthhandler-objects)4993      - [Объекты HTTPHandler](https://python-all.ru/3.13/library/urllib.request.html#httphandler-objects)4994      - [Объекты HTTPSHandler](https://python-all.ru/3.13/library/urllib.request.html#httpshandler-objects)4995      - [Объекты FileHandler](https://python-all.ru/3.13/library/urllib.request.html#filehandler-objects)4996      - [Объекты DataHandler](https://python-all.ru/3.13/library/urllib.request.html#datahandler-objects)4997      - [Объекты FTPHandler](https://python-all.ru/3.13/library/urllib.request.html#ftphandler-objects)4998      - [Объекты CacheFTPHandler](https://python-all.ru/3.13/library/urllib.request.html#cacheftphandler-objects)4999      - [Объекты UnknownHandler](https://python-all.ru/3.13/library/urllib.request.html#unknownhandler-objects)5000      - [Объекты HTTPErrorProcessor](https://python-all.ru/3.13/library/urllib.request.html#httperrorprocessor-objects)5001      - [Примеры](https://python-all.ru/3.13/library/urllib.request.html#examples)5002      - [Устаревший интерфейс](https://python-all.ru/3.13/library/urllib.request.html#legacy-interface)5003      - [`urllib.request` Ограничения](https://python-all.ru/3.13/library/urllib.request.html#urllib-request-restrictions)5004    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.13/library/urllib.request.html#module-urllib.response)5005    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.13/library/urllib.parse.html)50065007      - [Разбор URL](https://python-all.ru/3.13/library/urllib.parse.html#url-parsing)5008      - [Безопасность разбора URL](https://python-all.ru/3.13/library/urllib.parse.html#url-parsing-security)5009      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.13/library/urllib.parse.html#parsing-ascii-encoded-bytes)5010      - [Структурированные результаты разбора](https://python-all.ru/3.13/library/urllib.parse.html#structured-parse-results)5011      - [Экранирование URL](https://python-all.ru/3.13/library/urllib.parse.html#url-quoting)5012    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.13/library/urllib.error.html)5013    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.13/library/urllib.robotparser.html)5014    - [`http` – Модули HTTP](https://python-all.ru/3.13/library/http.html)50155016      - [Коды состояния HTTP](https://python-all.ru/3.13/library/http.html#http-status-codes)5017      - [Категория состояния HTTP](https://python-all.ru/3.13/library/http.html#http-status-category)5018      - [Методы HTTP](https://python-all.ru/3.13/library/http.html#http-methods)5019    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.13/library/http.client.html)50205021      - [Объекты HTTPConnection](https://python-all.ru/3.13/library/http.client.html#httpconnection-objects)5022      - [Объекты HTTPResponse](https://python-all.ru/3.13/library/http.client.html#httpresponse-objects)5023      - [Примеры](https://python-all.ru/3.13/library/http.client.html#examples)5024      - [Объекты HTTPMessage](https://python-all.ru/3.13/library/http.client.html#httpmessage-objects)5025    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.13/library/ftplib.html)50265027      - [Справочник](https://python-all.ru/3.13/library/ftplib.html#reference)50285029        - [Объекты FTP](https://python-all.ru/3.13/library/ftplib.html#ftp-objects)5030        - [Объекты FTP\_TLS](https://python-all.ru/3.13/library/ftplib.html#ftp-tls-objects)5031        - [Переменные модуля](https://python-all.ru/3.13/library/ftplib.html#module-variables)5032    - [`poplib` – клиент протокола POP3](https://python-all.ru/3.13/library/poplib.html)50335034      - [Объекты POP3](https://python-all.ru/3.13/library/poplib.html#pop3-objects)5035      - [Пример POP3](https://python-all.ru/3.13/library/poplib.html#pop3-example)5036    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.13/library/imaplib.html)50375038      - [Объекты IMAP4](https://python-all.ru/3.13/library/imaplib.html#imap4-objects)5039      - [Пример IMAP4](https://python-all.ru/3.13/library/imaplib.html#imap4-example)5040    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.13/library/smtplib.html)50415042      - [Объекты SMTP](https://python-all.ru/3.13/library/smtplib.html#smtp-objects)5043      - [Пример SMTP](https://python-all.ru/3.13/library/smtplib.html#smtp-example)5044    - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.13/library/uuid.html)50455046      - [Использование командной строки](https://python-all.ru/3.13/library/uuid.html#command-line-usage)5047      - [Пример](https://python-all.ru/3.13/library/uuid.html#example)5048      - [Пример командной строки](https://python-all.ru/3.13/library/uuid.html#command-line-example)5049    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.13/library/socketserver.html)50505051      - [Замечания по созданию сервера](https://python-all.ru/3.13/library/socketserver.html#server-creation-notes)5052      - [Объекты сервера](https://python-all.ru/3.13/library/socketserver.html#server-objects)5053      - [Объекты обработчиков запросов](https://python-all.ru/3.13/library/socketserver.html#request-handler-objects)5054      - [Примеры](https://python-all.ru/3.13/library/socketserver.html#examples)50555056        - [`socketserver.TCPServer` Пример](https://python-all.ru/3.13/library/socketserver.html#socketserver-tcpserver-example)5057        - [`socketserver.UDPServer` Пример](https://python-all.ru/3.13/library/socketserver.html#socketserver-udpserver-example)5058        - [Асинхронные примеси](https://python-all.ru/3.13/library/socketserver.html#asynchronous-mixins)5059    - [`http.server` – HTTP-серверы](https://python-all.ru/3.13/library/http.server.html)50605061      - [Интерфейс командной строки](https://python-all.ru/3.13/library/http.server.html#command-line-interface)5062      - [Вопросы безопасности](https://python-all.ru/3.13/library/http.server.html#security-considerations)5063    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.13/library/http.cookies.html)50645065      - [Объекты Cookie](https://python-all.ru/3.13/library/http.cookies.html#cookie-objects)5066      - [Объекты Morsel](https://python-all.ru/3.13/library/http.cookies.html#morsel-objects)5067      - [Пример](https://python-all.ru/3.13/library/http.cookies.html#example)5068    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.13/library/http.cookiejar.html)50695070      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.13/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)5071      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.13/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)5072      - [Объекты CookiePolicy](https://python-all.ru/3.13/library/http.cookiejar.html#cookiepolicy-objects)5073      - [Объекты DefaultCookiePolicy](https://python-all.ru/3.13/library/http.cookiejar.html#defaultcookiepolicy-objects)5074      - [Объекты Cookie](https://python-all.ru/3.13/library/http.cookiejar.html#cookie-objects)5075      - [Примеры](https://python-all.ru/3.13/library/http.cookiejar.html#examples)5076    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.13/library/xmlrpc.html)5077    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.13/library/xmlrpc.client.html)50785079      - [Объекты ServerProxy](https://python-all.ru/3.13/library/xmlrpc.client.html#serverproxy-objects)5080      - [Объекты datetime](https://python-all.ru/3.13/library/xmlrpc.client.html#datetime-objects)5081      - [Объекты Binary](https://python-all.ru/3.13/library/xmlrpc.client.html#binary-objects)5082      - [Объекты Fault](https://python-all.ru/3.13/library/xmlrpc.client.html#fault-objects)5083      - [Объекты ProtocolError](https://python-all.ru/3.13/library/xmlrpc.client.html#protocolerror-objects)5084      - [Объекты MultiCall](https://python-all.ru/3.13/library/xmlrpc.client.html#multicall-objects)5085      - [Удобные функции](https://python-all.ru/3.13/library/xmlrpc.client.html#convenience-functions)5086      - [Пример использования клиента](https://python-all.ru/3.13/library/xmlrpc.client.html#example-of-client-usage)5087      - [Пример использования клиента и сервера](https://python-all.ru/3.13/library/xmlrpc.client.html#example-of-client-and-server-usage)5088    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.13/library/xmlrpc.server.html)50895090      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.13/library/xmlrpc.server.html#simplexmlrpcserver-objects)50915092        - [Пример SimpleXMLRPCServer](https://python-all.ru/3.13/library/xmlrpc.server.html#simplexmlrpcserver-example)5093      - [CGIXMLRPCRequestHandler](https://python-all.ru/3.13/library/xmlrpc.server.html#cgixmlrpcrequesthandler)5094      - [Документирование сервера XML-RPC](https://python-all.ru/3.13/library/xmlrpc.server.html#documenting-xmlrpc-server)5095      - [Объекты DocXMLRPCServer](https://python-all.ru/3.13/library/xmlrpc.server.html#docxmlrpcserver-objects)5096      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.13/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)5097    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.13/library/ipaddress.html)50985099      - [Удобные фабричные функции](https://python-all.ru/3.13/library/ipaddress.html#convenience-factory-functions)5100      - [IP-адреса](https://python-all.ru/3.13/library/ipaddress.html#ip-addresses)51015102        - [Объекты адресов](https://python-all.ru/3.13/library/ipaddress.html#address-objects)5103        - [Преобразование в строки и целые числа](https://python-all.ru/3.13/library/ipaddress.html#conversion-to-strings-and-integers)5104        - [Операторы](https://python-all.ru/3.13/library/ipaddress.html#operators)51055106          - [Операторы сравнения](https://python-all.ru/3.13/library/ipaddress.html#comparison-operators)5107          - [Арифметические операторы](https://python-all.ru/3.13/library/ipaddress.html#arithmetic-operators)5108      - [Определения IP-сетей](https://python-all.ru/3.13/library/ipaddress.html#ip-network-definitions)51095110        - [Префикс, маска сети и маска узла](https://python-all.ru/3.13/library/ipaddress.html#prefix-net-mask-and-host-mask)5111        - [Объекты сетей](https://python-all.ru/3.13/library/ipaddress.html#network-objects)5112        - [Операторы](https://python-all.ru/3.13/library/ipaddress.html#id1)51135114          - [Логические операторы](https://python-all.ru/3.13/library/ipaddress.html#logical-operators)5115          - [Итерация](https://python-all.ru/3.13/library/ipaddress.html#iteration)5116          - [Сети как контейнеры адресов](https://python-all.ru/3.13/library/ipaddress.html#networks-as-containers-of-addresses)5117      - [Объекты интерфейсов](https://python-all.ru/3.13/library/ipaddress.html#interface-objects)51185119        - [Операторы](https://python-all.ru/3.13/library/ipaddress.html#id2)51205121          - [Логические операторы](https://python-all.ru/3.13/library/ipaddress.html#id3)5122      - [Прочие функции уровня модуля](https://python-all.ru/3.13/library/ipaddress.html#other-module-level-functions)5123      - [Пользовательские исключения](https://python-all.ru/3.13/library/ipaddress.html#custom-exceptions)5124  - [Мультимедийные службы](https://python-all.ru/3.13/library/mm.html)51255126    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.13/library/wave.html)51275128      - [Объекты Wave\_read](https://python-all.ru/3.13/library/wave.html#wave-read-objects)5129      - [Объекты Wave\_write](https://python-all.ru/3.13/library/wave.html#wave-write-objects)5130    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.13/library/colorsys.html)5131  - [Интернационализация](https://python-all.ru/3.13/library/i18n.html)51325133    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.13/library/gettext.html)51345135      - [API GNU **gettext**](https://python-all.ru/3.13/library/gettext.html#gnu-gettext-api)5136      - [API на основе классов](https://python-all.ru/3.13/library/gettext.html#class-based-api)51375138        - [Класс `NullTranslations`](https://python-all.ru/3.13/library/gettext.html#the-nulltranslations-class)5139        - [Класс `GNUTranslations`](https://python-all.ru/3.13/library/gettext.html#the-gnutranslations-class)5140        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.13/library/gettext.html#solaris-message-catalog-support)5141        - [Конструктор Catalog](https://python-all.ru/3.13/library/gettext.html#the-catalog-constructor)5142      - [Интернационализация программ и модулей](https://python-all.ru/3.13/library/gettext.html#internationalizing-your-programs-and-modules)51435144        - [Локализация модуля](https://python-all.ru/3.13/library/gettext.html#localizing-your-module)5145        - [Локализация приложения](https://python-all.ru/3.13/library/gettext.html#localizing-your-application)5146        - [Смена языка на лету](https://python-all.ru/3.13/library/gettext.html#changing-languages-on-the-fly)5147        - [Отложенные переводы](https://python-all.ru/3.13/library/gettext.html#deferred-translations)5148      - [Благодарности](https://python-all.ru/3.13/library/gettext.html#acknowledgements)5149    - [`locale` – службы интернационализации](https://python-all.ru/3.13/library/locale.html)51505151      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.13/library/locale.html#background-details-hints-tips-and-caveats)5152      - [Названия локалей](https://python-all.ru/3.13/library/locale.html#locale-names)5153      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.13/library/locale.html#for-extension-writers-and-programs-that-embed-python)5154      - [Доступ к каталогам сообщений](https://python-all.ru/3.13/library/locale.html#access-to-message-catalogs)5155  - [Графические интерфейсы пользователя с Tk](https://python-all.ru/3.13/library/tk.html)51565157    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.13/library/tkinter.html)51585159      - [Архитектура](https://python-all.ru/3.13/library/tkinter.html#architecture)5160      - [Модули Tkinter](https://python-all.ru/3.13/library/tkinter.html#tkinter-modules)5161      - [Спасательный круг Tkinter](https://python-all.ru/3.13/library/tkinter.html#tkinter-life-preserver)51625163        - [Программа Hello World](https://python-all.ru/3.13/library/tkinter.html#a-hello-world-program)5164        - [Важные концепции Tk](https://python-all.ru/3.13/library/tkinter.html#important-tk-concepts)5165        - [Понимание того, как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3.13/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)5166        - [Как мне…? Какой параметр…?](https://python-all.ru/3.13/library/tkinter.html#how-do-i-what-option-does)5167        - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3.13/library/tkinter.html#navigating-the-tcl-tk-reference-manual)5168      - [Модель многопоточности](https://python-all.ru/3.13/library/tkinter.html#threading-model)5169      - [Удобный справочник](https://python-all.ru/3.13/library/tkinter.html#handy-reference)51705171        - [Установка параметров](https://python-all.ru/3.13/library/tkinter.html#setting-options)5172        - [Упаковщик](https://python-all.ru/3.13/library/tkinter.html#the-packer)5173        - [Параметры packer](https://python-all.ru/3.13/library/tkinter.html#packer-options)5174        - [Привязка переменных виджетов](https://python-all.ru/3.13/library/tkinter.html#coupling-widget-variables)5175        - [Менеджер окон](https://python-all.ru/3.13/library/tkinter.html#the-window-manager)5176        - [Типы данных параметров Tk](https://python-all.ru/3.13/library/tkinter.html#tk-option-data-types)5177        - [Привязки и события](https://python-all.ru/3.13/library/tkinter.html#bindings-and-events)5178        - [Параметр index](https://python-all.ru/3.13/library/tkinter.html#the-index-parameter)5179        - [Изображения](https://python-all.ru/3.13/library/tkinter.html#images)5180      - [Справочник](https://python-all.ru/3.13/library/tkinter.html#reference)51815182        - [Базовые и примесные классы](https://python-all.ru/3.13/library/tkinter.html#base-and-mixin-classes)5183        - [Виджеты верхнего уровня](https://python-all.ru/3.13/library/tkinter.html#toplevel-widgets)5184        - [Классы виджетов](https://python-all.ru/3.13/library/tkinter.html#widget-classes)5185        - [Классы переменных](https://python-all.ru/3.13/library/tkinter.html#variable-classes)5186        - [Классы изображений](https://python-all.ru/3.13/library/tkinter.html#image-classes)5187        - [Прочие классы](https://python-all.ru/3.13/library/tkinter.html#other-classes)5188        - [Функции уровня модуля](https://python-all.ru/3.13/library/tkinter.html#module-level-functions)5189        - [Обработчики файлов](https://python-all.ru/3.13/library/tkinter.html#file-handlers)5190        - [Константы](https://python-all.ru/3.13/library/tkinter.html#constants)5191    - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.13/library/tkinter.colorchooser.html)5192    - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.13/library/tkinter.font.html)5193    - [Диалоги Tkinter](https://python-all.ru/3.13/library/dialog.html)51945195      - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3.13/library/dialog.html#module-tkinter.simpledialog)5196      - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3.13/library/dialog.html#module-tkinter.filedialog)51975198        - [Нативные диалоги загрузки/сохранения](https://python-all.ru/3.13/library/dialog.html#native-load-save-dialogs)5199      - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3.13/library/dialog.html#module-tkinter.commondialog)5200      - [`tkinter.dialog` – Классические диалоговые окна Tk](https://python-all.ru/3.13/library/dialog.html#module-tkinter.dialog)5201    - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3.13/library/tkinter.messagebox.html)5202    - [`tkinter.scrolledtext` – Текстовый виджет с прокруткой](https://python-all.ru/3.13/library/tkinter.scrolledtext.html)5203    - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3.13/library/tkinter.dnd.html)5204    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.13/library/tkinter.ttk.html)52055206      - [Использование Ttk](https://python-all.ru/3.13/library/tkinter.ttk.html#using-ttk)5207      - [Виджеты Ttk](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-widgets)5208      - [Виджет](https://python-all.ru/3.13/library/tkinter.ttk.html#widget)52095210        - [Стандартные параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#standard-options)5211        - [Параметры прокручиваемых виджетов](https://python-all.ru/3.13/library/tkinter.ttk.html#scrollable-widget-options)5212        - [Параметры метки](https://python-all.ru/3.13/library/tkinter.ttk.html#label-options)5213        - [Параметры совместимости](https://python-all.ru/3.13/library/tkinter.ttk.html#compatibility-options)5214        - [Состояния виджетов](https://python-all.ru/3.13/library/tkinter.ttk.html#widget-states)5215        - [ttk.Widget](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-widget)5216      - [Combobox](https://python-all.ru/3.13/library/tkinter.ttk.html#combobox)52175218        - [Параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#options)5219        - [Виртуальные события](https://python-all.ru/3.13/library/tkinter.ttk.html#virtual-events)5220        - [ttk.Combobox](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-combobox)5221      - [Spinbox](https://python-all.ru/3.13/library/tkinter.ttk.html#spinbox)52225223        - [Параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#id1)5224        - [Виртуальные события](https://python-all.ru/3.13/library/tkinter.ttk.html#id2)5225        - [ttk.Spinbox](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-spinbox)5226      - [Блокнот](https://python-all.ru/3.13/library/tkinter.ttk.html#notebook)52275228        - [Параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#id3)5229        - [Параметры вкладок](https://python-all.ru/3.13/library/tkinter.ttk.html#tab-options)5230        - [Идентификаторы вкладок](https://python-all.ru/3.13/library/tkinter.ttk.html#tab-identifiers)5231        - [Виртуальные события](https://python-all.ru/3.13/library/tkinter.ttk.html#id4)5232        - [ttk.Notebook](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-notebook)5233      - [Индикатор прогресса](https://python-all.ru/3.13/library/tkinter.ttk.html#progressbar)52345235        - [Параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#id5)5236        - [ttk.Progressbar](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-progressbar)5237      - [Разделитель](https://python-all.ru/3.13/library/tkinter.ttk.html#separator)52385239        - [Параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#id6)5240      - [Маркер изменения размера](https://python-all.ru/3.13/library/tkinter.ttk.html#sizegrip)52415242        - [Примечания для платформ](https://python-all.ru/3.13/library/tkinter.ttk.html#platform-specific-notes)5243        - [Ошибки](https://python-all.ru/3.13/library/tkinter.ttk.html#bugs)5244      - [Древовидный список](https://python-all.ru/3.13/library/tkinter.ttk.html#treeview)52455246        - [Параметры](https://python-all.ru/3.13/library/tkinter.ttk.html#id7)5247        - [Параметры элементов](https://python-all.ru/3.13/library/tkinter.ttk.html#item-options)5248        - [Параметры тегов](https://python-all.ru/3.13/library/tkinter.ttk.html#tag-options)5249        - [Идентификаторы столбцов](https://python-all.ru/3.13/library/tkinter.ttk.html#column-identifiers)5250        - [Виртуальные события](https://python-all.ru/3.13/library/tkinter.ttk.html#id8)5251        - [ttk.Treeview](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-treeview)5252      - [Стилизация ttk](https://python-all.ru/3.13/library/tkinter.ttk.html#ttk-styling)52535254        - [Макеты](https://python-all.ru/3.13/library/tkinter.ttk.html#layouts)5255      - [Дополнительные виджеты](https://python-all.ru/3.13/library/tkinter.ttk.html#additional-widgets)5256    - [IDLE – редактор и оболочка Python](https://python-all.ru/3.13/library/idle.html)52575258      - [Меню](https://python-all.ru/3.13/library/idle.html#menus)52595260        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.13/library/idle.html#file-menu-shell-and-editor)5261        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.13/library/idle.html#edit-menu-shell-and-editor)5262        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.13/library/idle.html#format-menu-editor-window-only)5263        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.13/library/idle.html#run-menu-editor-window-only)5264        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.13/library/idle.html#shell-menu-shell-window-only)5265        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.13/library/idle.html#debug-menu-shell-window-only)5266        - [Меню Options (оболочка и редактор)](https://python-all.ru/3.13/library/idle.html#options-menu-shell-and-editor)5267        - [Меню Window (оболочка и редактор)](https://python-all.ru/3.13/library/idle.html#window-menu-shell-and-editor)5268        - [Меню Help (оболочка и редактор)](https://python-all.ru/3.13/library/idle.html#help-menu-shell-and-editor)5269        - [Контекстные меню](https://python-all.ru/3.13/library/idle.html#context-menus)5270      - [Редактирование и навигация](https://python-all.ru/3.13/library/idle.html#editing-and-navigation)52715272        - [Окна редактора](https://python-all.ru/3.13/library/idle.html#editor-windows)5273        - [Привязки клавиш](https://python-all.ru/3.13/library/idle.html#key-bindings)5274        - [Автоматические отступы](https://python-all.ru/3.13/library/idle.html#automatic-indentation)5275        - [Поиск и замена](https://python-all.ru/3.13/library/idle.html#search-and-replace)5276        - [Автодополнение](https://python-all.ru/3.13/library/idle.html#completions)5277        - [Подсказки вызова](https://python-all.ru/3.13/library/idle.html#calltips)5278        - [Форматирование блока](https://python-all.ru/3.13/library/idle.html#format-block)5279        - [Контекст кода](https://python-all.ru/3.13/library/idle.html#code-context)5280        - [Окно оболочки](https://python-all.ru/3.13/library/idle.html#shell-window)5281        - [Цвета текста](https://python-all.ru/3.13/library/idle.html#text-colors)5282      - [Запуск и выполнение кода](https://python-all.ru/3.13/library/idle.html#startup-and-code-execution)52835284        - [Использование командной строки](https://python-all.ru/3.13/library/idle.html#command-line-usage)5285        - [Ошибка запуска](https://python-all.ru/3.13/library/idle.html#startup-failure)5286        - [Выполнение пользовательского кода](https://python-all.ru/3.13/library/idle.html#running-user-code)5287        - [Вывод пользователя в оболочке](https://python-all.ru/3.13/library/idle.html#user-output-in-shell)5288        - [Разработка приложений tkinter](https://python-all.ru/3.13/library/idle.html#developing-tkinter-applications)5289        - [Запуск без подпроцесса](https://python-all.ru/3.13/library/idle.html#running-without-a-subprocess)5290      - [Справка и настройки](https://python-all.ru/3.13/library/idle.html#help-and-preferences)52915292        - [Источники справки](https://python-all.ru/3.13/library/idle.html#help-sources)5293        - [Настройка параметров](https://python-all.ru/3.13/library/idle.html#setting-preferences)5294        - [IDLE в macOS](https://python-all.ru/3.13/library/idle.html#idle-on-macos)5295        - [Расширения](https://python-all.ru/3.13/library/idle.html#extensions)5296      - [idlelib – реализация приложения IDLE](https://python-all.ru/3.13/library/idle.html#module-idlelib)5297    - [`turtle` – Черепашья графика](https://python-all.ru/3.13/library/turtle.html)52985299      - [Введение](https://python-all.ru/3.13/library/turtle.html#introduction)5300      - [Начало работы](https://python-all.ru/3.13/library/turtle.html#get-started)5301      - [Учебное пособие](https://python-all.ru/3.13/library/turtle.html#tutorial)53025303        - [Запуск среды черепашки](https://python-all.ru/3.13/library/turtle.html#starting-a-turtle-environment)5304        - [Основы рисования](https://python-all.ru/3.13/library/turtle.html#basic-drawing)53055306          - [Управление пером](https://python-all.ru/3.13/library/turtle.html#pen-control)5307          - [Положение черепашки](https://python-all.ru/3.13/library/turtle.html#the-turtle-s-position)5308        - [Создание алгоритмических узоров](https://python-all.ru/3.13/library/turtle.html#making-algorithmic-patterns)5309      - [Как сделать…](https://python-all.ru/3.13/library/turtle.html#how-to)53105311        - [Начать как можно быстрее](https://python-all.ru/3.13/library/turtle.html#get-started-as-quickly-as-possible)5312        - [Использование пространства имён модуля `turtle`](https://python-all.ru/3.13/library/turtle.html#use-the-turtle-module-namespace)5313        - [Использование turtle-графики в скрипте](https://python-all.ru/3.13/library/turtle.html#use-turtle-graphics-in-a-script)5314        - [Использование объектно-ориентированной turtle-графики](https://python-all.ru/3.13/library/turtle.html#use-object-oriented-turtle-graphics)5315      - [Справочник по turtle-графике](https://python-all.ru/3.13/library/turtle.html#turtle-graphics-reference)53165317        - [Методы черепашки](https://python-all.ru/3.13/library/turtle.html#turtle-methods)5318        - [Методы TurtleScreen/Screen](https://python-all.ru/3.13/library/turtle.html#methods-of-turtlescreen-screen)5319      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.13/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)53205321        - [Движение черепашки](https://python-all.ru/3.13/library/turtle.html#turtle-motion)5322        - [Состояние черепашки](https://python-all.ru/3.13/library/turtle.html#tell-turtle-s-state)5323        - [Настройки измерений](https://python-all.ru/3.13/library/turtle.html#settings-for-measurement)5324        - [Управление пером](https://python-all.ru/3.13/library/turtle.html#id1)53255326          - [Состояние рисования](https://python-all.ru/3.13/library/turtle.html#drawing-state)5327          - [Управление цветом](https://python-all.ru/3.13/library/turtle.html#color-control)5328          - [Заливка](https://python-all.ru/3.13/library/turtle.html#filling)5329          - [Дополнительное управление рисованием](https://python-all.ru/3.13/library/turtle.html#more-drawing-control)5330        - [Состояние черепашки](https://python-all.ru/3.13/library/turtle.html#turtle-state)53315332          - [Видимость](https://python-all.ru/3.13/library/turtle.html#visibility)5333          - [Внешний вид](https://python-all.ru/3.13/library/turtle.html#appearance)5334        - [Использование событий](https://python-all.ru/3.13/library/turtle.html#using-events)5335        - [Специальные методы черепашки](https://python-all.ru/3.13/library/turtle.html#special-turtle-methods)5336        - [Составные фигуры](https://python-all.ru/3.13/library/turtle.html#compound-shapes)5337      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.13/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)53385339        - [Управление окном](https://python-all.ru/3.13/library/turtle.html#window-control)5340        - [Управление анимацией](https://python-all.ru/3.13/library/turtle.html#animation-control)5341        - [Использование событий экрана](https://python-all.ru/3.13/library/turtle.html#using-screen-events)5342        - [Методы ввода](https://python-all.ru/3.13/library/turtle.html#input-methods)5343        - [Настройки и специальные методы](https://python-all.ru/3.13/library/turtle.html#settings-and-special-methods)5344        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.13/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)5345      - [Публичные классы](https://python-all.ru/3.13/library/turtle.html#public-classes)5346      - [Пояснения](https://python-all.ru/3.13/library/turtle.html#explanation)5347      - [Справка и настройка](https://python-all.ru/3.13/library/turtle.html#help-and-configuration)53485349        - [Как пользоваться справкой](https://python-all.ru/3.13/library/turtle.html#how-to-use-help)5350        - [Перевод docstrings на разные языки](https://python-all.ru/3.13/library/turtle.html#translation-of-docstrings-into-different-languages)5351        - [Как настроить Screen и Turtles](https://python-all.ru/3.13/library/turtle.html#how-to-configure-screen-and-turtles)5352      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.13/library/turtle.html#module-turtledemo)5353      - [Изменения начиная с Python 2.6](https://python-all.ru/3.13/library/turtle.html#changes-since-python-2-6)5354      - [Изменения начиная с Python 3.0](https://python-all.ru/3.13/library/turtle.html#changes-since-python-3-0)5355  - [Инструменты разработки](https://python-all.ru/3.13/library/development.html)53565357    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.13/library/typing.html)53585359      - [Спецификация системы типов Python](https://python-all.ru/3.13/library/typing.html#specification-for-the-python-type-system)5360      - [Псевдонимы типов](https://python-all.ru/3.13/library/typing.html#type-aliases)5361      - [NewType](https://python-all.ru/3.13/library/typing.html#newtype)5362      - [Аннотирование вызываемых объектов](https://python-all.ru/3.13/library/typing.html#annotating-callable-objects)5363      - [Обобщённые типы](https://python-all.ru/3.13/library/typing.html#generics)5364      - [Аннотирование кортежей](https://python-all.ru/3.13/library/typing.html#annotating-tuples)5365      - [Тип объектов классов](https://python-all.ru/3.13/library/typing.html#the-type-of-class-objects)5366      - [Аннотирование генераторов и корутин](https://python-all.ru/3.13/library/typing.html#annotating-generators-and-coroutines)5367      - [Пользовательские обобщённые типы](https://python-all.ru/3.13/library/typing.html#user-defined-generic-types)5368      - [Тип `Any`](https://python-all.ru/3.13/library/typing.html#the-any-type)5369      - [Номинальное и структурное подтипирование](https://python-all.ru/3.13/library/typing.html#nominal-vs-structural-subtyping)5370      - [Содержание модуля](https://python-all.ru/3.13/library/typing.html#module-contents)53715372        - [Специальные примитивы типизации](https://python-all.ru/3.13/library/typing.html#special-typing-primitives)53735374          - [Специальные типы](https://python-all.ru/3.13/library/typing.html#special-types)5375          - [Специальные формы](https://python-all.ru/3.13/library/typing.html#special-forms)5376          - [Построение обобщённых типов и псевдонимов типов](https://python-all.ru/3.13/library/typing.html#building-generic-types-and-type-aliases)5377          - [Другие специальные директивы](https://python-all.ru/3.13/library/typing.html#other-special-directives)5378        - [Протоколы](https://python-all.ru/3.13/library/typing.html#protocols)5379        - [ABC для работы с вводом-выводом](https://python-all.ru/3.13/library/typing.html#abcs-for-working-with-io)5380        - [Функции и декораторы](https://python-all.ru/3.13/library/typing.html#functions-and-decorators)5381        - [Вспомогательные функции интроспекции](https://python-all.ru/3.13/library/typing.html#introspection-helpers)5382        - [Константа](https://python-all.ru/3.13/library/typing.html#constant)5383        - [Устаревшие псевдонимы](https://python-all.ru/3.13/library/typing.html#deprecated-aliases)53845385          - [Псевдонимы для встроенных типов](https://python-all.ru/3.13/library/typing.html#aliases-to-built-in-types)5386          - [Псевдонимы для типов в `collections`](https://python-all.ru/3.13/library/typing.html#aliases-to-types-in-collections)5387          - [Псевдонимы для других конкретных типов](https://python-all.ru/3.13/library/typing.html#aliases-to-other-concrete-types)5388          - [Псевдонимы для ABC-контейнеров в `collections.abc`](https://python-all.ru/3.13/library/typing.html#aliases-to-container-abcs-in-collections-abc)5389          - [Псевдонимы для асинхронных ABC в `collections.abc`](https://python-all.ru/3.13/library/typing.html#aliases-to-asynchronous-abcs-in-collections-abc)5390          - [Псевдонимы для других ABC в `collections.abc`](https://python-all.ru/3.13/library/typing.html#aliases-to-other-abcs-in-collections-abc)5391          - [Псевдонимы для `contextlib`-ABC](https://python-all.ru/3.13/library/typing.html#aliases-to-contextlib-abcs)5392      - [График устаревания основных возможностей](https://python-all.ru/3.13/library/typing.html#deprecation-timeline-of-major-features)5393    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.13/library/pydoc.html)5394    - [Режим разработки Python](https://python-all.ru/3.13/library/devmode.html)53955396      - [Эффекты режима разработки Python](https://python-all.ru/3.13/library/devmode.html#effects-of-the-python-development-mode)5397      - [Пример ResourceWarning](https://python-all.ru/3.13/library/devmode.html#resourcewarning-example)5398      - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.13/library/devmode.html#bad-file-descriptor-error-example)5399    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.13/library/doctest.html)54005401      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.13/library/doctest.html#simple-usage-checking-examples-in-docstrings)5402      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.13/library/doctest.html#simple-usage-checking-examples-in-a-text-file)5403      - [Использование из командной строки](https://python-all.ru/3.13/library/doctest.html#command-line-usage)5404      - [Как это работает](https://python-all.ru/3.13/library/doctest.html#how-it-works)54055406        - [Какие строки документации проверяются?](https://python-all.ru/3.13/library/doctest.html#which-docstrings-are-examined)5407        - [Как распознаются примеры в строках документации?](https://python-all.ru/3.13/library/doctest.html#how-are-docstring-examples-recognized)5408        - [Каков контекст выполнения?](https://python-all.ru/3.13/library/doctest.html#what-s-the-execution-context)5409        - [А как насчёт исключений?](https://python-all.ru/3.13/library/doctest.html#what-about-exceptions)5410        - [Флаги опций](https://python-all.ru/3.13/library/doctest.html#option-flags)5411        - [Директивы](https://python-all.ru/3.13/library/doctest.html#directives)5412        - [Предупреждения](https://python-all.ru/3.13/library/doctest.html#warnings)5413      - [Базовый API](https://python-all.ru/3.13/library/doctest.html#basic-api)5414      - [API unittest](https://python-all.ru/3.13/library/doctest.html#unittest-api)5415      - [Расширенный API](https://python-all.ru/3.13/library/doctest.html#advanced-api)54165417        - [Объекты DocTest](https://python-all.ru/3.13/library/doctest.html#doctest-objects)5418        - [Объекты Example](https://python-all.ru/3.13/library/doctest.html#example-objects)5419        - [Объекты DocTestFinder](https://python-all.ru/3.13/library/doctest.html#doctestfinder-objects)5420        - [Объекты DocTestParser](https://python-all.ru/3.13/library/doctest.html#doctestparser-objects)5421        - [Объекты TestResults](https://python-all.ru/3.13/library/doctest.html#testresults-objects)5422        - [Объекты DocTestRunner](https://python-all.ru/3.13/library/doctest.html#doctestrunner-objects)5423        - [Объекты OutputChecker](https://python-all.ru/3.13/library/doctest.html#outputchecker-objects)5424      - [Отладка](https://python-all.ru/3.13/library/doctest.html#debugging)5425      - [Трибуна](https://python-all.ru/3.13/library/doctest.html#soapbox)5426    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.13/library/unittest.html)54275428      - [Простой пример](https://python-all.ru/3.13/library/unittest.html#basic-example)5429      - [Интерфейс командной строки](https://python-all.ru/3.13/library/unittest.html#command-line-interface)54305431        - [Параметры командной строки](https://python-all.ru/3.13/library/unittest.html#command-line-options)5432      - [Обнаружение тестов](https://python-all.ru/3.13/library/unittest.html#test-discovery)5433      - [Организация тестового кода](https://python-all.ru/3.13/library/unittest.html#organizing-test-code)5434      - [Повторное использование старого тестового кода](https://python-all.ru/3.13/library/unittest.html#re-using-old-test-code)5435      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.13/library/unittest.html#skipping-tests-and-expected-failures)5436      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.13/library/unittest.html#distinguishing-test-iterations-using-subtests)5437      - [Классы и функции](https://python-all.ru/3.13/library/unittest.html#classes-and-functions)54385439        - [Тестовые случаи](https://python-all.ru/3.13/library/unittest.html#test-cases)5440        - [Группировка тестов](https://python-all.ru/3.13/library/unittest.html#grouping-tests)5441        - [Загрузка и запуск тестов](https://python-all.ru/3.13/library/unittest.html#loading-and-running-tests)54425443          - [Протокол load\_tests](https://python-all.ru/3.13/library/unittest.html#load-tests-protocol)5444      - [Фикстуры классов и модулей](https://python-all.ru/3.13/library/unittest.html#class-and-module-fixtures)54455446        - [setUpClass и tearDownClass](https://python-all.ru/3.13/library/unittest.html#setupclass-and-teardownclass)5447        - [setUpModule и tearDownModule](https://python-all.ru/3.13/library/unittest.html#setupmodule-and-teardownmodule)5448      - [Обработка сигналов](https://python-all.ru/3.13/library/unittest.html#signal-handling)5449    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.13/library/unittest.mock.html)54505451      - [Краткое руководство](https://python-all.ru/3.13/library/unittest.mock.html#quick-guide)5452      - [Класс Mock](https://python-all.ru/3.13/library/unittest.mock.html#the-mock-class)54535454        - [Вызов](https://python-all.ru/3.13/library/unittest.mock.html#calling)5455        - [Удаление атрибутов](https://python-all.ru/3.13/library/unittest.mock.html#deleting-attributes)5456        - [Имена Mock и атрибут name](https://python-all.ru/3.13/library/unittest.mock.html#mock-names-and-the-name-attribute)5457        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.13/library/unittest.mock.html#attaching-mocks-as-attributes)5458      - [Патчеры](https://python-all.ru/3.13/library/unittest.mock.html#the-patchers)54595460        - [patch](https://python-all.ru/3.13/library/unittest.mock.html#patch)5461        - [patch.object](https://python-all.ru/3.13/library/unittest.mock.html#patch-object)5462        - [patch.dict](https://python-all.ru/3.13/library/unittest.mock.html#patch-dict)5463        - [patch.multiple](https://python-all.ru/3.13/library/unittest.mock.html#patch-multiple)5464        - [Методы patch: start и stop](https://python-all.ru/3.13/library/unittest.mock.html#patch-methods-start-and-stop)5465        - [patch встроенных объектов](https://python-all.ru/3.13/library/unittest.mock.html#patch-builtins)5466        - [TEST\_PREFIX](https://python-all.ru/3.13/library/unittest.mock.html#test-prefix)5467        - [Вложение декораторов patch](https://python-all.ru/3.13/library/unittest.mock.html#nesting-patch-decorators)5468        - [Где применять patch](https://python-all.ru/3.13/library/unittest.mock.html#where-to-patch)5469        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.13/library/unittest.mock.html#patching-descriptors-and-proxy-objects)5470      - [MagicMock и поддержка магических методов](https://python-all.ru/3.13/library/unittest.mock.html#magicmock-and-magic-method-support)54715472        - [Мокирование магических методов](https://python-all.ru/3.13/library/unittest.mock.html#mocking-magic-methods)5473        - [Магический макет](https://python-all.ru/3.13/library/unittest.mock.html#magic-mock)5474      - [Вспомогательные средства](https://python-all.ru/3.13/library/unittest.mock.html#helpers)54755476        - [sentinel](https://python-all.ru/3.13/library/unittest.mock.html#sentinel)5477        - [DEFAULT](https://python-all.ru/3.13/library/unittest.mock.html#default)5478        - [вызов](https://python-all.ru/3.13/library/unittest.mock.html#call)5479        - [create\_autospec](https://python-all.ru/3.13/library/unittest.mock.html#create-autospec)5480        - [ANY](https://python-all.ru/3.13/library/unittest.mock.html#any)5481        - [FILTER\_DIR](https://python-all.ru/3.13/library/unittest.mock.html#filter-dir)5482        - [mock\_open](https://python-all.ru/3.13/library/unittest.mock.html#mock-open)5483        - [Автоспецификация](https://python-all.ru/3.13/library/unittest.mock.html#autospeccing)5484        - [Запечатывание моков](https://python-all.ru/3.13/library/unittest.mock.html#sealing-mocks)5485      - [Порядок приоритета `side_effect`, `return_value` и *wraps*](https://python-all.ru/3.13/library/unittest.mock.html#order-of-precedence-of-side-effect-return-value-and-wraps)5486    - [`unittest.mock` – начало работы](https://python-all.ru/3.13/library/unittest.mock-examples.html)54875488      - [Использование Mock](https://python-all.ru/3.13/library/unittest.mock-examples.html#using-mock)54895490        - [Методы подмены Mock](https://python-all.ru/3.13/library/unittest.mock-examples.html#mock-patching-methods)5491        - [Mock для вызовов методов объекта](https://python-all.ru/3.13/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)5492        - [Мокирование классов](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-classes)5493        - [Именование моков](https://python-all.ru/3.13/library/unittest.mock-examples.html#naming-your-mocks)5494        - [Отслеживание всех вызовов](https://python-all.ru/3.13/library/unittest.mock-examples.html#tracking-all-calls)5495        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.13/library/unittest.mock-examples.html#setting-return-values-and-attributes)5496        - [Возбуждение исключений с помощью моков](https://python-all.ru/3.13/library/unittest.mock-examples.html#raising-exceptions-with-mocks)5497        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.13/library/unittest.mock-examples.html#side-effect-functions-and-iterables)5498        - [Мокирование асинхронных итераторов](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-asynchronous-iterators)5499        - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)5500        - [Создание мока из существующего объекта](https://python-all.ru/3.13/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)5501        - [Использование side\_effect для возврата содержимого каждого файла](https://python-all.ru/3.13/library/unittest.mock-examples.html#using-side-effect-to-return-per-file-content)5502      - [Декораторы patch](https://python-all.ru/3.13/library/unittest.mock-examples.html#patch-decorators)5503      - [Дополнительные примеры](https://python-all.ru/3.13/library/unittest.mock-examples.html#further-examples)55045505        - [Мокирование цепочек вызовов](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-chained-calls)5506        - [Частичное мокирование](https://python-all.ru/3.13/library/unittest.mock-examples.html#partial-mocking)5507        - [Мокирование метода-генератора](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-a-generator-method)5508        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.13/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)5509        - [Мокирование несвязанных методов](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-unbound-methods)5510        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.13/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)5511        - [Работа с изменяемыми аргументами](https://python-all.ru/3.13/library/unittest.mock-examples.html#coping-with-mutable-arguments)5512        - [Вложенные патчи](https://python-all.ru/3.13/library/unittest.mock-examples.html#nesting-patches)5513        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)5514        - [Подклассы Mock и их атрибуты](https://python-all.ru/3.13/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)5515        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.13/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)5516        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.13/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)5517        - [Более сложное сопоставление аргументов](https://python-all.ru/3.13/library/unittest.mock-examples.html#more-complex-argument-matching)5518    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.13/library/test.html)55195520      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.13/library/test.html#writing-unit-tests-for-the-test-package)5521      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.13/library/test.html#module-test.regrtest)5522    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.13/library/test.html#module-test.support)5523    - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3.13/library/test.html#module-test.support.socket_helper)5524    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.13/library/test.html#module-test.support.script_helper)5525    - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3.13/library/test.html#module-test.support.bytecode_helper)5526    - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3.13/library/test.html#module-test.support.threading_helper)5527    - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3.13/library/test.html#module-test.support.os_helper)5528    - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3.13/library/test.html#module-test.support.import_helper)5529    - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3.13/library/test.html#module-test.support.warnings_helper)5530  - [Отладка и профилирование](https://python-all.ru/3.13/library/debug.html)55315532    - [Таблица событий аудита](https://python-all.ru/3.13/library/audit_events.html)5533    - [`bdb` – фреймворк отладчика](https://python-all.ru/3.13/library/bdb.html)5534    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.13/library/faulthandler.html)55355536      - [Дамп трассировки](https://python-all.ru/3.13/library/faulthandler.html#dumping-the-traceback)5537      - [Состояние обработчика сбоев](https://python-all.ru/3.13/library/faulthandler.html#fault-handler-state)5538      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.13/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)5539      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.13/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)5540      - [Проблема с файловыми дескрипторами](https://python-all.ru/3.13/library/faulthandler.html#issue-with-file-descriptors)5541      - [Пример](https://python-all.ru/3.13/library/faulthandler.html#example)5542    - [`pdb` – отладчик Python](https://python-all.ru/3.13/library/pdb.html)55435544      - [Интерфейс командной строки](https://python-all.ru/3.13/library/pdb.html#command-line-interface)5545      - [Команды отладчика](https://python-all.ru/3.13/library/pdb.html#debugger-commands)5546    - [Профилировщики Python](https://python-all.ru/3.13/library/profile.html)55475548      - [Введение в профилировщики](https://python-all.ru/3.13/library/profile.html#introduction-to-the-profilers)5549      - [Краткое руководство пользователя](https://python-all.ru/3.13/library/profile.html#instant-user-s-manual)5550      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.13/library/profile.html#module-cProfile)5551      - [Класс `Stats`](https://python-all.ru/3.13/library/profile.html#the-stats-class)5552      - [Что такое детерминированное профилирование?](https://python-all.ru/3.13/library/profile.html#what-is-deterministic-profiling)5553      - [Ограничения](https://python-all.ru/3.13/library/profile.html#limitations)5554      - [Калибровка](https://python-all.ru/3.13/library/profile.html#calibration)5555      - [Использование пользовательского таймера](https://python-all.ru/3.13/library/profile.html#using-a-custom-timer)5556    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.13/library/timeit.html)55575558      - [Основные примеры](https://python-all.ru/3.13/library/timeit.html#basic-examples)5559      - [Интерфейс Python](https://python-all.ru/3.13/library/timeit.html#python-interface)5560      - [Интерфейс командной строки](https://python-all.ru/3.13/library/timeit.html#command-line-interface)5561      - [Примеры](https://python-all.ru/3.13/library/timeit.html#examples)5562    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.13/library/trace.html)55635564      - [Использование командной строки](https://python-all.ru/3.13/library/trace.html#command-line-usage)55655566        - [Основные параметры](https://python-all.ru/3.13/library/trace.html#main-options)5567        - [Модификаторы](https://python-all.ru/3.13/library/trace.html#modifiers)5568        - [Фильтры](https://python-all.ru/3.13/library/trace.html#filters)5569      - [Программный интерфейс](https://python-all.ru/3.13/library/trace.html#programmatic-interface)5570    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.13/library/tracemalloc.html)55715572      - [Примеры](https://python-all.ru/3.13/library/tracemalloc.html#examples)55735574        - [Отображение первых 10](https://python-all.ru/3.13/library/tracemalloc.html#display-the-top-10)5575        - [Вычисление различий](https://python-all.ru/3.13/library/tracemalloc.html#compute-differences)5576        - [Получение трассировки для блока памяти](https://python-all.ru/3.13/library/tracemalloc.html#get-the-traceback-of-a-memory-block)5577        - [Удобный вывод топа](https://python-all.ru/3.13/library/tracemalloc.html#pretty-top)55785579          - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3.13/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)5580      - [API](https://python-all.ru/3.13/library/tracemalloc.html#api)55815582        - [Функции](https://python-all.ru/3.13/library/tracemalloc.html#functions)5583        - [DomainFilter](https://python-all.ru/3.13/library/tracemalloc.html#domainfilter)5584        - [Filter](https://python-all.ru/3.13/library/tracemalloc.html#filter)5585        - [Frame](https://python-all.ru/3.13/library/tracemalloc.html#frame)5586        - [Snapshot](https://python-all.ru/3.13/library/tracemalloc.html#snapshot)5587        - [Statistic](https://python-all.ru/3.13/library/tracemalloc.html#statistic)5588        - [StatisticDiff](https://python-all.ru/3.13/library/tracemalloc.html#statisticdiff)5589        - [Trace](https://python-all.ru/3.13/library/tracemalloc.html#trace)5590        - [Traceback](https://python-all.ru/3.13/library/tracemalloc.html#traceback)5591  - [Упаковка и распространение ПО](https://python-all.ru/3.13/library/distribution.html)55925593    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.13/library/ensurepip.html)55945595      - [Интерфейс командной строки](https://python-all.ru/3.13/library/ensurepip.html#command-line-interface)5596      - [API модуля](https://python-all.ru/3.13/library/ensurepip.html#module-api)5597    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.13/library/venv.html)55985599      - [Создание виртуальных окружений](https://python-all.ru/3.13/library/venv.html#creating-virtual-environments)5600      - [Как работают виртуальные окружения](https://python-all.ru/3.13/library/venv.html#how-venvs-work)5601      - [API](https://python-all.ru/3.13/library/venv.html#api)5602      - [Пример расширения `EnvBuilder`](https://python-all.ru/3.13/library/venv.html#an-example-of-extending-envbuilder)5603    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.13/library/zipapp.html)56045605      - [Простой пример](https://python-all.ru/3.13/library/zipapp.html#basic-example)5606      - [Интерфейс командной строки](https://python-all.ru/3.13/library/zipapp.html#command-line-interface)5607      - [Python API](https://python-all.ru/3.13/library/zipapp.html#python-api)5608      - [Примеры](https://python-all.ru/3.13/library/zipapp.html#examples)5609      - [Указание интерпретатора](https://python-all.ru/3.13/library/zipapp.html#specifying-the-interpreter)5610      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.13/library/zipapp.html#creating-standalone-applications-with-zipapp)56115612        - [Предостережения](https://python-all.ru/3.13/library/zipapp.html#caveats)5613      - [Формат архива Python-приложения Zip](https://python-all.ru/3.13/library/zipapp.html#the-python-zip-application-archive-format)5614  - [Службы выполнения Python](https://python-all.ru/3.13/library/python.html)56155616    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.13/library/sys.html)5617    - [`sys.monitoring` – Мониторинг событий выполнения](https://python-all.ru/3.13/library/sys.monitoring.html)56185619      - [Идентификаторы инструментов](https://python-all.ru/3.13/library/sys.monitoring.html#tool-identifiers)56205621        - [Регистрация и использование инструментов](https://python-all.ru/3.13/library/sys.monitoring.html#registering-and-using-tools)5622      - [События](https://python-all.ru/3.13/library/sys.monitoring.html#events)56235624        - [Локальные события](https://python-all.ru/3.13/library/sys.monitoring.html#local-events)5625        - [Вспомогательные события](https://python-all.ru/3.13/library/sys.monitoring.html#ancillary-events)5626        - [Прочие события](https://python-all.ru/3.13/library/sys.monitoring.html#other-events)5627        - [Событие STOP\_ITERATION](https://python-all.ru/3.13/library/sys.monitoring.html#the-stop-iteration-event)5628      - [Включение и отключение событий](https://python-all.ru/3.13/library/sys.monitoring.html#turning-events-on-and-off)56295630        - [Глобальная настройка событий](https://python-all.ru/3.13/library/sys.monitoring.html#setting-events-globally)5631        - [События для каждого объекта кода](https://python-all.ru/3.13/library/sys.monitoring.html#per-code-object-events)5632        - [Отключение событий](https://python-all.ru/3.13/library/sys.monitoring.html#disabling-events)5633      - [Регистрация функций обратного вызова](https://python-all.ru/3.13/library/sys.monitoring.html#registering-callback-functions)56345635        - [Аргументы функции обратного вызова](https://python-all.ru/3.13/library/sys.monitoring.html#callback-function-arguments)5636    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.13/library/sysconfig.html)56375638      - [Переменные конфигурации](https://python-all.ru/3.13/library/sysconfig.html#configuration-variables)5639      - [Пути установки](https://python-all.ru/3.13/library/sysconfig.html#installation-paths)5640      - [Схема пользователя](https://python-all.ru/3.13/library/sysconfig.html#user-scheme)56415642        - [`posix_user`](https://python-all.ru/3.13/library/sysconfig.html#posix-user)5643        - [`nt_user`](https://python-all.ru/3.13/library/sysconfig.html#nt-user)5644        - [`osx_framework_user`](https://python-all.ru/3.13/library/sysconfig.html#osx-framework-user)5645      - [Домашняя схема](https://python-all.ru/3.13/library/sysconfig.html#home-scheme)56465647        - [`posix_home`](https://python-all.ru/3.13/library/sysconfig.html#posix-home)5648      - [Схема префикса](https://python-all.ru/3.13/library/sysconfig.html#prefix-scheme)56495650        - [`posix_prefix`](https://python-all.ru/3.13/library/sysconfig.html#posix-prefix)5651        - [`nt`](https://python-all.ru/3.13/library/sysconfig.html#nt)5652      - [Функции путей установки](https://python-all.ru/3.13/library/sysconfig.html#installation-path-functions)5653      - [Другие функции](https://python-all.ru/3.13/library/sysconfig.html#other-functions)5654      - [Использование командной строки](https://python-all.ru/3.13/library/sysconfig.html#command-line-usage)5655    - [`builtins` – Встроенные объекты](https://python-all.ru/3.13/library/builtins.html)5656    - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3.13/library/__main__.html)56575658      - [`__name__ == '__main__'`](https://python-all.ru/3.13/library/__main__.html#name-main)56595660        - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3.13/library/__main__.html#what-is-the-top-level-code-environment)5661        - [Идиоматическое использование](https://python-all.ru/3.13/library/__main__.html#idiomatic-usage)5662        - [Особенности упаковки](https://python-all.ru/3.13/library/__main__.html#packaging-considerations)5663      - [`__main__.py` в пакетах Python](https://python-all.ru/3.13/library/__main__.html#main-py-in-python-packages)56645665        - [Идиоматическое использование](https://python-all.ru/3.13/library/__main__.html#id1)5666      - [`import __main__`](https://python-all.ru/3.13/library/__main__.html#import-main)5667    - [`warnings` – Управление предупреждениями](https://python-all.ru/3.13/library/warnings.html)56685669      - [Категории предупреждений](https://python-all.ru/3.13/library/warnings.html#warning-categories)5670      - [Фильтр предупреждений](https://python-all.ru/3.13/library/warnings.html#the-warnings-filter)56715672        - [Критерии подавления повторяющихся предупреждений](https://python-all.ru/3.13/library/warnings.html#repeated-warning-suppression-criteria)5673        - [Описание фильтров предупреждений](https://python-all.ru/3.13/library/warnings.html#describing-warning-filters)5674        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.13/library/warnings.html#default-warning-filter)5675        - [Переопределение фильтра по умолчанию](https://python-all.ru/3.13/library/warnings.html#overriding-the-default-filter)5676      - [Временное подавление предупреждений](https://python-all.ru/3.13/library/warnings.html#temporarily-suppressing-warnings)5677      - [Тестирование предупреждений](https://python-all.ru/3.13/library/warnings.html#testing-warnings)5678      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.13/library/warnings.html#updating-code-for-new-versions-of-dependencies)5679      - [Доступные функции](https://python-all.ru/3.13/library/warnings.html#available-functions)5680      - [Доступные контекстные менеджеры](https://python-all.ru/3.13/library/warnings.html#available-context-managers)5681    - [`dataclasses` – Классы данных](https://python-all.ru/3.13/library/dataclasses.html)56825683      - [Содержание модуля](https://python-all.ru/3.13/library/dataclasses.html#module-contents)5684      - [Обработка после инициализации](https://python-all.ru/3.13/library/dataclasses.html#post-init-processing)5685      - [Переменные класса](https://python-all.ru/3.13/library/dataclasses.html#class-variables)5686      - [Переменные только для инициализации](https://python-all.ru/3.13/library/dataclasses.html#init-only-variables)5687      - [Неизменяемые экземпляры](https://python-all.ru/3.13/library/dataclasses.html#frozen-instances)5688      - [Наследование](https://python-all.ru/3.13/library/dataclasses.html#inheritance)5689      - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3.13/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)5690      - [Функции-фабрики по умолчанию](https://python-all.ru/3.13/library/dataclasses.html#default-factory-functions)5691      - [Изменяемые значения по умолчанию](https://python-all.ru/3.13/library/dataclasses.html#mutable-default-values)5692      - [Поля с типом дескриптора](https://python-all.ru/3.13/library/dataclasses.html#descriptor-typed-fields)5693    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.13/library/contextlib.html)56945695      - [Утилиты](https://python-all.ru/3.13/library/contextlib.html#utilities)5696      - [Примеры и рецепты](https://python-all.ru/3.13/library/contextlib.html#examples-and-recipes)56975698        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.13/library/contextlib.html#supporting-a-variable-number-of-context-managers)5699        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.13/library/contextlib.html#catching-exceptions-from-enter-methods)5700        - [Очистка в реализации `__enter__`](https://python-all.ru/3.13/library/contextlib.html#cleaning-up-in-an-enter-implementation)5701        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.13/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)5702        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.13/library/contextlib.html#using-a-context-manager-as-a-function-decorator)5703      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.13/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)57045705        - [Реентерабельные менеджеры контекста](https://python-all.ru/3.13/library/contextlib.html#reentrant-context-managers)5706        - [Повторно используемые менеджеры контекста](https://python-all.ru/3.13/library/contextlib.html#reusable-context-managers)5707    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.13/library/abc.html)5708    - [`atexit` – Обработчики выхода](https://python-all.ru/3.13/library/atexit.html)57095710      - [`atexit` Пример](https://python-all.ru/3.13/library/atexit.html#atexit-example)5711    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.13/library/traceback.html)57125713      - [Функции уровня модуля](https://python-all.ru/3.13/library/traceback.html#module-level-functions)5714      - [Объекты `TracebackException`](https://python-all.ru/3.13/library/traceback.html#tracebackexception-objects)5715      - [Объекты `StackSummary`](https://python-all.ru/3.13/library/traceback.html#stacksummary-objects)5716      - [Объекты `FrameSummary`](https://python-all.ru/3.13/library/traceback.html#framesummary-objects)5717      - [Примеры использования функций уровня модуля](https://python-all.ru/3.13/library/traceback.html#examples-of-using-the-module-level-functions)5718      - [Примеры использования `TracebackException`](https://python-all.ru/3.13/library/traceback.html#examples-of-using-tracebackexception)5719    - [`__future__` – Определения операторов future](https://python-all.ru/3.13/library/__future__.html)57205721      - [Содержимое модуля](https://python-all.ru/3.13/library/__future__.html#module-contents)5722    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.13/library/gc.html)5723    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.13/library/inspect.html)57245725      - [Типы и члены](https://python-all.ru/3.13/library/inspect.html#types-and-members)5726      - [Получение исходного кода](https://python-all.ru/3.13/library/inspect.html#retrieving-source-code)5727      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.13/library/inspect.html#introspecting-callables-with-the-signature-object)5728      - [Классы и функции](https://python-all.ru/3.13/library/inspect.html#classes-and-functions)5729      - [Стек интерпретатора](https://python-all.ru/3.13/library/inspect.html#the-interpreter-stack)5730      - [Получение атрибутов статически](https://python-all.ru/3.13/library/inspect.html#fetching-attributes-statically)5731      - [Текущее состояние генераторов, корутин и асинхронных генераторов](https://python-all.ru/3.13/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators)5732      - [Битовые флаги объектов кода](https://python-all.ru/3.13/library/inspect.html#code-objects-bit-flags)5733      - [Флаги буфера](https://python-all.ru/3.13/library/inspect.html#buffer-flags)5734      - [Интерфейс командной строки](https://python-all.ru/3.13/library/inspect.html#command-line-interface)5735    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.13/library/site.html)57365737      - [`sitecustomize`](https://python-all.ru/3.13/library/site.html#module-sitecustomize)5738      - [`usercustomize`](https://python-all.ru/3.13/library/site.html#module-usercustomize)5739      - [Конфигурация readline](https://python-all.ru/3.13/library/site.html#readline-configuration)5740      - [Содержание модуля](https://python-all.ru/3.13/library/site.html#module-contents)5741      - [Интерфейс командной строки](https://python-all.ru/3.13/library/site.html#command-line-interface)5742  - [Пользовательские интерпретаторы Python](https://python-all.ru/3.13/library/custominterp.html)57435744    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.13/library/code.html)57455746      - [Объекты интерактивного интерпретатора](https://python-all.ru/3.13/library/code.html#interactive-interpreter-objects)5747      - [Объекты интерактивной консоли](https://python-all.ru/3.13/library/code.html#interactive-console-objects)5748    - [`codeop` – Компиляция кода Python](https://python-all.ru/3.13/library/codeop.html)5749  - [Импорт модулей](https://python-all.ru/3.13/library/modules.html)57505751    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.13/library/zipimport.html)57525753      - [Объекты zipimporter](https://python-all.ru/3.13/library/zipimport.html#zipimporter-objects)5754      - [Примеры](https://python-all.ru/3.13/library/zipimport.html#examples)5755    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.13/library/pkgutil.html)5756    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.13/library/modulefinder.html)57575758      - [Пример использования `ModuleFinder`](https://python-all.ru/3.13/library/modulefinder.html#example-usage-of-modulefinder)5759    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.13/library/runpy.html)5760    - [`importlib` – Реализация `import`](https://python-all.ru/3.13/library/importlib.html)57615762      - [Введение](https://python-all.ru/3.13/library/importlib.html#introduction)5763      - [Функции](https://python-all.ru/3.13/library/importlib.html#functions)5764      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.13/library/importlib.html#module-importlib.abc)5765      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.13/library/importlib.html#module-importlib.machinery)5766      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.13/library/importlib.html#module-importlib.util)5767      - [Примеры](https://python-all.ru/3.13/library/importlib.html#examples)57685769        - [Программный импорт](https://python-all.ru/3.13/library/importlib.html#importing-programmatically)5770        - [Проверка возможности импорта модуля](https://python-all.ru/3.13/library/importlib.html#checking-if-a-module-can-be-imported)5771        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.13/library/importlib.html#importing-a-source-file-directly)5772        - [Реализация отложенного импорта](https://python-all.ru/3.13/library/importlib.html#implementing-lazy-imports)5773        - [Настройка импортёра](https://python-all.ru/3.13/library/importlib.html#setting-up-an-importer)5774        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.13/library/importlib.html#approximating-importlib-import-module)5775    - [`importlib.resources` – Чтение, открытие и доступ к ресурсам пакетов](https://python-all.ru/3.13/library/importlib.resources.html)57765777      - [Функциональный API](https://python-all.ru/3.13/library/importlib.resources.html#functional-api)5778    - [`importlib.resources.abc` – Абстрактные базовые классы для ресурсов](https://python-all.ru/3.13/library/importlib.resources.abc.html)5779    - [`importlib.metadata` – Доступ к метаданным пакета](https://python-all.ru/3.13/library/importlib.metadata.html)57805781      - [Обзор](https://python-all.ru/3.13/library/importlib.metadata.html#overview)5782      - [Функциональный API](https://python-all.ru/3.13/library/importlib.metadata.html#functional-api)57835784        - [Точки входа](https://python-all.ru/3.13/library/importlib.metadata.html#entry-points)5785        - [Метаданные дистрибутива](https://python-all.ru/3.13/library/importlib.metadata.html#distribution-metadata)5786        - [Версии дистрибутива](https://python-all.ru/3.13/library/importlib.metadata.html#distribution-versions)5787        - [Файлы дистрибутива](https://python-all.ru/3.13/library/importlib.metadata.html#distribution-files)5788        - [Зависимости дистрибутива](https://python-all.ru/3.13/library/importlib.metadata.html#distribution-requirements)5789        - [Сопоставление импорта с пакетами дистрибутивов](https://python-all.ru/3.13/library/importlib.metadata.html#mapping-import-to-distribution-packages)5790      - [Дистрибутивы](https://python-all.ru/3.13/library/importlib.metadata.html#distributions)5791      - [Обнаружение дистрибутивов](https://python-all.ru/3.13/library/importlib.metadata.html#distribution-discovery)5792      - [Расширение алгоритма поиска](https://python-all.ru/3.13/library/importlib.metadata.html#extending-the-search-algorithm)57935794        - [Пример](https://python-all.ru/3.13/library/importlib.metadata.html#example)5795    - [Инициализация пути поиска модулей `sys.path`](https://python-all.ru/3.13/library/sys_path_init.html)57965797      - [Виртуальные окружения](https://python-all.ru/3.13/library/sys_path_init.html#virtual-environments)5798      - [Файлы \_pth](https://python-all.ru/3.13/library/sys_path_init.html#pth-files)5799      - [Встраиваемый Python](https://python-all.ru/3.13/library/sys_path_init.html#embedded-python)5800  - [Службы языка Python](https://python-all.ru/3.13/library/language.html)58015802    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.13/library/ast.html)58035804      - [Абстрактная грамматика](https://python-all.ru/3.13/library/ast.html#abstract-grammar)5805      - [Классы узлов](https://python-all.ru/3.13/library/ast.html#node-classes)58065807        - [Корневые узлы](https://python-all.ru/3.13/library/ast.html#root-nodes)5808        - [Литералы](https://python-all.ru/3.13/library/ast.html#literals)5809        - [Переменные](https://python-all.ru/3.13/library/ast.html#variables)5810        - [Выражения](https://python-all.ru/3.13/library/ast.html#expressions)58115812          - [Индексация](https://python-all.ru/3.13/library/ast.html#subscripting)5813          - [Генераторы коллекций](https://python-all.ru/3.13/library/ast.html#comprehensions)5814        - [Инструкции](https://python-all.ru/3.13/library/ast.html#statements)58155816          - [Импорты](https://python-all.ru/3.13/library/ast.html#imports)5817        - [Управляющие конструкции](https://python-all.ru/3.13/library/ast.html#control-flow)5818        - [Сопоставление с образцом](https://python-all.ru/3.13/library/ast.html#pattern-matching)5819        - [Аннотации типов](https://python-all.ru/3.13/library/ast.html#type-annotations)5820        - [Параметры типов](https://python-all.ru/3.13/library/ast.html#type-parameters)5821        - [Определения функций и классов](https://python-all.ru/3.13/library/ast.html#function-and-class-definitions)5822        - [Async и await](https://python-all.ru/3.13/library/ast.html#async-and-await)5823      - [`ast` Вспомогательные функции](https://python-all.ru/3.13/library/ast.html#ast-helpers)5824      - [Флаги компилятора](https://python-all.ru/3.13/library/ast.html#compiler-flags)5825      - [Использование командной строки](https://python-all.ru/3.13/library/ast.html#command-line-usage)5826    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.13/library/symtable.html)58275828      - [Генерация таблиц символов](https://python-all.ru/3.13/library/symtable.html#generating-symbol-tables)5829      - [Изучение таблиц символов](https://python-all.ru/3.13/library/symtable.html#examining-symbol-tables)5830      - [Использование командной строки](https://python-all.ru/3.13/library/symtable.html#command-line-usage)5831    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.13/library/token.html)5832    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.13/library/keyword.html)5833    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.13/library/tokenize.html)58345835      - [Токенизация входных данных](https://python-all.ru/3.13/library/tokenize.html#tokenizing-input)5836      - [Использование командной строки](https://python-all.ru/3.13/library/tokenize.html#command-line-usage)5837      - [Примеры](https://python-all.ru/3.13/library/tokenize.html#examples)5838    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.13/library/tabnanny.html)5839    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.13/library/pyclbr.html)58405841      - [Объекты функций](https://python-all.ru/3.13/library/pyclbr.html#function-objects)5842      - [Объекты классов](https://python-all.ru/3.13/library/pyclbr.html#class-objects)5843    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.13/library/py_compile.html)58445845      - [Интерфейс командной строки](https://python-all.ru/3.13/library/py_compile.html#command-line-interface)5846    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.13/library/compileall.html)58475848      - [Использование командной строки](https://python-all.ru/3.13/library/compileall.html#command-line-use)5849      - [Публичные функции](https://python-all.ru/3.13/library/compileall.html#public-functions)5850    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.13/library/dis.html)58515852      - [Интерфейс командной строки](https://python-all.ru/3.13/library/dis.html#command-line-interface)5853      - [Анализ байт-кода](https://python-all.ru/3.13/library/dis.html#bytecode-analysis)5854      - [Функции анализа](https://python-all.ru/3.13/library/dis.html#analysis-functions)5855      - [Инструкции байт-кода Python](https://python-all.ru/3.13/library/dis.html#python-bytecode-instructions)5856      - [Коллекции кодов операций](https://python-all.ru/3.13/library/dis.html#opcode-collections)5857    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.13/library/pickletools.html)58585859      - [Использование командной строки](https://python-all.ru/3.13/library/pickletools.html#command-line-usage)58605861        - [Параметры командной строки](https://python-all.ru/3.13/library/pickletools.html#command-line-options)5862      - [Программный интерфейс](https://python-all.ru/3.13/library/pickletools.html#programmatic-interface)5863  - [Службы, специфичные для MS Windows](https://python-all.ru/3.13/library/windows.html)58645865    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.13/library/msvcrt.html)58665867      - [Операции с файлами](https://python-all.ru/3.13/library/msvcrt.html#file-operations)5868      - [Консольный ввод/вывод](https://python-all.ru/3.13/library/msvcrt.html#console-i-o)5869      - [Прочие функции](https://python-all.ru/3.13/library/msvcrt.html#other-functions)5870    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.13/library/winreg.html)58715872      - [Функции](https://python-all.ru/3.13/library/winreg.html#functions)5873      - [Константы](https://python-all.ru/3.13/library/winreg.html#constants)58745875        - [Константы HKEY\_\*](https://python-all.ru/3.13/library/winreg.html#hkey-constants)5876        - [Права доступа](https://python-all.ru/3.13/library/winreg.html#access-rights)58775878          - [Специфика 64-бит](https://python-all.ru/3.13/library/winreg.html#bit-specific)5879        - [Типы значений](https://python-all.ru/3.13/library/winreg.html#value-types)5880      - [Объекты дескрипторов реестра](https://python-all.ru/3.13/library/winreg.html#registry-handle-objects)5881    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.13/library/winsound.html)5882  - [Службы, специфичные для Unix](https://python-all.ru/3.13/library/unix.html)58835884    - [`shlex` – Простой лексический анализ](https://python-all.ru/3.13/library/shlex.html)58855886      - [Объекты shlex](https://python-all.ru/3.13/library/shlex.html#shlex-objects)5887      - [Правила разбора](https://python-all.ru/3.13/library/shlex.html#parsing-rules)5888      - [Улучшенная совместимость с оболочками](https://python-all.ru/3.13/library/shlex.html#improved-compatibility-with-shells)5889    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.13/library/posix.html)58905891      - [Поддержка больших файлов](https://python-all.ru/3.13/library/posix.html#large-file-support)5892      - [Примечательное содержимое модуля](https://python-all.ru/3.13/library/posix.html#notable-module-contents)5893    - [`pwd` – База данных паролей](https://python-all.ru/3.13/library/pwd.html)5894    - [`grp` – База данных групп](https://python-all.ru/3.13/library/grp.html)5895    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.13/library/termios.html)58965897      - [Пример](https://python-all.ru/3.13/library/termios.html#example)5898    - [`tty` – Функции управления терминалом](https://python-all.ru/3.13/library/tty.html)5899    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.13/library/pty.html)59005901      - [Пример](https://python-all.ru/3.13/library/pty.html#example)5902    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.13/library/fcntl.html)5903    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.13/library/resource.html)59045905      - [Ограничения ресурсов](https://python-all.ru/3.13/library/resource.html#resource-limits)5906      - [Использование ресурсов](https://python-all.ru/3.13/library/resource.html#resource-usage)5907    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.13/library/syslog.html)59085909      - [Примеры](https://python-all.ru/3.13/library/syslog.html#examples)59105911        - [Простой пример](https://python-all.ru/3.13/library/syslog.html#simple-example)5912  - [Интерфейс командной строки модулей (CLI)](https://python-all.ru/3.13/library/cmdline.html)5913  - [Заменённые модули](https://python-all.ru/3.13/library/superseded.html)59145915    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.13/library/getopt.html)5916  - [Удалённые модули](https://python-all.ru/3.13/library/removed.html)5917  - [Вопросы безопасности](https://python-all.ru/3.13/library/security_warnings.html)5918- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.13/extending/index.html)59195920  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.13/extending/index.html#recommended-third-party-tools)5921  - [Создание расширений без сторонних инструментов](https://python-all.ru/3.13/extending/index.html#creating-extensions-without-third-party-tools)59225923    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.13/extending/extending.html)59245925      - [1.1. Простой пример](https://python-all.ru/3.13/extending/extending.html#a-simple-example)5926      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.13/extending/extending.html#intermezzo-errors-and-exceptions)5927      - [1.3. Возвращение к примеру](https://python-all.ru/3.13/extending/extending.html#back-to-the-example)5928      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.13/extending/extending.html#the-module-s-method-table-and-initialization-function)5929      - [1.5. Компиляция и компоновка](https://python-all.ru/3.13/extending/extending.html#compilation-and-linkage)5930      - [1.6. Вызов функций Python из C](https://python-all.ru/3.13/extending/extending.html#calling-python-functions-from-c)5931      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.13/extending/extending.html#extracting-parameters-in-extension-functions)5932      - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.13/extending/extending.html#keyword-parameters-for-extension-functions)5933      - [1.9. Построение произвольных значений](https://python-all.ru/3.13/extending/extending.html#building-arbitrary-values)5934      - [1.10. Счетчики ссылок](https://python-all.ru/3.13/extending/extending.html#reference-counts)59355936        - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.13/extending/extending.html#reference-counting-in-python)5937        - [1.10.2. Правила владения](https://python-all.ru/3.13/extending/extending.html#ownership-rules)5938        - [1.10.3. Тонкий лёд](https://python-all.ru/3.13/extending/extending.html#thin-ice)5939        - [1.10.4. Указатели NULL](https://python-all.ru/3.13/extending/extending.html#null-pointers)5940      - [1.11. Написание расширений на C++](https://python-all.ru/3.13/extending/extending.html#writing-extensions-in-c)5941      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.13/extending/extending.html#providing-a-c-api-for-an-extension-module)5942    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.13/extending/newtypes_tutorial.html)59435944      - [2.1. Основы](https://python-all.ru/3.13/extending/newtypes_tutorial.html#the-basics)5945      - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.13/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)5946      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.13/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)5947      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.13/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)5948      - [2.5. Наследование от других типов](https://python-all.ru/3.13/extending/newtypes_tutorial.html#subclassing-other-types)5949    - [3. Определение типов расширения: разные темы](https://python-all.ru/3.13/extending/newtypes.html)59505951      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.13/extending/newtypes.html#finalization-and-de-allocation)5952      - [3.2. Представление объектов](https://python-all.ru/3.13/extending/newtypes.html#object-presentation)5953      - [3.3. Управление атрибутами](https://python-all.ru/3.13/extending/newtypes.html#attribute-management)59545955        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.13/extending/newtypes.html#generic-attribute-management)5956        - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.13/extending/newtypes.html#type-specific-attribute-management)5957      - [3.4. Сравнение объектов](https://python-all.ru/3.13/extending/newtypes.html#object-comparison)5958      - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.13/extending/newtypes.html#abstract-protocol-support)5959      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.13/extending/newtypes.html#weak-reference-support)5960      - [3.7. Дополнительные предложения](https://python-all.ru/3.13/extending/newtypes.html#more-suggestions)5961    - [4. Сборка расширений на C и C++](https://python-all.ru/3.13/extending/building.html)59625963      - [4.1. Сборка расширений на C и C++ с помощью setuptools](https://python-all.ru/3.13/extending/building.html#building-c-and-c-extensions-with-setuptools)5964    - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.13/extending/windows.html)59655966      - [5.1. Рецептурный подход](https://python-all.ru/3.13/extending/windows.html#a-cookbook-approach)5967      - [5.2. Различия между Unix и Windows](https://python-all.ru/3.13/extending/windows.html#differences-between-unix-and-windows)5968      - [5.3. Использование DLL на практике](https://python-all.ru/3.13/extending/windows.html#using-dlls-in-practice)5969  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.13/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)59705971    - [1. Встраивание Python в другое приложение](https://python-all.ru/3.13/extending/embedding.html)59725973      - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.13/extending/embedding.html#very-high-level-embedding)5974      - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.13/extending/embedding.html#beyond-very-high-level-embedding-an-overview)5975      - [1.3. Чистое встраивание](https://python-all.ru/3.13/extending/embedding.html#pure-embedding)5976      - [1.4. Расширение встроенного Python](https://python-all.ru/3.13/extending/embedding.html#extending-embedded-python)5977      - [1.5. Встраивание Python в C++](https://python-all.ru/3.13/extending/embedding.html#embedding-python-in-c)5978      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.13/extending/embedding.html#compiling-and-linking-under-unix-like-systems)5979- [Справочное руководство по Python/C API](https://python-all.ru/3.13/c-api/index.html)59805981  - [Введение](https://python-all.ru/3.13/c-api/intro.html)59825983    - [Стандарты кодирования](https://python-all.ru/3.13/c-api/intro.html#coding-standards)5984    - [Заголовочные файлы](https://python-all.ru/3.13/c-api/intro.html#include-files)5985    - [Полезные макросы](https://python-all.ru/3.13/c-api/intro.html#useful-macros)5986    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.13/c-api/intro.html#objects-types-and-reference-counts)59875988      - [Счётчики ссылок](https://python-all.ru/3.13/c-api/intro.html#reference-counts)59895990        - [Подробности подсчёта ссылок](https://python-all.ru/3.13/c-api/intro.html#reference-count-details)5991      - [Типы](https://python-all.ru/3.13/c-api/intro.html#types)5992    - [Исключения](https://python-all.ru/3.13/c-api/intro.html#exceptions)5993    - [Встраивание Python](https://python-all.ru/3.13/c-api/intro.html#embedding-python)5994    - [Отладочные сборки](https://python-all.ru/3.13/c-api/intro.html#debugging-builds)5995    - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.13/c-api/intro.html#recommended-third-party-tools)5996  - [Стабильность C API](https://python-all.ru/3.13/c-api/stable.html)59975998    - [Нестабильное C API](https://python-all.ru/3.13/c-api/stable.html#unstable-c-api)5999    - [Стабильный ABI](https://python-all.ru/3.13/c-api/stable.html#stable-application-binary-interface)60006001      - [Ограниченный C API](https://python-all.ru/3.13/c-api/stable.html#limited-c-api)6002      - [Стабильный ABI](https://python-all.ru/3.13/c-api/stable.html#stable-abi)6003      - [Limited API: область применения и производительность](https://python-all.ru/3.13/c-api/stable.html#limited-api-scope-and-performance)6004      - [Предостережения относительно Limited API](https://python-all.ru/3.13/c-api/stable.html#limited-api-caveats)6005    - [Особенности платформ](https://python-all.ru/3.13/c-api/stable.html#platform-considerations)6006    - [Содержимое ограниченного API](https://python-all.ru/3.13/c-api/stable.html#contents-of-limited-api)6007  - [Очень высокоуровневый слой](https://python-all.ru/3.13/c-api/veryhigh.html)60086009    - [Доступные стартовые символы](https://python-all.ru/3.13/c-api/veryhigh.html#available-start-symbols)6010    - [Влияние на стек](https://python-all.ru/3.13/c-api/veryhigh.html#stack-effects)6011  - [Подсчёт ссылок](https://python-all.ru/3.13/c-api/refcounting.html)6012  - [Обработка исключений](https://python-all.ru/3.13/c-api/exceptions.html)60136014    - [Вывод и очистка](https://python-all.ru/3.13/c-api/exceptions.html#printing-and-clearing)6015    - [Возбуждение исключений](https://python-all.ru/3.13/c-api/exceptions.html#raising-exceptions)6016    - [Выдача предупреждений](https://python-all.ru/3.13/c-api/exceptions.html#issuing-warnings)6017    - [Запрос индикатора ошибки](https://python-all.ru/3.13/c-api/exceptions.html#querying-the-error-indicator)6018    - [Обработка сигналов](https://python-all.ru/3.13/c-api/exceptions.html#signal-handling)6019    - [Классы исключений](https://python-all.ru/3.13/c-api/exceptions.html#exception-classes)6020    - [Объекты исключений](https://python-all.ru/3.13/c-api/exceptions.html#exception-objects)6021    - [Объекты исключений Unicode](https://python-all.ru/3.13/c-api/exceptions.html#unicode-exception-objects)6022    - [Управление рекурсией](https://python-all.ru/3.13/c-api/exceptions.html#recursion-control)6023    - [Типы исключений и предупреждений](https://python-all.ru/3.13/c-api/exceptions.html#exception-and-warning-types)60246025      - [Типы исключений](https://python-all.ru/3.13/c-api/exceptions.html#exception-types)6026      - [Псевдонимы OSError](https://python-all.ru/3.13/c-api/exceptions.html#oserror-aliases)6027      - [Типы предупреждений](https://python-all.ru/3.13/c-api/exceptions.html#warning-types)6028    - [Трассировки](https://python-all.ru/3.13/c-api/exceptions.html#tracebacks)6029  - [Утилиты](https://python-all.ru/3.13/c-api/utilities.html)60306031    - [Утилиты операционной системы](https://python-all.ru/3.13/c-api/sys.html)6032    - [Системные функции](https://python-all.ru/3.13/c-api/sys.html#system-functions)6033    - [Управление процессами](https://python-all.ru/3.13/c-api/sys.html#process-control)6034    - [Импорт модулей](https://python-all.ru/3.13/c-api/import.html)6035    - [Поддержка маршалинга данных](https://python-all.ru/3.13/c-api/marshal.html)6036    - [Разбор аргументов и сборка значений](https://python-all.ru/3.13/c-api/arg.html)60376038      - [Разбор аргументов](https://python-all.ru/3.13/c-api/arg.html#parsing-arguments)60396040        - [Строки и буферы](https://python-all.ru/3.13/c-api/arg.html#strings-and-buffers)6041        - [Числа](https://python-all.ru/3.13/c-api/arg.html#numbers)6042        - [Другие объекты](https://python-all.ru/3.13/c-api/arg.html#other-objects)6043        - [Функции API](https://python-all.ru/3.13/c-api/arg.html#api-functions)6044      - [Сборка значений](https://python-all.ru/3.13/c-api/arg.html#building-values)6045    - [Преобразование и форматирование строк](https://python-all.ru/3.13/c-api/conversion.html)6046    - [Классификация и преобразование символов](https://python-all.ru/3.13/c-api/conversion.html#character-classification-and-conversion)6047    - [PyHash API](https://python-all.ru/3.13/c-api/hash.html)6048    - [Рефлексия](https://python-all.ru/3.13/c-api/reflection.html)6049    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.13/c-api/codec.html)60506051      - [API поиска кодировок](https://python-all.ru/3.13/c-api/codec.html#codec-lookup-api)6052      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.13/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)6053      - [Вспомогательные переменные кодировок](https://python-all.ru/3.13/c-api/codec.html#codec-utility-variables)6054    - [PyTime C API](https://python-all.ru/3.13/c-api/time.html)60556056      - [Типы](https://python-all.ru/3.13/c-api/time.html#types)6057      - [Функции часов](https://python-all.ru/3.13/c-api/time.html#clock-functions)6058      - [Низкоуровневые функции часов](https://python-all.ru/3.13/c-api/time.html#raw-clock-functions)6059      - [Функции преобразования](https://python-all.ru/3.13/c-api/time.html#conversion-functions)6060    - [Поддержка карт производительности](https://python-all.ru/3.13/c-api/perfmaps.html)6061  - [Слой абстрактных объектов](https://python-all.ru/3.13/c-api/abstract.html)60626063    - [Протокол объекта](https://python-all.ru/3.13/c-api/object.html)6064    - [Протокол вызова](https://python-all.ru/3.13/c-api/call.html)60656066      - [Протокол *tp\_call*](https://python-all.ru/3.13/c-api/call.html#the-tp-call-protocol)6067      - [Протокол Vectorcall](https://python-all.ru/3.13/c-api/call.html#the-vectorcall-protocol)60686069        - [Управление рекурсией](https://python-all.ru/3.13/c-api/call.html#recursion-control)6070        - [API поддержки vectorcall](https://python-all.ru/3.13/c-api/call.html#vectorcall-support-api)6071      - [API вызова объектов](https://python-all.ru/3.13/c-api/call.html#object-calling-api)6072      - [API поддержки вызова](https://python-all.ru/3.13/c-api/call.html#call-support-api)6073    - [Протокол чисел](https://python-all.ru/3.13/c-api/number.html)6074    - [Протокол последовательностей](https://python-all.ru/3.13/c-api/sequence.html)6075    - [Протокол отображений](https://python-all.ru/3.13/c-api/mapping.html)6076    - [Протокол итератора](https://python-all.ru/3.13/c-api/iter.html)6077    - [Протокол буфера](https://python-all.ru/3.13/c-api/buffer.html)60786079      - [Структура буфера](https://python-all.ru/3.13/c-api/buffer.html#buffer-structure)6080      - [Типы запросов буфера](https://python-all.ru/3.13/c-api/buffer.html#buffer-request-types)60816082        - [поля, не зависящие от запроса](https://python-all.ru/3.13/c-api/buffer.html#request-independent-fields)6083        - [только для чтения, формат](https://python-all.ru/3.13/c-api/buffer.html#readonly-format)6084        - [форма, шаги, подсмещения](https://python-all.ru/3.13/c-api/buffer.html#shape-strides-suboffsets)6085        - [запросы непрерывности](https://python-all.ru/3.13/c-api/buffer.html#contiguity-requests)6086        - [составные запросы](https://python-all.ru/3.13/c-api/buffer.html#compound-requests)6087      - [Комплексные массивы](https://python-all.ru/3.13/c-api/buffer.html#complex-arrays)60886089        - [В стиле NumPy: форма и шаги](https://python-all.ru/3.13/c-api/buffer.html#numpy-style-shape-and-strides)6090        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.13/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)6091      - [Функции, связанные с буферами](https://python-all.ru/3.13/c-api/buffer.html#buffer-related-functions)6092  - [Слой конкретных объектов](https://python-all.ru/3.13/c-api/concrete.html)60936094    - [Базовые объекты](https://python-all.ru/3.13/c-api/concrete.html#fundamental-objects)60956096      - [Объекты типов](https://python-all.ru/3.13/c-api/type.html)60976098        - [Создание типов, размещаемых в куче](https://python-all.ru/3.13/c-api/type.html#creating-heap-allocated-types)6099      - [Объект `None`](https://python-all.ru/3.13/c-api/none.html)6100    - [Числовые объекты](https://python-all.ru/3.13/c-api/concrete.html#numeric-objects)61016102      - [Объекты целых чисел](https://python-all.ru/3.13/c-api/long.html)6103      - [Объекты логических значений](https://python-all.ru/3.13/c-api/bool.html)6104      - [Объекты чисел с плавающей запятой](https://python-all.ru/3.13/c-api/float.html)61056106        - [Функции упаковки и распаковки](https://python-all.ru/3.13/c-api/float.html#pack-and-unpack-functions)61076108          - [Функции упаковки](https://python-all.ru/3.13/c-api/float.html#pack-functions)6109          - [Функции распаковки](https://python-all.ru/3.13/c-api/float.html#unpack-functions)6110      - [Объекты комплексных чисел](https://python-all.ru/3.13/c-api/complex.html)61116112        - [Комплексные числа как структуры C](https://python-all.ru/3.13/c-api/complex.html#complex-numbers-as-c-structures)6113        - [Комплексные числа как объекты Python](https://python-all.ru/3.13/c-api/complex.html#complex-numbers-as-python-objects)6114    - [Объекты последовательностей](https://python-all.ru/3.13/c-api/concrete.html#sequence-objects)61156116      - [Объекты bytes](https://python-all.ru/3.13/c-api/bytes.html)6117      - [Объекты массива байтов](https://python-all.ru/3.13/c-api/bytearray.html)61186119        - [Макросы проверки типа](https://python-all.ru/3.13/c-api/bytearray.html#type-check-macros)6120        - [Функции прямого API](https://python-all.ru/3.13/c-api/bytearray.html#direct-api-functions)6121        - [Макросы](https://python-all.ru/3.13/c-api/bytearray.html#macros)6122      - [Объекты Unicode и кодеки](https://python-all.ru/3.13/c-api/unicode.html)61236124        - [Объекты Unicode](https://python-all.ru/3.13/c-api/unicode.html#unicode-objects)61256126          - [Тип Юникода](https://python-all.ru/3.13/c-api/unicode.html#unicode-type)6127          - [Свойства символов Юникода](https://python-all.ru/3.13/c-api/unicode.html#unicode-character-properties)6128          - [Создание и доступ к строкам Юникода](https://python-all.ru/3.13/c-api/unicode.html#creating-and-accessing-unicode-strings)6129          - [Локальная кодировка](https://python-all.ru/3.13/c-api/unicode.html#locale-encoding)6130          - [Кодировка файловой системы](https://python-all.ru/3.13/c-api/unicode.html#file-system-encoding)6131          - [Поддержка wchar\_t](https://python-all.ru/3.13/c-api/unicode.html#wchar-t-support)6132        - [Встроенные кодеки](https://python-all.ru/3.13/c-api/unicode.html#built-in-codecs)61336134          - [Общие кодеки](https://python-all.ru/3.13/c-api/unicode.html#generic-codecs)6135          - [Кодеки UTF-8](https://python-all.ru/3.13/c-api/unicode.html#utf-8-codecs)6136          - [Кодеки UTF-32](https://python-all.ru/3.13/c-api/unicode.html#utf-32-codecs)6137          - [Кодеки UTF-16](https://python-all.ru/3.13/c-api/unicode.html#utf-16-codecs)6138          - [Кодеки UTF-7](https://python-all.ru/3.13/c-api/unicode.html#utf-7-codecs)6139          - [Кодеки Unicode-Escape](https://python-all.ru/3.13/c-api/unicode.html#unicode-escape-codecs)6140          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.13/c-api/unicode.html#raw-unicode-escape-codecs)6141          - [Кодеки Latin-1](https://python-all.ru/3.13/c-api/unicode.html#latin-1-codecs)6142          - [Кодеки ASCII](https://python-all.ru/3.13/c-api/unicode.html#ascii-codecs)6143          - [Кодеки символьной карты](https://python-all.ru/3.13/c-api/unicode.html#character-map-codecs)6144          - [Кодеки MBCS для Windows](https://python-all.ru/3.13/c-api/unicode.html#mbcs-codecs-for-windows)6145        - [Методы и слот-функции](https://python-all.ru/3.13/c-api/unicode.html#methods-and-slot-functions)6146      - [Кортежи](https://python-all.ru/3.13/c-api/tuple.html)6147      - [Объекты структурных последовательностей](https://python-all.ru/3.13/c-api/tuple.html#struct-sequence-objects)6148      - [Списки](https://python-all.ru/3.13/c-api/list.html)6149    - [Объекты контейнеров](https://python-all.ru/3.13/c-api/concrete.html#container-objects)61506151      - [Объекты словарей](https://python-all.ru/3.13/c-api/dict.html)61526153        - [Объекты представлений словарей](https://python-all.ru/3.13/c-api/dict.html#dictionary-view-objects)6154        - [Упорядоченные словари](https://python-all.ru/3.13/c-api/dict.html#ordered-dictionaries)6155      - [Множества](https://python-all.ru/3.13/c-api/set.html)6156    - [Объекты функций](https://python-all.ru/3.13/c-api/concrete.html#function-objects)61576158      - [Объекты функций](https://python-all.ru/3.13/c-api/function.html)6159      - [Объекты методов экземпляра](https://python-all.ru/3.13/c-api/method.html)6160      - [Объекты методов](https://python-all.ru/3.13/c-api/method.html#method-objects)6161      - [Объекты ячеек](https://python-all.ru/3.13/c-api/cell.html)6162      - [Объекты кода](https://python-all.ru/3.13/c-api/code.html)6163      - [Флаги объектов кода](https://python-all.ru/3.13/c-api/code.html#code-object-flags)6164      - [Дополнительная информация](https://python-all.ru/3.13/c-api/code.html#extra-information)6165    - [Прочие объекты](https://python-all.ru/3.13/c-api/concrete.html#other-objects)61666167      - [Объекты файлов](https://python-all.ru/3.13/c-api/file.html)6168      - [Объекты модулей](https://python-all.ru/3.13/c-api/module.html)61696170        - [Инициализация C-модулей](https://python-all.ru/3.13/c-api/module.html#initializing-c-modules)61716172          - [Однофазная инициализация](https://python-all.ru/3.13/c-api/module.html#single-phase-initialization)6173          - [Многофазная инициализация](https://python-all.ru/3.13/c-api/module.html#multi-phase-initialization)6174          - [Функции низкоуровневого создания модулей](https://python-all.ru/3.13/c-api/module.html#low-level-module-creation-functions)6175          - [Вспомогательные функции](https://python-all.ru/3.13/c-api/module.html#support-functions)6176        - [Поиск модуля](https://python-all.ru/3.13/c-api/module.html#module-lookup)6177      - [Объекты итераторов](https://python-all.ru/3.13/c-api/iterator.html)61786179        - [Объекты range](https://python-all.ru/3.13/c-api/iterator.html#range-objects)6180        - [Встроенные типы итераторов](https://python-all.ru/3.13/c-api/iterator.html#builtin-iterator-types)6181        - [Прочие объекты итераторов](https://python-all.ru/3.13/c-api/iterator.html#other-iterator-objects)6182      - [Объекты дескрипторов](https://python-all.ru/3.13/c-api/descriptor.html)61836184        - [Встроенные дескрипторы](https://python-all.ru/3.13/c-api/descriptor.html#built-in-descriptors)6185      - [Объекты срезов](https://python-all.ru/3.13/c-api/slice.html)61866187        - [Объект Ellipsis](https://python-all.ru/3.13/c-api/slice.html#ellipsis-object)6188      - [Объекты memoryview](https://python-all.ru/3.13/c-api/memoryview.html)6189      - [Объекты буфера pickle](https://python-all.ru/3.13/c-api/picklebuffer.html)6190      - [Объекты слабых ссылок](https://python-all.ru/3.13/c-api/weakref.html)6191      - [Капсулы](https://python-all.ru/3.13/c-api/capsule.html)6192      - [Объекты фреймов](https://python-all.ru/3.13/c-api/frame.html)61936194        - [Прокси локальных переменных фрейма](https://python-all.ru/3.13/c-api/frame.html#frame-locals-proxies)6195        - [Устаревшие API для локальных переменных](https://python-all.ru/3.13/c-api/frame.html#legacy-local-variable-apis)6196        - [Внутренние фреймы](https://python-all.ru/3.13/c-api/frame.html#internal-frames)6197      - [Объекты-генераторы](https://python-all.ru/3.13/c-api/gen.html)61986199        - [Объекты асинхронных генераторов](https://python-all.ru/3.13/c-api/gen.html#asynchronous-generator-objects)6200      - [Объекты корутин](https://python-all.ru/3.13/c-api/coro.html)6201      - [Объекты контекстных переменных](https://python-all.ru/3.13/c-api/contextvars.html)6202      - [Объекты для аннотации типов](https://python-all.ru/3.13/c-api/typehints.html)6203    - [C API для модулей расширения](https://python-all.ru/3.13/c-api/concrete.html#c-api-for-extension-modules)62046205      - [C API библиотеки curses](https://python-all.ru/3.13/c-api/curses.html)6206      - [Внутренние данные](https://python-all.ru/3.13/c-api/curses.html#internal-data)6207      - [Объекты datetime](https://python-all.ru/3.13/c-api/datetime.html)6208      - [Внутренние данные](https://python-all.ru/3.13/c-api/datetime.html#internal-data)6209  - [Инициализация, финализация и потоки](https://python-all.ru/3.13/c-api/init.html)62106211    - [Перед инициализацией Python](https://python-all.ru/3.13/c-api/init.html#before-python-initialization)6212    - [Глобальные переменные конфигурации](https://python-all.ru/3.13/c-api/init.html#global-configuration-variables)6213    - [Инициализация и финализация интерпретатора](https://python-all.ru/3.13/c-api/init.html#initializing-and-finalizing-the-interpreter)6214    - [Параметры уровня процесса](https://python-all.ru/3.13/c-api/init.html#process-wide-parameters)6215    - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.13/c-api/init.html#thread-state-and-the-global-interpreter-lock)62166217      - [Освобождение GIL из кода расширения](https://python-all.ru/3.13/c-api/init.html#releasing-the-gil-from-extension-code)6218      - [Потоки, созданные не в Python](https://python-all.ru/3.13/c-api/init.html#non-python-created-threads)6219      - [Предостережения о fork()](https://python-all.ru/3.13/c-api/init.html#cautions-about-fork)6220      - [Предостережения относительно финализации во время выполнения](https://python-all.ru/3.13/c-api/init.html#cautions-regarding-runtime-finalization)6221      - [Высокоуровневый API](https://python-all.ru/3.13/c-api/init.html#high-level-api)6222      - [Низкоуровневый API](https://python-all.ru/3.13/c-api/init.html#low-level-api)6223    - [Поддержка под-интерпретаторов](https://python-all.ru/3.13/c-api/init.html#sub-interpreter-support)62246225      - [GIL на интерпретатор](https://python-all.ru/3.13/c-api/init.html#a-per-interpreter-gil)6226      - [Ошибки и предостережения](https://python-all.ru/3.13/c-api/init.html#bugs-and-caveats)6227    - [Асинхронные уведомления](https://python-all.ru/3.13/c-api/init.html#asynchronous-notifications)6228    - [Профилирование и трассировка](https://python-all.ru/3.13/c-api/init.html#profiling-and-tracing)6229    - [Трассировка ссылок](https://python-all.ru/3.13/c-api/init.html#reference-tracing)6230    - [Расширенная поддержка отладчика](https://python-all.ru/3.13/c-api/init.html#advanced-debugger-support)6231    - [Поддержка локального хранилища потоков](https://python-all.ru/3.13/c-api/init.html#thread-local-storage-support)62326233      - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.13/c-api/init.html#thread-specific-storage-tss-api)62346235        - [Динамическое выделение памяти](https://python-all.ru/3.13/c-api/init.html#dynamic-allocation)6236        - [Методы](https://python-all.ru/3.13/c-api/init.html#methods)6237      - [API локального хранилища потоков (TLS)](https://python-all.ru/3.13/c-api/init.html#thread-local-storage-tls-api)6238    - [Примитивы синхронизации](https://python-all.ru/3.13/c-api/init.html#synchronization-primitives)62396240      - [API критической секции Python](https://python-all.ru/3.13/c-api/init.html#python-critical-section-api)6241      - [Устаревшие API блокировок](https://python-all.ru/3.13/c-api/init.html#legacy-locking-apis)6242    - [API потоков операционной системы](https://python-all.ru/3.13/c-api/init.html#operating-system-thread-apis)6243  - [Конфигурация инициализации Python](https://python-all.ru/3.13/c-api/init_config.html)62446245    - [Пример](https://python-all.ru/3.13/c-api/init_config.html#example)6246    - [PyWideStringList](https://python-all.ru/3.13/c-api/init_config.html#pywidestringlist)6247    - [PyStatus](https://python-all.ru/3.13/c-api/init_config.html#pystatus)6248    - [PyPreConfig](https://python-all.ru/3.13/c-api/init_config.html#pypreconfig)6249    - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3.13/c-api/init_config.html#preinitialize-python-with-pypreconfig)6250    - [PyConfig](https://python-all.ru/3.13/c-api/init_config.html#pyconfig)6251    - [Инициализация с помощью PyConfig](https://python-all.ru/3.13/c-api/init_config.html#initialization-with-pyconfig)6252    - [Изолированная конфигурация](https://python-all.ru/3.13/c-api/init_config.html#isolated-configuration)6253    - [Конфигурация Python](https://python-all.ru/3.13/c-api/init_config.html#python-configuration)6254    - [Конфигурация путей Python](https://python-all.ru/3.13/c-api/init_config.html#python-path-configuration)6255    - [Py\_GetArgcArgv()](https://python-all.ru/3.13/c-api/init_config.html#py-getargcargv)6256    - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.13/c-api/init_config.html#multi-phase-initialization-private-provisional-api)6257  - [Управление памятью](https://python-all.ru/3.13/c-api/memory.html)62586259    - [Обзор](https://python-all.ru/3.13/c-api/memory.html#overview)6260    - [Домены аллокаторов](https://python-all.ru/3.13/c-api/memory.html#allocator-domains)6261    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.13/c-api/memory.html#raw-memory-interface)6262    - [Интерфейс памяти](https://python-all.ru/3.13/c-api/memory.html#memory-interface)62636264      - [Устаревшие псевдонимы](https://python-all.ru/3.13/c-api/memory.html#deprecated-aliases)6265    - [Аллокаторы объектов](https://python-all.ru/3.13/c-api/memory.html#object-allocators)6266    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.13/c-api/memory.html#default-memory-allocators)6267    - [Настройка аллокаторов памяти](https://python-all.ru/3.13/c-api/memory.html#customize-memory-allocators)6268    - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3.13/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)6269    - [Аллокатор pymalloc](https://python-all.ru/3.13/c-api/memory.html#the-pymalloc-allocator)62706271      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.13/c-api/memory.html#customize-pymalloc-arena-allocator)6272    - [Аллокатор mimalloc](https://python-all.ru/3.13/c-api/memory.html#the-mimalloc-allocator)6273    - [C API модуля tracemalloc](https://python-all.ru/3.13/c-api/memory.html#tracemalloc-c-api)6274    - [Примеры](https://python-all.ru/3.13/c-api/memory.html#examples)6275  - [Поддержка реализации объектов](https://python-all.ru/3.13/c-api/objimpl.html)62766277    - [Выделение объектов в куче](https://python-all.ru/3.13/c-api/allocation.html)62786279      - [Мягко устаревшие псевдонимы](https://python-all.ru/3.13/c-api/allocation.html#soft-deprecated-aliases)6280    - [Общие структуры объектов](https://python-all.ru/3.13/c-api/structures.html)62816282      - [Базовые типы объектов и макросы](https://python-all.ru/3.13/c-api/structures.html#base-object-types-and-macros)6283      - [Реализация функций и методов](https://python-all.ru/3.13/c-api/structures.html#implementing-functions-and-methods)6284      - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.13/c-api/structures.html#accessing-attributes-of-extension-types)62856286        - [Флаги членов](https://python-all.ru/3.13/c-api/structures.html#member-flags)6287        - [Типы членов](https://python-all.ru/3.13/c-api/structures.html#member-types)6288        - [Определение геттеров и сеттеров](https://python-all.ru/3.13/c-api/structures.html#defining-getters-and-setters)6289    - [Структуры объектов типов](https://python-all.ru/3.13/c-api/typeobj.html)62906291      - [Краткий справочник](https://python-all.ru/3.13/c-api/typeobj.html#quick-reference)62926293        - [“tp slots”](https://python-all.ru/3.13/c-api/typeobj.html#tp-slots)6294        - [под-слоты](https://python-all.ru/3.13/c-api/typeobj.html#sub-slots)6295        - [typedefs слотов](https://python-all.ru/3.13/c-api/typeobj.html#slot-typedefs)6296      - [Определение PyTypeObject](https://python-all.ru/3.13/c-api/typeobj.html#pytypeobject-definition)6297      - [Слоты PyObject](https://python-all.ru/3.13/c-api/typeobj.html#pyobject-slots)6298      - [Слоты PyVarObject](https://python-all.ru/3.13/c-api/typeobj.html#pyvarobject-slots)6299      - [Слоты PyTypeObject](https://python-all.ru/3.13/c-api/typeobj.html#pytypeobject-slots)6300      - [Статические типы](https://python-all.ru/3.13/c-api/typeobj.html#static-types)6301      - [Типы в куче](https://python-all.ru/3.13/c-api/typeobj.html#heap-types)6302      - [Структуры числовых объектов](https://python-all.ru/3.13/c-api/typeobj.html#number-object-structures)6303      - [Структуры объектов отображений](https://python-all.ru/3.13/c-api/typeobj.html#mapping-object-structures)6304      - [Структуры объектов последовательностей](https://python-all.ru/3.13/c-api/typeobj.html#sequence-object-structures)6305      - [Структуры буферных объектов](https://python-all.ru/3.13/c-api/typeobj.html#buffer-object-structures)6306      - [Структуры асинхронных объектов](https://python-all.ru/3.13/c-api/typeobj.html#async-object-structures)6307      - [typedefs типов слотов](https://python-all.ru/3.13/c-api/typeobj.html#slot-type-typedefs)6308      - [Примеры](https://python-all.ru/3.13/c-api/typeobj.html#examples)6309    - [Поддержка циклической сборки мусора](https://python-all.ru/3.13/c-api/gcsupport.html)63106311      - [Управление состоянием сборщика мусора](https://python-all.ru/3.13/c-api/gcsupport.html#controlling-the-garbage-collector-state)6312      - [Запрос состояния сборщика мусора](https://python-all.ru/3.13/c-api/gcsupport.html#querying-garbage-collector-state)6313  - [Версионирование API и ABI](https://python-all.ru/3.13/c-api/apiabiversion.html)6314  - [Мониторинг C API](https://python-all.ru/3.13/c-api/monitoring.html)6315  - [Генерация событий выполнения](https://python-all.ru/3.13/c-api/monitoring.html#generating-execution-events)63166317    - [Управление состоянием мониторинга](https://python-all.ru/3.13/c-api/monitoring.html#managing-the-monitoring-state)6318- [Установка модулей Python](https://python-all.ru/3.13/installing/index.html)63196320  - [Ключевые термины](https://python-all.ru/3.13/installing/index.html#key-terms)6321  - [Основы использования](https://python-all.ru/3.13/installing/index.html#basic-usage)6322  - [Как мне …?](https://python-all.ru/3.13/installing/index.html#how-do-i)63236324    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.13/installing/index.html#install-packages-just-for-the-current-user)6325    - [… установить научные пакеты Python?](https://python-all.ru/3.13/installing/index.html#install-scientific-python-packages)6326    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.13/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)6327  - [Распространённые проблемы установки](https://python-all.ru/3.13/installing/index.html#common-installation-issues)63286329    - [Установка в системный Python на Linux](https://python-all.ru/3.13/installing/index.html#installing-into-the-system-python-on-linux)6330    - [Pip не установлен](https://python-all.ru/3.13/installing/index.html#pip-not-installed)6331    - [Установка бинарных расширений](https://python-all.ru/3.13/installing/index.html#installing-binary-extensions)6332- [Руководства Python HOWTO](https://python-all.ru/3.13/howto/index.html)6333- [Часто задаваемые вопросы по Python](https://python-all.ru/3.13/faq/index.html)63346335  - [Общие вопросы по Python](https://python-all.ru/3.13/faq/general.html)63366337    - [Общая информация](https://python-all.ru/3.13/faq/general.html#general-information)6338    - [Python в реальном мире](https://python-all.ru/3.13/faq/general.html#python-in-the-real-world)6339  - [Вопросы по программированию](https://python-all.ru/3.13/faq/programming.html)63406341    - [Общие вопросы](https://python-all.ru/3.13/faq/programming.html#general-questions)6342    - [Ядро языка](https://python-all.ru/3.13/faq/programming.html#core-language)6343    - [Числа и строки](https://python-all.ru/3.13/faq/programming.html#numbers-and-strings)6344    - [Производительность](https://python-all.ru/3.13/faq/programming.html#performance)6345    - [Последовательности (кортежи/списки)](https://python-all.ru/3.13/faq/programming.html#sequences-tuples-lists)6346    - [Объекты](https://python-all.ru/3.13/faq/programming.html#objects)6347    - [Модули](https://python-all.ru/3.13/faq/programming.html#modules)6348  - [Вопросы по дизайну и истории](https://python-all.ru/3.13/faq/design.html)63496350    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.13/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)6351    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.13/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)6352    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.13/faq/design.html#why-are-floating-point-calculations-so-inaccurate)6353    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.13/faq/design.html#why-are-python-strings-immutable)6354    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.13/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)6355    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.13/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)6356    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.13/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)6357    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.13/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)6358    - [Насколько быстры исключения?](https://python-all.ru/3.13/faq/design.html#how-fast-are-exceptions)6359    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.13/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)6360    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.13/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)6361    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.13/faq/design.html#why-can-t-lambda-expressions-contain-statements)6362    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.13/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)6363    - [Как Python управляет памятью?](https://python-all.ru/3.13/faq/design.html#how-does-python-manage-memory)6364    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.13/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)6365    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.13/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)6366    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.13/faq/design.html#why-are-there-separate-tuple-and-list-data-types)6367    - [Как списки реализованы в CPython?](https://python-all.ru/3.13/faq/design.html#how-are-lists-implemented-in-cpython)6368    - [Как словари реализованы в CPython?](https://python-all.ru/3.13/faq/design.html#how-are-dictionaries-implemented-in-cpython)6369    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.13/faq/design.html#why-must-dictionary-keys-be-immutable)6370    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.13/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)6371    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.13/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)6372    - [Почему нет goto?](https://python-all.ru/3.13/faq/design.html#why-is-there-no-goto)6373    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.13/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)6374    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.13/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)6375    - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.13/faq/design.html#why-don-t-generators-support-the-with-statement)6376    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.13/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)6377    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.13/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)6378  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.13/faq/library.html)63796380    - [Общие вопросы по библиотекам](https://python-all.ru/3.13/faq/library.html#general-library-questions)6381    - [Типовые задачи](https://python-all.ru/3.13/faq/library.html#common-tasks)6382    - [Потоки](https://python-all.ru/3.13/faq/library.html#threads)6383    - [Ввод и вывод](https://python-all.ru/3.13/faq/library.html#input-and-output)6384    - [Сетевое и интернет-программирование](https://python-all.ru/3.13/faq/library.html#network-internet-programming)6385    - [Базы данных](https://python-all.ru/3.13/faq/library.html#databases)6386    - [Математика и численные методы](https://python-all.ru/3.13/faq/library.html#mathematics-and-numerics)6387  - [FAQ по расширению и встраиванию](https://python-all.ru/3.13/faq/extending.html)63886389    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.13/faq/extending.html#can-i-create-my-own-functions-in-c)6390    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.13/faq/extending.html#id1)6391    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.13/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)6392    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.13/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)6393    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.13/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)6394    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.13/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)6395    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.13/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)6396    - [Как вызвать метод объекта из C?](https://python-all.ru/3.13/faq/extending.html#how-do-i-call-an-object-s-method-from-c)6397    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.13/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)6398    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.13/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)6399    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.13/faq/extending.html#how-do-i-interface-to-c-objects-from-python)6400    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.13/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)6401    - [Как отлаживать расширение?](https://python-all.ru/3.13/faq/extending.html#how-do-i-debug-an-extension)6402    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.13/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)6403    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.13/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)6404    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.13/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)6405    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.13/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)6406  - [FAQ по Python в Windows](https://python-all.ru/3.13/faq/windows.html)64076408    - [Как запустить программу Python в Windows?](https://python-all.ru/3.13/faq/windows.html#how-do-i-run-a-python-program-under-windows)6409    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.13/faq/windows.html#how-do-i-make-python-scripts-executable)6410    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.13/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)6411    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.13/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)6412    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.13/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)6413    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.13/faq/windows.html#how-can-i-embed-python-into-a-windows-application)6414    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.13/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)6415    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.13/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)6416    - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3.13/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)6417  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.13/faq/gui.html)64186419    - [Общие вопросы по GUI](https://python-all.ru/3.13/faq/gui.html#general-gui-questions)6420    - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.13/faq/gui.html#what-gui-toolkits-exist-for-python)6421    - [Вопросы по Tkinter](https://python-all.ru/3.13/faq/gui.html#tkinter-questions)6422  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.13/faq/installed.html)64236424    - [Что такое Python?](https://python-all.ru/3.13/faq/installed.html#what-is-python)6425    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.13/faq/installed.html#why-is-python-installed-on-my-machine)6426    - [Можно ли удалить Python?](https://python-all.ru/3.13/faq/installed.html#can-i-delete-python)6427- [Устаревания](https://python-all.ru/3.13/deprecations/index.html)64286429  - [Ожидаемое удаление в Python 3.14](https://python-all.ru/3.13/deprecations/index.html#pending-removal-in-python-3-14)6430  - [Ожидаемое удаление в Python 3.15](https://python-all.ru/3.13/deprecations/index.html#pending-removal-in-python-3-15)6431  - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.13/deprecations/index.html#pending-removal-in-python-3-16)6432  - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.13/deprecations/index.html#pending-removal-in-python-3-17)6433  - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.13/deprecations/index.html#pending-removal-in-python-3-18)6434  - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.13/deprecations/index.html#pending-removal-in-future-versions)6435  - [Устаревшие элементы C API](https://python-all.ru/3.13/deprecations/index.html#c-api-deprecations)64366437    - [Ожидаемое удаление в Python 3.14](https://python-all.ru/3.13/deprecations/index.html#id1)6438    - [Ожидаемое удаление в Python 3.15](https://python-all.ru/3.13/deprecations/index.html#id2)6439    - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.13/deprecations/index.html#id3)6440- [Глоссарий](https://python-all.ru/3.13/glossary.html)6441- [Об этой документации](https://python-all.ru/3.13/about.html)64426443  - [Авторы документации Python](https://python-all.ru/3.13/about.html#contributors-to-the-python-documentation)6444- [Работа с ошибками](https://python-all.ru/3.13/bugs.html)64456446  - [Ошибки в документации](https://python-all.ru/3.13/bugs.html#documentation-bugs)6447  - [Использование трекера задач Python](https://python-all.ru/3.13/bugs.html#using-the-python-issue-tracker)6448  - [Начало работы: участие в разработке Python](https://python-all.ru/3.13/bugs.html#getting-started-contributing-to-python-yourself)6449- [Авторские права](https://python-all.ru/3.13/copyright.html)6450- [История и лицензия](https://python-all.ru/3.13/license.html)64516452  - [История программного обеспечения](https://python-all.ru/3.13/license.html#history-of-the-software)6453  - [Условия доступа и использования Python](https://python-all.ru/3.13/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)64546455    - [ЛИЦЕНЗИЯ PYTHON SOFTWARE FOUNDATION ВЕРСИЯ 2](https://python-all.ru/3.13/license.html#python-software-foundation-license-version-2)6456    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.13/license.html#beopen-com-license-agreement-for-python-2-0)6457    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.13/license.html#cnri-license-agreement-for-python-1-6-1)6458    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.13/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)6459    - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМИ УСЛОВИЯМИ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON](https://python-all.ru/3.13/license.html#zero-clause-bsd-license-for-code-in-the-python-documentation)6460  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.13/license.html#licenses-and-acknowledgements-for-incorporated-software)64616462    - [Вихрь Мерсенна](https://python-all.ru/3.13/license.html#mersenne-twister)6463    - [Сокеты](https://python-all.ru/3.13/license.html#sockets)6464    - [Асинхронные службы сокетов](https://python-all.ru/3.13/license.html#asynchronous-socket-services)6465    - [Управление cookie](https://python-all.ru/3.13/license.html#cookie-management)6466    - [Трассировка выполнения](https://python-all.ru/3.13/license.html#execution-tracing)6467    - [Функции UUencode и UUdecode](https://python-all.ru/3.13/license.html#uuencode-and-uudecode-functions)6468    - [XML-вызовы удалённых процедур](https://python-all.ru/3.13/license.html#xml-remote-procedure-calls)6469    - [test\_epoll](https://python-all.ru/3.13/license.html#test-epoll)6470    - [Select kqueue](https://python-all.ru/3.13/license.html#select-kqueue)6471    - [SipHash24](https://python-all.ru/3.13/license.html#siphash24)6472    - [strtod and dtoa](https://python-all.ru/3.13/license.html#strtod-and-dtoa)6473    - [OpenSSL](https://python-all.ru/3.13/license.html#openssl)6474    - [expat](https://python-all.ru/3.13/license.html#expat)6475    - [libffi](https://python-all.ru/3.13/license.html#libffi)6476    - [zlib](https://python-all.ru/3.13/license.html#zlib)6477    - [cfuhash](https://python-all.ru/3.13/license.html#cfuhash)6478    - [libmpdec](https://python-all.ru/3.13/license.html#libmpdec)6479    - [Тестовый набор W3C C14N](https://python-all.ru/3.13/license.html#w3c-c14n-test-suite)6480    - [mimalloc](https://python-all.ru/3.13/license.html#mimalloc)6481    - [asyncio](https://python-all.ru/3.13/license.html#asyncio)6482    - [Глобальные неограниченные последовательности (GUS)](https://python-all.ru/3.13/license.html#global-unbounded-sequences-gus)6483