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

contents.md

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

1> **Источник:** https://python-all.ru/3/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3/whatsnew/index.html)1011  - [Что нового в Python 3.14](https://python-all.ru/3/whatsnew/3.14.html)1213    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.14.html#summary-release-highlights)14    - [Новые возможности](https://python-all.ru/3/whatsnew/3.14.html#new-features)1516      - [**PEP 649** и **PEP 749**: отложенное вычисление аннотаций](https://python-all.ru/3/whatsnew/3.14.html#pep-649-pep-749-deferred-evaluation-of-annotations)17      - [**PEP 734**: несколько интерпретаторов в стандартной библиотеке](https://python-all.ru/3/whatsnew/3.14.html#pep-734-multiple-interpreters-in-the-standard-library)18      - [**PEP 750**: строковые шаблонные литералы](https://python-all.ru/3/whatsnew/3.14.html#pep-750-template-string-literals)19      - [**PEP 768**: безопасный интерфейс внешнего отладчика](https://python-all.ru/3/whatsnew/3.14.html#pep-768-safe-external-debugger-interface)20      - [Новый тип интерпретатора](https://python-all.ru/3/whatsnew/3.14.html#a-new-type-of-interpreter)21      - [Улучшения свободно-поточного режима](https://python-all.ru/3/whatsnew/3.14.html#free-threaded-mode-improvements)22      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.14.html#improved-error-messages)23      - [**PEP 784**: поддержка Zstandard в стандартной библиотеке](https://python-all.ru/3/whatsnew/3.14.html#pep-784-zstandard-support-in-the-standard-library)24      - [Возможности самоанализа asyncio](https://python-all.ru/3/whatsnew/3.14.html#asyncio-introspection-capabilities)25      - [Потокобезопасное управление предупреждениями](https://python-all.ru/3/whatsnew/3.14.html#concurrent-safe-warnings-control)26    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.14.html#other-language-changes)2728      - [Встроенные функции](https://python-all.ru/3/whatsnew/3.14.html#built-ins)29      - [Командная строка и окружение](https://python-all.ru/3/whatsnew/3.14.html#command-line-and-environment)30      - [PEP 758: Разрешены выражения `except` и `except*` без скобок](https://python-all.ru/3/whatsnew/3.14.html#pep-758-allow-except-and-except-expressions-without-brackets)31      - [PEP 765: Управление потоком в блоках `finally`](https://python-all.ru/3/whatsnew/3.14.html#pep-765-control-flow-in-finally-blocks)32      - [Сборка мусора](https://python-all.ru/3/whatsnew/3.14.html#garbage-collection)33      - [Интерактивная оболочка по умолчанию](https://python-all.ru/3/whatsnew/3.14.html#default-interactive-shell)34    - [Новые модули](https://python-all.ru/3/whatsnew/3.14.html#new-modules)35    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.14.html#improved-modules)3637      - [argparse](https://python-all.ru/3/whatsnew/3.14.html#argparse)38      - [ast](https://python-all.ru/3/whatsnew/3.14.html#ast)39      - [asyncio](https://python-all.ru/3/whatsnew/3.14.html#asyncio)40      - [calendar](https://python-all.ru/3/whatsnew/3.14.html#calendar)41      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.14.html#concurrent-futures)42      - [configparser](https://python-all.ru/3/whatsnew/3.14.html#configparser)43      - [contextvars](https://python-all.ru/3/whatsnew/3.14.html#contextvars)44      - [ctypes](https://python-all.ru/3/whatsnew/3.14.html#ctypes)45      - [curses](https://python-all.ru/3/whatsnew/3.14.html#curses)46      - [datetime](https://python-all.ru/3/whatsnew/3.14.html#datetime)47      - [decimal](https://python-all.ru/3/whatsnew/3.14.html#decimal)48      - [difflib](https://python-all.ru/3/whatsnew/3.14.html#difflib)49      - [dis](https://python-all.ru/3/whatsnew/3.14.html#dis)50      - [errno](https://python-all.ru/3/whatsnew/3.14.html#errno)51      - [faulthandler](https://python-all.ru/3/whatsnew/3.14.html#faulthandler)52      - [fnmatch](https://python-all.ru/3/whatsnew/3.14.html#fnmatch)53      - [fractions](https://python-all.ru/3/whatsnew/3.14.html#fractions)54      - [functools](https://python-all.ru/3/whatsnew/3.14.html#functools)55      - [getopt](https://python-all.ru/3/whatsnew/3.14.html#getopt)56      - [getpass](https://python-all.ru/3/whatsnew/3.14.html#getpass)57      - [graphlib](https://python-all.ru/3/whatsnew/3.14.html#graphlib)58      - [heapq](https://python-all.ru/3/whatsnew/3.14.html#heapq)59      - [hmac](https://python-all.ru/3/whatsnew/3.14.html#hmac)60      - [http](https://python-all.ru/3/whatsnew/3.14.html#http)61      - [imaplib](https://python-all.ru/3/whatsnew/3.14.html#imaplib)62      - [inspect](https://python-all.ru/3/whatsnew/3.14.html#inspect)63      - [io](https://python-all.ru/3/whatsnew/3.14.html#io)64      - [json](https://python-all.ru/3/whatsnew/3.14.html#json)65      - [linecache](https://python-all.ru/3/whatsnew/3.14.html#linecache)66      - [logging.handlers](https://python-all.ru/3/whatsnew/3.14.html#logging-handlers)67      - [math](https://python-all.ru/3/whatsnew/3.14.html#math)68      - [mimetypes](https://python-all.ru/3/whatsnew/3.14.html#mimetypes)69      - [multiprocessing](https://python-all.ru/3/whatsnew/3.14.html#multiprocessing)70      - [оператор](https://python-all.ru/3/whatsnew/3.14.html#operator)71      - [os](https://python-all.ru/3/whatsnew/3.14.html#os)72      - [os.path](https://python-all.ru/3/whatsnew/3.14.html#os-path)73      - [pathlib](https://python-all.ru/3/whatsnew/3.14.html#pathlib)74      - [pdb](https://python-all.ru/3/whatsnew/3.14.html#pdb)75      - [pickle](https://python-all.ru/3/whatsnew/3.14.html#pickle)76      - [platform](https://python-all.ru/3/whatsnew/3.14.html#platform)77      - [pydoc](https://python-all.ru/3/whatsnew/3.14.html#pydoc)78      - [re](https://python-all.ru/3/whatsnew/3.14.html#re)79      - [сокет](https://python-all.ru/3/whatsnew/3.14.html#socket)80      - [ssl](https://python-all.ru/3/whatsnew/3.14.html#ssl)81      - [struct](https://python-all.ru/3/whatsnew/3.14.html#struct)82      - [symtable](https://python-all.ru/3/whatsnew/3.14.html#symtable)83      - [sys](https://python-all.ru/3/whatsnew/3.14.html#sys)84      - [sys.monitoring](https://python-all.ru/3/whatsnew/3.14.html#sys-monitoring)85      - [sysconfig](https://python-all.ru/3/whatsnew/3.14.html#sysconfig)86      - [tarfile](https://python-all.ru/3/whatsnew/3.14.html#tarfile)87      - [threading](https://python-all.ru/3/whatsnew/3.14.html#threading)88      - [tkinter](https://python-all.ru/3/whatsnew/3.14.html#tkinter)89      - [turtle](https://python-all.ru/3/whatsnew/3.14.html#turtle)90      - [типы](https://python-all.ru/3/whatsnew/3.14.html#types)91      - [typing](https://python-all.ru/3/whatsnew/3.14.html#typing)92      - [unicodedata](https://python-all.ru/3/whatsnew/3.14.html#unicodedata)93      - [unittest](https://python-all.ru/3/whatsnew/3.14.html#unittest)94      - [urllib](https://python-all.ru/3/whatsnew/3.14.html#urllib)95      - [uuid](https://python-all.ru/3/whatsnew/3.14.html#uuid)96      - [webbrowser](https://python-all.ru/3/whatsnew/3.14.html#webbrowser)97      - [zipfile](https://python-all.ru/3/whatsnew/3.14.html#zipfile)98    - [Оптимизации](https://python-all.ru/3/whatsnew/3.14.html#optimizations)99100      - [asyncio](https://python-all.ru/3/whatsnew/3.14.html#id2)101      - [base64](https://python-all.ru/3/whatsnew/3.14.html#base64)102      - [bdb](https://python-all.ru/3/whatsnew/3.14.html#bdb)103      - [difflib](https://python-all.ru/3/whatsnew/3.14.html#id3)104      - [gc](https://python-all.ru/3/whatsnew/3.14.html#gc)105      - [io](https://python-all.ru/3/whatsnew/3.14.html#id4)106      - [pathlib](https://python-all.ru/3/whatsnew/3.14.html#id5)107      - [pdb](https://python-all.ru/3/whatsnew/3.14.html#id6)108      - [textwrap](https://python-all.ru/3/whatsnew/3.14.html#textwrap)109      - [uuid](https://python-all.ru/3/whatsnew/3.14.html#id7)110      - [zlib](https://python-all.ru/3/whatsnew/3.14.html#zlib)111    - [Удалённое](https://python-all.ru/3/whatsnew/3.14.html#removed)112113      - [argparse](https://python-all.ru/3/whatsnew/3.14.html#id8)114      - [ast](https://python-all.ru/3/whatsnew/3.14.html#id9)115      - [asyncio](https://python-all.ru/3/whatsnew/3.14.html#id10)116      - [email](https://python-all.ru/3/whatsnew/3.14.html#email)117      - [importlib.abc](https://python-all.ru/3/whatsnew/3.14.html#importlib-abc)118      - [itertools](https://python-all.ru/3/whatsnew/3.14.html#itertools)119      - [pathlib](https://python-all.ru/3/whatsnew/3.14.html#id11)120      - [pkgutil](https://python-all.ru/3/whatsnew/3.14.html#pkgutil)121      - [pty](https://python-all.ru/3/whatsnew/3.14.html#pty)122      - [sqlite3](https://python-all.ru/3/whatsnew/3.14.html#sqlite3)123      - [urllib](https://python-all.ru/3/whatsnew/3.14.html#id12)124    - [Устарело](https://python-all.ru/3/whatsnew/3.14.html#deprecated)125126      - [Новые устаревания](https://python-all.ru/3/whatsnew/3.14.html#new-deprecations)127      - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-15)128      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-16)129      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-17)130      - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-18)131      - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-python-3-19)132      - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.14.html#pending-removal-in-future-versions)133    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.14.html#cpython-bytecode-changes)134135      - [Псевдоинструкции](https://python-all.ru/3/whatsnew/3.14.html#pseudo-instructions)136    - [Изменения C API](https://python-all.ru/3/whatsnew/3.14.html#c-api-changes)137138      - [C API конфигурации Python](https://python-all.ru/3/whatsnew/3.14.html#python-configuration-c-api)139      - [Новые возможности C API](https://python-all.ru/3/whatsnew/3.14.html#new-features-in-the-c-api)140      - [Изменения ограниченного C API](https://python-all.ru/3/whatsnew/3.14.html#limited-c-api-changes)141      - [Удалённые C API](https://python-all.ru/3/whatsnew/3.14.html#removed-c-apis)142      - [Устаревшие C API](https://python-all.ru/3/whatsnew/3.14.html#deprecated-c-apis)143144        - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.14.html#id13)145        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.14.html#id14)146        - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.14.html#id15)147        - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.14.html#id16)148    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.14.html#build-changes)149150      - [`build-details.json`](https://python-all.ru/3/whatsnew/3.14.html#build-details-json)151      - [Прекращение использования PGP-подписей](https://python-all.ru/3/whatsnew/3.14.html#discontinuation-of-pgp-signatures)152      - [Free-threaded Python официально поддерживается](https://python-all.ru/3/whatsnew/3.14.html#free-threaded-python-is-officially-supported)153      - [Бинарные сборки для экспериментального JIT-компилятора](https://python-all.ru/3/whatsnew/3.14.html#binary-releases-for-the-experimental-just-in-time-compiler)154    - [Перенос на Python 3.14](https://python-all.ru/3/whatsnew/3.14.html#porting-to-python-3-14)155156      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.14.html#changes-in-the-python-api)157      - [Изменения в аннотациях (**PEP 649** и **PEP 749**)](https://python-all.ru/3/whatsnew/3.14.html#changes-in-annotations-pep-649-and-pep-749)158159        - [Последствия для аннотированного кода](https://python-all.ru/3/whatsnew/3.14.html#implications-for-annotated-code)160        - [Последствия для читателей `__annotations__`](https://python-all.ru/3/whatsnew/3.14.html#implications-for-readers-of-annotations)161        - [Связанные изменения](https://python-all.ru/3/whatsnew/3.14.html#related-changes)162        - [`from __future__ import annotations`](https://python-all.ru/3/whatsnew/3.14.html#from-future-import-annotations)163      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.14.html#changes-in-the-c-api)164    - [Заметные изменения в 3.14.1](https://python-all.ru/3/whatsnew/3.14.html#notable-changes-in-3-14-1)165    - [Значительные изменения в 3.14.5](https://python-all.ru/3/whatsnew/3.14.html#notable-changes-in-3-14-5)166167      - [gc](https://python-all.ru/3/whatsnew/3.14.html#id19)168  - [Что нового в Python 3.13](https://python-all.ru/3/whatsnew/3.13.html)169170    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.13.html#summary-release-highlights)171    - [Новые возможности](https://python-all.ru/3/whatsnew/3.13.html#new-features)172173      - [Улучшенный интерактивный интерпретатор](https://python-all.ru/3/whatsnew/3.13.html#a-better-interactive-interpreter)174      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.13.html#improved-error-messages)175      - [Свободнопоточный CPython](https://python-all.ru/3/whatsnew/3.13.html#free-threaded-cpython)176      - [Экспериментальный JIT-компилятор](https://python-all.ru/3/whatsnew/3.13.html#an-experimental-just-in-time-jit-compiler)177      - [Определена семантика мутаций для `locals()`](https://python-all.ru/3/whatsnew/3.13.html#defined-mutation-semantics-for-locals)178      - [Поддержка мобильных платформ](https://python-all.ru/3/whatsnew/3.13.html#support-for-mobile-platforms)179    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.13.html#other-language-changes)180    - [Новые модули](https://python-all.ru/3/whatsnew/3.13.html#new-modules)181    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.13.html#improved-modules)182183      - [argparse](https://python-all.ru/3/whatsnew/3.13.html#argparse)184      - [array](https://python-all.ru/3/whatsnew/3.13.html#array)185      - [ast](https://python-all.ru/3/whatsnew/3.13.html#ast)186      - [asyncio](https://python-all.ru/3/whatsnew/3.13.html#asyncio)187      - [base64](https://python-all.ru/3/whatsnew/3.13.html#base64)188      - [compileall](https://python-all.ru/3/whatsnew/3.13.html#compileall)189      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.13.html#concurrent-futures)190      - [configparser](https://python-all.ru/3/whatsnew/3.13.html#configparser)191      - [copy](https://python-all.ru/3/whatsnew/3.13.html#copy)192      - [ctypes](https://python-all.ru/3/whatsnew/3.13.html#ctypes)193      - [dbm](https://python-all.ru/3/whatsnew/3.13.html#dbm)194      - [dis](https://python-all.ru/3/whatsnew/3.13.html#dis)195      - [doctest](https://python-all.ru/3/whatsnew/3.13.html#doctest)196      - [email](https://python-all.ru/3/whatsnew/3.13.html#email)197      - [enum](https://python-all.ru/3/whatsnew/3.13.html#enum)198      - [fractions](https://python-all.ru/3/whatsnew/3.13.html#fractions)199      - [glob](https://python-all.ru/3/whatsnew/3.13.html#glob)200      - [importlib](https://python-all.ru/3/whatsnew/3.13.html#importlib)201      - [io](https://python-all.ru/3/whatsnew/3.13.html#io)202      - [ipaddress](https://python-all.ru/3/whatsnew/3.13.html#ipaddress)203      - [itertools](https://python-all.ru/3/whatsnew/3.13.html#itertools)204      - [marshal](https://python-all.ru/3/whatsnew/3.13.html#marshal)205      - [math](https://python-all.ru/3/whatsnew/3.13.html#math)206      - [mimetypes](https://python-all.ru/3/whatsnew/3.13.html#mimetypes)207      - [mmap](https://python-all.ru/3/whatsnew/3.13.html#mmap)208      - [multiprocessing](https://python-all.ru/3/whatsnew/3.13.html#multiprocessing)209      - [os](https://python-all.ru/3/whatsnew/3.13.html#os)210      - [os.path](https://python-all.ru/3/whatsnew/3.13.html#os-path)211      - [pathlib](https://python-all.ru/3/whatsnew/3.13.html#pathlib)212      - [pdb](https://python-all.ru/3/whatsnew/3.13.html#pdb)213      - [очередь](https://python-all.ru/3/whatsnew/3.13.html#queue)214      - [random](https://python-all.ru/3/whatsnew/3.13.html#random)215      - [re](https://python-all.ru/3/whatsnew/3.13.html#re)216      - [shutil](https://python-all.ru/3/whatsnew/3.13.html#shutil)217      - [site](https://python-all.ru/3/whatsnew/3.13.html#site)218      - [sqlite3](https://python-all.ru/3/whatsnew/3.13.html#sqlite3)219      - [ssl](https://python-all.ru/3/whatsnew/3.13.html#ssl)220      - [statistics](https://python-all.ru/3/whatsnew/3.13.html#statistics)221      - [подпроцесс](https://python-all.ru/3/whatsnew/3.13.html#subprocess)222      - [sys](https://python-all.ru/3/whatsnew/3.13.html#sys)223      - [tempfile](https://python-all.ru/3/whatsnew/3.13.html#tempfile)224      - [time](https://python-all.ru/3/whatsnew/3.13.html#time)225      - [tkinter](https://python-all.ru/3/whatsnew/3.13.html#tkinter)226      - [traceback](https://python-all.ru/3/whatsnew/3.13.html#traceback)227      - [типы](https://python-all.ru/3/whatsnew/3.13.html#types)228      - [typing](https://python-all.ru/3/whatsnew/3.13.html#typing)229      - [unicodedata](https://python-all.ru/3/whatsnew/3.13.html#unicodedata)230      - [venv](https://python-all.ru/3/whatsnew/3.13.html#venv)231      - [warnings](https://python-all.ru/3/whatsnew/3.13.html#warnings)232      - [xml](https://python-all.ru/3/whatsnew/3.13.html#xml)233      - [zipimport](https://python-all.ru/3/whatsnew/3.13.html#zipimport)234    - [Оптимизации](https://python-all.ru/3/whatsnew/3.13.html#optimizations)235    - [Удалённые модули и API](https://python-all.ru/3/whatsnew/3.13.html#removed-modules-and-apis)236237      - [PEP 594: Удаление «мёртвых батареек» из стандартной библиотеки](https://python-all.ru/3/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library)238      - [2to3](https://python-all.ru/3/whatsnew/3.13.html#to3)239      - [builtins](https://python-all.ru/3/whatsnew/3.13.html#builtins)240      - [configparser](https://python-all.ru/3/whatsnew/3.13.html#id3)241      - [importlib.metadata](https://python-all.ru/3/whatsnew/3.13.html#importlib-metadata)242      - [locale](https://python-all.ru/3/whatsnew/3.13.html#locale)243      - [opcode](https://python-all.ru/3/whatsnew/3.13.html#opcode)244      - [optparse](https://python-all.ru/3/whatsnew/3.13.html#optparse)245      - [pathlib](https://python-all.ru/3/whatsnew/3.13.html#id4)246      - [re](https://python-all.ru/3/whatsnew/3.13.html#id5)247      - [tkinter.tix](https://python-all.ru/3/whatsnew/3.13.html#tkinter-tix)248      - [turtle](https://python-all.ru/3/whatsnew/3.13.html#turtle)249      - [typing](https://python-all.ru/3/whatsnew/3.13.html#id6)250      - [unittest](https://python-all.ru/3/whatsnew/3.13.html#unittest)251      - [urllib](https://python-all.ru/3/whatsnew/3.13.html#urllib)252      - [webbrowser](https://python-all.ru/3/whatsnew/3.13.html#webbrowser)253    - [Новые объявления об устаревании](https://python-all.ru/3/whatsnew/3.13.html#new-deprecations)254255      - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-14)256      - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-15)257      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-16)258      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-17)259      - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-18)260      - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-python-3-19)261      - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.13.html#pending-removal-in-future-versions)262    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.13.html#cpython-bytecode-changes)263    - [Изменения C API](https://python-all.ru/3/whatsnew/3.13.html#c-api-changes)264265      - [Новые возможности](https://python-all.ru/3/whatsnew/3.13.html#id7)266      - [Изменённые C API](https://python-all.ru/3/whatsnew/3.13.html#changed-c-apis)267      - [Изменения ограниченного C API](https://python-all.ru/3/whatsnew/3.13.html#limited-c-api-changes)268      - [Удалённые C API](https://python-all.ru/3/whatsnew/3.13.html#removed-c-apis)269      - [Устаревшие C API](https://python-all.ru/3/whatsnew/3.13.html#deprecated-c-apis)270271        - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.13.html#id8)272        - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.13.html#id9)273        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.13.html#id10)274        - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/whatsnew/3.13.html#id11)275        - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.13.html#id12)276    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.13.html#build-changes)277    - [Перенос на Python 3.13](https://python-all.ru/3/whatsnew/3.13.html#porting-to-python-3-13)278279      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.13.html#changes-in-the-python-api)280      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.13.html#changes-in-the-c-api)281    - [Изменения в регрессионных тестах](https://python-all.ru/3/whatsnew/3.13.html#regression-test-changes)282  - [Что нового в Python 3.12](https://python-all.ru/3/whatsnew/3.12.html)283284    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.12.html#summary-release-highlights)285    - [Новые возможности](https://python-all.ru/3/whatsnew/3.12.html#new-features)286287      - [PEP 695: Синтаксис параметров типа](https://python-all.ru/3/whatsnew/3.12.html#pep-695-type-parameter-syntax)288      - [PEP 701: Формализация синтаксиса f-строк](https://python-all.ru/3/whatsnew/3.12.html#pep-701-syntactic-formalization-of-f-strings)289      - [PEP 684: GIL для каждого интерпретатора](https://python-all.ru/3/whatsnew/3.12.html#pep-684-a-per-interpreter-gil)290      - [PEP 669: Мониторинг с низким влиянием для CPython](https://python-all.ru/3/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython)291      - [PEP 688: Доступность протокола буфера в Python](https://python-all.ru/3/whatsnew/3.12.html#pep-688-making-the-buffer-protocol-accessible-in-python)292      - [PEP 709: Встраивание генераторных выражений](https://python-all.ru/3/whatsnew/3.12.html#pep-709-comprehension-inlining)293      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.12.html#improved-error-messages)294    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.12.html#new-features-related-to-type-hints)295296      - [PEP 692: Использование `TypedDict` для более точной типизации `**kwargs`](https://python-all.ru/3/whatsnew/3.12.html#pep-692-using-typeddict-for-more-precise-kwargs-typing)297      - [PEP 698: Декоратор override для статической типизации](https://python-all.ru/3/whatsnew/3.12.html#pep-698-override-decorator-for-static-typing)298    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.12.html#other-language-changes)299    - [Новые модули](https://python-all.ru/3/whatsnew/3.12.html#new-modules)300    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.12.html#improved-modules)301302      - [array](https://python-all.ru/3/whatsnew/3.12.html#array)303      - [asyncio](https://python-all.ru/3/whatsnew/3.12.html#asyncio)304      - [calendar](https://python-all.ru/3/whatsnew/3.12.html#calendar)305      - [csv](https://python-all.ru/3/whatsnew/3.12.html#csv)306      - [dis](https://python-all.ru/3/whatsnew/3.12.html#dis)307      - [fractions](https://python-all.ru/3/whatsnew/3.12.html#fractions)308      - [importlib.resources](https://python-all.ru/3/whatsnew/3.12.html#importlib-resources)309      - [inspect](https://python-all.ru/3/whatsnew/3.12.html#inspect)310      - [itertools](https://python-all.ru/3/whatsnew/3.12.html#itertools)311      - [math](https://python-all.ru/3/whatsnew/3.12.html#math)312      - [os](https://python-all.ru/3/whatsnew/3.12.html#os)313      - [os.path](https://python-all.ru/3/whatsnew/3.12.html#os-path)314      - [pathlib](https://python-all.ru/3/whatsnew/3.12.html#pathlib)315      - [platform](https://python-all.ru/3/whatsnew/3.12.html#platform)316      - [pdb](https://python-all.ru/3/whatsnew/3.12.html#pdb)317      - [random](https://python-all.ru/3/whatsnew/3.12.html#random)318      - [shutil](https://python-all.ru/3/whatsnew/3.12.html#shutil)319      - [sqlite3](https://python-all.ru/3/whatsnew/3.12.html#sqlite3)320      - [statistics](https://python-all.ru/3/whatsnew/3.12.html#statistics)321      - [sys](https://python-all.ru/3/whatsnew/3.12.html#sys)322      - [tempfile](https://python-all.ru/3/whatsnew/3.12.html#tempfile)323      - [threading](https://python-all.ru/3/whatsnew/3.12.html#threading)324      - [tkinter](https://python-all.ru/3/whatsnew/3.12.html#tkinter)325      - [tokenize](https://python-all.ru/3/whatsnew/3.12.html#tokenize)326      - [типы](https://python-all.ru/3/whatsnew/3.12.html#types)327      - [typing](https://python-all.ru/3/whatsnew/3.12.html#typing)328      - [unicodedata](https://python-all.ru/3/whatsnew/3.12.html#unicodedata)329      - [unittest](https://python-all.ru/3/whatsnew/3.12.html#unittest)330      - [uuid](https://python-all.ru/3/whatsnew/3.12.html#uuid)331    - [Оптимизации](https://python-all.ru/3/whatsnew/3.12.html#optimizations)332    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.12.html#cpython-bytecode-changes)333    - [Демонстрации и инструменты](https://python-all.ru/3/whatsnew/3.12.html#demos-and-tools)334    - [Устарело](https://python-all.ru/3/whatsnew/3.12.html#deprecated)335336      - [Запланировано к удалению в Python 3.13](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-13)337      - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-14)338      - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-15)339      - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-16)340      - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-python-3-17)341      - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.12.html#pending-removal-in-future-versions)342    - [Удалённое](https://python-all.ru/3/whatsnew/3.12.html#removed)343344      - [asynchat и asyncore](https://python-all.ru/3/whatsnew/3.12.html#asynchat-and-asyncore)345      - [configparser](https://python-all.ru/3/whatsnew/3.12.html#configparser)346      - [distutils](https://python-all.ru/3/whatsnew/3.12.html#distutils)347      - [ensurepip](https://python-all.ru/3/whatsnew/3.12.html#ensurepip)348      - [enum](https://python-all.ru/3/whatsnew/3.12.html#enum)349      - [ftplib](https://python-all.ru/3/whatsnew/3.12.html#ftplib)350      - [gzip](https://python-all.ru/3/whatsnew/3.12.html#gzip)351      - [hashlib](https://python-all.ru/3/whatsnew/3.12.html#hashlib)352      - [importlib](https://python-all.ru/3/whatsnew/3.12.html#importlib)353      - [imp](https://python-all.ru/3/whatsnew/3.12.html#imp)354      - [io](https://python-all.ru/3/whatsnew/3.12.html#io)355      - [locale](https://python-all.ru/3/whatsnew/3.12.html#locale)356      - [smtpd](https://python-all.ru/3/whatsnew/3.12.html#smtpd)357      - [sqlite3](https://python-all.ru/3/whatsnew/3.12.html#id2)358      - [ssl](https://python-all.ru/3/whatsnew/3.12.html#ssl)359      - [unittest](https://python-all.ru/3/whatsnew/3.12.html#id3)360      - [webbrowser](https://python-all.ru/3/whatsnew/3.12.html#webbrowser)361      - [xml.etree.ElementTree](https://python-all.ru/3/whatsnew/3.12.html#xml-etree-elementtree)362      - [zipimport](https://python-all.ru/3/whatsnew/3.12.html#zipimport)363      - [Другие](https://python-all.ru/3/whatsnew/3.12.html#others)364    - [Переход на Python 3.12](https://python-all.ru/3/whatsnew/3.12.html#porting-to-python-3-12)365366      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.12.html#changes-in-the-python-api)367    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.12.html#build-changes)368    - [Изменения C API](https://python-all.ru/3/whatsnew/3.12.html#c-api-changes)369370      - [Новые возможности](https://python-all.ru/3/whatsnew/3.12.html#id4)371      - [Переход на Python 3.12](https://python-all.ru/3/whatsnew/3.12.html#id5)372      - [Устарело](https://python-all.ru/3/whatsnew/3.12.html#id6)373374        - [Удаление планируется в Python 3.14](https://python-all.ru/3/whatsnew/3.12.html#id7)375        - [Ожидается удаление в Python 3.15](https://python-all.ru/3/whatsnew/3.12.html#id8)376        - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/whatsnew/3.12.html#id9)377        - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/whatsnew/3.12.html#id10)378      - [Удалённое](https://python-all.ru/3/whatsnew/3.12.html#id11)379  - [Что нового в Python 3.11](https://python-all.ru/3/whatsnew/3.11.html)380381    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.11.html#summary-release-highlights)382    - [Новые возможности](https://python-all.ru/3/whatsnew/3.11.html#new-features)383384      - [PEP 657: Точное указание местоположения ошибок в трассировках](https://python-all.ru/3/whatsnew/3.11.html#pep-657-fine-grained-error-locations-in-tracebacks)385      - [PEP 654: Группы исключений и `except*`](https://python-all.ru/3/whatsnew/3.11.html#pep-654-exception-groups-and-except)386      - [PEP 678: Исключения можно дополнять заметками](https://python-all.ru/3/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes)387      - [Улучшения программы запуска `py.exe` в Windows](https://python-all.ru/3/whatsnew/3.11.html#windows-py-exe-launcher-improvements)388    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.11.html#new-features-related-to-type-hints)389390      - [PEP 646: Вариативные дженерики](https://python-all.ru/3/whatsnew/3.11.html#pep-646-variadic-generics)391      - [PEP 655: Пометка отдельных `TypedDict` элементов как обязательных или необязательных](https://python-all.ru/3/whatsnew/3.11.html#pep-655-marking-individual-typeddict-items-as-required-or-not-required)392      - [PEP 673: тип `Self`](https://python-all.ru/3/whatsnew/3.11.html#pep-673-self-type)393      - [PEP 675: Тип произвольной литеральной строки](https://python-all.ru/3/whatsnew/3.11.html#pep-675-arbitrary-literal-string-type)394      - [PEP 681: Преобразования классов данных](https://python-all.ru/3/whatsnew/3.11.html#pep-681-data-class-transforms)395      - [PEP 563 может не стать будущим](https://python-all.ru/3/whatsnew/3.11.html#pep-563-may-not-be-the-future)396    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.11.html#other-language-changes)397    - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.11.html#other-cpython-implementation-changes)398    - [Новые модули](https://python-all.ru/3/whatsnew/3.11.html#new-modules)399    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.11.html#improved-modules)400401      - [asyncio](https://python-all.ru/3/whatsnew/3.11.html#asyncio)402      - [contextlib](https://python-all.ru/3/whatsnew/3.11.html#contextlib)403      - [dataclasses](https://python-all.ru/3/whatsnew/3.11.html#dataclasses)404      - [datetime](https://python-all.ru/3/whatsnew/3.11.html#datetime)405      - [enum](https://python-all.ru/3/whatsnew/3.11.html#enum)406      - [fcntl](https://python-all.ru/3/whatsnew/3.11.html#fcntl)407      - [fractions](https://python-all.ru/3/whatsnew/3.11.html#fractions)408      - [functools](https://python-all.ru/3/whatsnew/3.11.html#functools)409      - [gzip](https://python-all.ru/3/whatsnew/3.11.html#gzip)410      - [hashlib](https://python-all.ru/3/whatsnew/3.11.html#hashlib)411      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-idle)412      - [inspect](https://python-all.ru/3/whatsnew/3.11.html#inspect)413      - [locale](https://python-all.ru/3/whatsnew/3.11.html#locale)414      - [logging](https://python-all.ru/3/whatsnew/3.11.html#logging)415      - [math](https://python-all.ru/3/whatsnew/3.11.html#math)416      - [оператор](https://python-all.ru/3/whatsnew/3.11.html#operator)417      - [os](https://python-all.ru/3/whatsnew/3.11.html#os)418      - [pathlib](https://python-all.ru/3/whatsnew/3.11.html#pathlib)419      - [re](https://python-all.ru/3/whatsnew/3.11.html#re)420      - [shutil](https://python-all.ru/3/whatsnew/3.11.html#shutil)421      - [сокет](https://python-all.ru/3/whatsnew/3.11.html#socket)422      - [sqlite3](https://python-all.ru/3/whatsnew/3.11.html#sqlite3)423      - [строка](https://python-all.ru/3/whatsnew/3.11.html#string)424      - [sys](https://python-all.ru/3/whatsnew/3.11.html#sys)425      - [sysconfig](https://python-all.ru/3/whatsnew/3.11.html#sysconfig)426      - [tempfile](https://python-all.ru/3/whatsnew/3.11.html#tempfile)427      - [threading](https://python-all.ru/3/whatsnew/3.11.html#threading)428      - [time](https://python-all.ru/3/whatsnew/3.11.html#time)429      - [tkinter](https://python-all.ru/3/whatsnew/3.11.html#tkinter)430      - [traceback](https://python-all.ru/3/whatsnew/3.11.html#traceback)431      - [typing](https://python-all.ru/3/whatsnew/3.11.html#typing)432      - [unicodedata](https://python-all.ru/3/whatsnew/3.11.html#unicodedata)433      - [unittest](https://python-all.ru/3/whatsnew/3.11.html#unittest)434      - [venv](https://python-all.ru/3/whatsnew/3.11.html#venv)435      - [warnings](https://python-all.ru/3/whatsnew/3.11.html#warnings)436      - [zipfile](https://python-all.ru/3/whatsnew/3.11.html#zipfile)437    - [Оптимизации](https://python-all.ru/3/whatsnew/3.11.html#optimizations)438    - [Более быстрый CPython](https://python-all.ru/3/whatsnew/3.11.html#faster-cpython)439440      - [Более быстрый запуск](https://python-all.ru/3/whatsnew/3.11.html#faster-startup)441442        - [Замороженные импорты / Статические объекты кода](https://python-all.ru/3/whatsnew/3.11.html#frozen-imports-static-code-objects)443      - [Более быстрое выполнение](https://python-all.ru/3/whatsnew/3.11.html#faster-runtime)444445        - [Более дешёвые и ленивые фреймы Python](https://python-all.ru/3/whatsnew/3.11.html#cheaper-lazy-python-frames)446        - [Встраиваемые вызовы функций Python](https://python-all.ru/3/whatsnew/3.11.html#inlined-python-function-calls)447        - [PEP 659: Специализирующийся адаптивный интерпретатор](https://python-all.ru/3/whatsnew/3.11.html#pep-659-specializing-adaptive-interpreter)448      - [Разное](https://python-all.ru/3/whatsnew/3.11.html#misc)449      - [Часто задаваемые вопросы](https://python-all.ru/3/whatsnew/3.11.html#faq)450451        - [Как следует писать код, чтобы воспользоваться этими ускорениями?](https://python-all.ru/3/whatsnew/3.11.html#how-should-i-write-my-code-to-utilize-these-speedups)452        - [Будет ли CPython 3.11 потреблять больше памяти?](https://python-all.ru/3/whatsnew/3.11.html#will-cpython-3-11-use-more-memory)453        - [Я не вижу ускорений в своей рабочей нагрузке. Почему?](https://python-all.ru/3/whatsnew/3.11.html#i-don-t-see-any-speedups-in-my-workload-why)454        - [Есть ли JIT-компилятор?](https://python-all.ru/3/whatsnew/3.11.html#is-there-a-jit-compiler)455      - [Общие сведения](https://python-all.ru/3/whatsnew/3.11.html#about)456    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.11.html#cpython-bytecode-changes)457458      - [Новые опкоды](https://python-all.ru/3/whatsnew/3.11.html#new-opcodes)459      - [Заменённые опкоды](https://python-all.ru/3/whatsnew/3.11.html#replaced-opcodes)460      - [Изменённые/удалённые опкоды](https://python-all.ru/3/whatsnew/3.11.html#changed-removed-opcodes)461    - [Устарело](https://python-all.ru/3/whatsnew/3.11.html#deprecated)462463      - [Язык/Встроенные функции](https://python-all.ru/3/whatsnew/3.11.html#language-builtins)464      - [Модули](https://python-all.ru/3/whatsnew/3.11.html#modules)465      - [Стандартная библиотека](https://python-all.ru/3/whatsnew/3.11.html#standard-library)466    - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3/whatsnew/3.11.html#pending-removal-in-python-3-12)467    - [Удалённое](https://python-all.ru/3/whatsnew/3.11.html#removed)468    - [Переход на Python 3.11](https://python-all.ru/3/whatsnew/3.11.html#porting-to-python-3-11)469    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.11.html#build-changes)470    - [Изменения C API](https://python-all.ru/3/whatsnew/3.11.html#c-api-changes)471472      - [Новые возможности](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-new-features)473      - [Переход на Python 3.11](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-porting)474      - [Устарело](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-deprecated)475      - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-pending-removal)476      - [Удалённое](https://python-all.ru/3/whatsnew/3.11.html#whatsnew311-c-api-removed)477    - [Заметные изменения в 3.11.4](https://python-all.ru/3/whatsnew/3.11.html#notable-changes-in-3-11-4)478479      - [tarfile](https://python-all.ru/3/whatsnew/3.11.html#tarfile)480    - [Заметные изменения в 3.11.5](https://python-all.ru/3/whatsnew/3.11.html#notable-changes-in-3-11-5)481482      - [OpenSSL](https://python-all.ru/3/whatsnew/3.11.html#openssl)483  - [Что нового в Python 3.10](https://python-all.ru/3/whatsnew/3.10.html)484485    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.10.html#summary-release-highlights)486    - [Новые возможности](https://python-all.ru/3/whatsnew/3.10.html#new-features)487488      - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3/whatsnew/3.10.html#parenthesized-context-managers)489      - [Улучшенные сообщения об ошибках](https://python-all.ru/3/whatsnew/3.10.html#better-error-messages)490491        - [SyntaxErrors](https://python-all.ru/3/whatsnew/3.10.html#syntaxerrors)492        - [IndentationErrors](https://python-all.ru/3/whatsnew/3.10.html#indentationerrors)493        - [AttributeErrors](https://python-all.ru/3/whatsnew/3.10.html#attributeerrors)494        - [NameErrors](https://python-all.ru/3/whatsnew/3.10.html#nameerrors)495      - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)496      - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3/whatsnew/3.10.html#pep-634-structural-pattern-matching)497498        - [Синтаксис и операции](https://python-all.ru/3/whatsnew/3.10.html#syntax-and-operations)499        - [Декларативный подход](https://python-all.ru/3/whatsnew/3.10.html#declarative-approach)500        - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3/whatsnew/3.10.html#simple-pattern-match-to-a-literal)501502          - [Поведение без символа подстановки](https://python-all.ru/3/whatsnew/3.10.html#behavior-without-the-wildcard)503        - [Шаблоны с литералом и переменной](https://python-all.ru/3/whatsnew/3.10.html#patterns-with-a-literal-and-variable)504        - [Шаблоны и классы](https://python-all.ru/3/whatsnew/3.10.html#patterns-and-classes)505506          - [Шаблоны с позиционными параметрами](https://python-all.ru/3/whatsnew/3.10.html#patterns-with-positional-parameters)507        - [Вложенные шаблоны](https://python-all.ru/3/whatsnew/3.10.html#nested-patterns)508        - [Сложные шаблоны и символ подстановки](https://python-all.ru/3/whatsnew/3.10.html#complex-patterns-and-the-wildcard)509        - [Ограничитель](https://python-all.ru/3/whatsnew/3.10.html#guard)510        - [Другие ключевые особенности](https://python-all.ru/3/whatsnew/3.10.html#other-key-features)511      - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)512    - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.10.html#new-features-related-to-type-hints)513514      - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3/whatsnew/3.10.html#pep-604-new-type-union-operator)515      - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3/whatsnew/3.10.html#pep-612-parameter-specification-variables)516      - [PEP 613: TypeAlias](https://python-all.ru/3/whatsnew/3.10.html#pep-613-typealias)517      - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3/whatsnew/3.10.html#pep-647-user-defined-type-guards)518    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.10.html#other-language-changes)519    - [Новые модули](https://python-all.ru/3/whatsnew/3.10.html#new-modules)520    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.10.html#improved-modules)521522      - [asyncio](https://python-all.ru/3/whatsnew/3.10.html#asyncio)523      - [argparse](https://python-all.ru/3/whatsnew/3.10.html#argparse)524      - [array](https://python-all.ru/3/whatsnew/3.10.html#array)525      - [asynchat, asyncore, smtpd](https://python-all.ru/3/whatsnew/3.10.html#asynchat-asyncore-smtpd)526      - [base64](https://python-all.ru/3/whatsnew/3.10.html#base64)527      - [bdb](https://python-all.ru/3/whatsnew/3.10.html#bdb)528      - [bisect](https://python-all.ru/3/whatsnew/3.10.html#bisect)529      - [codecs](https://python-all.ru/3/whatsnew/3.10.html#codecs)530      - [collections.abc](https://python-all.ru/3/whatsnew/3.10.html#collections-abc)531      - [contextlib](https://python-all.ru/3/whatsnew/3.10.html#contextlib)532      - [curses](https://python-all.ru/3/whatsnew/3.10.html#curses)533      - [dataclasses](https://python-all.ru/3/whatsnew/3.10.html#dataclasses)534535        - [\_\_slots\_\_](https://python-all.ru/3/whatsnew/3.10.html#slots)536        - [Поля, задаваемые только по ключу](https://python-all.ru/3/whatsnew/3.10.html#keyword-only-fields)537      - [distutils](https://python-all.ru/3/whatsnew/3.10.html#distutils)538      - [doctest](https://python-all.ru/3/whatsnew/3.10.html#doctest)539      - [encodings](https://python-all.ru/3/whatsnew/3.10.html#encodings)540      - [enum](https://python-all.ru/3/whatsnew/3.10.html#enum)541      - [fileinput](https://python-all.ru/3/whatsnew/3.10.html#fileinput)542      - [faulthandler](https://python-all.ru/3/whatsnew/3.10.html#faulthandler)543      - [gc](https://python-all.ru/3/whatsnew/3.10.html#gc)544      - [glob](https://python-all.ru/3/whatsnew/3.10.html#glob)545      - [hashlib](https://python-all.ru/3/whatsnew/3.10.html#hashlib)546      - [hmac](https://python-all.ru/3/whatsnew/3.10.html#hmac)547      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.10.html#idle-and-idlelib)548      - [importlib.metadata](https://python-all.ru/3/whatsnew/3.10.html#importlib-metadata)549      - [inspect](https://python-all.ru/3/whatsnew/3.10.html#inspect)550      - [itertools](https://python-all.ru/3/whatsnew/3.10.html#itertools)551      - [linecache](https://python-all.ru/3/whatsnew/3.10.html#linecache)552      - [os](https://python-all.ru/3/whatsnew/3.10.html#os)553      - [os.path](https://python-all.ru/3/whatsnew/3.10.html#os-path)554      - [pathlib](https://python-all.ru/3/whatsnew/3.10.html#pathlib)555      - [platform](https://python-all.ru/3/whatsnew/3.10.html#platform)556      - [pprint](https://python-all.ru/3/whatsnew/3.10.html#pprint)557      - [py\_compile](https://python-all.ru/3/whatsnew/3.10.html#py-compile)558      - [pyclbr](https://python-all.ru/3/whatsnew/3.10.html#pyclbr)559      - [shelve](https://python-all.ru/3/whatsnew/3.10.html#shelve)560      - [statistics](https://python-all.ru/3/whatsnew/3.10.html#statistics)561      - [site](https://python-all.ru/3/whatsnew/3.10.html#site)562      - [сокет](https://python-all.ru/3/whatsnew/3.10.html#socket)563      - [ssl](https://python-all.ru/3/whatsnew/3.10.html#ssl)564      - [sqlite3](https://python-all.ru/3/whatsnew/3.10.html#sqlite3)565      - [sys](https://python-all.ru/3/whatsnew/3.10.html#sys)566      - [\_thread](https://python-all.ru/3/whatsnew/3.10.html#thread)567      - [threading](https://python-all.ru/3/whatsnew/3.10.html#threading)568      - [traceback](https://python-all.ru/3/whatsnew/3.10.html#traceback)569      - [типы](https://python-all.ru/3/whatsnew/3.10.html#types)570      - [typing](https://python-all.ru/3/whatsnew/3.10.html#typing)571      - [unittest](https://python-all.ru/3/whatsnew/3.10.html#unittest)572      - [urllib.parse](https://python-all.ru/3/whatsnew/3.10.html#urllib-parse)573      - [xml](https://python-all.ru/3/whatsnew/3.10.html#xml)574      - [zipimport](https://python-all.ru/3/whatsnew/3.10.html#zipimport)575    - [Оптимизации](https://python-all.ru/3/whatsnew/3.10.html#optimizations)576    - [Устарело](https://python-all.ru/3/whatsnew/3.10.html#deprecated)577    - [Удалённое](https://python-all.ru/3/whatsnew/3.10.html#removed)578    - [Перенос на Python 3.10](https://python-all.ru/3/whatsnew/3.10.html#porting-to-python-3-10)579580      - [Изменения в синтаксисе Python](https://python-all.ru/3/whatsnew/3.10.html#changes-in-the-python-syntax)581      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.10.html#changes-in-the-python-api)582      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.10.html#changes-in-the-c-api)583    - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.10.html#cpython-bytecode-changes)584    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.10.html#build-changes)585    - [Изменения C API](https://python-all.ru/3/whatsnew/3.10.html#c-api-changes)586587      - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)588      - [Новые возможности](https://python-all.ru/3/whatsnew/3.10.html#id1)589      - [Перенос на Python 3.10](https://python-all.ru/3/whatsnew/3.10.html#id2)590      - [Устарело](https://python-all.ru/3/whatsnew/3.10.html#id3)591      - [Удалённое](https://python-all.ru/3/whatsnew/3.10.html#id4)592    - [Важная функция безопасности в 3.10.7](https://python-all.ru/3/whatsnew/3.10.html#notable-security-feature-in-3-10-7)593    - [Важная функция безопасности в 3.10.8](https://python-all.ru/3/whatsnew/3.10.html#notable-security-feature-in-3-10-8)594    - [Важные изменения в 3.10.12](https://python-all.ru/3/whatsnew/3.10.html#notable-changes-in-3-10-12)595596      - [tarfile](https://python-all.ru/3/whatsnew/3.10.html#tarfile)597  - [Что нового в Python 3.9](https://python-all.ru/3/whatsnew/3.9.html)598599    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.9.html#summary-release-highlights)600    - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)601    - [Новые возможности](https://python-all.ru/3/whatsnew/3.9.html#new-features)602603      - [Операторы слияния и обновления словарей](https://python-all.ru/3/whatsnew/3.9.html#dictionary-merge-update-operators)604      - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)605      - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)606      - [Новый парсер](https://python-all.ru/3/whatsnew/3.9.html#new-parser)607    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.9.html#other-language-changes)608    - [Новые модули](https://python-all.ru/3/whatsnew/3.9.html#new-modules)609610      - [zoneinfo](https://python-all.ru/3/whatsnew/3.9.html#zoneinfo)611      - [graphlib](https://python-all.ru/3/whatsnew/3.9.html#graphlib)612    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.9.html#improved-modules)613614      - [ast](https://python-all.ru/3/whatsnew/3.9.html#ast)615      - [asyncio](https://python-all.ru/3/whatsnew/3.9.html#asyncio)616      - [compileall](https://python-all.ru/3/whatsnew/3.9.html#compileall)617      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.9.html#concurrent-futures)618      - [curses](https://python-all.ru/3/whatsnew/3.9.html#curses)619      - [datetime](https://python-all.ru/3/whatsnew/3.9.html#datetime)620      - [distutils](https://python-all.ru/3/whatsnew/3.9.html#distutils)621      - [fcntl](https://python-all.ru/3/whatsnew/3.9.html#fcntl)622      - [ftplib](https://python-all.ru/3/whatsnew/3.9.html#ftplib)623      - [gc](https://python-all.ru/3/whatsnew/3.9.html#gc)624      - [hashlib](https://python-all.ru/3/whatsnew/3.9.html#hashlib)625      - [http](https://python-all.ru/3/whatsnew/3.9.html#http)626      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.9.html#idle-and-idlelib)627      - [imaplib](https://python-all.ru/3/whatsnew/3.9.html#imaplib)628      - [importlib](https://python-all.ru/3/whatsnew/3.9.html#importlib)629      - [inspect](https://python-all.ru/3/whatsnew/3.9.html#inspect)630      - [ipaddress](https://python-all.ru/3/whatsnew/3.9.html#ipaddress)631      - [math](https://python-all.ru/3/whatsnew/3.9.html#math)632      - [multiprocessing](https://python-all.ru/3/whatsnew/3.9.html#multiprocessing)633      - [nntplib](https://python-all.ru/3/whatsnew/3.9.html#nntplib)634      - [os](https://python-all.ru/3/whatsnew/3.9.html#os)635      - [pathlib](https://python-all.ru/3/whatsnew/3.9.html#pathlib)636      - [pdb](https://python-all.ru/3/whatsnew/3.9.html#pdb)637      - [poplib](https://python-all.ru/3/whatsnew/3.9.html#poplib)638      - [pprint](https://python-all.ru/3/whatsnew/3.9.html#pprint)639      - [pydoc](https://python-all.ru/3/whatsnew/3.9.html#pydoc)640      - [random](https://python-all.ru/3/whatsnew/3.9.html#random)641      - [signal](https://python-all.ru/3/whatsnew/3.9.html#signal)642      - [smtplib](https://python-all.ru/3/whatsnew/3.9.html#smtplib)643      - [сокет](https://python-all.ru/3/whatsnew/3.9.html#socket)644      - [time](https://python-all.ru/3/whatsnew/3.9.html#time)645      - [sys](https://python-all.ru/3/whatsnew/3.9.html#sys)646      - [tracemalloc](https://python-all.ru/3/whatsnew/3.9.html#tracemalloc)647      - [typing](https://python-all.ru/3/whatsnew/3.9.html#typing)648      - [unicodedata](https://python-all.ru/3/whatsnew/3.9.html#unicodedata)649      - [venv](https://python-all.ru/3/whatsnew/3.9.html#venv)650      - [xml](https://python-all.ru/3/whatsnew/3.9.html#xml)651    - [Оптимизации](https://python-all.ru/3/whatsnew/3.9.html#optimizations)652    - [Устарело](https://python-all.ru/3/whatsnew/3.9.html#deprecated)653    - [Удалённое](https://python-all.ru/3/whatsnew/3.9.html#removed)654    - [Перенос на Python 3.9](https://python-all.ru/3/whatsnew/3.9.html#porting-to-python-3-9)655656      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.9.html#changes-in-the-python-api)657      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.9.html#changes-in-the-c-api)658      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.9.html#cpython-bytecode-changes)659    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.9.html#build-changes)660    - [Изменения C API](https://python-all.ru/3/whatsnew/3.9.html#c-api-changes)661662      - [Новые возможности](https://python-all.ru/3/whatsnew/3.9.html#id1)663      - [Перенос на Python 3.9](https://python-all.ru/3/whatsnew/3.9.html#id2)664      - [Удалённое](https://python-all.ru/3/whatsnew/3.9.html#id3)665    - [Заметные изменения в Python 3.9.1](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-1)666667      - [typing](https://python-all.ru/3/whatsnew/3.9.html#id4)668      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)669    - [Заметные изменения в Python 3.9.2](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-2)670671      - [collections.abc](https://python-all.ru/3/whatsnew/3.9.html#collections-abc)672      - [urllib.parse](https://python-all.ru/3/whatsnew/3.9.html#urllib-parse)673    - [Заметные изменения в Python 3.9.3](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-3)674    - [Заметные изменения в Python 3.9.5](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-5)675676      - [urllib.parse](https://python-all.ru/3/whatsnew/3.9.html#id5)677    - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3/whatsnew/3.9.html#notable-security-feature-in-3-9-14)678    - [Заметные изменения в 3.9.17](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-3-9-17)679680      - [tarfile](https://python-all.ru/3/whatsnew/3.9.html#tarfile)681  - [Что нового в Python 3.8](https://python-all.ru/3/whatsnew/3.8.html)682683    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.8.html#summary-release-highlights)684    - [Новые возможности](https://python-all.ru/3/whatsnew/3.8.html#new-features)685686      - [Присваивающие выражения](https://python-all.ru/3/whatsnew/3.8.html#assignment-expressions)687      - [Только позиционные параметры](https://python-all.ru/3/whatsnew/3.8.html#positional-only-parameters)688      - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)689      - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)690      - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)691      - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)692      - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3/whatsnew/3.8.html#pep-587-python-initialization-configuration)693      - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)694      - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)695    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.8.html#other-language-changes)696    - [Новые модули](https://python-all.ru/3/whatsnew/3.8.html#new-modules)697    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.8.html#improved-modules)698699      - [ast](https://python-all.ru/3/whatsnew/3.8.html#ast)700      - [asyncio](https://python-all.ru/3/whatsnew/3.8.html#asyncio)701      - [builtins](https://python-all.ru/3/whatsnew/3.8.html#builtins)702      - [collections](https://python-all.ru/3/whatsnew/3.8.html#collections)703      - [cProfile](https://python-all.ru/3/whatsnew/3.8.html#cprofile)704      - [csv](https://python-all.ru/3/whatsnew/3.8.html#csv)705      - [curses](https://python-all.ru/3/whatsnew/3.8.html#curses)706      - [ctypes](https://python-all.ru/3/whatsnew/3.8.html#ctypes)707      - [datetime](https://python-all.ru/3/whatsnew/3.8.html#datetime)708      - [functools](https://python-all.ru/3/whatsnew/3.8.html#functools)709      - [gc](https://python-all.ru/3/whatsnew/3.8.html#gc)710      - [gettext](https://python-all.ru/3/whatsnew/3.8.html#gettext)711      - [gzip](https://python-all.ru/3/whatsnew/3.8.html#gzip)712      - [IDLE и idlelib](https://python-all.ru/3/whatsnew/3.8.html#idle-and-idlelib)713      - [inspect](https://python-all.ru/3/whatsnew/3.8.html#inspect)714      - [io](https://python-all.ru/3/whatsnew/3.8.html#io)715      - [itertools](https://python-all.ru/3/whatsnew/3.8.html#itertools)716      - [json.tool](https://python-all.ru/3/whatsnew/3.8.html#json-tool)717      - [logging](https://python-all.ru/3/whatsnew/3.8.html#logging)718      - [math](https://python-all.ru/3/whatsnew/3.8.html#math)719      - [mmap](https://python-all.ru/3/whatsnew/3.8.html#mmap)720      - [multiprocessing](https://python-all.ru/3/whatsnew/3.8.html#multiprocessing)721      - [os](https://python-all.ru/3/whatsnew/3.8.html#os)722      - [os.path](https://python-all.ru/3/whatsnew/3.8.html#os-path)723      - [pathlib](https://python-all.ru/3/whatsnew/3.8.html#pathlib)724      - [pickle](https://python-all.ru/3/whatsnew/3.8.html#pickle)725      - [plistlib](https://python-all.ru/3/whatsnew/3.8.html#plistlib)726      - [pprint](https://python-all.ru/3/whatsnew/3.8.html#pprint)727      - [py\_compile](https://python-all.ru/3/whatsnew/3.8.html#py-compile)728      - [shlex](https://python-all.ru/3/whatsnew/3.8.html#shlex)729      - [shutil](https://python-all.ru/3/whatsnew/3.8.html#shutil)730      - [сокет](https://python-all.ru/3/whatsnew/3.8.html#socket)731      - [ssl](https://python-all.ru/3/whatsnew/3.8.html#ssl)732      - [statistics](https://python-all.ru/3/whatsnew/3.8.html#statistics)733      - [sys](https://python-all.ru/3/whatsnew/3.8.html#sys)734      - [tarfile](https://python-all.ru/3/whatsnew/3.8.html#tarfile)735      - [threading](https://python-all.ru/3/whatsnew/3.8.html#threading)736      - [tokenize](https://python-all.ru/3/whatsnew/3.8.html#tokenize)737      - [tkinter](https://python-all.ru/3/whatsnew/3.8.html#tkinter)738      - [time](https://python-all.ru/3/whatsnew/3.8.html#time)739      - [typing](https://python-all.ru/3/whatsnew/3.8.html#typing)740      - [unicodedata](https://python-all.ru/3/whatsnew/3.8.html#unicodedata)741      - [unittest](https://python-all.ru/3/whatsnew/3.8.html#unittest)742      - [venv](https://python-all.ru/3/whatsnew/3.8.html#venv)743      - [weakref](https://python-all.ru/3/whatsnew/3.8.html#weakref)744      - [xml](https://python-all.ru/3/whatsnew/3.8.html#xml)745      - [xmlrpc](https://python-all.ru/3/whatsnew/3.8.html#xmlrpc)746    - [Оптимизации](https://python-all.ru/3/whatsnew/3.8.html#optimizations)747    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.8.html#build-and-c-api-changes)748    - [Устарело](https://python-all.ru/3/whatsnew/3.8.html#deprecated)749    - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.8.html#api-and-feature-removals)750    - [Перенос на Python 3.8](https://python-all.ru/3/whatsnew/3.8.html#porting-to-python-3-8)751752      - [Изменения в поведении Python](https://python-all.ru/3/whatsnew/3.8.html#changes-in-python-behavior)753      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.8.html#changes-in-the-python-api)754      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.8.html#changes-in-the-c-api)755      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.8.html#cpython-bytecode-changes)756      - [Демонстрации и инструменты](https://python-all.ru/3/whatsnew/3.8.html#demos-and-tools)757    - [Заметные изменения в Python 3.8.1](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-1)758    - [Заметные изменения в Python 3.8.2](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-2)759    - [Заметные изменения в Python 3.8.3](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-3)760    - [Заметные изменения в Python 3.8.8](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-8)761    - [Заметные изменения в Python 3.8.9](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-9)762    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-10)763764      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)765    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3/whatsnew/3.8.html#id1)766767      - [urllib.parse](https://python-all.ru/3/whatsnew/3.8.html#urllib-parse)768    - [Заметные изменения в Python 3.8.12](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-12)769770      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.8.html#id2)771    - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3/whatsnew/3.8.html#notable-security-feature-in-3-8-14)772    - [Заметные изменения в 3.8.17](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-3-8-17)773774      - [tarfile](https://python-all.ru/3/whatsnew/3.8.html#id3)775  - [Что нового в Python 3.7](https://python-all.ru/3/whatsnew/3.7.html)776777    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.7.html#summary-release-highlights)778    - [Новые возможности](https://python-all.ru/3/whatsnew/3.7.html#new-features)779780      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)781      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)782      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)783      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3/whatsnew/3.7.html#pep-553-built-in-breakpoint)784      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)785      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)786      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)787      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)788      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)789      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3/whatsnew/3.7.html#pep-552-hash-based-pyc-files)790      - [PEP 545: Переводы документации Python](https://python-all.ru/3/whatsnew/3.7.html#pep-545-python-documentation-translations)791      - [Режим разработки Python (-X dev)](https://python-all.ru/3/whatsnew/3.7.html#python-development-mode-x-dev)792    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.7.html#other-language-changes)793    - [Новые модули](https://python-all.ru/3/whatsnew/3.7.html#new-modules)794795      - [contextvars](https://python-all.ru/3/whatsnew/3.7.html#contextvars)796      - [dataclasses](https://python-all.ru/3/whatsnew/3.7.html#dataclasses)797      - [importlib.resources](https://python-all.ru/3/whatsnew/3.7.html#importlib-resources)798    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.7.html#improved-modules)799800      - [argparse](https://python-all.ru/3/whatsnew/3.7.html#argparse)801      - [asyncio](https://python-all.ru/3/whatsnew/3.7.html#asyncio)802      - [binascii](https://python-all.ru/3/whatsnew/3.7.html#binascii)803      - [calendar](https://python-all.ru/3/whatsnew/3.7.html#calendar)804      - [collections](https://python-all.ru/3/whatsnew/3.7.html#collections)805      - [compileall](https://python-all.ru/3/whatsnew/3.7.html#compileall)806      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.7.html#concurrent-futures)807      - [contextlib](https://python-all.ru/3/whatsnew/3.7.html#contextlib)808      - [cProfile](https://python-all.ru/3/whatsnew/3.7.html#cprofile)809      - [crypt](https://python-all.ru/3/whatsnew/3.7.html#crypt)810      - [datetime](https://python-all.ru/3/whatsnew/3.7.html#datetime)811      - [dbm](https://python-all.ru/3/whatsnew/3.7.html#dbm)812      - [decimal](https://python-all.ru/3/whatsnew/3.7.html#decimal)813      - [dis](https://python-all.ru/3/whatsnew/3.7.html#dis)814      - [distutils](https://python-all.ru/3/whatsnew/3.7.html#distutils)815      - [enum](https://python-all.ru/3/whatsnew/3.7.html#enum)816      - [functools](https://python-all.ru/3/whatsnew/3.7.html#functools)817      - [gc](https://python-all.ru/3/whatsnew/3.7.html#gc)818      - [hmac](https://python-all.ru/3/whatsnew/3.7.html#hmac)819      - [http.client](https://python-all.ru/3/whatsnew/3.7.html#http-client)820      - [http.server](https://python-all.ru/3/whatsnew/3.7.html#http-server)821      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.7.html#idlelib-and-idle)822      - [importlib](https://python-all.ru/3/whatsnew/3.7.html#importlib)823      - [io](https://python-all.ru/3/whatsnew/3.7.html#io)824      - [ipaddress](https://python-all.ru/3/whatsnew/3.7.html#ipaddress)825      - [itertools](https://python-all.ru/3/whatsnew/3.7.html#itertools)826      - [locale](https://python-all.ru/3/whatsnew/3.7.html#locale)827      - [logging](https://python-all.ru/3/whatsnew/3.7.html#logging)828      - [math](https://python-all.ru/3/whatsnew/3.7.html#math)829      - [mimetypes](https://python-all.ru/3/whatsnew/3.7.html#mimetypes)830      - [msilib](https://python-all.ru/3/whatsnew/3.7.html#msilib)831      - [multiprocessing](https://python-all.ru/3/whatsnew/3.7.html#multiprocessing)832      - [os](https://python-all.ru/3/whatsnew/3.7.html#os)833      - [pathlib](https://python-all.ru/3/whatsnew/3.7.html#pathlib)834      - [pdb](https://python-all.ru/3/whatsnew/3.7.html#pdb)835      - [py\_compile](https://python-all.ru/3/whatsnew/3.7.html#py-compile)836      - [pydoc](https://python-all.ru/3/whatsnew/3.7.html#pydoc)837      - [очередь](https://python-all.ru/3/whatsnew/3.7.html#queue)838      - [re](https://python-all.ru/3/whatsnew/3.7.html#re)839      - [signal](https://python-all.ru/3/whatsnew/3.7.html#signal)840      - [сокет](https://python-all.ru/3/whatsnew/3.7.html#socket)841      - [socketserver](https://python-all.ru/3/whatsnew/3.7.html#socketserver)842      - [sqlite3](https://python-all.ru/3/whatsnew/3.7.html#sqlite3)843      - [ssl](https://python-all.ru/3/whatsnew/3.7.html#ssl)844      - [строка](https://python-all.ru/3/whatsnew/3.7.html#string)845      - [подпроцесс](https://python-all.ru/3/whatsnew/3.7.html#subprocess)846      - [sys](https://python-all.ru/3/whatsnew/3.7.html#sys)847      - [time](https://python-all.ru/3/whatsnew/3.7.html#time)848      - [tkinter](https://python-all.ru/3/whatsnew/3.7.html#tkinter)849      - [tracemalloc](https://python-all.ru/3/whatsnew/3.7.html#tracemalloc)850      - [типы](https://python-all.ru/3/whatsnew/3.7.html#types)851      - [unicodedata](https://python-all.ru/3/whatsnew/3.7.html#unicodedata)852      - [unittest](https://python-all.ru/3/whatsnew/3.7.html#unittest)853      - [unittest.mock](https://python-all.ru/3/whatsnew/3.7.html#unittest-mock)854      - [urllib.parse](https://python-all.ru/3/whatsnew/3.7.html#urllib-parse)855      - [uu](https://python-all.ru/3/whatsnew/3.7.html#uu)856      - [uuid](https://python-all.ru/3/whatsnew/3.7.html#uuid)857      - [warnings](https://python-all.ru/3/whatsnew/3.7.html#warnings)858      - [xml](https://python-all.ru/3/whatsnew/3.7.html#xml)859      - [xml.etree](https://python-all.ru/3/whatsnew/3.7.html#xml-etree)860      - [xmlrpc.server](https://python-all.ru/3/whatsnew/3.7.html#xmlrpc-server)861      - [zipapp](https://python-all.ru/3/whatsnew/3.7.html#zipapp)862      - [zipfile](https://python-all.ru/3/whatsnew/3.7.html#zipfile)863    - [Изменения C API](https://python-all.ru/3/whatsnew/3.7.html#c-api-changes)864    - [Изменения сборки](https://python-all.ru/3/whatsnew/3.7.html#build-changes)865    - [Оптимизации](https://python-all.ru/3/whatsnew/3.7.html#optimizations)866    - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.7.html#other-cpython-implementation-changes)867    - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.7.html#deprecated-python-behavior)868    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)869870      - [aifc](https://python-all.ru/3/whatsnew/3.7.html#aifc)871      - [asyncio](https://python-all.ru/3/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)872      - [collections](https://python-all.ru/3/whatsnew/3.7.html#id3)873      - [dbm](https://python-all.ru/3/whatsnew/3.7.html#id4)874      - [enum](https://python-all.ru/3/whatsnew/3.7.html#id5)875      - [gettext](https://python-all.ru/3/whatsnew/3.7.html#gettext)876      - [importlib](https://python-all.ru/3/whatsnew/3.7.html#id6)877      - [locale](https://python-all.ru/3/whatsnew/3.7.html#id7)878      - [macpath](https://python-all.ru/3/whatsnew/3.7.html#macpath)879      - [threading](https://python-all.ru/3/whatsnew/3.7.html#threading)880      - [сокет](https://python-all.ru/3/whatsnew/3.7.html#id8)881      - [ssl](https://python-all.ru/3/whatsnew/3.7.html#id9)882      - [sunau](https://python-all.ru/3/whatsnew/3.7.html#sunau)883      - [sys](https://python-all.ru/3/whatsnew/3.7.html#id10)884      - [wave](https://python-all.ru/3/whatsnew/3.7.html#wave)885    - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)886    - [Удаление поддержки платформ](https://python-all.ru/3/whatsnew/3.7.html#platform-support-removals)887    - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.7.html#api-and-feature-removals)888    - [Удаление модулей](https://python-all.ru/3/whatsnew/3.7.html#module-removals)889    - [Изменения только для Windows](https://python-all.ru/3/whatsnew/3.7.html#windows-only-changes)890    - [Перенос на Python 3.7](https://python-all.ru/3/whatsnew/3.7.html#porting-to-python-3-7)891892      - [Изменения в поведении Python](https://python-all.ru/3/whatsnew/3.7.html#changes-in-python-behavior)893      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.7.html#changes-in-the-python-api)894      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.7.html#changes-in-the-c-api)895      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.7.html#cpython-bytecode-changes)896      - [Изменения только для Windows](https://python-all.ru/3/whatsnew/3.7.html#id12)897      - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.7.html#id13)898    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-1)899    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-2)900    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-6)901    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-10)902    - [Заметные изменения в Python 3.7.11](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-11)903    - [Важная функция безопасности в 3.7.14](https://python-all.ru/3/whatsnew/3.7.html#notable-security-feature-in-3-7-14)904  - [Что нового в Python 3.6](https://python-all.ru/3/whatsnew/3.6.html)905906    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.6.html#summary-release-highlights)907    - [Новые возможности](https://python-all.ru/3/whatsnew/3.6.html#new-features)908909      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3/whatsnew/3.6.html#pep-498-formatted-string-literals)910      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)911      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)912      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3/whatsnew/3.6.html#pep-525-asynchronous-generators)913      - [PEP 530: Асинхронные включения](https://python-all.ru/3/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)914      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)915      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)916      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)917      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3/whatsnew/3.6.html#pep-495-local-time-disambiguation)918      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)919      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)920      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)921      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)922      - [Новая реализация dict](https://python-all.ru/3/whatsnew/3.6.html#new-dict-implementation)923      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)924      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3/whatsnew/3.6.html#pythonmalloc-environment-variable)925      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)926    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.6.html#other-language-changes)927    - [Новые модули](https://python-all.ru/3/whatsnew/3.6.html#new-modules)928929      - [secrets](https://python-all.ru/3/whatsnew/3.6.html#secrets)930    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.6.html#improved-modules)931932      - [array](https://python-all.ru/3/whatsnew/3.6.html#array)933      - [ast](https://python-all.ru/3/whatsnew/3.6.html#ast)934      - [asyncio](https://python-all.ru/3/whatsnew/3.6.html#asyncio)935      - [binascii](https://python-all.ru/3/whatsnew/3.6.html#binascii)936      - [cmath](https://python-all.ru/3/whatsnew/3.6.html#cmath)937      - [collections](https://python-all.ru/3/whatsnew/3.6.html#collections)938      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.6.html#concurrent-futures)939      - [contextlib](https://python-all.ru/3/whatsnew/3.6.html#contextlib)940      - [datetime](https://python-all.ru/3/whatsnew/3.6.html#datetime)941      - [decimal](https://python-all.ru/3/whatsnew/3.6.html#decimal)942      - [distutils](https://python-all.ru/3/whatsnew/3.6.html#distutils)943      - [email](https://python-all.ru/3/whatsnew/3.6.html#email)944      - [encodings](https://python-all.ru/3/whatsnew/3.6.html#encodings)945      - [enum](https://python-all.ru/3/whatsnew/3.6.html#enum)946      - [faulthandler](https://python-all.ru/3/whatsnew/3.6.html#faulthandler)947      - [fileinput](https://python-all.ru/3/whatsnew/3.6.html#fileinput)948      - [hashlib](https://python-all.ru/3/whatsnew/3.6.html#hashlib)949      - [http.client](https://python-all.ru/3/whatsnew/3.6.html#http-client)950      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.6.html#idlelib-and-idle)951      - [importlib](https://python-all.ru/3/whatsnew/3.6.html#importlib)952      - [inspect](https://python-all.ru/3/whatsnew/3.6.html#inspect)953      - [json](https://python-all.ru/3/whatsnew/3.6.html#json)954      - [logging](https://python-all.ru/3/whatsnew/3.6.html#logging)955      - [math](https://python-all.ru/3/whatsnew/3.6.html#math)956      - [multiprocessing](https://python-all.ru/3/whatsnew/3.6.html#multiprocessing)957      - [os](https://python-all.ru/3/whatsnew/3.6.html#os)958      - [pathlib](https://python-all.ru/3/whatsnew/3.6.html#pathlib)959      - [pdb](https://python-all.ru/3/whatsnew/3.6.html#pdb)960      - [pickle](https://python-all.ru/3/whatsnew/3.6.html#pickle)961      - [pickletools](https://python-all.ru/3/whatsnew/3.6.html#pickletools)962      - [pydoc](https://python-all.ru/3/whatsnew/3.6.html#pydoc)963      - [random](https://python-all.ru/3/whatsnew/3.6.html#random)964      - [re](https://python-all.ru/3/whatsnew/3.6.html#re)965      - [readline](https://python-all.ru/3/whatsnew/3.6.html#readline)966      - [rlcompleter](https://python-all.ru/3/whatsnew/3.6.html#rlcompleter)967      - [shlex](https://python-all.ru/3/whatsnew/3.6.html#shlex)968      - [site](https://python-all.ru/3/whatsnew/3.6.html#site)969      - [sqlite3](https://python-all.ru/3/whatsnew/3.6.html#sqlite3)970      - [сокет](https://python-all.ru/3/whatsnew/3.6.html#socket)971      - [socketserver](https://python-all.ru/3/whatsnew/3.6.html#socketserver)972      - [ssl](https://python-all.ru/3/whatsnew/3.6.html#ssl)973      - [statistics](https://python-all.ru/3/whatsnew/3.6.html#statistics)974      - [struct](https://python-all.ru/3/whatsnew/3.6.html#struct)975      - [подпроцесс](https://python-all.ru/3/whatsnew/3.6.html#subprocess)976      - [sys](https://python-all.ru/3/whatsnew/3.6.html#sys)977      - [telnetlib](https://python-all.ru/3/whatsnew/3.6.html#telnetlib)978      - [time](https://python-all.ru/3/whatsnew/3.6.html#time)979      - [timeit](https://python-all.ru/3/whatsnew/3.6.html#timeit)980      - [tkinter](https://python-all.ru/3/whatsnew/3.6.html#tkinter)981      - [traceback](https://python-all.ru/3/whatsnew/3.6.html#traceback)982      - [tracemalloc](https://python-all.ru/3/whatsnew/3.6.html#tracemalloc)983      - [typing](https://python-all.ru/3/whatsnew/3.6.html#typing)984      - [unicodedata](https://python-all.ru/3/whatsnew/3.6.html#unicodedata)985      - [unittest.mock](https://python-all.ru/3/whatsnew/3.6.html#unittest-mock)986      - [urllib.request](https://python-all.ru/3/whatsnew/3.6.html#urllib-request)987      - [urllib.robotparser](https://python-all.ru/3/whatsnew/3.6.html#urllib-robotparser)988      - [venv](https://python-all.ru/3/whatsnew/3.6.html#venv)989      - [warnings](https://python-all.ru/3/whatsnew/3.6.html#warnings)990      - [winreg](https://python-all.ru/3/whatsnew/3.6.html#winreg)991      - [winsound](https://python-all.ru/3/whatsnew/3.6.html#winsound)992      - [xmlrpc.client](https://python-all.ru/3/whatsnew/3.6.html#xmlrpc-client)993      - [zipfile](https://python-all.ru/3/whatsnew/3.6.html#zipfile)994      - [zlib](https://python-all.ru/3/whatsnew/3.6.html#zlib)995    - [Оптимизации](https://python-all.ru/3/whatsnew/3.6.html#optimizations)996    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.6.html#build-and-c-api-changes)997    - [Прочие улучшения](https://python-all.ru/3/whatsnew/3.6.html#other-improvements)998    - [Устарело](https://python-all.ru/3/whatsnew/3.6.html#deprecated)9991000      - [Новые ключевые слова](https://python-all.ru/3/whatsnew/3.6.html#new-keywords)1001      - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.6.html#deprecated-python-behavior)1002      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)10031004        - [asynchat](https://python-all.ru/3/whatsnew/3.6.html#asynchat)1005        - [asyncore](https://python-all.ru/3/whatsnew/3.6.html#asyncore)1006        - [dbm](https://python-all.ru/3/whatsnew/3.6.html#dbm)1007        - [distutils](https://python-all.ru/3/whatsnew/3.6.html#id2)1008        - [grp](https://python-all.ru/3/whatsnew/3.6.html#grp)1009        - [importlib](https://python-all.ru/3/whatsnew/3.6.html#id3)1010        - [os](https://python-all.ru/3/whatsnew/3.6.html#id4)1011        - [re](https://python-all.ru/3/whatsnew/3.6.html#id5)1012        - [ssl](https://python-all.ru/3/whatsnew/3.6.html#id6)1013        - [tkinter](https://python-all.ru/3/whatsnew/3.6.html#id7)1014        - [venv](https://python-all.ru/3/whatsnew/3.6.html#whatsnew36-venv)1015      - [xml](https://python-all.ru/3/whatsnew/3.6.html#xml)1016      - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)1017      - [Устаревшие параметры сборки](https://python-all.ru/3/whatsnew/3.6.html#deprecated-build-options)1018    - [Удалённое](https://python-all.ru/3/whatsnew/3.6.html#removed)10191020      - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.6.html#api-and-feature-removals)1021    - [Перенос на Python 3.6](https://python-all.ru/3/whatsnew/3.6.html#porting-to-python-3-6)10221023      - [Изменения в поведении команды python](https://python-all.ru/3/whatsnew/3.6.html#changes-in-python-command-behavior)1024      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.6.html#changes-in-the-python-api)1025      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.6.html#changes-in-the-c-api)1026      - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.6.html#cpython-bytecode-changes)1027    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-2)10281029      - [Новая `make regen-all` цель сборки](https://python-all.ru/3/whatsnew/3.6.html#new-make-regen-all-build-target)1030      - [Удаление `make touch` цели сборки](https://python-all.ru/3/whatsnew/3.6.html#removal-of-make-touch-build-target)1031    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-4)1032    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-5)1033    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-7)1034    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-10)1035    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-13)1036    - [Заметные изменения в Python 3.6.14](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-14)1037  - [Что нового в Python 3.5](https://python-all.ru/3/whatsnew/3.5.html)10381039    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.5.html#summary-release-highlights)1040    - [Новые возможности](https://python-all.ru/3/whatsnew/3.5.html#new-features)10411042      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)1043      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)1044      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)1045      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)1046      - [PEP 484 - Аннотации типов](https://python-all.ru/3/whatsnew/3.5.html#pep-484-type-hints)1047      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)1048      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)1049      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)1050      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)1051      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)1052      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)1053      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)1054    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.5.html#other-language-changes)1055    - [Новые модули](https://python-all.ru/3/whatsnew/3.5.html#new-modules)10561057      - [typing](https://python-all.ru/3/whatsnew/3.5.html#typing)1058      - [zipapp](https://python-all.ru/3/whatsnew/3.5.html#zipapp)1059    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.5.html#improved-modules)10601061      - [argparse](https://python-all.ru/3/whatsnew/3.5.html#argparse)1062      - [asyncio](https://python-all.ru/3/whatsnew/3.5.html#asyncio)1063      - [bz2](https://python-all.ru/3/whatsnew/3.5.html#bz2)1064      - [cgi](https://python-all.ru/3/whatsnew/3.5.html#cgi)1065      - [cmath](https://python-all.ru/3/whatsnew/3.5.html#cmath)1066      - [код](https://python-all.ru/3/whatsnew/3.5.html#code)1067      - [collections](https://python-all.ru/3/whatsnew/3.5.html#collections)1068      - [collections.abc](https://python-all.ru/3/whatsnew/3.5.html#collections-abc)1069      - [compileall](https://python-all.ru/3/whatsnew/3.5.html#compileall)1070      - [concurrent.futures](https://python-all.ru/3/whatsnew/3.5.html#concurrent-futures)1071      - [configparser](https://python-all.ru/3/whatsnew/3.5.html#configparser)1072      - [contextlib](https://python-all.ru/3/whatsnew/3.5.html#contextlib)1073      - [csv](https://python-all.ru/3/whatsnew/3.5.html#csv)1074      - [curses](https://python-all.ru/3/whatsnew/3.5.html#curses)1075      - [dbm](https://python-all.ru/3/whatsnew/3.5.html#dbm)1076      - [difflib](https://python-all.ru/3/whatsnew/3.5.html#difflib)1077      - [distutils](https://python-all.ru/3/whatsnew/3.5.html#distutils)1078      - [doctest](https://python-all.ru/3/whatsnew/3.5.html#doctest)1079      - [email](https://python-all.ru/3/whatsnew/3.5.html#email)1080      - [enum](https://python-all.ru/3/whatsnew/3.5.html#enum)1081      - [faulthandler](https://python-all.ru/3/whatsnew/3.5.html#faulthandler)1082      - [functools](https://python-all.ru/3/whatsnew/3.5.html#functools)1083      - [glob](https://python-all.ru/3/whatsnew/3.5.html#glob)1084      - [gzip](https://python-all.ru/3/whatsnew/3.5.html#gzip)1085      - [heapq](https://python-all.ru/3/whatsnew/3.5.html#heapq)1086      - [http](https://python-all.ru/3/whatsnew/3.5.html#http)1087      - [http.client](https://python-all.ru/3/whatsnew/3.5.html#http-client)1088      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.5.html#idlelib-and-idle)1089      - [imaplib](https://python-all.ru/3/whatsnew/3.5.html#imaplib)1090      - [imghdr](https://python-all.ru/3/whatsnew/3.5.html#imghdr)1091      - [importlib](https://python-all.ru/3/whatsnew/3.5.html#importlib)1092      - [inspect](https://python-all.ru/3/whatsnew/3.5.html#inspect)1093      - [io](https://python-all.ru/3/whatsnew/3.5.html#io)1094      - [ipaddress](https://python-all.ru/3/whatsnew/3.5.html#ipaddress)1095      - [json](https://python-all.ru/3/whatsnew/3.5.html#json)1096      - [linecache](https://python-all.ru/3/whatsnew/3.5.html#linecache)1097      - [locale](https://python-all.ru/3/whatsnew/3.5.html#locale)1098      - [logging](https://python-all.ru/3/whatsnew/3.5.html#logging)1099      - [lzma](https://python-all.ru/3/whatsnew/3.5.html#lzma)1100      - [math](https://python-all.ru/3/whatsnew/3.5.html#math)1101      - [multiprocessing](https://python-all.ru/3/whatsnew/3.5.html#multiprocessing)1102      - [оператор](https://python-all.ru/3/whatsnew/3.5.html#operator)1103      - [os](https://python-all.ru/3/whatsnew/3.5.html#os)1104      - [pathlib](https://python-all.ru/3/whatsnew/3.5.html#pathlib)1105      - [pickle](https://python-all.ru/3/whatsnew/3.5.html#pickle)1106      - [poplib](https://python-all.ru/3/whatsnew/3.5.html#poplib)1107      - [re](https://python-all.ru/3/whatsnew/3.5.html#re)1108      - [readline](https://python-all.ru/3/whatsnew/3.5.html#readline)1109      - [selectors](https://python-all.ru/3/whatsnew/3.5.html#selectors)1110      - [shutil](https://python-all.ru/3/whatsnew/3.5.html#shutil)1111      - [signal](https://python-all.ru/3/whatsnew/3.5.html#signal)1112      - [smtpd](https://python-all.ru/3/whatsnew/3.5.html#smtpd)1113      - [smtplib](https://python-all.ru/3/whatsnew/3.5.html#smtplib)1114      - [sndhdr](https://python-all.ru/3/whatsnew/3.5.html#sndhdr)1115      - [сокет](https://python-all.ru/3/whatsnew/3.5.html#socket)1116      - [ssl](https://python-all.ru/3/whatsnew/3.5.html#ssl)11171118        - [Поддержка Memory BIO](https://python-all.ru/3/whatsnew/3.5.html#memory-bio-support)1119        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3/whatsnew/3.5.html#application-layer-protocol-negotiation-support)1120        - [Прочие изменения](https://python-all.ru/3/whatsnew/3.5.html#other-changes)1121      - [sqlite3](https://python-all.ru/3/whatsnew/3.5.html#sqlite3)1122      - [подпроцесс](https://python-all.ru/3/whatsnew/3.5.html#subprocess)1123      - [sys](https://python-all.ru/3/whatsnew/3.5.html#sys)1124      - [sysconfig](https://python-all.ru/3/whatsnew/3.5.html#sysconfig)1125      - [tarfile](https://python-all.ru/3/whatsnew/3.5.html#tarfile)1126      - [threading](https://python-all.ru/3/whatsnew/3.5.html#threading)1127      - [time](https://python-all.ru/3/whatsnew/3.5.html#time)1128      - [timeit](https://python-all.ru/3/whatsnew/3.5.html#timeit)1129      - [tkinter](https://python-all.ru/3/whatsnew/3.5.html#tkinter)1130      - [traceback](https://python-all.ru/3/whatsnew/3.5.html#traceback)1131      - [типы](https://python-all.ru/3/whatsnew/3.5.html#types)1132      - [unicodedata](https://python-all.ru/3/whatsnew/3.5.html#unicodedata)1133      - [unittest](https://python-all.ru/3/whatsnew/3.5.html#unittest)1134      - [unittest.mock](https://python-all.ru/3/whatsnew/3.5.html#unittest-mock)1135      - [urllib](https://python-all.ru/3/whatsnew/3.5.html#urllib)1136      - [wsgiref](https://python-all.ru/3/whatsnew/3.5.html#wsgiref)1137      - [xmlrpc](https://python-all.ru/3/whatsnew/3.5.html#xmlrpc)1138      - [xml.sax](https://python-all.ru/3/whatsnew/3.5.html#xml-sax)1139      - [zipfile](https://python-all.ru/3/whatsnew/3.5.html#zipfile)1140    - [Другие изменения на уровне модулей](https://python-all.ru/3/whatsnew/3.5.html#other-module-level-changes)1141    - [Оптимизации](https://python-all.ru/3/whatsnew/3.5.html#optimizations)1142    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.5.html#build-and-c-api-changes)1143    - [Устарело](https://python-all.ru/3/whatsnew/3.5.html#deprecated)11441145      - [Новые ключевые слова](https://python-all.ru/3/whatsnew/3.5.html#new-keywords)1146      - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.5.html#deprecated-python-behavior)1147      - [Неподдерживаемые операционные системы](https://python-all.ru/3/whatsnew/3.5.html#unsupported-operating-systems)1148      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)1149    - [Удалённое](https://python-all.ru/3/whatsnew/3.5.html#removed)11501151      - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.5.html#api-and-feature-removals)1152    - [Переход на Python 3.5](https://python-all.ru/3/whatsnew/3.5.html#porting-to-python-3-5)11531154      - [Изменения в поведении Python](https://python-all.ru/3/whatsnew/3.5.html#changes-in-python-behavior)1155      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.5.html#changes-in-the-python-api)1156      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.5.html#changes-in-the-c-api)1157    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3/whatsnew/3.5.html#notable-changes-in-python-3-5-4)11581159      - [Новая `make regen-all` цель сборки](https://python-all.ru/3/whatsnew/3.5.html#new-make-regen-all-build-target)1160      - [Удаление `make touch` цели сборки](https://python-all.ru/3/whatsnew/3.5.html#removal-of-make-touch-build-target)1161  - [Что нового в Python 3.4](https://python-all.ru/3/whatsnew/3.4.html)11621163    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.4.html#summary-release-highlights)1164    - [Новые возможности](https://python-all.ru/3/whatsnew/3.4.html#new-features)11651166      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)11671168        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3/whatsnew/3.4.html#bootstrapping-pip-by-default)1169        - [Изменения в документации](https://python-all.ru/3/whatsnew/3.4.html#documentation-changes)1170      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)1171      - [Улучшения в обработке кодеков](https://python-all.ru/3/whatsnew/3.4.html#improvements-to-codec-handling)1172      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)1173      - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.4.html#other-language-changes)1174    - [Новые модули](https://python-all.ru/3/whatsnew/3.4.html#new-modules)11751176      - [asyncio](https://python-all.ru/3/whatsnew/3.4.html#asyncio)1177      - [ensurepip](https://python-all.ru/3/whatsnew/3.4.html#ensurepip)1178      - [enum](https://python-all.ru/3/whatsnew/3.4.html#enum)1179      - [pathlib](https://python-all.ru/3/whatsnew/3.4.html#pathlib)1180      - [selectors](https://python-all.ru/3/whatsnew/3.4.html#selectors)1181      - [statistics](https://python-all.ru/3/whatsnew/3.4.html#statistics)1182      - [tracemalloc](https://python-all.ru/3/whatsnew/3.4.html#tracemalloc)1183    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.4.html#improved-modules)11841185      - [abc](https://python-all.ru/3/whatsnew/3.4.html#abc)1186      - [aifc](https://python-all.ru/3/whatsnew/3.4.html#aifc)1187      - [argparse](https://python-all.ru/3/whatsnew/3.4.html#argparse)1188      - [audioop](https://python-all.ru/3/whatsnew/3.4.html#audioop)1189      - [base64](https://python-all.ru/3/whatsnew/3.4.html#base64)1190      - [collections](https://python-all.ru/3/whatsnew/3.4.html#collections)1191      - [colorsys](https://python-all.ru/3/whatsnew/3.4.html#colorsys)1192      - [contextlib](https://python-all.ru/3/whatsnew/3.4.html#contextlib)1193      - [dbm](https://python-all.ru/3/whatsnew/3.4.html#dbm)1194      - [dis](https://python-all.ru/3/whatsnew/3.4.html#dis)1195      - [doctest](https://python-all.ru/3/whatsnew/3.4.html#doctest)1196      - [email](https://python-all.ru/3/whatsnew/3.4.html#email)1197      - [filecmp](https://python-all.ru/3/whatsnew/3.4.html#filecmp)1198      - [functools](https://python-all.ru/3/whatsnew/3.4.html#functools)1199      - [gc](https://python-all.ru/3/whatsnew/3.4.html#gc)1200      - [glob](https://python-all.ru/3/whatsnew/3.4.html#glob)1201      - [hashlib](https://python-all.ru/3/whatsnew/3.4.html#hashlib)1202      - [hmac](https://python-all.ru/3/whatsnew/3.4.html#hmac)1203      - [html](https://python-all.ru/3/whatsnew/3.4.html#html)1204      - [http](https://python-all.ru/3/whatsnew/3.4.html#http)1205      - [idlelib and IDLE](https://python-all.ru/3/whatsnew/3.4.html#idlelib-and-idle)1206      - [importlib](https://python-all.ru/3/whatsnew/3.4.html#importlib)1207      - [inspect](https://python-all.ru/3/whatsnew/3.4.html#inspect)1208      - [ipaddress](https://python-all.ru/3/whatsnew/3.4.html#ipaddress)1209      - [logging](https://python-all.ru/3/whatsnew/3.4.html#logging)1210      - [marshal](https://python-all.ru/3/whatsnew/3.4.html#marshal)1211      - [mmap](https://python-all.ru/3/whatsnew/3.4.html#mmap)1212      - [multiprocessing](https://python-all.ru/3/whatsnew/3.4.html#multiprocessing)1213      - [оператор](https://python-all.ru/3/whatsnew/3.4.html#operator)1214      - [os](https://python-all.ru/3/whatsnew/3.4.html#os)1215      - [pdb](https://python-all.ru/3/whatsnew/3.4.html#pdb)1216      - [pickle](https://python-all.ru/3/whatsnew/3.4.html#pickle)1217      - [plistlib](https://python-all.ru/3/whatsnew/3.4.html#plistlib)1218      - [poplib](https://python-all.ru/3/whatsnew/3.4.html#poplib)1219      - [pprint](https://python-all.ru/3/whatsnew/3.4.html#pprint)1220      - [pty](https://python-all.ru/3/whatsnew/3.4.html#pty)1221      - [pydoc](https://python-all.ru/3/whatsnew/3.4.html#pydoc)1222      - [re](https://python-all.ru/3/whatsnew/3.4.html#re)1223      - [resource](https://python-all.ru/3/whatsnew/3.4.html#resource)1224      - [select](https://python-all.ru/3/whatsnew/3.4.html#select)1225      - [shelve](https://python-all.ru/3/whatsnew/3.4.html#shelve)1226      - [shutil](https://python-all.ru/3/whatsnew/3.4.html#shutil)1227      - [smtpd](https://python-all.ru/3/whatsnew/3.4.html#smtpd)1228      - [smtplib](https://python-all.ru/3/whatsnew/3.4.html#smtplib)1229      - [сокет](https://python-all.ru/3/whatsnew/3.4.html#socket)1230      - [sqlite3](https://python-all.ru/3/whatsnew/3.4.html#sqlite3)1231      - [ssl](https://python-all.ru/3/whatsnew/3.4.html#ssl)1232      - [stat](https://python-all.ru/3/whatsnew/3.4.html#stat)1233      - [struct](https://python-all.ru/3/whatsnew/3.4.html#struct)1234      - [подпроцесс](https://python-all.ru/3/whatsnew/3.4.html#subprocess)1235      - [sunau](https://python-all.ru/3/whatsnew/3.4.html#sunau)1236      - [sys](https://python-all.ru/3/whatsnew/3.4.html#sys)1237      - [tarfile](https://python-all.ru/3/whatsnew/3.4.html#tarfile)1238      - [textwrap](https://python-all.ru/3/whatsnew/3.4.html#textwrap)1239      - [threading](https://python-all.ru/3/whatsnew/3.4.html#threading)1240      - [traceback](https://python-all.ru/3/whatsnew/3.4.html#traceback)1241      - [типы](https://python-all.ru/3/whatsnew/3.4.html#types)1242      - [urllib](https://python-all.ru/3/whatsnew/3.4.html#urllib)1243      - [unittest](https://python-all.ru/3/whatsnew/3.4.html#unittest)1244      - [venv](https://python-all.ru/3/whatsnew/3.4.html#venv)1245      - [wave](https://python-all.ru/3/whatsnew/3.4.html#wave)1246      - [weakref](https://python-all.ru/3/whatsnew/3.4.html#weakref)1247      - [xml.etree](https://python-all.ru/3/whatsnew/3.4.html#xml-etree)1248      - [zipfile](https://python-all.ru/3/whatsnew/3.4.html#zipfile)1249    - [Изменения в реализации CPython](https://python-all.ru/3/whatsnew/3.4.html#cpython-implementation-changes)12501251      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)1252      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3/whatsnew/3.4.html#pep-442-safe-object-finalization)1253      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)1254      - [PEP 436: Argument Clinic](https://python-all.ru/3/whatsnew/3.4.html#pep-436-argument-clinic)1255      - [Прочие изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.4.html#other-build-and-c-api-changes)1256      - [Прочие улучшения](https://python-all.ru/3/whatsnew/3.4.html#other-improvements)1257      - [Значительные оптимизации](https://python-all.ru/3/whatsnew/3.4.html#significant-optimizations)1258    - [Устарело](https://python-all.ru/3/whatsnew/3.4.html#deprecated)12591260      - [Устаревшие возможности в Python API](https://python-all.ru/3/whatsnew/3.4.html#deprecations-in-the-python-api)1261      - [Устаревшие возможности](https://python-all.ru/3/whatsnew/3.4.html#deprecated-features)1262    - [Удалённое](https://python-all.ru/3/whatsnew/3.4.html#removed)12631264      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3/whatsnew/3.4.html#operating-systems-no-longer-supported)1265      - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.4.html#api-and-feature-removals)1266      - [Очистка кода](https://python-all.ru/3/whatsnew/3.4.html#code-cleanups)1267    - [Перенос на Python 3.4](https://python-all.ru/3/whatsnew/3.4.html#porting-to-python-3-4)12681269      - [Изменения в поведении команды python](https://python-all.ru/3/whatsnew/3.4.html#changes-in-python-command-behavior)1270      - [Изменения в Python API](https://python-all.ru/3/whatsnew/3.4.html#changes-in-the-python-api)1271      - [Изменения в C API](https://python-all.ru/3/whatsnew/3.4.html#changes-in-the-c-api)1272    - [Изменено в 3.4.3](https://python-all.ru/3/whatsnew/3.4.html#changed-in-3-4-3)12731274      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1275  - [Что нового в Python 3.3](https://python-all.ru/3/whatsnew/3.3.html)12761277    - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.3.html#summary-release-highlights)1278    - [PEP 405: Виртуальные окружения](https://python-all.ru/3/whatsnew/3.3.html#pep-405-virtual-environments)1279    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3/whatsnew/3.3.html#pep-420-implicit-namespace-packages)1280    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)12811282      - [Возможности](https://python-all.ru/3/whatsnew/3.3.html#features)1283      - [Изменения API](https://python-all.ru/3/whatsnew/3.3.html#api-changes)1284    - [PEP 393: Гибкое представление строк](https://python-all.ru/3/whatsnew/3.3.html#pep-393-flexible-string-representation)12851286      - [Функциональность](https://python-all.ru/3/whatsnew/3.3.html#functionality)1287      - [Производительность и потребление ресурсов](https://python-all.ru/3/whatsnew/3.3.html#performance-and-resource-usage)1288    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3/whatsnew/3.3.html#pep-397-python-launcher-for-windows)1289    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)1290    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)1291    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3/whatsnew/3.3.html#pep-409-suppressing-exception-context)1292    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3/whatsnew/3.3.html#pep-414-explicit-unicode-literals)1293    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)1294    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3/whatsnew/3.3.html#pep-412-key-sharing-dictionary)1295    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3/whatsnew/3.3.html#pep-362-function-signature-object)1296    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3/whatsnew/3.3.html#pep-421-adding-sys-implementation)12971298      - [SimpleNamespace](https://python-all.ru/3/whatsnew/3.3.html#simplenamespace)1299    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)13001301      - [Новые API](https://python-all.ru/3/whatsnew/3.3.html#new-apis)1302      - [Заметные изменения](https://python-all.ru/3/whatsnew/3.3.html#visible-changes)1303    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.3.html#other-language-changes)1304    - [Более детальная блокировка импорта](https://python-all.ru/3/whatsnew/3.3.html#a-finer-grained-import-lock)1305    - [Встроенные функции и типы](https://python-all.ru/3/whatsnew/3.3.html#builtin-functions-and-types)1306    - [Новые модули](https://python-all.ru/3/whatsnew/3.3.html#new-modules)13071308      - [faulthandler](https://python-all.ru/3/whatsnew/3.3.html#faulthandler)1309      - [ipaddress](https://python-all.ru/3/whatsnew/3.3.html#ipaddress)1310      - [lzma](https://python-all.ru/3/whatsnew/3.3.html#lzma)1311    - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.3.html#improved-modules)13121313      - [abc](https://python-all.ru/3/whatsnew/3.3.html#abc)1314      - [array](https://python-all.ru/3/whatsnew/3.3.html#array)1315      - [base64](https://python-all.ru/3/whatsnew/3.3.html#base64)1316      - [binascii](https://python-all.ru/3/whatsnew/3.3.html#binascii)1317      - [bz2](https://python-all.ru/3/whatsnew/3.3.html#bz2)1318      - [codecs](https://python-all.ru/3/whatsnew/3.3.html#codecs)1319      - [collections](https://python-all.ru/3/whatsnew/3.3.html#collections)1320      - [contextlib](https://python-all.ru/3/whatsnew/3.3.html#contextlib)1321      - [crypt](https://python-all.ru/3/whatsnew/3.3.html#crypt)1322      - [curses](https://python-all.ru/3/whatsnew/3.3.html#curses)1323      - [datetime](https://python-all.ru/3/whatsnew/3.3.html#datetime)1324      - [decimal](https://python-all.ru/3/whatsnew/3.3.html#decimal)13251326        - [Возможности](https://python-all.ru/3/whatsnew/3.3.html#id1)1327        - [Изменения API](https://python-all.ru/3/whatsnew/3.3.html#id2)1328      - [email](https://python-all.ru/3/whatsnew/3.3.html#email)13291330        - [Каркас политик](https://python-all.ru/3/whatsnew/3.3.html#policy-framework)1331        - [Временная политика с новым API заголовков](https://python-all.ru/3/whatsnew/3.3.html#provisional-policy-with-new-header-api)1332        - [Другие изменения API](https://python-all.ru/3/whatsnew/3.3.html#other-api-changes)1333      - [ftplib](https://python-all.ru/3/whatsnew/3.3.html#ftplib)1334      - [functools](https://python-all.ru/3/whatsnew/3.3.html#functools)1335      - [gc](https://python-all.ru/3/whatsnew/3.3.html#gc)1336      - [hmac](https://python-all.ru/3/whatsnew/3.3.html#hmac)1337      - [http](https://python-all.ru/3/whatsnew/3.3.html#http)1338      - [html](https://python-all.ru/3/whatsnew/3.3.html#html)1339      - [imaplib](https://python-all.ru/3/whatsnew/3.3.html#imaplib)1340      - [inspect](https://python-all.ru/3/whatsnew/3.3.html#inspect)1341      - [io](https://python-all.ru/3/whatsnew/3.3.html#io)1342      - [itertools](https://python-all.ru/3/whatsnew/3.3.html#itertools)1343      - [logging](https://python-all.ru/3/whatsnew/3.3.html#logging)1344      - [math](https://python-all.ru/3/whatsnew/3.3.html#math)1345      - [mmap](https://python-all.ru/3/whatsnew/3.3.html#mmap)1346      - [multiprocessing](https://python-all.ru/3/whatsnew/3.3.html#multiprocessing)1347      - [nntplib](https://python-all.ru/3/whatsnew/3.3.html#nntplib)1348      - [os](https://python-all.ru/3/whatsnew/3.3.html#os)1349      - [pdb](https://python-all.ru/3/whatsnew/3.3.html#pdb)1350      - [pickle](https://python-all.ru/3/whatsnew/3.3.html#pickle)1351      - [pydoc](https://python-all.ru/3/whatsnew/3.3.html#pydoc)1352      - [re](https://python-all.ru/3/whatsnew/3.3.html#re)1353      - [sched](https://python-all.ru/3/whatsnew/3.3.html#sched)1354      - [select](https://python-all.ru/3/whatsnew/3.3.html#select)1355      - [shlex](https://python-all.ru/3/whatsnew/3.3.html#shlex)1356      - [shutil](https://python-all.ru/3/whatsnew/3.3.html#shutil)1357      - [signal](https://python-all.ru/3/whatsnew/3.3.html#signal)1358      - [smtpd](https://python-all.ru/3/whatsnew/3.3.html#smtpd)1359      - [smtplib](https://python-all.ru/3/whatsnew/3.3.html#smtplib)1360      - [сокет](https://python-all.ru/3/whatsnew/3.3.html#socket)1361      - [socketserver](https://python-all.ru/3/whatsnew/3.3.html#socketserver)1362      - [sqlite3](https://python-all.ru/3/whatsnew/3.3.html#sqlite3)1363      - [ssl](https://python-all.ru/3/whatsnew/3.3.html#ssl)1364      - [stat](https://python-all.ru/3/whatsnew/3.3.html#stat)1365      - [struct](https://python-all.ru/3/whatsnew/3.3.html#struct)1366      - [подпроцесс](https://python-all.ru/3/whatsnew/3.3.html#subprocess)1367      - [sys](https://python-all.ru/3/whatsnew/3.3.html#sys)1368      - [tarfile](https://python-all.ru/3/whatsnew/3.3.html#tarfile)1369      - [tempfile](https://python-all.ru/3/whatsnew/3.3.html#tempfile)1370      - [textwrap](https://python-all.ru/3/whatsnew/3.3.html#textwrap)1371      - [threading](https://python-all.ru/3/whatsnew/3.3.html#threading)1372      - [time](https://python-all.ru/3/whatsnew/3.3.html#time)1373      - [типы](https://python-all.ru/3/whatsnew/3.3.html#types)1374      - [unittest](https://python-all.ru/3/whatsnew/3.3.html#unittest)1375      - [urllib](https://python-all.ru/3/whatsnew/3.3.html#urllib)1376      - [webbrowser](https://python-all.ru/3/whatsnew/3.3.html#webbrowser)1377      - [xml.etree.ElementTree](https://python-all.ru/3/whatsnew/3.3.html#xml-etree-elementtree)1378      - [zlib](https://python-all.ru/3/whatsnew/3.3.html#zlib)1379    - [Оптимизации](https://python-all.ru/3/whatsnew/3.3.html#optimizations)1380    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.3.html#build-and-c-api-changes)1381    - [Устарело](https://python-all.ru/3/whatsnew/3.3.html#deprecated)13821383      - [Неподдерживаемые операционные системы](https://python-all.ru/3/whatsnew/3.3.html#unsupported-operating-systems)1384      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)1385      - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)1386      - [Устаревшие возможности](https://python-all.ru/3/whatsnew/3.3.html#deprecated-features)1387    - [Porting to Python 3.3](https://python-all.ru/3/whatsnew/3.3.html#porting-to-python-3-3)13881389      - [Перенос кода Python](https://python-all.ru/3/whatsnew/3.3.html#porting-python-code)1390      - [Перенос кода C](https://python-all.ru/3/whatsnew/3.3.html#porting-c-code)1391      - [Сборка расширений на C](https://python-all.ru/3/whatsnew/3.3.html#building-c-extensions)1392      - [Изменения параметров командной строки](https://python-all.ru/3/whatsnew/3.3.html#command-line-switch-changes)1393  - [Что нового в Python 3.2](https://python-all.ru/3/whatsnew/3.2.html)13941395    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3/whatsnew/3.2.html#pep-384-defining-a-stable-abi)1396    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)1397    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)1398    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)1399    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3/whatsnew/3.2.html#pep-3147-pyc-repository-directories)1400    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)1401    - [PEP 3333: Python Web Server Gateway Interface v1.0.1](https://python-all.ru/3/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)1402    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.2.html#other-language-changes)1403    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/3.2.html#new-improved-and-deprecated-modules)14041405      - [email](https://python-all.ru/3/whatsnew/3.2.html#email)1406      - [elementtree](https://python-all.ru/3/whatsnew/3.2.html#elementtree)1407      - [functools](https://python-all.ru/3/whatsnew/3.2.html#functools)1408      - [itertools](https://python-all.ru/3/whatsnew/3.2.html#itertools)1409      - [collections](https://python-all.ru/3/whatsnew/3.2.html#collections)1410      - [threading](https://python-all.ru/3/whatsnew/3.2.html#threading)1411      - [datetime и time](https://python-all.ru/3/whatsnew/3.2.html#datetime-and-time)1412      - [math](https://python-all.ru/3/whatsnew/3.2.html#math)1413      - [abc](https://python-all.ru/3/whatsnew/3.2.html#abc)1414      - [io](https://python-all.ru/3/whatsnew/3.2.html#io)1415      - [reprlib](https://python-all.ru/3/whatsnew/3.2.html#reprlib)1416      - [logging](https://python-all.ru/3/whatsnew/3.2.html#logging)1417      - [csv](https://python-all.ru/3/whatsnew/3.2.html#csv)1418      - [contextlib](https://python-all.ru/3/whatsnew/3.2.html#contextlib)1419      - [decimal и fractions](https://python-all.ru/3/whatsnew/3.2.html#decimal-and-fractions)1420      - [ftp](https://python-all.ru/3/whatsnew/3.2.html#ftp)1421      - [popen](https://python-all.ru/3/whatsnew/3.2.html#popen)1422      - [select](https://python-all.ru/3/whatsnew/3.2.html#select)1423      - [gzip и zipfile](https://python-all.ru/3/whatsnew/3.2.html#gzip-and-zipfile)1424      - [tarfile](https://python-all.ru/3/whatsnew/3.2.html#tarfile)1425      - [hashlib](https://python-all.ru/3/whatsnew/3.2.html#hashlib)1426      - [ast](https://python-all.ru/3/whatsnew/3.2.html#ast)1427      - [os](https://python-all.ru/3/whatsnew/3.2.html#os)1428      - [shutil](https://python-all.ru/3/whatsnew/3.2.html#shutil)1429      - [sqlite3](https://python-all.ru/3/whatsnew/3.2.html#sqlite3)1430      - [html](https://python-all.ru/3/whatsnew/3.2.html#html)1431      - [сокет](https://python-all.ru/3/whatsnew/3.2.html#socket)1432      - [ssl](https://python-all.ru/3/whatsnew/3.2.html#ssl)1433      - [nntp](https://python-all.ru/3/whatsnew/3.2.html#nntp)1434      - [сертификаты](https://python-all.ru/3/whatsnew/3.2.html#certificates)1435      - [imaplib](https://python-all.ru/3/whatsnew/3.2.html#imaplib)1436      - [http.client](https://python-all.ru/3/whatsnew/3.2.html#http-client)1437      - [unittest](https://python-all.ru/3/whatsnew/3.2.html#unittest)1438      - [random](https://python-all.ru/3/whatsnew/3.2.html#random)1439      - [poplib](https://python-all.ru/3/whatsnew/3.2.html#poplib)1440      - [asyncore](https://python-all.ru/3/whatsnew/3.2.html#asyncore)1441      - [tempfile](https://python-all.ru/3/whatsnew/3.2.html#tempfile)1442      - [inspect](https://python-all.ru/3/whatsnew/3.2.html#inspect)1443      - [pydoc](https://python-all.ru/3/whatsnew/3.2.html#pydoc)1444      - [dis](https://python-all.ru/3/whatsnew/3.2.html#dis)1445      - [dbm](https://python-all.ru/3/whatsnew/3.2.html#dbm)1446      - [ctypes](https://python-all.ru/3/whatsnew/3.2.html#ctypes)1447      - [site](https://python-all.ru/3/whatsnew/3.2.html#site)1448      - [sysconfig](https://python-all.ru/3/whatsnew/3.2.html#sysconfig)1449      - [pdb](https://python-all.ru/3/whatsnew/3.2.html#pdb)1450      - [configparser](https://python-all.ru/3/whatsnew/3.2.html#configparser)1451      - [urllib.parse](https://python-all.ru/3/whatsnew/3.2.html#urllib-parse)1452      - [mailbox](https://python-all.ru/3/whatsnew/3.2.html#mailbox)1453      - [turtledemo](https://python-all.ru/3/whatsnew/3.2.html#turtledemo)1454    - [Многопоточность](https://python-all.ru/3/whatsnew/3.2.html#multi-threading)1455    - [Оптимизации](https://python-all.ru/3/whatsnew/3.2.html#optimizations)1456    - [Unicode](https://python-all.ru/3/whatsnew/3.2.html#unicode)1457    - [Кодеки](https://python-all.ru/3/whatsnew/3.2.html#codecs)1458    - [Документация](https://python-all.ru/3/whatsnew/3.2.html#documentation)1459    - [IDLE](https://python-all.ru/3/whatsnew/3.2.html#idle)1460    - [Репозиторий кода](https://python-all.ru/3/whatsnew/3.2.html#code-repository)1461    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.2.html#build-and-c-api-changes)1462    - [Переход на Python 3.2](https://python-all.ru/3/whatsnew/3.2.html#porting-to-python-3-2)1463  - [Что нового в Python 3.1](https://python-all.ru/3/whatsnew/3.1.html)14641465    - [PEP 372: Упорядоченные словари](https://python-all.ru/3/whatsnew/3.1.html#pep-372-ordered-dictionaries)1466    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)1467    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.1.html#other-language-changes)1468    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/3.1.html#new-improved-and-deprecated-modules)1469    - [Оптимизации](https://python-all.ru/3/whatsnew/3.1.html#optimizations)1470    - [IDLE](https://python-all.ru/3/whatsnew/3.1.html#idle)1471    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.1.html#build-and-c-api-changes)1472    - [Переход на Python 3.1](https://python-all.ru/3/whatsnew/3.1.html#porting-to-python-3-1)1473  - [Что нового в Python 3.0](https://python-all.ru/3/whatsnew/3.0.html)14741475    - [Типичные трудности](https://python-all.ru/3/whatsnew/3.0.html#common-stumbling-blocks)14761477      - [Print – это функция](https://python-all.ru/3/whatsnew/3.0.html#print-is-a-function)1478      - [Представления и итераторы вместо списков](https://python-all.ru/3/whatsnew/3.0.html#views-and-iterators-instead-of-lists)1479      - [Сравнение на упорядочивание](https://python-all.ru/3/whatsnew/3.0.html#ordering-comparisons)1480      - [Целые числа](https://python-all.ru/3/whatsnew/3.0.html#integers)1481      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)1482    - [Обзор изменений синтаксиса](https://python-all.ru/3/whatsnew/3.0.html#overview-of-syntax-changes)14831484      - [Новый синтаксис](https://python-all.ru/3/whatsnew/3.0.html#new-syntax)1485      - [Изменённый синтаксис](https://python-all.ru/3/whatsnew/3.0.html#changed-syntax)1486      - [Удалённый синтаксис](https://python-all.ru/3/whatsnew/3.0.html#removed-syntax)1487    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3/whatsnew/3.0.html#changes-already-present-in-python-2-6)1488    - [Изменения в библиотеке](https://python-all.ru/3/whatsnew/3.0.html#library-changes)1489    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)1490    - [Изменения в исключениях](https://python-all.ru/3/whatsnew/3.0.html#changes-to-exceptions)1491    - [Прочие изменения](https://python-all.ru/3/whatsnew/3.0.html#miscellaneous-other-changes)14921493      - [Операторы и специальные методы](https://python-all.ru/3/whatsnew/3.0.html#operators-and-special-methods)1494      - [Встроенные функции](https://python-all.ru/3/whatsnew/3.0.html#builtins)1495    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.0.html#build-and-c-api-changes)1496    - [Производительность](https://python-all.ru/3/whatsnew/3.0.html#performance)1497    - [Переход на Python 3.0](https://python-all.ru/3/whatsnew/3.0.html#porting-to-python-3-0)1498  - [Что нового в Python 2.7](https://python-all.ru/3/whatsnew/2.7.html)14991500    - [Будущее Python 2.x](https://python-all.ru/3/whatsnew/2.7.html#the-future-for-python-2-x)1501    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)1502    - [Возможности Python 3.1](https://python-all.ru/3/whatsnew/2.7.html#python-3-1-features)1503    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)1504    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)1505    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)1506    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)1507    - [PEP 3106: Представления словаря](https://python-all.ru/3/whatsnew/2.7.html#pep-3106-dictionary-views)1508    - [PEP 3137: Объект memoryview](https://python-all.ru/3/whatsnew/2.7.html#pep-3137-the-memoryview-object)1509    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.7.html#other-language-changes)15101511      - [Изменения в интерпретаторе](https://python-all.ru/3/whatsnew/2.7.html#interpreter-changes)1512      - [Оптимизации](https://python-all.ru/3/whatsnew/2.7.html#optimizations)1513    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.7.html#new-and-improved-modules)15141515      - [Новый модуль: importlib](https://python-all.ru/3/whatsnew/2.7.html#new-module-importlib)1516      - [Новый модуль: sysconfig](https://python-all.ru/3/whatsnew/2.7.html#new-module-sysconfig)1517      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3/whatsnew/2.7.html#ttk-themed-widgets-for-tk)1518      - [Обновлённый модуль: unittest](https://python-all.ru/3/whatsnew/2.7.html#updated-module-unittest)1519      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3/whatsnew/2.7.html#updated-module-elementtree-1-3)1520    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.7.html#build-and-c-api-changes)15211522      - [Капсулы](https://python-all.ru/3/whatsnew/2.7.html#capsules)1523      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3/whatsnew/2.7.html#port-specific-changes-windows)1524      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3/whatsnew/2.7.html#port-specific-changes-mac-os-x)1525      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3/whatsnew/2.7.html#port-specific-changes-freebsd)1526    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.7.html#other-changes-and-fixes)1527    - [Переход на Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#porting-to-python-2-7)1528    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)15291530      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)1531      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)1532      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)1533      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)15341535        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3/whatsnew/2.7.html#bootstrapping-pip-by-default)1536        - [Изменения в документации](https://python-all.ru/3/whatsnew/2.7.html#documentation-changes)1537      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1538      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)1539      - [Новая `make regen-all` цель сборки](https://python-all.ru/3/whatsnew/2.7.html#new-make-regen-all-build-target)1540      - [Удаление `make touch` цели сборки](https://python-all.ru/3/whatsnew/2.7.html#removal-of-make-touch-build-target)1541    - [Благодарности](https://python-all.ru/3/whatsnew/2.7.html#acknowledgements)1542  - [Что нового в Python 2.6](https://python-all.ru/3/whatsnew/2.6.html)15431544    - [Python 3.0](https://python-all.ru/3/whatsnew/2.6.html#python-3-0)1545    - [Изменения в процессе разработки](https://python-all.ru/3/whatsnew/2.6.html#changes-to-the-development-process)15461547      - [Новый трекер ошибок: Roundup](https://python-all.ru/3/whatsnew/2.6.html#new-issue-tracker-roundup)1548      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)1549    - [PEP 343: Оператор 'with'](https://python-all.ru/3/whatsnew/2.6.html#pep-343-the-with-statement)15501551      - [Написание контекстных менеджеров](https://python-all.ru/3/whatsnew/2.6.html#writing-context-managers)1552      - [Модуль contextlib](https://python-all.ru/3/whatsnew/2.6.html#the-contextlib-module)1553    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)1554    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)1555    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3/whatsnew/2.6.html#pep-371-the-multiprocessing-package)1556    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3/whatsnew/2.6.html#pep-3101-advanced-string-formatting)1557    - [PEP 3105: `print` как функция](https://python-all.ru/3/whatsnew/2.6.html#pep-3105-print-as-a-function)1558    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3/whatsnew/2.6.html#pep-3110-exception-handling-changes)1559    - [PEP 3112: Байтовые литералы](https://python-all.ru/3/whatsnew/2.6.html#pep-3112-byte-literals)1560    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3/whatsnew/2.6.html#pep-3116-new-i-o-library)1561    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)1562    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3/whatsnew/2.6.html#pep-3119-abstract-base-classes)1563    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)1564    - [PEP 3129: Декораторы классов](https://python-all.ru/3/whatsnew/2.6.html#pep-3129-class-decorators)1565    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)15661567      - [Модуль `fractions`](https://python-all.ru/3/whatsnew/2.6.html#the-fractions-module)1568    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.6.html#other-language-changes)15691570      - [Оптимизации](https://python-all.ru/3/whatsnew/2.6.html#optimizations)1571      - [Изменения в интерпретаторе](https://python-all.ru/3/whatsnew/2.6.html#interpreter-changes)1572    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.6.html#new-and-improved-modules)15731574      - [Модуль `ast`](https://python-all.ru/3/whatsnew/2.6.html#the-ast-module)1575      - [Модуль `future_builtins`](https://python-all.ru/3/whatsnew/2.6.html#the-future-builtins-module)1576      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3/whatsnew/2.6.html#the-json-module-javascript-object-notation)1577      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)1578      - [Улучшения ctypes](https://python-all.ru/3/whatsnew/2.6.html#ctypes-enhancements)1579      - [Улучшенная поддержка SSL](https://python-all.ru/3/whatsnew/2.6.html#improved-ssl-support)1580    - [Устаревания и удаления](https://python-all.ru/3/whatsnew/2.6.html#deprecations-and-removals)1581    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.6.html#build-and-c-api-changes)15821583      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3/whatsnew/2.6.html#port-specific-changes-windows)1584      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3/whatsnew/2.6.html#port-specific-changes-mac-os-x)1585      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3/whatsnew/2.6.html#port-specific-changes-irix)1586    - [Переход на Python 2.6](https://python-all.ru/3/whatsnew/2.6.html#porting-to-python-2-6)1587    - [Благодарности](https://python-all.ru/3/whatsnew/2.6.html#acknowledgements)1588  - [Что нового в Python 2.5](https://python-all.ru/3/whatsnew/2.5.html)15891590    - [PEP 308: Условные выражения](https://python-all.ru/3/whatsnew/2.5.html#pep-308-conditional-expressions)1591    - [PEP 309: Частичное применение функций](https://python-all.ru/3/whatsnew/2.5.html#pep-309-partial-function-application)1592    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)1593    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)1594    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)1595    - [PEP 341: Единый try/except/finally](https://python-all.ru/3/whatsnew/2.5.html#pep-341-unified-try-except-finally)1596    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3/whatsnew/2.5.html#pep-342-new-generator-features)1597    - [PEP 343: Оператор 'with'](https://python-all.ru/3/whatsnew/2.5.html#pep-343-the-with-statement)15981599      - [Написание контекстных менеджеров](https://python-all.ru/3/whatsnew/2.5.html#writing-context-managers)1600      - [Модуль contextlib](https://python-all.ru/3/whatsnew/2.5.html#the-contextlib-module)1601    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1602    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1603    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3/whatsnew/2.5.html#pep-357-the-index-method)1604    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.5.html#other-language-changes)16051606      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3/whatsnew/2.5.html#interactive-interpreter-changes)1607      - [Оптимизации](https://python-all.ru/3/whatsnew/2.5.html#optimizations)1608    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3/whatsnew/2.5.html#new-improved-and-removed-modules)16091610      - [Пакет ctypes](https://python-all.ru/3/whatsnew/2.5.html#the-ctypes-package)1611      - [Пакет ElementTree](https://python-all.ru/3/whatsnew/2.5.html#the-elementtree-package)1612      - [Пакет hashlib](https://python-all.ru/3/whatsnew/2.5.html#the-hashlib-package)1613      - [Пакет sqlite3](https://python-all.ru/3/whatsnew/2.5.html#the-sqlite3-package)1614      - [Пакет wsgiref](https://python-all.ru/3/whatsnew/2.5.html#the-wsgiref-package)1615    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.5.html#build-and-c-api-changes)16161617      - [Изменения для конкретных платформ](https://python-all.ru/3/whatsnew/2.5.html#port-specific-changes)1618    - [Перенос на Python 2.5](https://python-all.ru/3/whatsnew/2.5.html#porting-to-python-2-5)1619    - [Благодарности](https://python-all.ru/3/whatsnew/2.5.html#acknowledgements)1620  - [Что нового в Python 2.4](https://python-all.ru/3/whatsnew/2.4.html)16211622    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3/whatsnew/2.4.html#pep-218-built-in-set-objects)1623    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1624    - [PEP 289: Генераторные выражения](https://python-all.ru/3/whatsnew/2.4.html#pep-289-generator-expressions)1625    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1626    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1627    - [PEP 322: Обратная итерация](https://python-all.ru/3/whatsnew/2.4.html#pep-322-reverse-iteration)1628    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3/whatsnew/2.4.html#pep-324-new-subprocess-module)1629    - [PEP 327: Тип данных Decimal](https://python-all.ru/3/whatsnew/2.4.html#pep-327-decimal-data-type)16301631      - [Зачем нужен Decimal?](https://python-all.ru/3/whatsnew/2.4.html#why-is-decimal-needed)1632      - [Тип `Decimal`](https://python-all.ru/3/whatsnew/2.4.html#the-decimal-type)1633      - [Тип `Context`](https://python-all.ru/3/whatsnew/2.4.html#the-context-type)1634    - [PEP 328: Многострочные импорты](https://python-all.ru/3/whatsnew/2.4.html#pep-328-multi-line-imports)1635    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1636    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.4.html#other-language-changes)16371638      - [Оптимизации](https://python-all.ru/3/whatsnew/2.4.html#optimizations)1639    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/2.4.html#new-improved-and-deprecated-modules)16401641      - [cookielib](https://python-all.ru/3/whatsnew/2.4.html#cookielib)1642      - [doctest](https://python-all.ru/3/whatsnew/2.4.html#doctest)1643    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.4.html#build-and-c-api-changes)16441645      - [Изменения для конкретных платформ](https://python-all.ru/3/whatsnew/2.4.html#port-specific-changes)1646    - [Перенос на Python 2.4](https://python-all.ru/3/whatsnew/2.4.html#porting-to-python-2-4)1647    - [Благодарности](https://python-all.ru/3/whatsnew/2.4.html#acknowledgements)1648  - [Что нового в Python 2.3](https://python-all.ru/3/whatsnew/2.3.html)16491650    - [PEP 218: Стандартный тип set](https://python-all.ru/3/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1651    - [PEP 255: простые генераторы](https://python-all.ru/3/whatsnew/2.3.html#pep-255-simple-generators)1652    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3/whatsnew/2.3.html#pep-263-source-code-encodings)1653    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1654    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1655    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3/whatsnew/2.3.html#pep-278-universal-newline-support)1656    - [PEP 279: enumerate()](https://python-all.ru/3/whatsnew/2.3.html#pep-279-enumerate)1657    - [PEP 282: Пакет logging](https://python-all.ru/3/whatsnew/2.3.html#pep-282-the-logging-package)1658    - [PEP 285: Булев тип](https://python-all.ru/3/whatsnew/2.3.html#pep-285-a-boolean-type)1659    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1660    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1661    - [PEP 302: Новые хуки импорта](https://python-all.ru/3/whatsnew/2.3.html#pep-302-new-import-hooks)1662    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3/whatsnew/2.3.html#pep-305-comma-separated-files)1663    - [PEP 307: Улучшения pickle](https://python-all.ru/3/whatsnew/2.3.html#pep-307-pickle-enhancements)1664    - [Расширенные срезы](https://python-all.ru/3/whatsnew/2.3.html#extended-slices)1665    - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.3.html#other-language-changes)16661667      - [Изменения в строках](https://python-all.ru/3/whatsnew/2.3.html#string-changes)1668      - [Оптимизации](https://python-all.ru/3/whatsnew/2.3.html#optimizations)1669    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/2.3.html#new-improved-and-deprecated-modules)16701671      - [Тип даты/времени](https://python-all.ru/3/whatsnew/2.3.html#date-time-type)1672      - [Модуль optparse](https://python-all.ru/3/whatsnew/2.3.html#the-optparse-module)1673    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1674    - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.3.html#build-and-c-api-changes)16751676      - [Изменения для конкретных платформ](https://python-all.ru/3/whatsnew/2.3.html#port-specific-changes)1677    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.3.html#other-changes-and-fixes)1678    - [Перенос на Python 2.3](https://python-all.ru/3/whatsnew/2.3.html#porting-to-python-2-3)1679    - [Благодарности](https://python-all.ru/3/whatsnew/2.3.html#acknowledgements)1680  - [Что нового в Python 2.2](https://python-all.ru/3/whatsnew/2.2.html)16811682    - [Введение](https://python-all.ru/3/whatsnew/2.2.html#introduction)1683    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)16841685      - [Старые и новые классы](https://python-all.ru/3/whatsnew/2.2.html#old-and-new-classes)1686      - [Дескрипторы](https://python-all.ru/3/whatsnew/2.2.html#descriptors)1687      - [Множественное наследование: правило ромба](https://python-all.ru/3/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1688      - [Доступ к атрибутам](https://python-all.ru/3/whatsnew/2.2.html#attribute-access)1689      - [Связанные ссылки](https://python-all.ru/3/whatsnew/2.2.html#related-links)1690    - [PEP 234: итераторы](https://python-all.ru/3/whatsnew/2.2.html#pep-234-iterators)1691    - [PEP 255: простые генераторы](https://python-all.ru/3/whatsnew/2.2.html#pep-255-simple-generators)1692    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1693    - [PEP 238: изменение оператора деления](https://python-all.ru/3/whatsnew/2.2.html#pep-238-changing-the-division-operator)1694    - [Изменения в Unicode](https://python-all.ru/3/whatsnew/2.2.html#unicode-changes)1695    - [PEP 227: вложенные области видимости](https://python-all.ru/3/whatsnew/2.2.html#pep-227-nested-scopes)1696    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.2.html#new-and-improved-modules)1697    - [Изменения и исправления интерпретатора](https://python-all.ru/3/whatsnew/2.2.html#interpreter-changes-and-fixes)1698    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.2.html#other-changes-and-fixes)1699    - [Благодарности](https://python-all.ru/3/whatsnew/2.2.html#acknowledgements)1700  - [Что нового в Python 2.1](https://python-all.ru/3/whatsnew/2.1.html)17011702    - [Введение](https://python-all.ru/3/whatsnew/2.1.html#introduction)1703    - [PEP 227: вложенные области видимости](https://python-all.ru/3/whatsnew/2.1.html#pep-227-nested-scopes)1704    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3/whatsnew/2.1.html#pep-236-future-directives)1705    - [PEP 207: расширенные сравнения](https://python-all.ru/3/whatsnew/2.1.html#pep-207-rich-comparisons)1706    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3/whatsnew/2.1.html#pep-230-warning-framework)1707    - [PEP 229: новая система сборки](https://python-all.ru/3/whatsnew/2.1.html#pep-229-new-build-system)1708    - [PEP 205: слабые ссылки](https://python-all.ru/3/whatsnew/2.1.html#pep-205-weak-references)1709    - [PEP 232: атрибуты функций](https://python-all.ru/3/whatsnew/2.1.html#pep-232-function-attributes)1710    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1711    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3/whatsnew/2.1.html#pep-217-interactive-display-hook)1712    - [PEP 208: новая модель приведения типов](https://python-all.ru/3/whatsnew/2.1.html#pep-208-new-coercion-model)1713    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1714    - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.1.html#new-and-improved-modules)1715    - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.1.html#other-changes-and-fixes)1716    - [Благодарности](https://python-all.ru/3/whatsnew/2.1.html#acknowledgements)1717  - [Что нового в Python 2.0](https://python-all.ru/3/whatsnew/2.0.html)17181719    - [Введение](https://python-all.ru/3/whatsnew/2.0.html#introduction)1720    - [А что насчёт Python 1.6?](https://python-all.ru/3/whatsnew/2.0.html#what-about-python-1-6)1721    - [Новый процесс разработки](https://python-all.ru/3/whatsnew/2.0.html#new-development-process)1722    - [Unicode](https://python-all.ru/3/whatsnew/2.0.html#unicode)1723    - [Списковые включения](https://python-all.ru/3/whatsnew/2.0.html#list-comprehensions)1724    - [Расширенное присваивание](https://python-all.ru/3/whatsnew/2.0.html#augmented-assignment)1725    - [Методы строк](https://python-all.ru/3/whatsnew/2.0.html#string-methods)1726    - [Сборка мусора циклических ссылок](https://python-all.ru/3/whatsnew/2.0.html#garbage-collection-of-cycles)1727    - [Другие изменения ядра](https://python-all.ru/3/whatsnew/2.0.html#other-core-changes)17281729      - [Мелкие изменения языка](https://python-all.ru/3/whatsnew/2.0.html#minor-language-changes)1730      - [Изменения встроенных функций](https://python-all.ru/3/whatsnew/2.0.html#changes-to-built-in-functions)1731    - [Перенос на 2.0](https://python-all.ru/3/whatsnew/2.0.html#porting-to-2-0)1732    - [Изменения в расширении/встраивании](https://python-all.ru/3/whatsnew/2.0.html#extending-embedding-changes)1733    - [Distutils: упрощение установки модулей](https://python-all.ru/3/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1734    - [Модули XML](https://python-all.ru/3/whatsnew/2.0.html#xml-modules)17351736      - [Поддержка SAX2](https://python-all.ru/3/whatsnew/2.0.html#sax2-support)1737      - [Поддержка DOM](https://python-all.ru/3/whatsnew/2.0.html#dom-support)1738      - [Связь с PyXML](https://python-all.ru/3/whatsnew/2.0.html#relationship-to-pyxml)1739    - [Изменения модулей](https://python-all.ru/3/whatsnew/2.0.html#module-changes)1740    - [Новые модули](https://python-all.ru/3/whatsnew/2.0.html#new-modules)1741    - [Улучшения IDLE](https://python-all.ru/3/whatsnew/2.0.html#idle-improvements)1742    - [Удалённые и устаревшие модули](https://python-all.ru/3/whatsnew/2.0.html#deleted-and-deprecated-modules)1743    - [Благодарности](https://python-all.ru/3/whatsnew/2.0.html#acknowledgements)1744  - [Журнал изменений](https://python-all.ru/3/whatsnew/changelog.html)17451746    - [Следующая версия Python](https://python-all.ru/3/whatsnew/changelog.html#python-next)17471748      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#windows)1749      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#tests)1750      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#security)1751      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#library)1752      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#idle)1753      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#documentation)1754      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#core-and-builtins)1755      - [C API](https://python-all.ru/3/whatsnew/changelog.html#c-api)1756      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#build)1757    - [Python 3.14.6 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-6-final)17581759      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id2)1760      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id3)1761      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id4)1762      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id5)1763      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id6)1764      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id7)1765      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id8)1766      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#macos)1767      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id9)1768      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id10)1769    - [Python 3.14.5 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-5-final)17701771      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id11)1772      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id12)1773      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id13)1774      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id14)1775      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id15)1776    - [Python 3.14.5 release candidate 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-5-release-candidate-1)17771778      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id16)1779      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id18)1780      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id19)1781      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id20)1782      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id21)1783      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id22)1784      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id23)1785    - [Python 3.14.4 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-4-final)17861787      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id24)1788      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id25)1789      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id26)1790      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id29)1791      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id30)1792      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id31)1793      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id32)1794      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id33)1795      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id34)1796    - [Python 3.14.3 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-3-final)17971798      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id35)1799      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#tools-demos)1800      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id36)1801      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id37)1802      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id38)1803      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id39)1804      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id40)1805      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id41)1806      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id42)1807      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id43)1808    - [Python 3.14.2 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-2-final)18091810      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id44)1811      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id45)1812      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id46)1813      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id47)1814    - [Python 3.14.1 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-1-final)18151816      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id48)1817      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id49)1818      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id50)1819      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id51)1820      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id52)1821      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id53)1822      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id54)1823      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id55)1824      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id56)1825      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id57)1826      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id58)1827      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id59)1828      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id60)1829      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id61)1830      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id62)1831      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id63)1832      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id64)1833      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id65)1834      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id66)1835      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id67)1836      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id68)1837      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id69)1838    - [Python 3.14.0 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-final)18391840      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id70)1841      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id71)1842      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id72)1843      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id73)1844      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id74)1845    - [Python 3.14.0 release candidate 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-3)18461847      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id75)1848      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id76)1849      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id77)1850      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id78)1851      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id79)1852    - [Python 3.14.0 release candidate 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-2)18531854      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id80)1855      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id81)1856      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id82)1857      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id83)1858      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id84)1859      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id85)1860      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id86)1861    - [Python 3.14.0 release candidate 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-1)18621863      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id87)1864      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id88)1865      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id89)1866      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id90)1867      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id91)1868      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id92)1869      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id93)1870      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id94)1871      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id95)1872      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id96)1873    - [Python 3.14.0 beta 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-4)18741875      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id97)1876      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id98)1877      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id99)1878      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id100)1879      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id101)1880      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id102)1881      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id103)1882      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id104)1883    - [Python 3.14.0 beta 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-3)18841885      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id105)1886      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id106)1887      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id107)1888      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id108)1889      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id109)1890      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id110)1891      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id111)1892      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id112)1893      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id113)1894      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id114)1895      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id115)1896      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id116)1897      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id117)1898      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id118)1899    - [Python 3.14.0 beta 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-2)19001901      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id119)1902      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id120)1903      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id121)1904      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id122)1905      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id123)1906      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id124)1907      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id125)1908      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id126)1909    - [Python 3.14.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-1)19101911      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id127)1912      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id128)1913      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id129)1914      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id130)1915      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id131)1916      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id132)1917      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id133)1918      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id134)1919      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id135)1920      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id136)1921      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id137)1922      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id138)1923      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id139)1924      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id140)1925      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id141)1926    - [Python 3.14.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-7)19271928      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id142)1929      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id143)1930      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id144)1931      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id145)1932      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id146)1933      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id147)1934      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id148)1935      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id149)1936      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id150)1937      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id151)1938      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id152)1939      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id153)1940    - [Python 3.14.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-6)19411942      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id154)1943      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id155)1944      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id156)1945      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id157)1946      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id158)1947      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id159)1948      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id160)1949      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id161)1950      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id162)1951      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id163)1952      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id164)1953      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id165)1954      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id166)1955      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id167)1956    - [Python 3.14.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-5)19571958      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id168)1959      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id169)1960      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id170)1961      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id171)1962      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id172)1963      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id173)1964      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id174)1965      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id175)1966      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id176)1967      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id177)1968      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id178)1969      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id179)1970      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id180)1971      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id181)1972      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id182)1973    - [Python 3.14.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-4)19741975      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id183)1976      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id184)1977      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id185)1978      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id186)1979      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id187)1980      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id188)1981      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id189)1982      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id190)1983      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id191)1984      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id192)1985      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id193)1986    - [Python 3.14.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-3)19871988      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id194)1989      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id195)1990      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id196)1991      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id197)1992      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id198)1993      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id199)1994      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id200)1995      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id201)1996      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id202)1997      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id203)1998      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id204)1999    - [Python 3.14.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-2)20002001      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id205)2002      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id206)2003      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id207)2004      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id208)2005      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id209)2006      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id210)2007      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id211)2008      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id212)2009      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id213)2010      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id214)2011      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id215)2012      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id216)2013      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id217)2014      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id218)2015    - [Python 3.14.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-1)20162017      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id219)2018      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id220)2019      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id221)2020      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id222)2021      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id223)2022      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id224)2023      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id225)2024      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id226)2025      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id227)2026      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id228)2027      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id229)2028      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id230)2029      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id231)2030      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id232)2031      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id233)2032      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id234)2033      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id235)2034      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id236)2035      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id237)2036      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id238)2037      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id239)2038      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id240)2039      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id241)2040      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id242)2041      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id243)2042    - [Python 3.13.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-beta-1)20432044      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id244)2045      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id245)2046      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id246)2047      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id247)2048      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id248)2049      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id249)2050      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id250)2051      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id251)2052      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id252)2053      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id253)2054      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id254)2055    - [Python 3.13.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-6)20562057      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id255)2058      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id256)2059      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id257)2060      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id258)2061      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id259)2062      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id260)2063      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id261)2064      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id262)2065      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id263)2066    - [Python 3.13.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-5)20672068      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id264)2069      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id265)2070      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id266)2071      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id267)2072      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id268)2073      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id269)2074      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id270)2075      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id271)2076      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id272)2077      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id273)2078      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id274)2079      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id275)2080      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id276)2081      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id277)2082      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id278)2083    - [Python 3.13.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-4)20842085      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id279)2086      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id280)2087      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id281)2088      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id282)2089      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id283)2090      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id284)2091      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id285)2092      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id286)2093      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id287)2094      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id288)2095      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id289)2096    - [Python 3.13.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-3)20972098      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id290)2099      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id291)2100      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id292)2101      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id293)2102      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id294)2103      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id295)2104      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id296)2105      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id297)2106      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id298)2107      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id299)2108    - [Python 3.13.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-2)21092110      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id300)2111      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id301)2112      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id302)2113      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id303)2114      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id304)2115      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id305)2116      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id306)2117      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id307)2118      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id308)2119    - [Python 3.13.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-1)21202121      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id309)2122      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id310)2123      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id311)2124      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id312)2125      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id313)2126      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id314)2127      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id315)2128      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id316)2129      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id317)2130      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id318)2131      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id319)2132    - [Python 3.12.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-beta-1)21332134      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id320)2135      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id321)2136      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id322)2137      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id323)2138      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id324)2139      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id325)2140      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id326)2141      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id327)2142      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id328)2143      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id329)2144      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id330)2145      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id331)2146      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id332)2147      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id333)2148    - [Python 3.12.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-7)21492150      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id334)2151      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id335)2152      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id336)2153      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id337)2154      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id338)2155      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id339)2156      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id340)2157      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id341)2158      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id342)2159      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id343)2160      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id344)2161      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id345)2162    - [Python 3.12.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-6)21632164      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id346)2165      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id347)2166      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id348)2167      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id349)2168      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id350)2169      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id351)2170      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id352)2171      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id353)2172      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id354)2173    - [Python 3.12.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-5)21742175      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id355)2176      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id357)2177      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id358)2178      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id359)2179      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id360)2180      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id361)2181      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id362)2182    - [Python 3.12.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-4)21832184      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id363)2185      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id364)2186      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id365)2187      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id366)2188      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id367)2189      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id368)2190      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id369)2191      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id370)2192      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id371)2193      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id372)2194      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id373)2195      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id374)2196      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id375)2197    - [Python 3.12.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-3)21982199      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id376)2200      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id377)2201      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id378)2202      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id379)2203      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id380)2204      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id381)2205      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id382)2206      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id383)2207      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id384)2208      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id385)2209      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id386)2210      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id387)2211    - [Python 3.12.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-2)22122213      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id388)2214      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id389)2215      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id390)2216      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id391)2217      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id392)2218      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id393)2219      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id394)2220      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id395)2221      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id396)2222      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id397)2223      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id398)2224    - [Python 3.12.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-1)22252226      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id399)2227      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id400)2228      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id401)2229      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id402)2230      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id403)2231      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id404)2232      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id405)2233      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id406)2234      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id407)2235      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id408)2236      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id409)2237      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id410)2238      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id411)2239      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id412)2240      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id413)2241      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id414)2242      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id415)2243      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id416)2244      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id417)2245      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id418)2246      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id419)2247      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id420)2248      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id421)2249      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id422)2250      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id423)2251      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id424)2252      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id425)2253      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id426)2254      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id428)2255    - [Python 3.11.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-beta-1)22562257      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id429)2258      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id430)2259      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id431)2260      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id432)2261      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id433)2262      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id434)2263      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id435)2264      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id436)2265      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id437)2266      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id438)2267      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id439)2268      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id440)2269      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id441)2270      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id442)2271    - [Python 3.11.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-7)22722273      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id443)2274      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id444)2275      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id445)2276      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id446)2277      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id447)2278      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id448)2279      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id449)2280      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id450)2281      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id451)2282      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id452)2283      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id453)2284      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id454)2285      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id455)2286    - [Python 3.11.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-6)22872288      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id456)2289      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id457)2290      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id458)2291      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id459)2292      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id460)2293      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id461)2294      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id462)2295      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id463)2296      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id464)2297      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id465)2298      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id466)2299      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id467)2300      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id468)2301      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id469)2302    - [Python 3.11.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-5)23032304      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id470)2305      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id471)2306      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id472)2307      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id473)2308      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id474)2309      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id475)2310      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id476)2311      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id477)2312      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id478)2313      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id479)2314      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id480)2315      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id481)2316      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id482)2317      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id483)2318    - [Python 3.11.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-4)23192320      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id484)2321      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id485)2322      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id486)2323      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id487)2324      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id488)2325      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id489)2326      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id490)2327      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id491)2328      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id492)2329      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id493)2330      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id494)2331      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id495)2332      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id496)2333      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id497)2334    - [Python 3.11.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-3)23352336      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id498)2337      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id499)2338      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id500)2339      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id501)2340      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id502)2341      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id503)2342      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id504)2343      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id505)2344      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id506)2345      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id507)2346    - [Python 3.11.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-2)23472348      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id508)2349      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id509)2350      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id510)2351      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id511)2352      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id512)2353      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id513)2354      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id514)2355      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id515)2356      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id516)2357    - [Python 3.11.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-1)23582359      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id517)2360      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id518)2361      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id519)2362      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id520)2363      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id521)2364      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id522)2365      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id523)2366      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id524)2367      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id525)2368      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id526)2369      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id527)2370      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id528)2371      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id529)2372      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id530)2373      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id531)2374      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id532)2375      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id533)2376      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id534)2377      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id535)2378      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id536)2379      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id537)2380      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id538)2381      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id539)2382      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id540)2383      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id541)2384      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id542)2385      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id543)2386      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id544)2387      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id545)2388    - [Python 3.10.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-beta-1)23892390      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id546)2391      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id547)2392      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id548)2393      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id549)2394      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id550)2395      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id551)2396      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id552)2397      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id553)2398      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id554)2399      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id555)2400      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id556)2401      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id557)2402      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id558)2403      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id559)2404    - [Python 3.10.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-7)24052406      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id560)2407      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id561)2408      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id562)2409      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id563)2410      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id564)2411      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id565)2412      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id566)2413      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id567)2414      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id568)2415      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id569)2416      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id570)2417    - [Python 3.10.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-6)24182419      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id571)2420      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id572)2421      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id573)2422      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id574)2423      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id575)2424      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id576)2425      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id577)2426      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id578)2427      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id579)2428      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id580)2429      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id581)2430      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id582)2431      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id583)2432      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id584)2433    - [Python 3.10.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-5)24342435      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id585)2436      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id586)2437      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id587)2438      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id588)2439      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id589)2440      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id590)2441      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id591)2442      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id592)2443      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id593)2444      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id594)2445      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id595)2446      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id596)2447    - [Python 3.10.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-4)24482449      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id597)2450      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id598)2451      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id599)2452      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id600)2453      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id601)2454      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id602)2455      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id603)2456      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id604)2457      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id605)2458      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id606)2459      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id607)2460      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id608)2461    - [Python 3.10.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-3)24622463      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id609)2464      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id610)2465      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id611)2466      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id612)2467      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id613)2468      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id614)2469      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id615)2470      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id616)2471      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id617)2472      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id618)2473      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id619)2474      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id620)2475      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id621)2476      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id622)2477      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id623)2478      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id624)2479      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id625)2480    - [Python 3.10.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-2)24812482      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id626)2483      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id627)2484      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id628)2485      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id629)2486      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id630)2487      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id631)2488      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id632)2489      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id633)2490      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id634)2491      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id635)2492      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id636)2493      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id637)2494    - [Python 3.10.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-1)24952496      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id638)2497      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id639)2498      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id640)2499      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id641)2500      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id642)2501      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id643)2502      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id644)2503      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id645)2504      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id646)2505      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id647)2506      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id648)2507      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id649)2508      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id650)2509      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id651)2510      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id652)2511      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id653)2512      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id654)2513      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id655)2514      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id656)2515      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id657)2516      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id658)2517      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id659)2518      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id660)2519      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id661)2520      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id662)2521      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id663)2522      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id664)2523      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id665)2524      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id666)2525      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id667)2526      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id668)2527      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id669)2528      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id670)2529      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id671)2530      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id672)2531      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id673)2532      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id674)2533      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id675)2534    - [Python 3.9.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-beta-1)25352536      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id676)2537      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id677)2538      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id678)2539      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id679)2540      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id680)2541      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id681)2542      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id682)2543      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id683)2544      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id684)2545      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id685)2546    - [Python 3.9.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-6)25472548      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id686)2549      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id687)2550      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id688)2551      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id689)2552      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id690)2553      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id691)2554      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id692)2555      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id693)2556      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id694)2557      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id695)2558      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id696)2559    - [Python 3.9.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-5)25602561      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id697)2562      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id698)2563      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id699)2564      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id700)2565      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id701)2566      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id702)2567      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id703)2568      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id704)2569      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id705)2570      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id706)2571      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id707)2572    - [Python 3.9.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-4)25732574      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id708)2575      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id709)2576      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id710)2577      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id711)2578      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id712)2579      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id713)2580      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id714)2581      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id715)2582      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id716)2583    - [Python 3.9.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-3)25842585      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id717)2586      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id718)2587      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id719)2588      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id720)2589      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id721)2590      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id722)2591    - [Python 3.9.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-2)25922593      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id723)2594      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id724)2595      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id725)2596      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id726)2597      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id727)2598      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id728)2599      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id729)2600      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id730)2601      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id731)2602      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id732)2603    - [Python 3.9.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-1)26042605      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id733)2606      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id734)2607      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id735)2608      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id736)2609      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id737)2610      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id738)2611      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id739)2612      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id740)2613      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id741)2614      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id742)2615      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id743)2616    - [Python 3.8.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-beta-1)26172618      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id744)2619      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id745)2620      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id746)2621      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id747)2622      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id748)2623      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id749)2624      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id750)2625      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id751)2626      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id752)2627      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id753)2628      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id754)2629    - [Python 3.8.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-4)26302631      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id755)2632      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id756)2633      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id757)2634      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id758)2635      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id759)2636      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id760)2637      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id761)2638      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id762)2639      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id763)2640      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id764)2641      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id765)2642    - [Python 3.8.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-3)26432644      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id766)2645      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id767)2646      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id768)2647      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id769)2648      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id770)2649      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id771)2650      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id772)2651      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id773)2652      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id774)2653      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id775)2654    - [Python 3.8.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-2)26552656      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id776)2657      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id777)2658      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id778)2659      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id779)2660      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id780)2661      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id781)2662    - [Python 3.8.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-1)26632664      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id782)2665      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id783)2666      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id784)2667      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id785)2668      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id786)2669      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id787)2670      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id788)2671      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id789)2672      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id790)2673      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id791)2674      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id792)2675    - [Python 3.7.0 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-final)26762677      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id793)2678      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id794)2679    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-release-candidate-1)26802681      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id795)2682      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id796)2683      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id797)2684      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id798)2685      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id799)2686      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id800)2687    - [Python 3.7.0 бета 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-5)26882689      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id801)2690      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id802)2691      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id803)2692      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id804)2693      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id805)2694      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id806)2695      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id807)2696    - [Python 3.7.0 бета 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-4)26972698      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id808)2699      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id809)2700      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id810)2701      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id811)2702      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id812)2703      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id813)2704      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id814)2705      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id815)2706      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id816)2707    - [Python 3.7.0 бета 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-3)27082709      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id817)2710      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id818)2711      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id819)2712      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id820)2713      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id821)2714      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id822)2715      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id823)2716      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id824)2717      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id825)2718      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id826)2719      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id827)2720    - [Python 3.7.0 бета 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-2)27212722      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id828)2723      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id829)2724      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id830)2725      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id831)2726      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id832)2727      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id833)2728      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id834)2729      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id835)2730      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id836)2731      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id837)2732    - [Python 3.7.0 бета 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-1)27332734      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id838)2735      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id839)2736      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id840)2737      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id841)2738      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id842)2739      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id843)2740      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id844)2741      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id845)2742    - [Python 3.7.0 альфа 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-4)27432744      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id846)2745      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id847)2746      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id848)2747      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id849)2748      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id850)2749      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id851)2750      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id852)2751    - [Python 3.7.0 альфа 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-3)27522753      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id853)2754      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id854)2755      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id855)2756      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id856)2757      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id857)2758      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id858)2759      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id859)2760      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id860)2761      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id861)2762      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id862)2763    - [Python 3.7.0 альфа 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-2)27642765      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id863)2766      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id864)2767      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id865)2768      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id866)2769      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id867)2770      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id868)2771    - [Python 3.7.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-1)27722773      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id869)2774      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id870)2775      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id871)2776      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id872)2777      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id873)2778      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id874)2779      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id875)2780      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id876)2781      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id877)2782      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id878)2783    - [Python 3.6.6 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-6-final)2784    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-6-release-candidate-1)27852786      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id879)2787      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id880)2788      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id881)2789      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id882)2790      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id883)2791      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id884)2792      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id885)2793      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id886)2794      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id887)2795      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id888)2796    - [Python 3.6.5 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-5-final)27972798      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id889)2799      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id890)2800    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-5-release-candidate-1)28012802      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id891)2803      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id892)2804      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id893)2805      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id894)2806      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id895)2807      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id896)2808      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id897)2809      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id898)2810      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id899)2811      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id900)2812      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id901)2813    - [Python 3.6.4 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-4-final)2814    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-4-release-candidate-1)28152816      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id902)2817      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id903)2818      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id904)2819      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id905)2820      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id906)2821      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id907)2822      - [macOS](https://python-all.ru/3/whatsnew/changelog.html#id908)2823      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id909)2824      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id910)2825      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id911)2826    - [Python 3.6.3 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-3-final)28272828      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id912)2829      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id913)2830    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-3-release-candidate-1)28312832      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id914)2833      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id915)2834      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id916)2835      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id917)2836      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id918)2837      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id919)2838      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id920)2839      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id921)2840      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id922)2841    - [Python 3.6.2 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-final)2842    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-release-candidate-2)28432844      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id923)2845    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-release-candidate-1)28462847      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id924)2848      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id925)2849      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id926)2850      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id927)2851      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id928)2852      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id929)2853      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id930)2854      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id931)2855      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id932)2856      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id933)2857    - [Python 3.6.1 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-1-final)28582859      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id934)2860      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id935)2861    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-1-release-candidate-1)28622863      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id936)2864      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id937)2865      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id938)2866      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id939)2867      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id940)2868      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id941)2869      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id942)2870      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id943)2871    - [Python 3.6.0 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-final)2872    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-release-candidate-2)28732874      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id944)2875      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id945)2876      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id946)2877      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id947)2878    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-release-candidate-1)28792880      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id948)2881      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id949)2882      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id950)2883      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id951)2884      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id952)2885    - [Python 3.6.0 бета 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-4)28862887      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id953)2888      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id954)2889      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id955)2890      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id956)2891      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id957)2892    - [Python 3.6.0 бета 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-3)28932894      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id958)2895      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id959)2896      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id960)2897      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id961)2898      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id962)2899    - [Python 3.6.0 бета 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-2)29002901      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id963)2902      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id964)2903      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id965)2904      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id966)2905      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id967)2906      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id968)2907    - [Python 3.6.0 бета 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-1)29082909      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id969)2910      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id970)2911      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id971)2912      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id972)2913      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id973)2914      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id974)2915      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id975)2916      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id976)2917    - [Python 3.6.0 альфа 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-4)29182919      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id977)2920      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id978)2921      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id979)2922      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id980)2923      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id981)2924      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id982)2925    - [Python 3.6.0 альфа 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-3)29262927      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id983)2928      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id984)2929      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id985)2930      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id986)2931      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id987)2932      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id988)2933      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id989)2934      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id990)2935      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id991)2936    - [Python 3.6.0 альфа 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-2)29372938      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id992)2939      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id993)2940      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id994)2941      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id995)2942      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id996)2943      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id997)2944      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id998)2945      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id999)2946      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1000)2947      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1001)2948    - [Python 3.6.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-1)29492950      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1002)2951      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1003)2952      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1004)2953      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1005)2954      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1006)2955      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1007)2956      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1008)2957      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1009)2958      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1010)2959      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1011)2960    - [Python 3.5.5 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-5-final)2961    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-5-release-candidate-1)29622963      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1012)2964      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1013)2965      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1014)2966    - [Python 3.5.4 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-4-final)29672968      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1015)2969    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-4-release-candidate-1)29702971      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1016)2972      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1017)2973      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1018)2974      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1019)2975      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1020)2976      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1021)2977      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1022)2978      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1023)2979    - [Python 3.5.3 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-3-final)2980    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-3-release-candidate-1)29812982      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1024)2983      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1025)2984      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1026)2985      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1027)2986      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1028)2987      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1029)2988      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1030)2989      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1031)2990      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1032)2991      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1033)2992    - [Python 3.5.2, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-2-final)29932994      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1034)2995      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1035)2996      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1036)2997    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-2-release-candidate-1)29982999      - [Безопасность](https://python-all.ru/3/whatsnew/changelog.html#id1037)3000      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1038)3001      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1039)3002      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1040)3003      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1041)3004      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1042)3005      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1043)3006      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1044)3007      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1045)3008    - [Python 3.5.1, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-1-final)30093010      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1046)3011      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1047)3012    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-1-release-candidate-1)30133014      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1048)3015      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1049)3016      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1050)3017      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1051)3018      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1052)3019      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1053)3020      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1054)3021      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1055)3022    - [Python 3.5.0, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-final)30233024      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1056)3025    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-4)30263027      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1057)3028      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1058)3029    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-3)30303031      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1059)3032      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1060)3033    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-2)30343035      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1061)3036      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1062)3037    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-1)30383039      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1063)3040      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1064)3041      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1065)3042      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1066)3043      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1067)3044    - [Python 3.5.0 beta 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-4)30453046      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1068)3047      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1069)3048      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1070)3049    - [Python 3.5.0 beta 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-3)30503051      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1071)3052      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1072)3053      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1073)3054      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1074)3055      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1075)3056    - [Python 3.5.0 beta 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-2)30573058      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1076)3059      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1077)3060    - [Python 3.5.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-1)30613062      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1078)3063      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1079)3064      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1080)3065      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1081)3066      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1082)3067      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1083)3068    - [Python 3.5.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-4)30693070      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1084)3071      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1085)3072      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1086)3073      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1087)3074      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1088)3075      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1089)3076    - [Python 3.5.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-3)30773078      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1090)3079      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1091)3080      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1092)3081      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1093)3082      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1094)3083    - [Python 3.5.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-2)30843085      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1095)3086      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1096)3087      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1097)3088      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1098)3089      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1099)3090    - [Python 3.5.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-1)30913092      - [Ядро и встроенные модули](https://python-all.ru/3/whatsnew/changelog.html#id1100)3093      - [Библиотека](https://python-all.ru/3/whatsnew/changelog.html#id1101)3094      - [IDLE](https://python-all.ru/3/whatsnew/changelog.html#id1102)3095      - [Сборка](https://python-all.ru/3/whatsnew/changelog.html#id1103)3096      - [C API](https://python-all.ru/3/whatsnew/changelog.html#id1104)3097      - [Документация](https://python-all.ru/3/whatsnew/changelog.html#id1105)3098      - [Тесты](https://python-all.ru/3/whatsnew/changelog.html#id1106)3099      - [Инструменты/Демонстрации](https://python-all.ru/3/whatsnew/changelog.html#id1107)3100      - [Windows](https://python-all.ru/3/whatsnew/changelog.html#id1108)3101- [Учебник Python](https://python-all.ru/3/tutorial/index.html)31023103  - [1. Введение](https://python-all.ru/3/tutorial/appetite.html)3104  - [2. Использование интерпретатора Python](https://python-all.ru/3/tutorial/interpreter.html)31053106    - [2.1. Запуск интерпретатора](https://python-all.ru/3/tutorial/interpreter.html#invoking-the-interpreter)31073108      - [2.1.1. Передача аргументов](https://python-all.ru/3/tutorial/interpreter.html#argument-passing)3109      - [2.1.2. Интерактивный режим](https://python-all.ru/3/tutorial/interpreter.html#interactive-mode)3110    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3/tutorial/interpreter.html#the-interpreter-and-its-environment)31113112      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3/tutorial/interpreter.html#source-code-encoding)3113  - [3. Неформальное введение в Python](https://python-all.ru/3/tutorial/introduction.html)31143115    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3/tutorial/introduction.html#using-python-as-a-calculator)31163117      - [3.1.1. Числа](https://python-all.ru/3/tutorial/introduction.html#numbers)3118      - [3.1.2. Текст](https://python-all.ru/3/tutorial/introduction.html#text)3119      - [3.1.3. Списки](https://python-all.ru/3/tutorial/introduction.html#lists)3120    - [3.2. Первые шаги к программированию](https://python-all.ru/3/tutorial/introduction.html#first-steps-towards-programming)3121  - [4. Дополнительные средства управления потоком](https://python-all.ru/3/tutorial/controlflow.html)31223123    - [4.1. `if` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#if-statements)3124    - [4.2. `for` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#for-statements)3125    - [4.3. Функция `range()`](https://python-all.ru/3/tutorial/controlflow.html#the-range-function)3126    - [4.4. `break` и `continue` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#break-and-continue-statements)3127    - [4.5. `else` Предложения в циклах](https://python-all.ru/3/tutorial/controlflow.html#else-clauses-on-loops)3128    - [4.6. `pass` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#pass-statements)3129    - [4.7. `match` Инструкции](https://python-all.ru/3/tutorial/controlflow.html#match-statements)3130    - [4.8. Определение функций](https://python-all.ru/3/tutorial/controlflow.html#defining-functions)3131    - [4.9. Подробнее об определении функций](https://python-all.ru/3/tutorial/controlflow.html#more-on-defining-functions)31323133      - [4.9.1. Значения аргументов по умолчанию](https://python-all.ru/3/tutorial/controlflow.html#default-argument-values)3134      - [4.9.2. Именованные аргументы](https://python-all.ru/3/tutorial/controlflow.html#keyword-arguments)3135      - [4.9.3. Специальные параметры](https://python-all.ru/3/tutorial/controlflow.html#special-parameters)31363137        - [4.9.3.1. Позиционно-именованные аргументы](https://python-all.ru/3/tutorial/controlflow.html#positional-or-keyword-arguments)3138        - [4.9.3.2. Только позиционные параметры](https://python-all.ru/3/tutorial/controlflow.html#positional-only-parameters)3139        - [4.9.3.3. Только именованные аргументы](https://python-all.ru/3/tutorial/controlflow.html#keyword-only-arguments)3140        - [4.9.3.4. Примеры функций](https://python-all.ru/3/tutorial/controlflow.html#function-examples)3141        - [4.9.3.5. Краткий обзор](https://python-all.ru/3/tutorial/controlflow.html#recap)3142      - [4.9.4. Произвольные списки аргументов](https://python-all.ru/3/tutorial/controlflow.html#arbitrary-argument-lists)3143      - [4.9.5. Распаковка списков аргументов](https://python-all.ru/3/tutorial/controlflow.html#unpacking-argument-lists)3144      - [4.9.6. Лямбда-выражения](https://python-all.ru/3/tutorial/controlflow.html#lambda-expressions)3145      - [4.9.7. Строки документации](https://python-all.ru/3/tutorial/controlflow.html#documentation-strings)3146      - [4.9.8. Аннотации функций](https://python-all.ru/3/tutorial/controlflow.html#function-annotations)3147    - [4.10. Интермеццо: стиль кода](https://python-all.ru/3/tutorial/controlflow.html#intermezzo-coding-style)3148  - [5. Структуры данных](https://python-all.ru/3/tutorial/datastructures.html)31493150    - [5.1. Подробнее о списках](https://python-all.ru/3/tutorial/datastructures.html#more-on-lists)31513152      - [5.1.1. Использование списков как стеков](https://python-all.ru/3/tutorial/datastructures.html#using-lists-as-stacks)3153      - [5.1.2. Использование списков как очередей](https://python-all.ru/3/tutorial/datastructures.html#using-lists-as-queues)3154      - [5.1.3. Списковые включения](https://python-all.ru/3/tutorial/datastructures.html#list-comprehensions)3155      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3/tutorial/datastructures.html#nested-list-comprehensions)3156    - [5.2. Инструкция `del`](https://python-all.ru/3/tutorial/datastructures.html#the-del-statement)3157    - [5.3. Кортежи и последовательности](https://python-all.ru/3/tutorial/datastructures.html#tuples-and-sequences)3158    - [5.4. Множества](https://python-all.ru/3/tutorial/datastructures.html#sets)3159    - [5.5. Словари](https://python-all.ru/3/tutorial/datastructures.html#dictionaries)3160    - [5.6. Приёмы работы с циклами](https://python-all.ru/3/tutorial/datastructures.html#looping-techniques)3161    - [5.7. Подробнее об условиях](https://python-all.ru/3/tutorial/datastructures.html#more-on-conditions)3162    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3/tutorial/datastructures.html#comparing-sequences-and-other-types)3163  - [6. Модули](https://python-all.ru/3/tutorial/modules.html)31643165    - [6.1. Подробнее о модулях](https://python-all.ru/3/tutorial/modules.html#more-on-modules)31663167      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3/tutorial/modules.html#executing-modules-as-scripts)3168      - [6.1.2. Путь поиска модулей](https://python-all.ru/3/tutorial/modules.html#the-module-search-path)3169      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3/tutorial/modules.html#compiled-python-files)3170    - [6.2. Стандартные модули](https://python-all.ru/3/tutorial/modules.html#standard-modules)3171    - [6.3. Функция `dir()`](https://python-all.ru/3/tutorial/modules.html#the-dir-function)3172    - [6.4. Пакеты](https://python-all.ru/3/tutorial/modules.html#packages)31733174      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3/tutorial/modules.html#importing-from-a-package)3175      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3/tutorial/modules.html#intra-package-references)3176      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3/tutorial/modules.html#packages-in-multiple-directories)3177  - [7. Ввод и вывод](https://python-all.ru/3/tutorial/inputoutput.html)31783179    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3/tutorial/inputoutput.html#fancier-output-formatting)31803181      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3/tutorial/inputoutput.html#formatted-string-literals)3182      - [7.1.2. Метод format() строк](https://python-all.ru/3/tutorial/inputoutput.html#the-string-format-method)3183      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3/tutorial/inputoutput.html#manual-string-formatting)3184      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3/tutorial/inputoutput.html#old-string-formatting)3185    - [7.2. Чтение и запись файлов](https://python-all.ru/3/tutorial/inputoutput.html#reading-and-writing-files)31863187      - [7.2.1. Методы файловых объектов](https://python-all.ru/3/tutorial/inputoutput.html#methods-of-file-objects)3188      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3/tutorial/inputoutput.html#saving-structured-data-with-json)3189  - [8. Ошибки и исключения](https://python-all.ru/3/tutorial/errors.html)31903191    - [8.1. Синтаксические ошибки](https://python-all.ru/3/tutorial/errors.html#syntax-errors)3192    - [8.2. Исключения](https://python-all.ru/3/tutorial/errors.html#exceptions)3193    - [8.3. Обработка исключений](https://python-all.ru/3/tutorial/errors.html#handling-exceptions)3194    - [8.4. Возбуждение исключений](https://python-all.ru/3/tutorial/errors.html#raising-exceptions)3195    - [8.5. Цепочки исключений](https://python-all.ru/3/tutorial/errors.html#exception-chaining)3196    - [8.6. Пользовательские исключения](https://python-all.ru/3/tutorial/errors.html#user-defined-exceptions)3197    - [8.7. Определение действий по очистке](https://python-all.ru/3/tutorial/errors.html#defining-clean-up-actions)3198    - [8.8. Предопределённые действия по очистке](https://python-all.ru/3/tutorial/errors.html#predefined-clean-up-actions)3199    - [8.9. Возбуждение и обработка нескольких несвязанных исключений](https://python-all.ru/3/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)3200    - [8.10. Обогащение исключений примечаниями](https://python-all.ru/3/tutorial/errors.html#enriching-exceptions-with-notes)3201  - [9. Классы](https://python-all.ru/3/tutorial/classes.html)32023203    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3/tutorial/classes.html#a-word-about-names-and-objects)3204    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3/tutorial/classes.html#python-scopes-and-namespaces)32053206      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3/tutorial/classes.html#scopes-and-namespaces-example)3207    - [9.3. Первое знакомство с классами](https://python-all.ru/3/tutorial/classes.html#a-first-look-at-classes)32083209      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3/tutorial/classes.html#class-definition-syntax)3210      - [9.3.2. Объекты классов](https://python-all.ru/3/tutorial/classes.html#class-objects)3211      - [9.3.3. Объекты экземпляров](https://python-all.ru/3/tutorial/classes.html#instance-objects)3212      - [9.3.4. Объекты методов](https://python-all.ru/3/tutorial/classes.html#method-objects)3213      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3/tutorial/classes.html#class-and-instance-variables)3214    - [9.4. Разные замечания](https://python-all.ru/3/tutorial/classes.html#random-remarks)3215    - [9.5. Наследование](https://python-all.ru/3/tutorial/classes.html#inheritance)32163217      - [9.5.1. Множественное наследование](https://python-all.ru/3/tutorial/classes.html#multiple-inheritance)3218    - [9.6. Приватные переменные](https://python-all.ru/3/tutorial/classes.html#private-variables)3219    - [9.7. Разное](https://python-all.ru/3/tutorial/classes.html#odds-and-ends)3220    - [9.8. Итераторы](https://python-all.ru/3/tutorial/classes.html#iterators)3221    - [9.9. Генераторы](https://python-all.ru/3/tutorial/classes.html#generators)3222    - [9.10. Генераторные выражения](https://python-all.ru/3/tutorial/classes.html#generator-expressions)3223  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3/tutorial/stdlib.html)32243225    - [10.1. Интерфейс операционной системы](https://python-all.ru/3/tutorial/stdlib.html#operating-system-interface)3226    - [10.2. Шаблоны имён файлов](https://python-all.ru/3/tutorial/stdlib.html#file-wildcards)3227    - [10.3. Аргументы командной строки](https://python-all.ru/3/tutorial/stdlib.html#command-line-arguments)3228    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3/tutorial/stdlib.html#error-output-redirection-and-program-termination)3229    - [10.5. Сопоставление строк с шаблоном](https://python-all.ru/3/tutorial/stdlib.html#string-pattern-matching)3230    - [10.6. Математика](https://python-all.ru/3/tutorial/stdlib.html#mathematics)3231    - [10.7. Доступ к Интернету](https://python-all.ru/3/tutorial/stdlib.html#internet-access)3232    - [10.8. Дата и время](https://python-all.ru/3/tutorial/stdlib.html#dates-and-times)3233    - [10.9. Сжатие данных](https://python-all.ru/3/tutorial/stdlib.html#data-compression)3234    - [10.10. Измерение производительности](https://python-all.ru/3/tutorial/stdlib.html#performance-measurement)3235    - [10.11. Контроль качества](https://python-all.ru/3/tutorial/stdlib.html#quality-control)3236    - [10.12. «Батарейки в комплекте»](https://python-all.ru/3/tutorial/stdlib.html#batteries-included)3237  - [11. Краткий обзор стандартной библиотеки. Часть II](https://python-all.ru/3/tutorial/stdlib2.html)32383239    - [11.1. Форматирование вывода](https://python-all.ru/3/tutorial/stdlib2.html#output-formatting)3240    - [11.2. Шаблоны](https://python-all.ru/3/tutorial/stdlib2.html#templating)3241    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3/tutorial/stdlib2.html#working-with-binary-data-record-layouts)3242    - [11.4. Многопоточность](https://python-all.ru/3/tutorial/stdlib2.html#multi-threading)3243    - [11.5. Логирование](https://python-all.ru/3/tutorial/stdlib2.html#logging)3244    - [11.6. Слабые ссылки](https://python-all.ru/3/tutorial/stdlib2.html#weak-references)3245    - [11.7. Инструменты для работы со списками](https://python-all.ru/3/tutorial/stdlib2.html#tools-for-working-with-lists)3246    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3/tutorial/stdlib2.html#decimal-floating-point-arithmetic)3247  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3/tutorial/venv.html)32483249    - [12.1. Введение](https://python-all.ru/3/tutorial/venv.html#introduction)3250    - [12.2. Создание виртуальных окружений](https://python-all.ru/3/tutorial/venv.html#creating-virtual-environments)3251    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3/tutorial/venv.html#managing-packages-with-pip)3252  - [13. Что дальше?](https://python-all.ru/3/tutorial/whatnow.html)3253  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3/tutorial/interactive.html)32543255    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3/tutorial/interactive.html#tab-completion-and-history-editing)3256    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)3257  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3/tutorial/floatingpoint.html)32583259    - [15.1. Ошибка представления](https://python-all.ru/3/tutorial/floatingpoint.html#representation-error)3260  - [16. Приложение](https://python-all.ru/3/tutorial/appendix.html)32613262    - [16.1. Интерактивный режим](https://python-all.ru/3/tutorial/appendix.html#interactive-mode)32633264      - [16.1.1. Обработка ошибок](https://python-all.ru/3/tutorial/appendix.html#error-handling)3265      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3/tutorial/appendix.html#executable-python-scripts)3266      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3/tutorial/appendix.html#the-interactive-startup-file)3267      - [16.1.4. Модули настройки](https://python-all.ru/3/tutorial/appendix.html#the-customization-modules)3268- [Настройка и использование Python](https://python-all.ru/3/using/index.html)32693270  - [1. Командная строка и окружение](https://python-all.ru/3/using/cmdline.html)32713272    - [1.1. Командная строка](https://python-all.ru/3/using/cmdline.html#command-line)32733274      - [1.1.1. Параметры интерфейса](https://python-all.ru/3/using/cmdline.html#interface-options)3275      - [1.1.2. Общие параметры](https://python-all.ru/3/using/cmdline.html#generic-options)3276      - [1.1.3. Прочие параметры](https://python-all.ru/3/using/cmdline.html#miscellaneous-options)3277      - [1.1.4. Управление цветом](https://python-all.ru/3/using/cmdline.html#controlling-color)3278    - [1.2. Переменные окружения](https://python-all.ru/3/using/cmdline.html#environment-variables)32793280      - [1.2.1. Переменные режима отладки](https://python-all.ru/3/using/cmdline.html#debug-mode-variables)3281  - [2. Использование Python на платформах Unix](https://python-all.ru/3/using/unix.html)32823283    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3/using/unix.html#getting-and-installing-the-latest-version-of-python)32843285      - [2.1.1. В Linux](https://python-all.ru/3/using/unix.html#on-linux)32863287        - [2.1.1.1. Установка IDLE](https://python-all.ru/3/using/unix.html#installing-idle)3288      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3/using/unix.html#on-freebsd-and-openbsd)3289    - [2.2. Сборка Python](https://python-all.ru/3/using/unix.html#building-python)3290    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3/using/unix.html#python-related-paths-and-files)3291    - [2.4. Прочее](https://python-all.ru/3/using/unix.html#miscellaneous)3292    - [2.5. Настройка OpenSSL](https://python-all.ru/3/using/unix.html#custom-openssl)3293  - [3. Настройка сборки Python](https://python-all.ru/3/using/configure.html)32943295    - [3.1. Требования к сборке](https://python-all.ru/3/using/configure.html#build-requirements)32963297      - [3.1.1. Требования для опциональных модулей](https://python-all.ru/3/using/configure.html#requirements-for-optional-modules)3298    - [3.2. Сгенерированные файлы](https://python-all.ru/3/using/configure.html#generated-files)32993300      - [3.2.1. Скрипт configure](https://python-all.ru/3/using/configure.html#configure-script)3301    - [3.3. Параметры configure](https://python-all.ru/3/using/configure.html#configure-options)33023303      - [3.3.1. Общие параметры](https://python-all.ru/3/using/configure.html#general-options)3304      - [3.3.2. Параметры компилятора C](https://python-all.ru/3/using/configure.html#c-compiler-options)3305      - [3.3.3. Параметры компоновщика](https://python-all.ru/3/using/configure.html#linker-options)3306      - [3.3.4. Параметры для сторонних зависимостей](https://python-all.ru/3/using/configure.html#options-for-third-party-dependencies)3307      - [3.3.5. Параметры WebAssembly](https://python-all.ru/3/using/configure.html#webassembly-options)3308      - [3.3.6. Параметры установки](https://python-all.ru/3/using/configure.html#install-options)3309      - [3.3.7. Параметры производительности](https://python-all.ru/3/using/configure.html#performance-options)3310      - [3.3.8. Отладочная сборка Python](https://python-all.ru/3/using/configure.html#python-debug-build)3311      - [3.3.9. Параметры отладки](https://python-all.ru/3/using/configure.html#debug-options)3312      - [3.3.10. Параметры компоновщика](https://python-all.ru/3/using/configure.html#id13)3313      - [3.3.11. Параметры библиотек](https://python-all.ru/3/using/configure.html#libraries-options)3314      - [3.3.12. Параметры безопасности](https://python-all.ru/3/using/configure.html#security-options)3315      - [3.3.13. Параметры macOS](https://python-all.ru/3/using/configure.html#macos-options)3316      - [3.3.14. Параметры iOS](https://python-all.ru/3/using/configure.html#ios-options)3317      - [3.3.15. Параметры кросс-компиляции](https://python-all.ru/3/using/configure.html#cross-compiling-options)3318    - [3.4. Система сборки Python](https://python-all.ru/3/using/configure.html#python-build-system)33193320      - [3.4.1. Основные файлы системы сборки](https://python-all.ru/3/using/configure.html#main-files-of-the-build-system)3321      - [3.4.2. Основные этапы сборки](https://python-all.ru/3/using/configure.html#main-build-steps)3322      - [3.4.3. Основные цели Makefile](https://python-all.ru/3/using/configure.html#main-makefile-targets)33233324        - [3.4.3.1. make](https://python-all.ru/3/using/configure.html#make)3325        - [3.4.3.2. make platform](https://python-all.ru/3/using/configure.html#make-platform)3326        - [3.4.3.3. make profile-opt](https://python-all.ru/3/using/configure.html#make-profile-opt)3327        - [3.4.3.4. make clean](https://python-all.ru/3/using/configure.html#make-clean)3328        - [3.4.3.5. make distclean](https://python-all.ru/3/using/configure.html#make-distclean)3329        - [3.4.3.6. make install](https://python-all.ru/3/using/configure.html#make-install)3330        - [3.4.3.7. make test](https://python-all.ru/3/using/configure.html#make-test)3331        - [3.4.3.8. make ci](https://python-all.ru/3/using/configure.html#make-ci)3332        - [3.4.3.9. make buildbottest](https://python-all.ru/3/using/configure.html#make-buildbottest)3333        - [3.4.3.10. make regen-all](https://python-all.ru/3/using/configure.html#make-regen-all)3334      - [3.4.4. Расширения C](https://python-all.ru/3/using/configure.html#c-extensions)3335    - [3.5. Флаги компилятора и компоновщика](https://python-all.ru/3/using/configure.html#compiler-and-linker-flags)33363337      - [3.5.1. Флаги препроцессора](https://python-all.ru/3/using/configure.html#preprocessor-flags)3338      - [3.5.2. Флаги компилятора](https://python-all.ru/3/using/configure.html#compiler-flags)3339      - [3.5.3. Флаги компоновщика](https://python-all.ru/3/using/configure.html#linker-flags)3340  - [4. Использование Python в Windows](https://python-all.ru/3/using/windows.html)33413342    - [4.1. Диспетчер установки Python](https://python-all.ru/3/using/windows.html#python-install-manager)33433344      - [4.1.1. Установка](https://python-all.ru/3/using/windows.html#installation)3345      - [4.1.2. Основное использование](https://python-all.ru/3/using/windows.html#basic-use)3346      - [4.1.3. Справка по командам](https://python-all.ru/3/using/windows.html#command-help)3347      - [4.1.4. Список сред выполнения](https://python-all.ru/3/using/windows.html#listing-runtimes)3348      - [4.1.5. Установка сред выполнения](https://python-all.ru/3/using/windows.html#installing-runtimes)3349      - [4.1.6. Автономная установка](https://python-all.ru/3/using/windows.html#offline-installs)3350      - [4.1.7. Удаление сред выполнения](https://python-all.ru/3/using/windows.html#uninstalling-runtimes)3351      - [4.1.8. Настройка](https://python-all.ru/3/using/windows.html#configuration)3352      - [4.1.9. Строки shebang](https://python-all.ru/3/using/windows.html#shebang-lines)3353      - [4.1.10. Расширенная установка](https://python-all.ru/3/using/windows.html#advanced-installation)3354      - [4.1.11. Административная настройка](https://python-all.ru/3/using/windows.html#administrative-configuration)3355      - [4.1.12. Установка free-threaded двоичных файлов](https://python-all.ru/3/using/windows.html#installing-free-threaded-binaries)3356      - [4.1.13. Подписи индексов](https://python-all.ru/3/using/windows.html#index-signatures)3357      - [4.1.14. Устранение неполадок](https://python-all.ru/3/using/windows.html#troubleshooting)3358    - [4.2. Встраиваемый пакет](https://python-all.ru/3/using/windows.html#the-embeddable-package)33593360      - [4.2.1. Приложение Python](https://python-all.ru/3/using/windows.html#python-application)3361      - [4.2.2. Встраивание Python](https://python-all.ru/3/using/windows.html#embedding-python)3362    - [4.3. Пакеты из nuget.org](https://python-all.ru/3/using/windows.html#the-nuget-org-packages)33633364      - [4.3.1. Free-threaded пакеты](https://python-all.ru/3/using/windows.html#free-threaded-packages)3365    - [4.4. Альтернативные сборки](https://python-all.ru/3/using/windows.html#alternative-bundles)3366    - [4.5. Поддерживаемые версии Windows](https://python-all.ru/3/using/windows.html#supported-windows-versions)3367    - [4.6. Снятие ограничения MAX\_PATH](https://python-all.ru/3/using/windows.html#removing-the-max-path-limitation)3368    - [4.7. Режим UTF-8](https://python-all.ru/3/using/windows.html#utf-8-mode)3369    - [4.8. Поиск модулей](https://python-all.ru/3/using/windows.html#finding-modules)3370    - [4.9. Дополнительные модули](https://python-all.ru/3/using/windows.html#additional-modules)33713372      - [4.9.1. PyWin32](https://python-all.ru/3/using/windows.html#pywin32)3373      - [4.9.2. cx\_Freeze](https://python-all.ru/3/using/windows.html#cx-freeze)3374    - [4.10. Компиляция Python в Windows](https://python-all.ru/3/using/windows.html#compiling-python-on-windows)3375    - [4.11. Полный установщик (устарело)](https://python-all.ru/3/using/windows.html#the-full-installer-deprecated)33763377      - [4.11.1. Этапы установки](https://python-all.ru/3/using/windows.html#installation-steps)3378      - [4.11.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3/using/windows.html#id2)3379      - [4.11.3. Установка без интерфейса](https://python-all.ru/3/using/windows.html#installing-without-ui)3380      - [4.11.4. Установка без загрузки](https://python-all.ru/3/using/windows.html#installing-without-downloading)3381      - [4.11.5. Изменение установки](https://python-all.ru/3/using/windows.html#modifying-an-install)3382      - [4.11.6. Установка free-threaded двоичных файлов](https://python-all.ru/3/using/windows.html#id3)3383    - [4.12. Средство запуска Python для Windows (устарело)](https://python-all.ru/3/using/windows.html#python-launcher-for-windows-deprecated)33843385      - [4.12.1. Начало работы](https://python-all.ru/3/using/windows.html#getting-started)33863387        - [4.12.1.1. Из командной строки](https://python-all.ru/3/using/windows.html#from-the-command-line)3388        - [4.12.1.2. Виртуальные окружения](https://python-all.ru/3/using/windows.html#virtual-environments)3389        - [4.12.1.3. Из скрипта](https://python-all.ru/3/using/windows.html#from-a-script)3390        - [4.12.1.4. По ассоциациям файлов](https://python-all.ru/3/using/windows.html#from-file-associations)3391      - [4.12.2. Строки shebang](https://python-all.ru/3/using/windows.html#id4)3392      - [4.12.3. Аргументы в строках shebang](https://python-all.ru/3/using/windows.html#arguments-in-shebang-lines)3393      - [4.12.4. Настройка](https://python-all.ru/3/using/windows.html#customization)33943395        - [4.12.4.1. Настройка через INI-файлы](https://python-all.ru/3/using/windows.html#customization-via-ini-files)3396        - [4.12.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3/using/windows.html#customizing-default-python-versions)3397      - [4.12.5. Диагностика](https://python-all.ru/3/using/windows.html#diagnostics)3398      - [4.12.6. Пробный запуск](https://python-all.ru/3/using/windows.html#dry-run)3399      - [4.12.7. Установка по запросу](https://python-all.ru/3/using/windows.html#install-on-demand)3400      - [4.12.8. Коды возврата](https://python-all.ru/3/using/windows.html#return-codes)3401  - [5. Использование Python на macOS](https://python-all.ru/3/using/mac.html)34023403    - [5.1. Использование Python для macOS из `python.org`](https://python-all.ru/3/using/mac.html#using-python-for-macos-from-python-org)34043405      - [5.1.1. Этапы установки](https://python-all.ru/3/using/mac.html#installation-steps)3406      - [5.1.2. Как запустить скрипт Python](https://python-all.ru/3/using/mac.html#how-to-run-a-python-script)3407    - [5.2. Альтернативные дистрибутивы](https://python-all.ru/3/using/mac.html#alternative-distributions)3408    - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3/using/mac.html#installing-additional-python-packages)3409    - [5.4. Программирование GUI](https://python-all.ru/3/using/mac.html#gui-programming)3410    - [5.5. Продвинутые темы](https://python-all.ru/3/using/mac.html#advanced-topics)34113412      - [5.5.1. Установка free-threaded двоичных файлов](https://python-all.ru/3/using/mac.html#installing-free-threaded-binaries)3413      - [5.5.2. Установка с помощью командной строки](https://python-all.ru/3/using/mac.html#installing-using-the-command-line)3414      - [5.5.3. Распространение приложений Python](https://python-all.ru/3/using/mac.html#distributing-python-applications)3415      - [5.5.4. Соответствие требованиям App Store](https://python-all.ru/3/using/mac.html#app-store-compliance)3416    - [5.6. Прочие ресурсы](https://python-all.ru/3/using/mac.html#other-resources)3417  - [6. Использование Python на Android](https://python-all.ru/3/using/android.html)34183419    - [6.1. Добавление Python в приложение Android](https://python-all.ru/3/using/android.html#adding-python-to-an-android-app)3420    - [6.2. Сборка пакета Python для Android](https://python-all.ru/3/using/android.html#building-a-python-package-for-android)3421  - [7. Использование Python на iOS](https://python-all.ru/3/using/ios.html)34223423    - [7.1. Python во время выполнения на iOS](https://python-all.ru/3/using/ios.html#python-at-runtime-on-ios)34243425      - [7.1.1. Совместимость версий iOS](https://python-all.ru/3/using/ios.html#ios-version-compatibility)3426      - [7.1.2. Определение платформы](https://python-all.ru/3/using/ios.html#platform-identification)3427      - [7.1.3. Доступность стандартной библиотеки](https://python-all.ru/3/using/ios.html#standard-library-availability)3428      - [7.1.4. Двоичные модули расширения](https://python-all.ru/3/using/ios.html#binary-extension-modules)3429      - [7.1.5. Заглушки компилятора](https://python-all.ru/3/using/ios.html#compiler-stub-binaries)3430    - [7.2. Установка Python на iOS](https://python-all.ru/3/using/ios.html#installing-python-on-ios)34313432      - [7.2.1. Инструменты для сборки приложений iOS](https://python-all.ru/3/using/ios.html#tools-for-building-ios-apps)3433      - [7.2.2. Добавление Python в проект iOS](https://python-all.ru/3/using/ios.html#adding-python-to-an-ios-project)3434      - [7.2.3. Тестирование пакета Python](https://python-all.ru/3/using/ios.html#testing-a-python-package)3435    - [7.3. Соответствие требованиям App Store](https://python-all.ru/3/using/ios.html#app-store-compliance)34363437      - [7.3.1. Несовместимый код в стандартной библиотеке](https://python-all.ru/3/using/ios.html#incompatible-code-in-the-standard-library)3438      - [7.3.2. Манифесты конфиденциальности](https://python-all.ru/3/using/ios.html#privacy-manifests)3439  - [8. Редакторы и среды разработки](https://python-all.ru/3/using/editors.html)34403441    - [8.1. IDLE – редактор и оболочка Python](https://python-all.ru/3/using/editors.html#idle-python-editor-and-shell)3442    - [8.2. Другие редакторы и среды разработки](https://python-all.ru/3/using/editors.html#other-editors-and-ides)3443- [Справочник по языку Python](https://python-all.ru/3/reference/index.html)34443445  - [1. Введение](https://python-all.ru/3/reference/introduction.html)34463447    - [1.1. Альтернативные реализации](https://python-all.ru/3/reference/introduction.html#alternate-implementations)3448    - [1.2. Обозначения](https://python-all.ru/3/reference/introduction.html#notation)34493450      - [1.2.1. Лексические и синтаксические определения](https://python-all.ru/3/reference/introduction.html#lexical-and-syntactic-definitions)3451  - [2. Лексический анализ](https://python-all.ru/3/reference/lexical_analysis.html)34523453    - [2.1. Структура строк](https://python-all.ru/3/reference/lexical_analysis.html#line-structure)34543455      - [2.1.1. Логические строки](https://python-all.ru/3/reference/lexical_analysis.html#logical-lines)3456      - [2.1.2. Физические строки](https://python-all.ru/3/reference/lexical_analysis.html#physical-lines)3457      - [2.1.3. Комментарии](https://python-all.ru/3/reference/lexical_analysis.html#comments)3458      - [2.1.4. Объявление кодировки](https://python-all.ru/3/reference/lexical_analysis.html#encoding-declarations)3459      - [2.1.5. Явное объединение строк](https://python-all.ru/3/reference/lexical_analysis.html#explicit-line-joining)3460      - [2.1.6. Неявное объединение строк](https://python-all.ru/3/reference/lexical_analysis.html#implicit-line-joining)3461      - [2.1.7. Пустые строки](https://python-all.ru/3/reference/lexical_analysis.html#blank-lines)3462      - [2.1.8. Отступы](https://python-all.ru/3/reference/lexical_analysis.html#indentation)3463      - [2.1.9. Пробелы между токенами](https://python-all.ru/3/reference/lexical_analysis.html#whitespace-between-tokens)3464      - [2.1.10. Маркер конца](https://python-all.ru/3/reference/lexical_analysis.html#end-marker)3465    - [2.2. Другие токены](https://python-all.ru/3/reference/lexical_analysis.html#other-tokens)3466    - [2.3. Имена (идентификаторы и ключевые слова)](https://python-all.ru/3/reference/lexical_analysis.html#names-identifiers-and-keywords)34673468      - [2.3.1. Ключевые слова](https://python-all.ru/3/reference/lexical_analysis.html#keywords)3469      - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3/reference/lexical_analysis.html#soft-keywords)3470      - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3/reference/lexical_analysis.html#reserved-classes-of-identifiers)3471      - [2.3.4. Не-ASCII символы в именах](https://python-all.ru/3/reference/lexical_analysis.html#non-ascii-characters-in-names)3472    - [2.4. Литералы](https://python-all.ru/3/reference/lexical_analysis.html#literals)3473    - [2.5. Строковые и байтовые литералы](https://python-all.ru/3/reference/lexical_analysis.html#string-and-bytes-literals)34743475      - [2.5.1. Строки в тройных кавычках](https://python-all.ru/3/reference/lexical_analysis.html#triple-quoted-strings)3476      - [2.5.2. Префиксы строк](https://python-all.ru/3/reference/lexical_analysis.html#string-prefixes)3477      - [2.5.3. Формальная грамматика](https://python-all.ru/3/reference/lexical_analysis.html#formal-grammar)3478      - [2.5.4. Управляющие последовательности](https://python-all.ru/3/reference/lexical_analysis.html#escape-sequences)34793480        - [2.5.4.1. Игнорируемый конец строки](https://python-all.ru/3/reference/lexical_analysis.html#ignored-end-of-line)3481        - [2.5.4.2. Экранированные символы](https://python-all.ru/3/reference/lexical_analysis.html#escaped-characters)3482        - [2.5.4.3. Восьмеричный символ](https://python-all.ru/3/reference/lexical_analysis.html#octal-character)3483        - [2.5.4.4. Шестнадцатеричный символ](https://python-all.ru/3/reference/lexical_analysis.html#hexadecimal-character)3484        - [2.5.4.5. Именованный символ Юникода](https://python-all.ru/3/reference/lexical_analysis.html#named-unicode-character)3485        - [2.5.4.6. Шестнадцатеричные символы Юникода](https://python-all.ru/3/reference/lexical_analysis.html#hexadecimal-unicode-characters)3486        - [2.5.4.7. Нераспознанные управляющие последовательности](https://python-all.ru/3/reference/lexical_analysis.html#unrecognized-escape-sequences)3487      - [2.5.5. Байтовые литералы](https://python-all.ru/3/reference/lexical_analysis.html#bytes-literals)3488      - [2.5.6. Сырые строковые литералы](https://python-all.ru/3/reference/lexical_analysis.html#raw-string-literals)3489      - [2.5.7. f-строки](https://python-all.ru/3/reference/lexical_analysis.html#formatted-string-literals)3490      - [2.5.8. t-строки](https://python-all.ru/3/reference/lexical_analysis.html#template-string-literals)3491      - [2.5.9. Формальная грамматика для f-строк](https://python-all.ru/3/reference/lexical_analysis.html#formal-grammar-for-f-strings)3492    - [2.6. Числовые литералы](https://python-all.ru/3/reference/lexical_analysis.html#numeric-literals)34933494      - [2.6.1. Целочисленные литералы](https://python-all.ru/3/reference/lexical_analysis.html#integer-literals)3495      - [2.6.2. Литералы с плавающей точкой](https://python-all.ru/3/reference/lexical_analysis.html#floating-point-literals)3496      - [2.6.3. Литералы мнимых чисел](https://python-all.ru/3/reference/lexical_analysis.html#imaginary-literals)3497    - [2.7. Операторы и разделители](https://python-all.ru/3/reference/lexical_analysis.html#operators-and-delimiters)3498  - [3. Модель данных](https://python-all.ru/3/reference/datamodel.html)34993500    - [3.1. Объекты, значения и типы](https://python-all.ru/3/reference/datamodel.html#objects-values-and-types)3501    - [3.2. Стандартная иерархия типов](https://python-all.ru/3/reference/datamodel.html#the-standard-type-hierarchy)35023503      - [3.2.1. None](https://python-all.ru/3/reference/datamodel.html#none)3504      - [3.2.2. NotImplemented](https://python-all.ru/3/reference/datamodel.html#notimplemented)3505      - [3.2.3. Ellipsis](https://python-all.ru/3/reference/datamodel.html#ellipsis)3506      - [3.2.4. `numbers.Number`](https://python-all.ru/3/reference/datamodel.html#numbers-number)35073508        - [3.2.4.1. `numbers.Integral`](https://python-all.ru/3/reference/datamodel.html#numbers-integral)3509        - [3.2.4.2. `numbers.Real` (`float`)](https://python-all.ru/3/reference/datamodel.html#numbers-real-float)3510        - [3.2.4.3. `numbers.Complex` (`complex`)](https://python-all.ru/3/reference/datamodel.html#numbers-complex-complex)3511      - [3.2.5. Последовательности](https://python-all.ru/3/reference/datamodel.html#sequences)35123513        - [3.2.5.1. Неизменяемые последовательности](https://python-all.ru/3/reference/datamodel.html#immutable-sequences)3514        - [3.2.5.2. Изменяемые последовательности](https://python-all.ru/3/reference/datamodel.html#mutable-sequences)3515      - [3.2.6. Типы множеств](https://python-all.ru/3/reference/datamodel.html#set-types)3516      - [3.2.7. Отображения](https://python-all.ru/3/reference/datamodel.html#mappings)35173518        - [3.2.7.1. Словари](https://python-all.ru/3/reference/datamodel.html#dictionaries)3519      - [3.2.8. Вызываемые типы](https://python-all.ru/3/reference/datamodel.html#callable-types)35203521        - [3.2.8.1. Пользовательские функции](https://python-all.ru/3/reference/datamodel.html#user-defined-functions)35223523          - [3.2.8.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3/reference/datamodel.html#special-read-only-attributes)3524          - [3.2.8.1.2. Специальные изменяемые атрибуты](https://python-all.ru/3/reference/datamodel.html#special-writable-attributes)3525        - [3.2.8.2. Методы экземпляра](https://python-all.ru/3/reference/datamodel.html#instance-methods)3526        - [3.2.8.3. Функции-генераторы](https://python-all.ru/3/reference/datamodel.html#generator-functions)3527        - [3.2.8.4. Корутинные функции](https://python-all.ru/3/reference/datamodel.html#coroutine-functions)3528        - [3.2.8.5. Асинхронные функции-генераторы](https://python-all.ru/3/reference/datamodel.html#asynchronous-generator-functions)3529        - [3.2.8.6. Встроенные функции](https://python-all.ru/3/reference/datamodel.html#built-in-functions)3530        - [3.2.8.7. Встроенные методы](https://python-all.ru/3/reference/datamodel.html#built-in-methods)3531        - [3.2.8.8. Классы](https://python-all.ru/3/reference/datamodel.html#classes)3532        - [3.2.8.9. Экземпляры классов](https://python-all.ru/3/reference/datamodel.html#class-instances)3533      - [3.2.9. Модули](https://python-all.ru/3/reference/datamodel.html#modules)35343535        - [3.2.9.1. Атрибуты объектов модулей, связанные с импортом](https://python-all.ru/3/reference/datamodel.html#import-related-attributes-on-module-objects)3536        - [3.2.9.2. Прочие изменяемые атрибуты объектов модулей](https://python-all.ru/3/reference/datamodel.html#other-writable-attributes-on-module-objects)3537        - [3.2.9.3. Словари модулей](https://python-all.ru/3/reference/datamodel.html#module-dictionaries)3538      - [3.2.10. Пользовательские классы](https://python-all.ru/3/reference/datamodel.html#custom-classes)35393540        - [3.2.10.1. Специальные атрибуты](https://python-all.ru/3/reference/datamodel.html#special-attributes)3541        - [3.2.10.2. Специальные методы](https://python-all.ru/3/reference/datamodel.html#special-methods)3542      - [3.2.11. Экземпляры классов](https://python-all.ru/3/reference/datamodel.html#id4)35433544        - [3.2.11.1. Специальные атрибуты](https://python-all.ru/3/reference/datamodel.html#id5)3545      - [3.2.12. Объекты ввода-вывода (также известные как файловые объекты)](https://python-all.ru/3/reference/datamodel.html#i-o-objects-also-known-as-file-objects)3546      - [3.2.13. Внутренние типы](https://python-all.ru/3/reference/datamodel.html#internal-types)35473548        - [3.2.13.1. Объекты кода](https://python-all.ru/3/reference/datamodel.html#code-objects)35493550          - [3.2.13.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3/reference/datamodel.html#index-64)3551          - [3.2.13.1.2. Методы объектов кода](https://python-all.ru/3/reference/datamodel.html#methods-on-code-objects)3552        - [3.2.13.2. Объекты фреймов](https://python-all.ru/3/reference/datamodel.html#frame-objects)35533554          - [3.2.13.2.1. Специальные атрибуты только для чтения](https://python-all.ru/3/reference/datamodel.html#index-70)3555          - [3.2.13.2.2. Специальные атрибуты для записи](https://python-all.ru/3/reference/datamodel.html#index-71)3556          - [3.2.13.2.3. Методы объектов фреймов](https://python-all.ru/3/reference/datamodel.html#frame-object-methods)3557        - [3.2.13.3. Объекты трассировки](https://python-all.ru/3/reference/datamodel.html#traceback-objects)3558        - [3.2.13.4. Объекты срезов](https://python-all.ru/3/reference/datamodel.html#slice-objects)3559        - [3.2.13.5. Объекты статических методов](https://python-all.ru/3/reference/datamodel.html#static-method-objects)3560        - [3.2.13.6. Объекты методов класса](https://python-all.ru/3/reference/datamodel.html#class-method-objects)3561    - [3.3. Имена специальных методов](https://python-all.ru/3/reference/datamodel.html#special-method-names)35623563      - [3.3.1. Базовая настройка](https://python-all.ru/3/reference/datamodel.html#basic-customization)3564      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3/reference/datamodel.html#customizing-attribute-access)35653566        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3/reference/datamodel.html#customizing-module-attribute-access)3567        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3/reference/datamodel.html#implementing-descriptors)3568        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3/reference/datamodel.html#invoking-descriptors)3569        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3/reference/datamodel.html#slots)3570      - [3.3.3. Настройка создания классов](https://python-all.ru/3/reference/datamodel.html#customizing-class-creation)35713572        - [3.3.3.1. Метаклассы](https://python-all.ru/3/reference/datamodel.html#metaclasses)3573        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3/reference/datamodel.html#resolving-mro-entries)3574        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3/reference/datamodel.html#determining-the-appropriate-metaclass)3575        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3/reference/datamodel.html#preparing-the-class-namespace)3576        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3/reference/datamodel.html#executing-the-class-body)3577        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3/reference/datamodel.html#creating-the-class-object)3578        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3/reference/datamodel.html#uses-for-metaclasses)3579      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3/reference/datamodel.html#customizing-instance-and-subclass-checks)3580      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3/reference/datamodel.html#emulating-generic-types)35813582        - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3/reference/datamodel.html#the-purpose-of-class-getitem)3583        - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3/reference/datamodel.html#class-getitem-versus-getitem)3584      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3/reference/datamodel.html#emulating-callable-objects)3585      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3/reference/datamodel.html#emulating-container-types)3586      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3/reference/datamodel.html#emulating-numeric-types)3587      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3/reference/datamodel.html#with-statement-context-managers)3588      - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)3589      - [3.3.11. Эмуляция буферных типов](https://python-all.ru/3/reference/datamodel.html#emulating-buffer-types)3590      - [3.3.12. Аннотации](https://python-all.ru/3/reference/datamodel.html#annotations)3591      - [3.3.13. Поиск специальных методов](https://python-all.ru/3/reference/datamodel.html#special-method-lookup)3592    - [3.4. Корутины](https://python-all.ru/3/reference/datamodel.html#coroutines)35933594      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3/reference/datamodel.html#awaitable-objects)3595      - [3.4.2. Объекты корутин](https://python-all.ru/3/reference/datamodel.html#coroutine-objects)3596      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3/reference/datamodel.html#asynchronous-iterators)3597      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3/reference/datamodel.html#asynchronous-context-managers)3598  - [4. Модель выполнения](https://python-all.ru/3/reference/executionmodel.html)35993600    - [4.1. Структура программы](https://python-all.ru/3/reference/executionmodel.html#structure-of-a-program)3601    - [4.2. Имена и связывание](https://python-all.ru/3/reference/executionmodel.html#naming-and-binding)36023603      - [4.2.1. Связывание имён](https://python-all.ru/3/reference/executionmodel.html#binding-of-names)3604      - [4.2.2. Разрешение имён](https://python-all.ru/3/reference/executionmodel.html#resolution-of-names)3605      - [4.2.3. Области видимости аннотаций](https://python-all.ru/3/reference/executionmodel.html#annotation-scopes)3606      - [4.2.4. Ленивые вычисления](https://python-all.ru/3/reference/executionmodel.html#lazy-evaluation)3607      - [4.2.5. Встроенные функции и ограниченное выполнение](https://python-all.ru/3/reference/executionmodel.html#builtins-and-restricted-execution)3608      - [4.2.6. Взаимодействие с динамическими возможностями](https://python-all.ru/3/reference/executionmodel.html#interaction-with-dynamic-features)3609    - [4.3. Исключения](https://python-all.ru/3/reference/executionmodel.html#exceptions)3610    - [4.4. Компоненты времени выполнения](https://python-all.ru/3/reference/executionmodel.html#runtime-components)36113612      - [4.4.1. Общая вычислительная модель](https://python-all.ru/3/reference/executionmodel.html#general-computing-model)3613      - [4.4.2. Модель выполнения Python](https://python-all.ru/3/reference/executionmodel.html#python-runtime-model)3614  - [5. Система импорта](https://python-all.ru/3/reference/import.html)36153616    - [5.1. `importlib`](https://python-all.ru/3/reference/import.html#importlib)3617    - [5.2. Пакеты](https://python-all.ru/3/reference/import.html#packages)36183619      - [5.2.1. Обычные пакеты](https://python-all.ru/3/reference/import.html#regular-packages)3620      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3/reference/import.html#namespace-packages)3621    - [5.3. Поиск](https://python-all.ru/3/reference/import.html#searching)36223623      - [5.3.1. Кеш модулей](https://python-all.ru/3/reference/import.html#the-module-cache)3624      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3/reference/import.html#finders-and-loaders)3625      - [5.3.3. Хуки импорта](https://python-all.ru/3/reference/import.html#import-hooks)3626      - [5.3.4. Метапуть](https://python-all.ru/3/reference/import.html#the-meta-path)3627    - [5.4. Загрузка](https://python-all.ru/3/reference/import.html#loading)36283629      - [5.4.1. Загрузчики](https://python-all.ru/3/reference/import.html#loaders)3630      - [5.4.2. Подмодули](https://python-all.ru/3/reference/import.html#submodules)3631      - [5.4.3. Спецификации модулей](https://python-all.ru/3/reference/import.html#module-specs)3632      - [5.4.4. Атрибут \_\_path\_\_ у модулей](https://python-all.ru/3/reference/import.html#path-attributes-on-modules)3633      - [5.4.5. Представления модулей](https://python-all.ru/3/reference/import.html#module-reprs)3634      - [5.4.6. Инвалидация кешированного байт-кода](https://python-all.ru/3/reference/import.html#cached-bytecode-invalidation)3635    - [5.5. Искатель на основе путей](https://python-all.ru/3/reference/import.html#the-path-based-finder)36363637      - [5.5.1. Искатели записей путей](https://python-all.ru/3/reference/import.html#path-entry-finders)3638      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3/reference/import.html#path-entry-finder-protocol)3639    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3/reference/import.html#replacing-the-standard-import-system)3640    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3/reference/import.html#package-relative-imports)3641    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3/reference/import.html#special-considerations-for-main)36423643      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3/reference/import.html#main-spec)3644    - [5.9. Ссылки](https://python-all.ru/3/reference/import.html#references)3645  - [6. Выражения](https://python-all.ru/3/reference/expressions.html)36463647    - [6.1. Арифметические преобразования](https://python-all.ru/3/reference/expressions.html#arithmetic-conversions)3648    - [6.2. Атомы](https://python-all.ru/3/reference/expressions.html#atoms)36493650      - [6.2.1. Встроенные константы](https://python-all.ru/3/reference/expressions.html#built-in-constants)3651      - [6.2.2. Идентификаторы (имена)](https://python-all.ru/3/reference/expressions.html#atom-identifiers)36523653        - [6.2.2.1. Приватное искажение имён](https://python-all.ru/3/reference/expressions.html#index-5)3654      - [6.2.3. Литералы](https://python-all.ru/3/reference/expressions.html#literals)36553656        - [6.2.3.1. Литералы и идентичность объектов](https://python-all.ru/3/reference/expressions.html#literals-and-object-identity)3657        - [6.2.3.2. Конкатенация строковых литералов](https://python-all.ru/3/reference/expressions.html#string-literal-concatenation)3658      - [6.2.4. Формы в круглых скобках](https://python-all.ru/3/reference/expressions.html#parenthesized-forms)3659      - [6.2.5. Отображения для списков, множеств и словарей](https://python-all.ru/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries)3660      - [6.2.6. Отображения списков](https://python-all.ru/3/reference/expressions.html#list-displays)3661      - [6.2.7. Отображения множеств](https://python-all.ru/3/reference/expressions.html#set-displays)3662      - [6.2.8. Отображения словарей](https://python-all.ru/3/reference/expressions.html#dictionary-displays)3663      - [6.2.9. Генераторные выражения](https://python-all.ru/3/reference/expressions.html#generator-expressions)3664      - [6.2.10. Выражения yield](https://python-all.ru/3/reference/expressions.html#yield-expressions)36653666        - [6.2.10.1. Методы генератора-итератора](https://python-all.ru/3/reference/expressions.html#generator-iterator-methods)3667        - [6.2.10.2. Примеры](https://python-all.ru/3/reference/expressions.html#examples)3668        - [6.2.10.3. Асинхронные функции-генераторы](https://python-all.ru/3/reference/expressions.html#asynchronous-generator-functions)3669        - [6.2.10.4. Методы асинхронного генератора-итератора](https://python-all.ru/3/reference/expressions.html#asynchronous-generator-iterator-methods)3670    - [6.3. Первичные выражения](https://python-all.ru/3/reference/expressions.html#primaries)36713672      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3/reference/expressions.html#attribute-references)3673      - [6.3.2. Подписки и срезы](https://python-all.ru/3/reference/expressions.html#subscriptions-and-slicings)36743675        - [6.3.2.1. Срезы](https://python-all.ru/3/reference/expressions.html#slicings)3676        - [6.3.2.2. Индексы через запятую](https://python-all.ru/3/reference/expressions.html#comma-separated-subscripts)3677        - [6.3.2.3. Подписки со звёздочкой](https://python-all.ru/3/reference/expressions.html#starred-subscriptions)3678        - [6.3.2.4. Формальная грамматика подписок](https://python-all.ru/3/reference/expressions.html#formal-subscription-grammar)3679      - [6.3.3. Вызовы](https://python-all.ru/3/reference/expressions.html#calls)3680    - [6.4. Выражение await](https://python-all.ru/3/reference/expressions.html#await-expression)3681    - [6.5. Оператор возведения в степень](https://python-all.ru/3/reference/expressions.html#the-power-operator)3682    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3/reference/expressions.html#unary-arithmetic-and-bitwise-operations)3683    - [6.7. Бинарные арифметические операции](https://python-all.ru/3/reference/expressions.html#binary-arithmetic-operations)3684    - [6.8. Операции сдвига](https://python-all.ru/3/reference/expressions.html#shifting-operations)3685    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3/reference/expressions.html#binary-bitwise-operations)3686    - [6.10. Сравнения](https://python-all.ru/3/reference/expressions.html#comparisons)36873688      - [6.10.1. Сравнения значений](https://python-all.ru/3/reference/expressions.html#value-comparisons)3689      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3/reference/expressions.html#membership-test-operations)3690      - [6.10.3. Сравнения идентичности](https://python-all.ru/3/reference/expressions.html#is-not)3691    - [6.11. Булевы операции](https://python-all.ru/3/reference/expressions.html#boolean-operations)3692    - [6.12. Присваивающие выражения](https://python-all.ru/3/reference/expressions.html#assignment-expressions)3693    - [6.13. Условные выражения](https://python-all.ru/3/reference/expressions.html#conditional-expressions)3694    - [6.14. Лямбда-выражения](https://python-all.ru/3/reference/expressions.html#lambda)3695    - [6.15. Списки выражений](https://python-all.ru/3/reference/expressions.html#expression-lists)3696    - [6.16. Порядок вычисления](https://python-all.ru/3/reference/expressions.html#evaluation-order)3697    - [6.17. Приоритет операторов](https://python-all.ru/3/reference/expressions.html#operator-precedence)3698  - [7. Простые инструкции](https://python-all.ru/3/reference/simple_stmts.html)36993700    - [7.1. Инструкции-выражения](https://python-all.ru/3/reference/simple_stmts.html#expression-statements)3701    - [7.2. Инструкции присваивания](https://python-all.ru/3/reference/simple_stmts.html#assignment-statements)37023703      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3/reference/simple_stmts.html#augmented-assignment-statements)3704      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3/reference/simple_stmts.html#annotated-assignment-statements)3705    - [7.3. Инструкция `assert`](https://python-all.ru/3/reference/simple_stmts.html#the-assert-statement)3706    - [7.4. Инструкция `pass`](https://python-all.ru/3/reference/simple_stmts.html#the-pass-statement)3707    - [7.5. Инструкция `del`](https://python-all.ru/3/reference/simple_stmts.html#the-del-statement)3708    - [7.6. Инструкция `return`](https://python-all.ru/3/reference/simple_stmts.html#the-return-statement)3709    - [7.7. Инструкция `yield`](https://python-all.ru/3/reference/simple_stmts.html#the-yield-statement)3710    - [7.8. Инструкция `raise`](https://python-all.ru/3/reference/simple_stmts.html#the-raise-statement)3711    - [7.9. Инструкция `break`](https://python-all.ru/3/reference/simple_stmts.html#the-break-statement)3712    - [7.10. Инструкция `continue`](https://python-all.ru/3/reference/simple_stmts.html#the-continue-statement)3713    - [7.11. Инструкция `import`](https://python-all.ru/3/reference/simple_stmts.html#the-import-statement)37143715      - [7.11.1. Инструкции future](https://python-all.ru/3/reference/simple_stmts.html#future-statements)3716    - [7.12. Инструкция `global`](https://python-all.ru/3/reference/simple_stmts.html#the-global-statement)3717    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3/reference/simple_stmts.html#the-nonlocal-statement)3718    - [7.14. Инструкция `type`](https://python-all.ru/3/reference/simple_stmts.html#the-type-statement)3719  - [8. Составные инструкции](https://python-all.ru/3/reference/compound_stmts.html)37203721    - [8.1. Инструкция `if`](https://python-all.ru/3/reference/compound_stmts.html#the-if-statement)3722    - [8.2. Инструкция `while`](https://python-all.ru/3/reference/compound_stmts.html#the-while-statement)3723    - [8.3. Инструкция `for`](https://python-all.ru/3/reference/compound_stmts.html#the-for-statement)3724    - [8.4. Инструкция `try`](https://python-all.ru/3/reference/compound_stmts.html#the-try-statement)37253726      - [8.4.1. Предложение `except`](https://python-all.ru/3/reference/compound_stmts.html#except-clause)3727      - [8.4.2. Предложение `except*`](https://python-all.ru/3/reference/compound_stmts.html#except-star)3728      - [8.4.3. Предложение `else`](https://python-all.ru/3/reference/compound_stmts.html#else-clause)3729      - [8.4.4. Предложение `finally`](https://python-all.ru/3/reference/compound_stmts.html#finally-clause)3730    - [8.5. Инструкция `with`](https://python-all.ru/3/reference/compound_stmts.html#the-with-statement)3731    - [8.6. Инструкция `match`](https://python-all.ru/3/reference/compound_stmts.html#the-match-statement)37323733      - [8.6.1. Обзор](https://python-all.ru/3/reference/compound_stmts.html#overview)3734      - [8.6.2. Ограничители](https://python-all.ru/3/reference/compound_stmts.html#guards)3735      - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3/reference/compound_stmts.html#irrefutable-case-blocks)3736      - [8.6.4. Шаблоны](https://python-all.ru/3/reference/compound_stmts.html#patterns)37373738        - [8.6.4.1. Шаблоны OR](https://python-all.ru/3/reference/compound_stmts.html#or-patterns)3739        - [8.6.4.2. Шаблоны AS](https://python-all.ru/3/reference/compound_stmts.html#as-patterns)3740        - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3/reference/compound_stmts.html#literal-patterns)3741        - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3/reference/compound_stmts.html#capture-patterns)3742        - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3/reference/compound_stmts.html#wildcard-patterns)3743        - [8.6.4.6. Шаблоны значений](https://python-all.ru/3/reference/compound_stmts.html#value-patterns)3744        - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3/reference/compound_stmts.html#group-patterns)3745        - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3/reference/compound_stmts.html#sequence-patterns)3746        - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3/reference/compound_stmts.html#mapping-patterns)3747        - [8.6.4.10. Шаблоны классов](https://python-all.ru/3/reference/compound_stmts.html#class-patterns)3748    - [8.7. Определения функций](https://python-all.ru/3/reference/compound_stmts.html#function-definitions)3749    - [8.8. Определения классов](https://python-all.ru/3/reference/compound_stmts.html#class-definitions)3750    - [8.9. Корутины](https://python-all.ru/3/reference/compound_stmts.html#coroutines)37513752      - [8.9.1. Определение корутинной функции](https://python-all.ru/3/reference/compound_stmts.html#coroutine-function-definition)3753      - [8.9.2. Инструкция `async for`](https://python-all.ru/3/reference/compound_stmts.html#the-async-for-statement)3754      - [8.9.3. Оператор `async with`](https://python-all.ru/3/reference/compound_stmts.html#the-async-with-statement)3755    - [8.10. Списки параметров типов](https://python-all.ru/3/reference/compound_stmts.html#type-parameter-lists)37563757      - [8.10.1. Обобщённые функции](https://python-all.ru/3/reference/compound_stmts.html#generic-functions)3758      - [8.10.2. Обобщённые классы](https://python-all.ru/3/reference/compound_stmts.html#generic-classes)3759      - [8.10.3. Обобщённые псевдонимы типов](https://python-all.ru/3/reference/compound_stmts.html#generic-type-aliases)3760    - [8.11. Аннотации](https://python-all.ru/3/reference/compound_stmts.html#annotations)3761  - [9. Компоненты верхнего уровня](https://python-all.ru/3/reference/toplevel_components.html)37623763    - [9.1. Полные программы на Python](https://python-all.ru/3/reference/toplevel_components.html#complete-python-programs)3764    - [9.2. Ввод из файла](https://python-all.ru/3/reference/toplevel_components.html#file-input)3765    - [9.3. Интерактивный ввод](https://python-all.ru/3/reference/toplevel_components.html#interactive-input)3766    - [9.4. Ввод выражений](https://python-all.ru/3/reference/toplevel_components.html#expression-input)3767  - [10. Полная спецификация грамматики](https://python-all.ru/3/reference/grammar.html)3768- [Стандартная библиотека Python](https://python-all.ru/3/library/index.html)37693770  - [Введение](https://python-all.ru/3/library/intro.html)37713772    - [Примечания о доступности](https://python-all.ru/3/library/intro.html#notes-on-availability)37733774      - [Платформы WebAssembly](https://python-all.ru/3/library/intro.html#webassembly-platforms)3775      - [Мобильные платформы](https://python-all.ru/3/library/intro.html#mobile-platforms)3776  - [Встроенные функции](https://python-all.ru/3/library/functions.html)3777  - [Встроенные константы](https://python-all.ru/3/library/constants.html)37783779    - [Константы, добавляемые модулем `site`](https://python-all.ru/3/library/constants.html#constants-added-by-the-site-module)3780  - [Встроенные типы](https://python-all.ru/3/library/stdtypes.html)37813782    - [Проверка истинности](https://python-all.ru/3/library/stdtypes.html#truth-value-testing)3783    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3/library/stdtypes.html#boolean-operations-and-or-not)3784    - [Сравнения](https://python-all.ru/3/library/stdtypes.html#comparisons)3785    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3/library/stdtypes.html#numeric-types-int-float-complex)37863787      - [Побитовые операции над целыми типами](https://python-all.ru/3/library/stdtypes.html#bitwise-operations-on-integer-types)3788      - [Дополнительные методы целых типов](https://python-all.ru/3/library/stdtypes.html#additional-methods-on-integer-types)3789      - [Дополнительные методы типа float](https://python-all.ru/3/library/stdtypes.html#additional-methods-on-float)3790      - [Дополнительные методы типа complex](https://python-all.ru/3/library/stdtypes.html#additional-methods-on-complex)3791      - [Хеширование числовых типов](https://python-all.ru/3/library/stdtypes.html#hashing-of-numeric-types)3792    - [Логический тип – `bool`](https://python-all.ru/3/library/stdtypes.html#boolean-type-bool)3793    - [Типы итераторов](https://python-all.ru/3/library/stdtypes.html#iterator-types)37943795      - [Типы генераторов](https://python-all.ru/3/library/stdtypes.html#generator-types)3796    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3/library/stdtypes.html#sequence-types-list-tuple-range)37973798      - [Общие операции с последовательностями](https://python-all.ru/3/library/stdtypes.html#common-sequence-operations)3799      - [Неизменяемые типы последовательностей](https://python-all.ru/3/library/stdtypes.html#immutable-sequence-types)3800      - [Изменяемые типы последовательностей](https://python-all.ru/3/library/stdtypes.html#mutable-sequence-types)3801      - [Списки](https://python-all.ru/3/library/stdtypes.html#lists)3802      - [Кортежи](https://python-all.ru/3/library/stdtypes.html#tuples)3803      - [Диапазоны](https://python-all.ru/3/library/stdtypes.html#ranges)3804    - [Сводка методов для текстовых и двоичных последовательностей](https://python-all.ru/3/library/stdtypes.html#text-and-binary-sequence-type-methods-summary)3805    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3/library/stdtypes.html#text-sequence-type-str)38063807      - [Методы строк](https://python-all.ru/3/library/stdtypes.html#string-methods)3808      - [Форматированные строковые литералы (f-строки)](https://python-all.ru/3/library/stdtypes.html#formatted-string-literals-f-strings)38093810        - [Спецификатор отладки](https://python-all.ru/3/library/stdtypes.html#debug-specifier)3811        - [Спецификатор преобразования](https://python-all.ru/3/library/stdtypes.html#conversion-specifier)3812        - [Спецификатор формата](https://python-all.ru/3/library/stdtypes.html#format-specifier)3813      - [Шаблонные строковые литералы (t-строки)](https://python-all.ru/3/library/stdtypes.html#template-string-literals-t-strings)3814      - [Форматирование строк в стиле `printf`](https://python-all.ru/3/library/stdtypes.html#printf-style-string-formatting)3815    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)38163817      - [Объекты bytes](https://python-all.ru/3/library/stdtypes.html#bytes-objects)3818      - [Объекты bytearray](https://python-all.ru/3/library/stdtypes.html#bytearray-objects)3819      - [Операции с bytes и bytearray](https://python-all.ru/3/library/stdtypes.html#bytes-and-bytearray-operations)3820      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3/library/stdtypes.html#printf-style-bytes-formatting)3821      - [Представления памяти](https://python-all.ru/3/library/stdtypes.html#memory-views)3822    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3/library/stdtypes.html#set-types-set-frozenset)3823    - [Типы отображений – `dict`](https://python-all.ru/3/library/stdtypes.html#mapping-types-dict)38243825      - [Объекты представлений словаря](https://python-all.ru/3/library/stdtypes.html#dictionary-view-objects)3826    - [Типы контекстных менеджеров](https://python-all.ru/3/library/stdtypes.html#context-manager-types)3827    - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3/library/stdtypes.html#type-annotation-types-generic-alias-union)38283829      - [Тип общего псевдонима](https://python-all.ru/3/library/stdtypes.html#generic-alias-type)38303831        - [Стандартные обобщённые классы](https://python-all.ru/3/library/stdtypes.html#standard-generic-classes)3832        - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3/library/stdtypes.html#special-attributes-of-genericalias-objects)3833      - [Тип объединения](https://python-all.ru/3/library/stdtypes.html#union-type)3834    - [Прочие встроенные типы](https://python-all.ru/3/library/stdtypes.html#other-built-in-types)38353836      - [Модули](https://python-all.ru/3/library/stdtypes.html#modules)3837      - [Классы и экземпляры классов](https://python-all.ru/3/library/stdtypes.html#classes-and-class-instances)3838      - [Функции](https://python-all.ru/3/library/stdtypes.html#functions)3839      - [Методы](https://python-all.ru/3/library/stdtypes.html#methods)3840      - [Объекты кода](https://python-all.ru/3/library/stdtypes.html#code-objects)3841      - [Объекты типов](https://python-all.ru/3/library/stdtypes.html#type-objects)3842      - [Объект None](https://python-all.ru/3/library/stdtypes.html#the-null-object)3843      - [Объект Ellipsis](https://python-all.ru/3/library/stdtypes.html#the-ellipsis-object)3844      - [Объект NotImplemented](https://python-all.ru/3/library/stdtypes.html#the-notimplemented-object)3845      - [Внутренние объекты](https://python-all.ru/3/library/stdtypes.html#internal-objects)3846    - [Специальные атрибуты](https://python-all.ru/3/library/stdtypes.html#special-attributes)3847    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3/library/stdtypes.html#integer-string-conversion-length-limitation)38483849      - [Затронутые API](https://python-all.ru/3/library/stdtypes.html#affected-apis)3850      - [Настройка ограничения](https://python-all.ru/3/library/stdtypes.html#configuring-the-limit)3851      - [Рекомендуемая конфигурация](https://python-all.ru/3/library/stdtypes.html#recommended-configuration)3852  - [Встроенные исключения](https://python-all.ru/3/library/exceptions.html)38533854    - [Контекст исключения](https://python-all.ru/3/library/exceptions.html#exception-context)3855    - [Наследование от встроенных исключений](https://python-all.ru/3/library/exceptions.html#inheriting-from-built-in-exceptions)3856    - [Базовые классы](https://python-all.ru/3/library/exceptions.html#base-classes)3857    - [Конкретные исключения](https://python-all.ru/3/library/exceptions.html#concrete-exceptions)38583859      - [Исключения ОС](https://python-all.ru/3/library/exceptions.html#os-exceptions)3860    - [Предупреждения](https://python-all.ru/3/library/exceptions.html#warnings)3861    - [Группы исключений](https://python-all.ru/3/library/exceptions.html#exception-groups)3862    - [Иерархия исключений](https://python-all.ru/3/library/exceptions.html#exception-hierarchy)3863  - [Гарантии потокобезопасности](https://python-all.ru/3/library/threadsafety.html)38643865    - [Уровни потокобезопасности](https://python-all.ru/3/library/threadsafety.html#thread-safety-levels)38663867      - [Несовместимо](https://python-all.ru/3/library/threadsafety.html#incompatible)3868      - [Совместимо](https://python-all.ru/3/library/threadsafety.html#compatible)3869      - [Безопасно для разных объектов](https://python-all.ru/3/library/threadsafety.html#safe-on-distinct-objects)3870      - [Безопасно для общих объектов](https://python-all.ru/3/library/threadsafety.html#safe-on-shared-objects)3871      - [Атомарно](https://python-all.ru/3/library/threadsafety.html#atomic)3872    - [Потокобезопасность объектов списка](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-list-objects)3873    - [Потокобезопасность объектов словаря](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-dict-objects)3874    - [Потокобезопасность объектов множества](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-set-objects)3875    - [Потокобезопасность объектов bytearray](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-bytearray-objects)3876    - [Потокобезопасность объектов memoryview](https://python-all.ru/3/library/threadsafety.html#thread-safety-for-memoryview-objects)3877  - [Службы обработки текста](https://python-all.ru/3/library/text.html)38783879    - [`string` – Общие операции со строками](https://python-all.ru/3/library/string.html)38803881      - [Строковые константы](https://python-all.ru/3/library/string.html#string-constants)3882      - [Пользовательское форматирование строк](https://python-all.ru/3/library/string.html#custom-string-formatting)3883      - [Синтаксис форматных строк](https://python-all.ru/3/library/string.html#format-string-syntax)38843885        - [Мини-язык спецификации формата](https://python-all.ru/3/library/string.html#format-specification-mini-language)3886        - [Примеры форматирования](https://python-all.ru/3/library/string.html#format-examples)3887      - [Строки-шаблоны ($-strings)](https://python-all.ru/3/library/string.html#template-strings-strings)3888      - [Вспомогательные функции](https://python-all.ru/3/library/string.html#helper-functions)3889    - [`string.templatelib` – Поддержка шаблонных строковых литералов](https://python-all.ru/3/library/string.templatelib.html)38903891      - [Строки-шаблоны](https://python-all.ru/3/library/string.templatelib.html#template-strings)3892      - [Типы](https://python-all.ru/3/library/string.templatelib.html#types)3893      - [Вспомогательные функции](https://python-all.ru/3/library/string.templatelib.html#helper-functions)3894    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3/library/re.html)38953896      - [Синтаксис регулярных выражений](https://python-all.ru/3/library/re.html#regular-expression-syntax)3897      - [Содержимое модуля](https://python-all.ru/3/library/re.html#module-contents)38983899        - [Флаги](https://python-all.ru/3/library/re.html#flags)3900        - [Функции](https://python-all.ru/3/library/re.html#functions)3901        - [Исключения](https://python-all.ru/3/library/re.html#exceptions)3902      - [Объекты регулярных выражений](https://python-all.ru/3/library/re.html#regular-expression-objects)3903      - [Объекты Match](https://python-all.ru/3/library/re.html#match-objects)3904      - [Примеры регулярных выражений](https://python-all.ru/3/library/re.html#regular-expression-examples)39053906        - [Проверка на пару](https://python-all.ru/3/library/re.html#checking-for-a-pair)3907        - [Имитация scanf()](https://python-all.ru/3/library/re.html#simulating-scanf)3908        - [search() vs. match()](https://python-all.ru/3/library/re.html#search-vs-match)3909        - [Создание телефонного справочника](https://python-all.ru/3/library/re.html#making-a-phonebook)3910        - [Преобразование текста](https://python-all.ru/3/library/re.html#text-munging)3911        - [Поиск всех наречий](https://python-all.ru/3/library/re.html#finding-all-adverbs)3912        - [Поиск всех наречий и их позиций](https://python-all.ru/3/library/re.html#finding-all-adverbs-and-their-positions)3913        - [Сырая строковая нотация](https://python-all.ru/3/library/re.html#raw-string-notation)3914        - [Написание токенизатора](https://python-all.ru/3/library/re.html#writing-a-tokenizer)3915    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3/library/difflib.html)39163917      - [Объекты SequenceMatcher](https://python-all.ru/3/library/difflib.html#sequencematcher-objects)3918      - [Примеры SequenceMatcher](https://python-all.ru/3/library/difflib.html#sequencematcher-examples)3919      - [Объекты Differ](https://python-all.ru/3/library/difflib.html#differ-objects)3920      - [Пример Differ](https://python-all.ru/3/library/difflib.html#differ-example)3921      - [Интерфейс командной строки для difflib](https://python-all.ru/3/library/difflib.html#a-command-line-interface-to-difflib)3922      - [Пример ndiff](https://python-all.ru/3/library/difflib.html#ndiff-example)3923    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3/library/textwrap.html)3924    - [`unicodedata` – База данных Unicode](https://python-all.ru/3/library/unicodedata.html)3925    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3/library/stringprep.html)3926    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3/library/readline.html)39273928      - [Файл инициализации](https://python-all.ru/3/library/readline.html#init-file)3929      - [Буфер строки](https://python-all.ru/3/library/readline.html#line-buffer)3930      - [Файл истории](https://python-all.ru/3/library/readline.html#history-file)3931      - [Список истории](https://python-all.ru/3/library/readline.html#history-list)3932      - [Перехватчики запуска](https://python-all.ru/3/library/readline.html#startup-hooks)3933      - [Автодополнение](https://python-all.ru/3/library/readline.html#completion)3934      - [Пример](https://python-all.ru/3/library/readline.html#example)3935    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3/library/rlcompleter.html)3936  - [Службы двоичных данных](https://python-all.ru/3/library/binary.html)39373938    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3/library/struct.html)39393940      - [Функции и исключения](https://python-all.ru/3/library/struct.html#functions-and-exceptions)3941      - [Строки формата](https://python-all.ru/3/library/struct.html#format-strings)39423943        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3/library/struct.html#byte-order-size-and-alignment)3944        - [Символы форматирования](https://python-all.ru/3/library/struct.html#format-characters)3945        - [Примеры](https://python-all.ru/3/library/struct.html#examples)3946      - [Приложения](https://python-all.ru/3/library/struct.html#applications)39473948        - [Родные форматы](https://python-all.ru/3/library/struct.html#native-formats)3949        - [Стандартные форматы](https://python-all.ru/3/library/struct.html#standard-formats)3950      - [Классы](https://python-all.ru/3/library/struct.html#classes)3951    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3/library/codecs.html)39523953      - [Базовые классы кодеков](https://python-all.ru/3/library/codecs.html#codec-base-classes)39543955        - [Обработчики ошибок](https://python-all.ru/3/library/codecs.html#error-handlers)3956        - [Кодирование и декодирование без состояния](https://python-all.ru/3/library/codecs.html#stateless-encoding-and-decoding)3957        - [Инкрементное кодирование и декодирование](https://python-all.ru/3/library/codecs.html#incremental-encoding-and-decoding)39583959          - [Объекты IncrementalEncoder](https://python-all.ru/3/library/codecs.html#incrementalencoder-objects)3960          - [Объекты IncrementalDecoder](https://python-all.ru/3/library/codecs.html#incrementaldecoder-objects)3961        - [Потоковое кодирование и декодирование](https://python-all.ru/3/library/codecs.html#stream-encoding-and-decoding)39623963          - [Объекты StreamWriter](https://python-all.ru/3/library/codecs.html#streamwriter-objects)3964          - [Объекты StreamReader](https://python-all.ru/3/library/codecs.html#streamreader-objects)3965          - [Объекты StreamReaderWriter](https://python-all.ru/3/library/codecs.html#streamreaderwriter-objects)3966          - [Объекты StreamRecoder](https://python-all.ru/3/library/codecs.html#streamrecoder-objects)3967      - [Кодировки и Юникод](https://python-all.ru/3/library/codecs.html#encodings-and-unicode)3968      - [Стандартные кодировки](https://python-all.ru/3/library/codecs.html#standard-encodings)3969      - [Специфические для Python кодировки](https://python-all.ru/3/library/codecs.html#python-specific-encodings)39703971        - [Текстовые кодировки](https://python-all.ru/3/library/codecs.html#text-encodings)3972        - [Двоичные преобразования](https://python-all.ru/3/library/codecs.html#binary-transforms)3973        - [Автономные функции кодеков](https://python-all.ru/3/library/codecs.html#standalone-codec-functions)3974        - [Текстовые преобразования](https://python-all.ru/3/library/codecs.html#text-transforms)3975      - [`encodings` – пакет кодировок](https://python-all.ru/3/library/codecs.html#module-encodings)3976      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3/library/codecs.html#module-encodings.idna)3977      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3/library/codecs.html#module-encodings.mbcs)3978      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3/library/codecs.html#module-encodings.utf_8_sig)3979  - [Типы данных](https://python-all.ru/3/library/datatypes.html)39803981    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3/library/datetime.html)39823983      - [Осведомлённые и наивные объекты](https://python-all.ru/3/library/datetime.html#aware-and-naive-objects)3984      - [Константы](https://python-all.ru/3/library/datetime.html#constants)3985      - [Доступные типы](https://python-all.ru/3/library/datetime.html#available-types)39863987        - [Общие свойства](https://python-all.ru/3/library/datetime.html#common-properties)3988        - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3/library/datetime.html#determining-if-an-object-is-aware-or-naive)3989      - [`timedelta` объекты](https://python-all.ru/3/library/datetime.html#timedelta-objects)39903991        - [Примеры использования: `timedelta`](https://python-all.ru/3/library/datetime.html#examples-of-usage-timedelta)3992      - [`date` объекты](https://python-all.ru/3/library/datetime.html#date-objects)39933994        - [Примеры использования: `date`](https://python-all.ru/3/library/datetime.html#examples-of-usage-date)3995      - [`datetime` объекты](https://python-all.ru/3/library/datetime.html#datetime-objects)39963997        - [Примеры использования: `datetime`](https://python-all.ru/3/library/datetime.html#examples-of-usage-datetime)3998      - [`time` объекты](https://python-all.ru/3/library/datetime.html#time-objects)39994000        - [Примеры использования: `time`](https://python-all.ru/3/library/datetime.html#examples-of-usage-time)4001      - [`tzinfo` объекты](https://python-all.ru/3/library/datetime.html#tzinfo-objects)4002      - [`timezone` объекты](https://python-all.ru/3/library/datetime.html#timezone-objects)4003      - [поведение `strftime()` и `strptime()`](https://python-all.ru/3/library/datetime.html#strftime-and-strptime-behavior)40044005        - [коды формата `strftime()` и `strptime()`](https://python-all.ru/3/library/datetime.html#strftime-and-strptime-format-codes)4006        - [Техническая деталь](https://python-all.ru/3/library/datetime.html#technical-detail)4007    - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3/library/zoneinfo.html)40084009      - [Использование `ZoneInfo`](https://python-all.ru/3/library/zoneinfo.html#using-zoneinfo)4010      - [Источники данных](https://python-all.ru/3/library/zoneinfo.html#data-sources)40114012        - [Настройка источников данных](https://python-all.ru/3/library/zoneinfo.html#configuring-the-data-sources)40134014          - [Конфигурация на этапе компиляции](https://python-all.ru/3/library/zoneinfo.html#compile-time-configuration)4015          - [Конфигурация окружения](https://python-all.ru/3/library/zoneinfo.html#environment-configuration)4016          - [Конфигурация во время выполнения](https://python-all.ru/3/library/zoneinfo.html#runtime-configuration)4017      - [Класс `ZoneInfo`](https://python-all.ru/3/library/zoneinfo.html#the-zoneinfo-class)40184019        - [Строковые представления](https://python-all.ru/3/library/zoneinfo.html#string-representations)4020        - [Сериализация pickle](https://python-all.ru/3/library/zoneinfo.html#pickle-serialization)4021      - [Функции](https://python-all.ru/3/library/zoneinfo.html#functions)4022      - [Глобальные переменные](https://python-all.ru/3/library/zoneinfo.html#globals)4023      - [Исключения и предупреждения](https://python-all.ru/3/library/zoneinfo.html#exceptions-and-warnings)4024    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3/library/calendar.html)40254026      - [Использование командной строки](https://python-all.ru/3/library/calendar.html#command-line-usage)4027    - [`collections` – контейнерные типы данных](https://python-all.ru/3/library/collections.html)40284029      - [`ChainMap` объекты](https://python-all.ru/3/library/collections.html#chainmap-objects)40304031        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3/library/collections.html#chainmap-examples-and-recipes)4032      - [`Counter` объекты](https://python-all.ru/3/library/collections.html#counter-objects)4033      - [`deque` объекты](https://python-all.ru/3/library/collections.html#deque-objects)40344035        - [Рецепты `deque`](https://python-all.ru/3/library/collections.html#deque-recipes)4036      - [`defaultdict` объекты](https://python-all.ru/3/library/collections.html#defaultdict-objects)40374038        - [Примеры `defaultdict`](https://python-all.ru/3/library/collections.html#defaultdict-examples)4039      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)4040      - [`OrderedDict` объекты](https://python-all.ru/3/library/collections.html#ordereddict-objects)40414042        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3/library/collections.html#ordereddict-examples-and-recipes)4043      - [`UserDict` объекты](https://python-all.ru/3/library/collections.html#userdict-objects)4044      - [`UserList` объекты](https://python-all.ru/3/library/collections.html#userlist-objects)4045      - [`UserString` объекты](https://python-all.ru/3/library/collections.html#userstring-objects)4046    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3/library/collections.abc.html)40474048      - [Абстрактные базовые классы коллекций](https://python-all.ru/3/library/collections.abc.html#collections-abstract-base-classes)4049      - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)4050      - [Примеры и рецепты](https://python-all.ru/3/library/collections.abc.html#examples-and-recipes)4051    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3/library/heapq.html)40524053      - [Основные примеры](https://python-all.ru/3/library/heapq.html#basic-examples)4054      - [Другие применения](https://python-all.ru/3/library/heapq.html#other-applications)4055      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3/library/heapq.html#priority-queue-implementation-notes)4056      - [Теория](https://python-all.ru/3/library/heapq.html#theory)4057    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3/library/bisect.html)40584059      - [Примечания по производительности](https://python-all.ru/3/library/bisect.html#performance-notes)4060      - [Поиск в отсортированных списках](https://python-all.ru/3/library/bisect.html#searching-sorted-lists)4061      - [Примеры](https://python-all.ru/3/library/bisect.html#examples)4062    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3/library/array.html)4063    - [`weakref` – слабые ссылки](https://python-all.ru/3/library/weakref.html)40644065      - [Объекты слабых ссылок](https://python-all.ru/3/library/weakref.html#weak-reference-objects)4066      - [Пример](https://python-all.ru/3/library/weakref.html#example)4067      - [Объекты финализаторов](https://python-all.ru/3/library/weakref.html#finalizer-objects)4068      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3/library/weakref.html#comparing-finalizers-with-del-methods)4069    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3/library/types.html)40704071      - [Динамическое создание типов](https://python-all.ru/3/library/types.html#dynamic-type-creation)4072      - [Стандартные типы интерпретатора](https://python-all.ru/3/library/types.html#standard-interpreter-types)4073      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3/library/types.html#additional-utility-classes-and-functions)4074      - [Вспомогательные функции для корутин](https://python-all.ru/3/library/types.html#coroutine-utility-functions)4075    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3/library/copy.html)4076    - [`pprint` – форматированный вывод данных](https://python-all.ru/3/library/pprint.html)40774078      - [Функции](https://python-all.ru/3/library/pprint.html#functions)4079      - [Объекты PrettyPrinter](https://python-all.ru/3/library/pprint.html#prettyprinter-objects)4080      - [Пример](https://python-all.ru/3/library/pprint.html#example)4081    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3/library/reprlib.html)40824083      - [Объекты Repr](https://python-all.ru/3/library/reprlib.html#repr-objects)4084      - [Создание подклассов Repr](https://python-all.ru/3/library/reprlib.html#subclassing-repr-objects)4085    - [`enum` – поддержка перечислений](https://python-all.ru/3/library/enum.html)40864087      - [Содержание модуля](https://python-all.ru/3/library/enum.html#module-contents)4088      - [Типы данных](https://python-all.ru/3/library/enum.html#data-types)40894090        - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3/library/enum.html#supported-dunder-names)4091        - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3/library/enum.html#supported-sunder-names)4092      - [Утилиты и декораторы](https://python-all.ru/3/library/enum.html#utilities-and-decorators)4093      - [Примечания](https://python-all.ru/3/library/enum.html#notes)4094    - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3/library/graphlib.html)40954096      - [Исключения](https://python-all.ru/3/library/graphlib.html#exceptions)4097  - [Числовые и математические модули](https://python-all.ru/3/library/numeric.html)40984099    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3/library/numbers.html)41004101      - [Числовая иерархия](https://python-all.ru/3/library/numbers.html#the-numeric-tower)4102      - [Примечания для разработчиков типов](https://python-all.ru/3/library/numbers.html#notes-for-type-implementers)41034104        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3/library/numbers.html#adding-more-numeric-abcs)4105        - [Реализация арифметических операций](https://python-all.ru/3/library/numbers.html#implementing-the-arithmetic-operations)4106    - [`math` – Математические функции](https://python-all.ru/3/library/math.html)41074108      - [Теоретико-числовые функции](https://python-all.ru/3/library/math.html#number-theoretic-functions)4109      - [Арифметика с плавающей запятой](https://python-all.ru/3/library/math.html#floating-point-arithmetic)4110      - [Функции для работы с числами с плавающей запятой](https://python-all.ru/3/library/math.html#floating-point-manipulation-functions)4111      - [Степенные, экспоненциальные и логарифмические функции](https://python-all.ru/3/library/math.html#power-exponential-and-logarithmic-functions)4112      - [Функции суммирования и произведения](https://python-all.ru/3/library/math.html#summation-and-product-functions)4113      - [Преобразование угловых величин](https://python-all.ru/3/library/math.html#angular-conversion)4114      - [Тригонометрические функции](https://python-all.ru/3/library/math.html#trigonometric-functions)4115      - [Гиперболические функции](https://python-all.ru/3/library/math.html#hyperbolic-functions)4116      - [Специальные функции](https://python-all.ru/3/library/math.html#special-functions)4117      - [Константы](https://python-all.ru/3/library/math.html#constants)4118    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3/library/cmath.html)41194120      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3/library/cmath.html#conversions-to-and-from-polar-coordinates)4121      - [Степенные и логарифмические функции](https://python-all.ru/3/library/cmath.html#power-and-logarithmic-functions)4122      - [Тригонометрические функции](https://python-all.ru/3/library/cmath.html#trigonometric-functions)4123      - [Гиперболические функции](https://python-all.ru/3/library/cmath.html#hyperbolic-functions)4124      - [Функции классификации](https://python-all.ru/3/library/cmath.html#classification-functions)4125      - [Константы](https://python-all.ru/3/library/cmath.html#constants)4126    - [`decimal` – Десятичная арифметика с фиксированной и плавающей запятой](https://python-all.ru/3/library/decimal.html)41274128      - [Краткое руководство](https://python-all.ru/3/library/decimal.html#quick-start-tutorial)4129      - [Объекты Decimal](https://python-all.ru/3/library/decimal.html#decimal-objects)41304131        - [Логические операнды](https://python-all.ru/3/library/decimal.html#logical-operands)4132      - [Объекты контекста](https://python-all.ru/3/library/decimal.html#context-objects)4133      - [Константы](https://python-all.ru/3/library/decimal.html#constants)4134      - [Режимы округления](https://python-all.ru/3/library/decimal.html#rounding-modes)4135      - [Сигналы](https://python-all.ru/3/library/decimal.html#signals)4136      - [Замечания о числах с плавающей запятой](https://python-all.ru/3/library/decimal.html#floating-point-notes)41374138        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3/library/decimal.html#mitigating-round-off-error-with-increased-precision)4139        - [Особые значения](https://python-all.ru/3/library/decimal.html#special-values)4140      - [Работа с потоками](https://python-all.ru/3/library/decimal.html#working-with-threads)4141      - [Рецепты](https://python-all.ru/3/library/decimal.html#recipes)4142      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3/library/decimal.html#decimal-faq)4143    - [`fractions` – Рациональные числа](https://python-all.ru/3/library/fractions.html)4144    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3/library/random.html)41454146      - [Учётные функции](https://python-all.ru/3/library/random.html#bookkeeping-functions)4147      - [Функции для байтов](https://python-all.ru/3/library/random.html#functions-for-bytes)4148      - [Функции для целых чисел](https://python-all.ru/3/library/random.html#functions-for-integers)4149      - [Функции для последовательностей](https://python-all.ru/3/library/random.html#functions-for-sequences)4150      - [Дискретные распределения](https://python-all.ru/3/library/random.html#discrete-distributions)4151      - [Распределения с действительными значениями](https://python-all.ru/3/library/random.html#real-valued-distributions)4152      - [Альтернативный генератор](https://python-all.ru/3/library/random.html#alternative-generator)4153      - [Замечания о воспроизводимости](https://python-all.ru/3/library/random.html#notes-on-reproducibility)4154      - [Примеры](https://python-all.ru/3/library/random.html#examples)4155      - [Рецепты](https://python-all.ru/3/library/random.html#recipes)4156      - [Использование командной строки](https://python-all.ru/3/library/random.html#command-line-usage)4157      - [Пример из командной строки](https://python-all.ru/3/library/random.html#command-line-example)4158    - [`statistics` – Функции математической статистики](https://python-all.ru/3/library/statistics.html)41594160      - [Средние значения и меры центральной тенденции](https://python-all.ru/3/library/statistics.html#averages-and-measures-of-central-location)4161      - [Меры разброса](https://python-all.ru/3/library/statistics.html#measures-of-spread)4162      - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3/library/statistics.html#statistics-for-relations-between-two-inputs)4163      - [Описание функций](https://python-all.ru/3/library/statistics.html#function-details)4164      - [Исключения](https://python-all.ru/3/library/statistics.html#exceptions)4165      - [`NormalDist` объекты](https://python-all.ru/3/library/statistics.html#normaldist-objects)4166      - [Примеры и рецепты](https://python-all.ru/3/library/statistics.html#examples-and-recipes)41674168        - [Классические задачи теории вероятностей](https://python-all.ru/3/library/statistics.html#classic-probability-problems)4169        - [Входные данные Монте-Карло для симуляций](https://python-all.ru/3/library/statistics.html#monte-carlo-inputs-for-simulations)4170        - [Аппроксимация биномиальных распределений](https://python-all.ru/3/library/statistics.html#approximating-binomial-distributions)4171        - [Наивный байесовский классификатор](https://python-all.ru/3/library/statistics.html#naive-bayesian-classifier)4172  - [Модули функционального программирования](https://python-all.ru/3/library/functional.html)41734174    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3/library/itertools.html)41754176      - [Функции itertools](https://python-all.ru/3/library/itertools.html#itertool-functions)4177      - [Рецепты itertools](https://python-all.ru/3/library/itertools.html#itertools-recipes)4178    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3/library/functools.html)41794180      - [Объекты `partial`](https://python-all.ru/3/library/functools.html#partial-objects)4181    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3/library/operator.html)41824183      - [Отображение операторов на функции](https://python-all.ru/3/library/operator.html#mapping-operators-to-functions)4184      - [Операторы на месте](https://python-all.ru/3/library/operator.html#in-place-operators)4185  - [Доступ к файлам и каталогам](https://python-all.ru/3/library/filesys.html)41864187    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3/library/pathlib.html)41884189      - [Основное использование](https://python-all.ru/3/library/pathlib.html#basic-use)4190      - [Исключения](https://python-all.ru/3/library/pathlib.html#exceptions)4191      - [Абстрактные пути](https://python-all.ru/3/library/pathlib.html#pure-paths)41924193        - [Общие свойства](https://python-all.ru/3/library/pathlib.html#general-properties)4194        - [Операторы](https://python-all.ru/3/library/pathlib.html#operators)4195        - [Доступ к отдельным частям](https://python-all.ru/3/library/pathlib.html#accessing-individual-parts)4196        - [Методы и свойства](https://python-all.ru/3/library/pathlib.html#methods-and-properties)4197      - [Конкретные пути](https://python-all.ru/3/library/pathlib.html#concrete-paths)41984199        - [Разбор и генерация URI](https://python-all.ru/3/library/pathlib.html#parsing-and-generating-uris)4200        - [Развёртывание и разрешение путей](https://python-all.ru/3/library/pathlib.html#expanding-and-resolving-paths)4201        - [Запрос типа и состояния файла](https://python-all.ru/3/library/pathlib.html#querying-file-type-and-status)4202        - [Чтение и запись файлов](https://python-all.ru/3/library/pathlib.html#reading-and-writing-files)4203        - [Чтение каталогов](https://python-all.ru/3/library/pathlib.html#reading-directories)4204        - [Создание файлов и каталогов](https://python-all.ru/3/library/pathlib.html#creating-files-and-directories)4205        - [Копирование, перемещение и удаление](https://python-all.ru/3/library/pathlib.html#copying-moving-and-deleting)4206        - [Права доступа и владение](https://python-all.ru/3/library/pathlib.html#permissions-and-ownership)4207      - [Язык шаблонов](https://python-all.ru/3/library/pathlib.html#pattern-language)4208      - [Сравнение с модулем `glob`](https://python-all.ru/3/library/pathlib.html#comparison-to-the-glob-module)4209      - [Сравнение с модулями `os` и `os.path`](https://python-all.ru/3/library/pathlib.html#comparison-to-the-os-and-os-path-modules)42104211        - [Соответствующие инструменты](https://python-all.ru/3/library/pathlib.html#corresponding-tools)4212      - [Протоколы](https://python-all.ru/3/library/pathlib.html#module-pathlib.types)4213    - [`os.path` – Основные операции с путями](https://python-all.ru/3/library/os.path.html)4214    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3/library/stat.html)4215    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3/library/filecmp.html)42164217      - [Класс `dircmp`](https://python-all.ru/3/library/filecmp.html#the-dircmp-class)4218    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3/library/tempfile.html)42194220      - [Примеры](https://python-all.ru/3/library/tempfile.html#examples)4221      - [Устаревшие функции и переменные](https://python-all.ru/3/library/tempfile.html#deprecated-functions-and-variables)4222    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3/library/glob.html)42234224      - [Примеры](https://python-all.ru/3/library/glob.html#examples)4225    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3/library/fnmatch.html)4226    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3/library/linecache.html)4227    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3/library/shutil.html)42284229      - [Операции с каталогами и файлами](https://python-all.ru/3/library/shutil.html#directory-and-files-operations)42304231        - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3/library/shutil.html#platform-dependent-efficient-copy-operations)4232        - [Пример copytree](https://python-all.ru/3/library/shutil.html#copytree-example)4233        - [Пример rmtree](https://python-all.ru/3/library/shutil.html#rmtree-example)4234      - [Операции архивирования](https://python-all.ru/3/library/shutil.html#archiving-operations)42354236        - [Пример архивирования](https://python-all.ru/3/library/shutil.html#archiving-example)4237        - [Пример архивирования с *base\_dir*](https://python-all.ru/3/library/shutil.html#archiving-example-with-base-dir)4238      - [Определение размера выходного терминала](https://python-all.ru/3/library/shutil.html#querying-the-size-of-the-output-terminal)4239  - [Постоянное хранение данных](https://python-all.ru/3/library/persistence.html)42404241    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3/library/pickle.html)42424243      - [Связь с другими модулями Python](https://python-all.ru/3/library/pickle.html#relationship-to-other-python-modules)42444245        - [Сравнение с `marshal`](https://python-all.ru/3/library/pickle.html#comparison-with-marshal)4246        - [Сравнение с `json`](https://python-all.ru/3/library/pickle.html#comparison-with-json)4247      - [Формат потока данных](https://python-all.ru/3/library/pickle.html#data-stream-format)4248      - [Интерфейс модуля](https://python-all.ru/3/library/pickle.html#module-interface)4249      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3/library/pickle.html#what-can-be-pickled-and-unpickled)4250      - [Сериализация экземпляров классов](https://python-all.ru/3/library/pickle.html#pickling-class-instances)42514252        - [Сохранение внешних объектов](https://python-all.ru/3/library/pickle.html#persistence-of-external-objects)4253        - [Диспетчерские таблицы](https://python-all.ru/3/library/pickle.html#dispatch-tables)4254        - [Обработка объектов с состоянием](https://python-all.ru/3/library/pickle.html#handling-stateful-objects)4255      - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)4256      - [Внеполосные буферы](https://python-all.ru/3/library/pickle.html#out-of-band-buffers)42574258        - [API провайдера](https://python-all.ru/3/library/pickle.html#provider-api)4259        - [API потребителя](https://python-all.ru/3/library/pickle.html#consumer-api)4260        - [Пример](https://python-all.ru/3/library/pickle.html#example)4261      - [Ограничение глобальных переменных](https://python-all.ru/3/library/pickle.html#restricting-globals)4262      - [Производительность](https://python-all.ru/3/library/pickle.html#performance)4263      - [Примеры](https://python-all.ru/3/library/pickle.html#examples)4264      - [Интерфейс командной строки](https://python-all.ru/3/library/pickle.html#command-line-interface)4265    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3/library/copyreg.html)42664267      - [Пример](https://python-all.ru/3/library/copyreg.html#example)4268    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3/library/shelve.html)42694270      - [Ограничения](https://python-all.ru/3/library/shelve.html#restrictions)4271      - [Пример](https://python-all.ru/3/library/shelve.html#example)4272    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3/library/marshal.html)4273    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3/library/dbm.html)42744275      - [`dbm.sqlite3` – Бэкенд SQLite для dbm](https://python-all.ru/3/library/dbm.html#module-dbm.sqlite3)4276      - [`dbm.gnu` – Менеджер баз данных GNU](https://python-all.ru/3/library/dbm.html#module-dbm.gnu)4277      - [`dbm.ndbm` – Новый менеджер баз данных](https://python-all.ru/3/library/dbm.html#module-dbm.ndbm)4278      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3/library/dbm.html#module-dbm.dumb)4279    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3/library/sqlite3.html)42804281      - [Учебное пособие](https://python-all.ru/3/library/sqlite3.html#tutorial)4282      - [Справочник](https://python-all.ru/3/library/sqlite3.html#reference)42834284        - [Функции модуля](https://python-all.ru/3/library/sqlite3.html#module-functions)4285        - [Константы модуля](https://python-all.ru/3/library/sqlite3.html#module-constants)4286        - [Объекты соединения](https://python-all.ru/3/library/sqlite3.html#connection-objects)4287        - [Объекты курсора](https://python-all.ru/3/library/sqlite3.html#cursor-objects)4288        - [Объекты строки](https://python-all.ru/3/library/sqlite3.html#row-objects)4289        - [Объекты Blob](https://python-all.ru/3/library/sqlite3.html#blob-objects)4290        - [Объекты PrepareProtocol](https://python-all.ru/3/library/sqlite3.html#prepareprotocol-objects)4291        - [Исключения](https://python-all.ru/3/library/sqlite3.html#exceptions)4292        - [Типы SQLite и Python](https://python-all.ru/3/library/sqlite3.html#sqlite-and-python-types)4293        - [Адаптеры и конвертеры по умолчанию (устарело)](https://python-all.ru/3/library/sqlite3.html#default-adapters-and-converters-deprecated)4294        - [Интерфейс командной строки](https://python-all.ru/3/library/sqlite3.html#command-line-interface)4295      - [Инструкции](https://python-all.ru/3/library/sqlite3.html#how-to-guides)42964297        - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)4298        - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)42994300          - [Как создавать адаптируемые объекты](https://python-all.ru/3/library/sqlite3.html#how-to-write-adaptable-objects)4301          - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3/library/sqlite3.html#how-to-register-adapter-callables)4302        - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)4303        - [Рецепты адаптеров и преобразователей](https://python-all.ru/3/library/sqlite3.html#adapter-and-converter-recipes)4304        - [Как использовать сокращённые методы соединения](https://python-all.ru/3/library/sqlite3.html#how-to-use-connection-shortcut-methods)4305        - [Как использовать контекстный менеджер соединения](https://python-all.ru/3/library/sqlite3.html#how-to-use-the-connection-context-manager)4306        - [Как работать с URI SQLite](https://python-all.ru/3/library/sqlite3.html#how-to-work-with-sqlite-uris)4307        - [Как создавать и использовать фабрики строк](https://python-all.ru/3/library/sqlite3.html#how-to-create-and-use-row-factories)4308        - [Как обрабатывать кодировки текста, отличные от UTF-8](https://python-all.ru/3/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings)4309      - [Пояснения](https://python-all.ru/3/library/sqlite3.html#explanation)43104311        - [Управление транзакциями](https://python-all.ru/3/library/sqlite3.html#transaction-control)43124313          - [Управление транзакциями через атрибут `autocommit`](https://python-all.ru/3/library/sqlite3.html#transaction-control-via-the-autocommit-attribute)4314          - [Управление транзакциями через атрибут `isolation_level`](https://python-all.ru/3/library/sqlite3.html#transaction-control-via-the-isolation-level-attribute)4315  - [Сжатие и архивирование данных](https://python-all.ru/3/library/archiving.html)43164317    - [Пакет `compression`](https://python-all.ru/3/library/compression.html)4318    - [`compression.zstd` – сжатие, совместимое с форматом Zstandard](https://python-all.ru/3/library/compression.zstd.html)43194320      - [Исключения](https://python-all.ru/3/library/compression.zstd.html#exceptions)4321      - [Чтение и запись сжатых файлов](https://python-all.ru/3/library/compression.zstd.html#reading-and-writing-compressed-files)4322      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3/library/compression.zstd.html#compressing-and-decompressing-data-in-memory)4323      - [Словари Zstandard](https://python-all.ru/3/library/compression.zstd.html#zstandard-dictionaries)4324      - [Расширенное управление параметрами](https://python-all.ru/3/library/compression.zstd.html#advanced-parameter-control)4325      - [Разное](https://python-all.ru/3/library/compression.zstd.html#miscellaneous)4326      - [Примеры](https://python-all.ru/3/library/compression.zstd.html#examples)4327    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3/library/zlib.html)4328    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3/library/gzip.html)43294330      - [Примеры использования](https://python-all.ru/3/library/gzip.html#examples-of-usage)4331      - [Интерфейс командной строки](https://python-all.ru/3/library/gzip.html#command-line-interface)43324333        - [Параметры командной строки](https://python-all.ru/3/library/gzip.html#command-line-options)4334    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3/library/bz2.html)43354336      - [Сжатие и распаковка файлов](https://python-all.ru/3/library/bz2.html#de-compression-of-files)4337      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3/library/bz2.html#incremental-de-compression)4338      - [Однопроходное сжатие/распаковка](https://python-all.ru/3/library/bz2.html#one-shot-de-compression)4339      - [Примеры использования](https://python-all.ru/3/library/bz2.html#examples-of-usage)4340    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3/library/lzma.html)43414342      - [Чтение и запись сжатых файлов](https://python-all.ru/3/library/lzma.html#reading-and-writing-compressed-files)4343      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3/library/lzma.html#compressing-and-decompressing-data-in-memory)4344      - [Разное](https://python-all.ru/3/library/lzma.html#miscellaneous)4345      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3/library/lzma.html#specifying-custom-filter-chains)4346      - [Примеры](https://python-all.ru/3/library/lzma.html#examples)4347    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3/library/zipfile.html)43484349      - [Объекты ZipFile](https://python-all.ru/3/library/zipfile.html#zipfile-objects)4350      - [Объекты Path](https://python-all.ru/3/library/zipfile.html#path-objects)4351      - [Объекты PyZipFile](https://python-all.ru/3/library/zipfile.html#pyzipfile-objects)4352      - [Объекты ZipInfo](https://python-all.ru/3/library/zipfile.html#zipinfo-objects)4353      - [Интерфейс командной строки](https://python-all.ru/3/library/zipfile.html#command-line-interface)43544355        - [Параметры командной строки](https://python-all.ru/3/library/zipfile.html#command-line-options)4356      - [Подводные камни распаковки](https://python-all.ru/3/library/zipfile.html#decompression-pitfalls)43574358        - [Из самого файла](https://python-all.ru/3/library/zipfile.html#from-file-itself)4359        - [Ограничения файловой системы](https://python-all.ru/3/library/zipfile.html#file-system-limitations)4360        - [Ограничения ресурсов](https://python-all.ru/3/library/zipfile.html#resources-limitations)4361        - [Прерывание](https://python-all.ru/3/library/zipfile.html#interruption)4362        - [Поведение по умолчанию при извлечении](https://python-all.ru/3/library/zipfile.html#default-behaviors-of-extraction)4363    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3/library/tarfile.html)43644365      - [Объекты TarFile](https://python-all.ru/3/library/tarfile.html#tarfile-objects)4366      - [Объекты TarInfo](https://python-all.ru/3/library/tarfile.html#tarinfo-objects)4367      - [Фильтры извлечения](https://python-all.ru/3/library/tarfile.html#extraction-filters)43684369        - [Именованные фильтры по умолчанию](https://python-all.ru/3/library/tarfile.html#default-named-filters)4370        - [Ошибки фильтров](https://python-all.ru/3/library/tarfile.html#filter-errors)4371        - [Подсказки для дополнительной проверки](https://python-all.ru/3/library/tarfile.html#hints-for-further-verification)4372        - [Поддержка старых версий Python](https://python-all.ru/3/library/tarfile.html#supporting-older-python-versions)4373        - [Пример фильтра извлечения с состоянием](https://python-all.ru/3/library/tarfile.html#stateful-extraction-filter-example)4374      - [Интерфейс командной строки](https://python-all.ru/3/library/tarfile.html#command-line-interface)43754376        - [Параметры командной строки](https://python-all.ru/3/library/tarfile.html#command-line-options)4377      - [Примеры](https://python-all.ru/3/library/tarfile.html#examples)43784379        - [Примеры чтения](https://python-all.ru/3/library/tarfile.html#reading-examples)4380        - [Примеры записи](https://python-all.ru/3/library/tarfile.html#writing-examples)4381      - [Поддерживаемые форматы tar](https://python-all.ru/3/library/tarfile.html#supported-tar-formats)4382      - [Проблемы с Unicode](https://python-all.ru/3/library/tarfile.html#unicode-issues)4383  - [Форматы файлов](https://python-all.ru/3/library/fileformats.html)43844385    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3/library/csv.html)43864387      - [Содержимое модуля](https://python-all.ru/3/library/csv.html#module-contents)4388      - [Диалекты и параметры форматирования](https://python-all.ru/3/library/csv.html#dialects-and-formatting-parameters)4389      - [Объекты чтения](https://python-all.ru/3/library/csv.html#reader-objects)4390      - [Объекты записи](https://python-all.ru/3/library/csv.html#writer-objects)4391      - [Примеры](https://python-all.ru/3/library/csv.html#examples)4392    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3/library/configparser.html)43934394      - [Быстрый старт](https://python-all.ru/3/library/configparser.html#quick-start)4395      - [Поддерживаемые типы данных](https://python-all.ru/3/library/configparser.html#supported-datatypes)4396      - [Значения по умолчанию](https://python-all.ru/3/library/configparser.html#fallback-values)4397      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3/library/configparser.html#supported-ini-file-structure)4398      - [Безымянные секции](https://python-all.ru/3/library/configparser.html#unnamed-sections)4399      - [Интерполяция значений](https://python-all.ru/3/library/configparser.html#interpolation-of-values)4400      - [Доступ через протокол отображения](https://python-all.ru/3/library/configparser.html#mapping-protocol-access)4401      - [Настройка поведения парсера](https://python-all.ru/3/library/configparser.html#customizing-parser-behaviour)4402      - [Примеры устаревшего API](https://python-all.ru/3/library/configparser.html#legacy-api-examples)4403      - [Объекты ConfigParser](https://python-all.ru/3/library/configparser.html#configparser-objects)4404      - [Объекты RawConfigParser](https://python-all.ru/3/library/configparser.html#rawconfigparser-objects)4405      - [Исключения](https://python-all.ru/3/library/configparser.html#exceptions)4406    - [`tomllib` – Разбор TOML-файлов](https://python-all.ru/3/library/tomllib.html)44074408      - [Примеры](https://python-all.ru/3/library/tomllib.html#examples)4409      - [Таблица преобразования](https://python-all.ru/3/library/tomllib.html#conversion-table)4410    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3/library/netrc.html)44114412      - [Объекты netrc](https://python-all.ru/3/library/netrc.html#netrc-objects)4413    - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3/library/plistlib.html)44144415      - [Примеры](https://python-all.ru/3/library/plistlib.html#examples)4416  - [Криптографические службы](https://python-all.ru/3/library/crypto.html)44174418    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3/library/hashlib.html)44194420      - [Алгоритмы хеширования](https://python-all.ru/3/library/hashlib.html#hash-algorithms)4421      - [Использование](https://python-all.ru/3/library/hashlib.html#usage)4422      - [Конструкторы](https://python-all.ru/3/library/hashlib.html#constructors)4423      - [Атрибуты](https://python-all.ru/3/library/hashlib.html#attributes)4424      - [Объекты хешей](https://python-all.ru/3/library/hashlib.html#hash-objects)4425      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3/library/hashlib.html#shake-variable-length-digests)4426      - [Хеширование файлов](https://python-all.ru/3/library/hashlib.html#file-hashing)4427      - [Вывод ключей](https://python-all.ru/3/library/hashlib.html#key-derivation)4428      - [BLAKE2](https://python-all.ru/3/library/hashlib.html#blake2)44294430        - [Создание хеш-объектов](https://python-all.ru/3/library/hashlib.html#creating-hash-objects)4431        - [Константы](https://python-all.ru/3/library/hashlib.html#constants)4432        - [Примеры](https://python-all.ru/3/library/hashlib.html#examples)44334434          - [Простое хеширование](https://python-all.ru/3/library/hashlib.html#simple-hashing)4435          - [Использование разного размера дайджестов](https://python-all.ru/3/library/hashlib.html#using-different-digest-sizes)4436          - [Хеширование с ключом](https://python-all.ru/3/library/hashlib.html#keyed-hashing)4437          - [Рандомизированное хеширование](https://python-all.ru/3/library/hashlib.html#randomized-hashing)4438          - [Персонализация](https://python-all.ru/3/library/hashlib.html#personalization)4439          - [Древовидный режим](https://python-all.ru/3/library/hashlib.html#tree-mode)4440        - [Благодарности](https://python-all.ru/3/library/hashlib.html#credits)4441    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3/library/hmac.html)4442    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3/library/secrets.html)44434444      - [Случайные числа](https://python-all.ru/3/library/secrets.html#random-numbers)4445      - [Генерация токенов](https://python-all.ru/3/library/secrets.html#generating-tokens)44464447        - [Сколько байтов должны использовать токены?](https://python-all.ru/3/library/secrets.html#how-many-bytes-should-tokens-use)4448      - [Другие функции](https://python-all.ru/3/library/secrets.html#other-functions)4449      - [Рецепты и лучшие практики](https://python-all.ru/3/library/secrets.html#recipes-and-best-practices)4450  - [Универсальные службы операционной системы](https://python-all.ru/3/library/allos.html)44514452    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3/library/os.html)44534454      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3/library/os.html#file-names-command-line-arguments-and-environment-variables)4455      - [Режим UTF-8 в Python](https://python-all.ru/3/library/os.html#python-utf-8-mode)4456      - [Параметры процесса](https://python-all.ru/3/library/os.html#process-parameters)4457      - [Создание файловых объектов](https://python-all.ru/3/library/os.html#file-object-creation)4458      - [Операции с файловыми дескрипторами](https://python-all.ru/3/library/os.html#file-descriptor-operations)44594460        - [Определение размера терминала](https://python-all.ru/3/library/os.html#querying-the-size-of-a-terminal)4461        - [Наследование файловых дескрипторов](https://python-all.ru/3/library/os.html#inheritance-of-file-descriptors)4462      - [Файлы и каталоги](https://python-all.ru/3/library/os.html#files-and-directories)44634464        - [Файловые дескрипторы таймера](https://python-all.ru/3/library/os.html#timer-file-descriptors)4465        - [Расширенные атрибуты Linux](https://python-all.ru/3/library/os.html#linux-extended-attributes)4466      - [Управление процессами](https://python-all.ru/3/library/os.html#process-management)4467      - [Интерфейс к планировщику](https://python-all.ru/3/library/os.html#interface-to-the-scheduler)4468      - [Различная системная информация](https://python-all.ru/3/library/os.html#miscellaneous-system-information)4469      - [Случайные числа](https://python-all.ru/3/library/os.html#random-numbers)4470    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3/library/io.html)44714472      - [Обзор](https://python-all.ru/3/library/io.html#overview)44734474        - [Текстовый ввод/вывод](https://python-all.ru/3/library/io.html#text-i-o)4475        - [Двоичный ввод/вывод](https://python-all.ru/3/library/io.html#binary-i-o)4476        - [Необработанный ввод/вывод](https://python-all.ru/3/library/io.html#raw-i-o)4477      - [Кодировка текста](https://python-all.ru/3/library/io.html#text-encoding)44784479        - [Добровольное предупреждение о кодировке](https://python-all.ru/3/library/io.html#opt-in-encodingwarning)4480      - [Интерфейс модуля высокого уровня](https://python-all.ru/3/library/io.html#high-level-module-interface)4481      - [Иерархия классов](https://python-all.ru/3/library/io.html#class-hierarchy)44824483        - [Базовые классы ввода/вывода](https://python-all.ru/3/library/io.html#i-o-base-classes)4484        - [Необработанный файловый ввод/вывод](https://python-all.ru/3/library/io.html#raw-file-i-o)4485        - [Буферизированные потоки](https://python-all.ru/3/library/io.html#buffered-streams)4486        - [Текстовый ввод/вывод](https://python-all.ru/3/library/io.html#id1)4487      - [Статическая типизация](https://python-all.ru/3/library/io.html#static-typing)4488      - [Производительность](https://python-all.ru/3/library/io.html#performance)44894490        - [Двоичный ввод/вывод](https://python-all.ru/3/library/io.html#id2)4491        - [Текстовый ввод/вывод](https://python-all.ru/3/library/io.html#id3)4492        - [Многопоточность](https://python-all.ru/3/library/io.html#multi-threading)4493        - [Реентерабельность](https://python-all.ru/3/library/io.html#reentrancy)4494    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3/library/time.html)44954496      - [Функции](https://python-all.ru/3/library/time.html#functions)4497      - [Константы идентификаторов часов](https://python-all.ru/3/library/time.html#clock-id-constants)4498      - [Константы часовых поясов](https://python-all.ru/3/library/time.html#timezone-constants)4499    - [`logging` – Средство журналирования для Python](https://python-all.ru/3/library/logging.html)45004501      - [Объекты Logger](https://python-all.ru/3/library/logging.html#logger-objects)4502      - [Уровни журналирования](https://python-all.ru/3/library/logging.html#logging-levels)4503      - [Объекты-обработчики](https://python-all.ru/3/library/logging.html#handler-objects)4504      - [Объекты-форматировщики](https://python-all.ru/3/library/logging.html#formatter-objects)4505      - [Объекты-фильтры](https://python-all.ru/3/library/logging.html#filter-objects)4506      - [Объекты LogRecord](https://python-all.ru/3/library/logging.html#logrecord-objects)4507      - [Атрибуты LogRecord](https://python-all.ru/3/library/logging.html#logrecord-attributes)4508      - [Объекты LoggerAdapter](https://python-all.ru/3/library/logging.html#loggeradapter-objects)4509      - [Потокобезопасность](https://python-all.ru/3/library/logging.html#thread-safety)4510      - [Функции уровня модуля](https://python-all.ru/3/library/logging.html#module-level-functions)4511      - [Атрибуты уровня модуля](https://python-all.ru/3/library/logging.html#module-level-attributes)4512      - [Интеграция с модулем warnings](https://python-all.ru/3/library/logging.html#integration-with-the-warnings-module)4513    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3/library/logging.config.html)45144515      - [Функции конфигурации](https://python-all.ru/3/library/logging.config.html#configuration-functions)4516      - [Вопросы безопасности](https://python-all.ru/3/library/logging.config.html#security-considerations)4517      - [Схема конфигурационного словаря](https://python-all.ru/3/library/logging.config.html#configuration-dictionary-schema)45184519        - [Подробности схемы словаря](https://python-all.ru/3/library/logging.config.html#dictionary-schema-details)4520        - [Инкрементальная конфигурация](https://python-all.ru/3/library/logging.config.html#incremental-configuration)4521        - [Соединения объектов](https://python-all.ru/3/library/logging.config.html#object-connections)4522        - [Пользовательские объекты](https://python-all.ru/3/library/logging.config.html#user-defined-objects)4523        - [Порядок конфигурации обработчиков](https://python-all.ru/3/library/logging.config.html#handler-configuration-order)4524        - [Доступ к внешним объектам](https://python-all.ru/3/library/logging.config.html#access-to-external-objects)4525        - [Доступ к внутренним объектам](https://python-all.ru/3/library/logging.config.html#access-to-internal-objects)4526        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3/library/logging.config.html#import-resolution-and-custom-importers)4527        - [Настройка QueueHandler и QueueListener](https://python-all.ru/3/library/logging.config.html#configuring-queuehandler-and-queuelistener)4528      - [Формат файла конфигурации](https://python-all.ru/3/library/logging.config.html#configuration-file-format)4529    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3/library/logging.handlers.html)45304531      - [StreamHandler](https://python-all.ru/3/library/logging.handlers.html#streamhandler)4532      - [FileHandler](https://python-all.ru/3/library/logging.handlers.html#filehandler)4533      - [NullHandler](https://python-all.ru/3/library/logging.handlers.html#nullhandler)4534      - [WatchedFileHandler](https://python-all.ru/3/library/logging.handlers.html#watchedfilehandler)4535      - [BaseRotatingHandler](https://python-all.ru/3/library/logging.handlers.html#baserotatinghandler)4536      - [RotatingFileHandler](https://python-all.ru/3/library/logging.handlers.html#rotatingfilehandler)4537      - [TimedRotatingFileHandler](https://python-all.ru/3/library/logging.handlers.html#timedrotatingfilehandler)4538      - [SocketHandler](https://python-all.ru/3/library/logging.handlers.html#sockethandler)4539      - [DatagramHandler](https://python-all.ru/3/library/logging.handlers.html#datagramhandler)4540      - [SysLogHandler](https://python-all.ru/3/library/logging.handlers.html#sysloghandler)4541      - [NTEventLogHandler](https://python-all.ru/3/library/logging.handlers.html#nteventloghandler)4542      - [SMTPHandler](https://python-all.ru/3/library/logging.handlers.html#smtphandler)4543      - [MemoryHandler](https://python-all.ru/3/library/logging.handlers.html#memoryhandler)4544      - [HTTPHandler](https://python-all.ru/3/library/logging.handlers.html#httphandler)4545      - [QueueHandler](https://python-all.ru/3/library/logging.handlers.html#queuehandler)4546      - [QueueListener](https://python-all.ru/3/library/logging.handlers.html#queuelistener)4547    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3/library/platform.html)45484549      - [Кроссплатформенный](https://python-all.ru/3/library/platform.html#cross-platform)4550      - [Java platform](https://python-all.ru/3/library/platform.html#java-platform)4551      - [Платформа Windows](https://python-all.ru/3/library/platform.html#windows-platform)4552      - [Платформа macOS](https://python-all.ru/3/library/platform.html#macos-platform)4553      - [Платформа iOS](https://python-all.ru/3/library/platform.html#ios-platform)4554      - [Платформы Unix](https://python-all.ru/3/library/platform.html#unix-platforms)4555      - [Платформы Linux](https://python-all.ru/3/library/platform.html#linux-platforms)4556      - [Платформа Android](https://python-all.ru/3/library/platform.html#android-platform)4557      - [Использование командной строки](https://python-all.ru/3/library/platform.html#command-line-usage)4558    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3/library/errno.html)4559    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3/library/ctypes.html)45604561      - [Руководство по ctypes](https://python-all.ru/3/library/ctypes.html#ctypes-tutorial)45624563        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3/library/ctypes.html#loading-dynamic-link-libraries)4564        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3/library/ctypes.html#accessing-functions-from-loaded-dlls)4565        - [Вызов функций](https://python-all.ru/3/library/ctypes.html#calling-functions)4566        - [Базовые типы данных](https://python-all.ru/3/library/ctypes.html#fundamental-data-types)4567        - [Вызов функций (продолжение)](https://python-all.ru/3/library/ctypes.html#calling-functions-continued)4568        - [Вызов функций с переменным числом аргументов](https://python-all.ru/3/library/ctypes.html#calling-variadic-functions)4569        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3/library/ctypes.html#calling-functions-with-your-own-custom-data-types)4570        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)4571        - [Типы возвращаемых значений](https://python-all.ru/3/library/ctypes.html#return-types)4572        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)4573        - [Структуры и объединения](https://python-all.ru/3/library/ctypes.html#structures-and-unions)4574        - [Размещение структур/объединений, выравнивание и порядок байт](https://python-all.ru/3/library/ctypes.html#structure-union-layout-alignment-and-byte-order)4575        - [Битовые поля в структурах и объединениях](https://python-all.ru/3/library/ctypes.html#bit-fields-in-structures-and-unions)4576        - [Массивы](https://python-all.ru/3/library/ctypes.html#arrays)4577        - [Указатели](https://python-all.ru/3/library/ctypes.html#pointers)4578        - [Потокобезопасность без GIL](https://python-all.ru/3/library/ctypes.html#thread-safety-without-the-gil)4579        - [Преобразования типов](https://python-all.ru/3/library/ctypes.html#type-conversions)4580        - [Неполные типы](https://python-all.ru/3/library/ctypes.html#incomplete-types)4581        - [Функции обратного вызова](https://python-all.ru/3/library/ctypes.html#callback-functions)4582        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3/library/ctypes.html#accessing-values-exported-from-dlls)4583        - [Неожиданности](https://python-all.ru/3/library/ctypes.html#surprises)4584        - [Типы данных переменного размера](https://python-all.ru/3/library/ctypes.html#variable-sized-data-types)4585      - [Справочник по ctypes](https://python-all.ru/3/library/ctypes.html#ctypes-reference)45864587        - [Поиск общих библиотек](https://python-all.ru/3/library/ctypes.html#finding-shared-libraries)4588        - [Вывод загруженных общих библиотек](https://python-all.ru/3/library/ctypes.html#listing-loaded-shared-libraries)4589        - [Загрузка общих библиотек](https://python-all.ru/3/library/ctypes.html#loading-shared-libraries)4590        - [Внешние функции](https://python-all.ru/3/library/ctypes.html#foreign-functions)4591        - [Прототипы функций](https://python-all.ru/3/library/ctypes.html#function-prototypes)4592        - [Вспомогательные функции](https://python-all.ru/3/library/ctypes.html#utility-functions)4593        - [Типы данных](https://python-all.ru/3/library/ctypes.html#data-types)4594        - [Базовые типы данных](https://python-all.ru/3/library/ctypes.html#ctypes-fundamental-data-types-2)4595        - [Структурированные типы данных](https://python-all.ru/3/library/ctypes.html#structured-data-types)4596        - [Массивы и указатели](https://python-all.ru/3/library/ctypes.html#arrays-and-pointers)4597        - [Исключения](https://python-all.ru/3/library/ctypes.html#exceptions)4598  - [Библиотеки интерфейса командной строки](https://python-all.ru/3/library/cmdlinelibs.html)45994600    - [`argparse` – Парсер опций, аргументов и подкоманд командной строки](https://python-all.ru/3/library/argparse.html)46014602      - [Объекты ArgumentParser](https://python-all.ru/3/library/argparse.html#argumentparser-objects)46034604        - [prog](https://python-all.ru/3/library/argparse.html#prog)4605        - [usage](https://python-all.ru/3/library/argparse.html#usage)4606        - [description](https://python-all.ru/3/library/argparse.html#description)4607        - [epilog](https://python-all.ru/3/library/argparse.html#epilog)4608        - [parents](https://python-all.ru/3/library/argparse.html#parents)4609        - [formatter\_class](https://python-all.ru/3/library/argparse.html#formatter-class)4610        - [prefix\_chars](https://python-all.ru/3/library/argparse.html#prefix-chars)4611        - [fromfile\_prefix\_chars](https://python-all.ru/3/library/argparse.html#fromfile-prefix-chars)4612        - [argument\_default](https://python-all.ru/3/library/argparse.html#argument-default)4613        - [allow\_abbrev](https://python-all.ru/3/library/argparse.html#allow-abbrev)4614        - [conflict\_handler](https://python-all.ru/3/library/argparse.html#conflict-handler)4615        - [add\_help](https://python-all.ru/3/library/argparse.html#add-help)4616        - [exit\_on\_error](https://python-all.ru/3/library/argparse.html#exit-on-error)4617        - [suggest\_on\_error](https://python-all.ru/3/library/argparse.html#suggest-on-error)4618        - [color](https://python-all.ru/3/library/argparse.html#color)4619      - [Метод add\_argument()](https://python-all.ru/3/library/argparse.html#the-add-argument-method)46204621        - [name или flags](https://python-all.ru/3/library/argparse.html#name-or-flags)4622        - [action](https://python-all.ru/3/library/argparse.html#action)4623        - [nargs](https://python-all.ru/3/library/argparse.html#nargs)4624        - [const](https://python-all.ru/3/library/argparse.html#const)4625        - [default](https://python-all.ru/3/library/argparse.html#default)4626        - [тип](https://python-all.ru/3/library/argparse.html#type)4627        - [choices](https://python-all.ru/3/library/argparse.html#choices)4628        - [required](https://python-all.ru/3/library/argparse.html#required)4629        - [help](https://python-all.ru/3/library/argparse.html#help)4630        - [metavar](https://python-all.ru/3/library/argparse.html#metavar)4631        - [dest](https://python-all.ru/3/library/argparse.html#dest)4632        - [устарело](https://python-all.ru/3/library/argparse.html#deprecated)4633        - [Классы Action](https://python-all.ru/3/library/argparse.html#action-classes)4634      - [Метод parse\_args()](https://python-all.ru/3/library/argparse.html#the-parse-args-method)46354636        - [Синтаксис значений опций](https://python-all.ru/3/library/argparse.html#option-value-syntax)4637        - [Недопустимые аргументы](https://python-all.ru/3/library/argparse.html#invalid-arguments)4638        - [Аргументы, содержащие `-`](https://python-all.ru/3/library/argparse.html#arguments-containing)4639        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3/library/argparse.html#argument-abbreviations-prefix-matching)4640        - [За пределами `sys.argv`](https://python-all.ru/3/library/argparse.html#beyond-sys-argv)4641        - [Объект Namespace](https://python-all.ru/3/library/argparse.html#the-namespace-object)4642      - [Прочие утилиты](https://python-all.ru/3/library/argparse.html#other-utilities)46434644        - [Подкоманды](https://python-all.ru/3/library/argparse.html#subcommands)4645        - [Объекты FileType](https://python-all.ru/3/library/argparse.html#filetype-objects)4646        - [Группы аргументов](https://python-all.ru/3/library/argparse.html#argument-groups)4647        - [Взаимное исключение](https://python-all.ru/3/library/argparse.html#mutual-exclusion)4648        - [Значения по умолчанию парсера](https://python-all.ru/3/library/argparse.html#parser-defaults)4649        - [Вывод справки](https://python-all.ru/3/library/argparse.html#printing-help)4650        - [Частичный разбор](https://python-all.ru/3/library/argparse.html#partial-parsing)4651        - [Настройка разбора файлов](https://python-all.ru/3/library/argparse.html#customizing-file-parsing)4652        - [Методы завершения](https://python-all.ru/3/library/argparse.html#exiting-methods)4653        - [Смешанный разбор](https://python-all.ru/3/library/argparse.html#intermixed-parsing)4654        - [Регистрация пользовательских типов или действий](https://python-all.ru/3/library/argparse.html#registering-custom-types-or-actions)4655      - [Исключения](https://python-all.ru/3/library/argparse.html#exceptions)46564657        - [Учебное пособие по argparse](https://python-all.ru/3/howto/argparse.html)46584659          - [Основные понятия](https://python-all.ru/3/howto/argparse.html#concepts)4660          - [Основы](https://python-all.ru/3/howto/argparse.html#the-basics)4661          - [Знакомство с позиционными аргументами](https://python-all.ru/3/howto/argparse.html#introducing-positional-arguments)4662          - [Знакомство с необязательными аргументами](https://python-all.ru/3/howto/argparse.html#introducing-optional-arguments)46634664            - [Короткие опции](https://python-all.ru/3/howto/argparse.html#short-options)4665          - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3/howto/argparse.html#combining-positional-and-optional-arguments)4666          - [Переходим к более сложным темам](https://python-all.ru/3/howto/argparse.html#getting-a-little-more-advanced)46674668            - [Указание неоднозначных аргументов](https://python-all.ru/3/howto/argparse.html#specifying-ambiguous-arguments)4669            - [Конфликтующие опции](https://python-all.ru/3/howto/argparse.html#conflicting-options)4670          - [Как перевести вывод argparse](https://python-all.ru/3/howto/argparse.html#how-to-translate-the-argparse-output)4671          - [Пользовательские преобразователи типов](https://python-all.ru/3/howto/argparse.html#custom-type-converters)4672          - [Заключение](https://python-all.ru/3/howto/argparse.html#conclusion)4673        - [Перенос кода `optparse` на `argparse`](https://python-all.ru/3/howto/argparse-optparse.html)4674    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3/library/optparse.html)46754676      - [Выбор библиотеки для разбора аргументов](https://python-all.ru/3/library/optparse.html#choosing-an-argument-parsing-library)4677      - [Введение](https://python-all.ru/3/library/optparse.html#introduction)4678      - [Фон](https://python-all.ru/3/library/optparse.html#background)46794680        - [Терминология](https://python-all.ru/3/library/optparse.html#terminology)4681        - [Для чего нужны опции?](https://python-all.ru/3/library/optparse.html#what-are-options-for)4682        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3/library/optparse.html#what-are-positional-arguments-for)4683      - [Учебное пособие](https://python-all.ru/3/library/optparse.html#tutorial)46844685        - [Понимание действий опций](https://python-all.ru/3/library/optparse.html#understanding-option-actions)4686        - [Действие store](https://python-all.ru/3/library/optparse.html#the-store-action)4687        - [Обработка булевых опций (флагов)](https://python-all.ru/3/library/optparse.html#handling-boolean-flag-options)4688        - [Другие действия](https://python-all.ru/3/library/optparse.html#other-actions)4689        - [Значения по умолчанию](https://python-all.ru/3/library/optparse.html#default-values)4690        - [Генерация справки](https://python-all.ru/3/library/optparse.html#generating-help)46914692          - [Группировка опций](https://python-all.ru/3/library/optparse.html#grouping-options)4693        - [Вывод строки версии](https://python-all.ru/3/library/optparse.html#printing-a-version-string)4694        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3/library/optparse.html#how-optparse-handles-errors)4695        - [Собираем всё вместе](https://python-all.ru/3/library/optparse.html#putting-it-all-together)4696      - [Справочное руководство](https://python-all.ru/3/library/optparse.html#reference-guide)46974698        - [Создание парсера](https://python-all.ru/3/library/optparse.html#creating-the-parser)4699        - [Наполнение парсера](https://python-all.ru/3/library/optparse.html#populating-the-parser)4700        - [Определение параметров](https://python-all.ru/3/library/optparse.html#defining-options)4701        - [Атрибуты параметров](https://python-all.ru/3/library/optparse.html#option-attributes)4702        - [Стандартные действия параметров](https://python-all.ru/3/library/optparse.html#standard-option-actions)4703        - [Стандартные типы параметров](https://python-all.ru/3/library/optparse.html#standard-option-types)4704        - [Разбор аргументов](https://python-all.ru/3/library/optparse.html#parsing-arguments)4705        - [Запросы и управление парсером параметров](https://python-all.ru/3/library/optparse.html#querying-and-manipulating-your-option-parser)4706        - [Конфликты между параметрами](https://python-all.ru/3/library/optparse.html#conflicts-between-options)4707        - [Очистка](https://python-all.ru/3/library/optparse.html#cleanup)4708        - [Другие методы](https://python-all.ru/3/library/optparse.html#other-methods)4709      - [Колбэки параметров](https://python-all.ru/3/library/optparse.html#option-callbacks)47104711        - [Определение параметра с колбэком](https://python-all.ru/3/library/optparse.html#defining-a-callback-option)4712        - [Как вызываются колбэки](https://python-all.ru/3/library/optparse.html#how-callbacks-are-called)4713        - [Возбуждение исключений в колбэке](https://python-all.ru/3/library/optparse.html#raising-errors-in-a-callback)4714        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3/library/optparse.html#callback-example-1-trivial-callback)4715        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3/library/optparse.html#callback-example-2-check-option-order)4716        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3/library/optparse.html#callback-example-3-check-option-order-generalized)4717        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3/library/optparse.html#callback-example-4-check-arbitrary-condition)4718        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3/library/optparse.html#callback-example-5-fixed-arguments)4719        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3/library/optparse.html#callback-example-6-variable-arguments)4720      - [Расширение `optparse`](https://python-all.ru/3/library/optparse.html#extending-optparse)47214722        - [Добавление новых типов](https://python-all.ru/3/library/optparse.html#adding-new-types)4723        - [Добавление новых действий](https://python-all.ru/3/library/optparse.html#adding-new-actions)4724      - [Исключения](https://python-all.ru/3/library/optparse.html#exceptions)4725    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3/library/getpass.html)4726    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3/library/fileinput.html)4727    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3/library/curses.html)47284729      - [Функции](https://python-all.ru/3/library/curses.html#functions)4730      - [Объекты окон](https://python-all.ru/3/library/curses.html#window-objects)4731      - [Константы](https://python-all.ru/3/library/curses.html#constants)4732    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3/library/curses.html#module-curses.textpad)47334734      - [Объекты Textbox](https://python-all.ru/3/library/curses.html#textbox-objects)4735    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3/library/curses.ascii.html)4736    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3/library/curses.panel.html)47374738      - [Функции](https://python-all.ru/3/library/curses.panel.html#functions)4739      - [Объекты Panel](https://python-all.ru/3/library/curses.panel.html#panel-objects)4740    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3/library/cmd.html)47414742      - [Объекты Cmd](https://python-all.ru/3/library/cmd.html#cmd-objects)4743      - [Пример Cmd](https://python-all.ru/3/library/cmd.html#cmd-example)4744  - [Параллельное выполнение](https://python-all.ru/3/library/concurrency.html)47454746    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3/library/threading.html)47474748      - [Введение](https://python-all.ru/3/library/threading.html#introduction)4749      - [GIL и соображения производительности](https://python-all.ru/3/library/threading.html#gil-and-performance-considerations)4750      - [Справочник](https://python-all.ru/3/library/threading.html#reference)47514752        - [Данные, локальные для потока](https://python-all.ru/3/library/threading.html#thread-local-data)4753        - [Объекты потоков](https://python-all.ru/3/library/threading.html#thread-objects)4754        - [Объекты блокировок](https://python-all.ru/3/library/threading.html#lock-objects)4755        - [Объекты RLock](https://python-all.ru/3/library/threading.html#rlock-objects)4756        - [Объекты условия](https://python-all.ru/3/library/threading.html#condition-objects)4757        - [Объекты семафоров](https://python-all.ru/3/library/threading.html#semaphore-objects)4758        - [Пример `Semaphore`](https://python-all.ru/3/library/threading.html#semaphore-example)4759        - [Объекты событий](https://python-all.ru/3/library/threading.html#event-objects)4760        - [Объекты таймеров](https://python-all.ru/3/library/threading.html#timer-objects)4761        - [Объекты барьеров](https://python-all.ru/3/library/threading.html#barrier-objects)4762      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)4763    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3/library/multiprocessing.html)47644765      - [Введение](https://python-all.ru/3/library/multiprocessing.html#introduction)47664767        - [Класс `Process`](https://python-all.ru/3/library/multiprocessing.html#the-process-class)4768        - [Контексты и методы запуска](https://python-all.ru/3/library/multiprocessing.html#contexts-and-start-methods)4769        - [Обмен объектами между процессами](https://python-all.ru/3/library/multiprocessing.html#exchanging-objects-between-processes)4770        - [Синхронизация между процессами](https://python-all.ru/3/library/multiprocessing.html#synchronization-between-processes)4771        - [Совместное использование состояния между процессами](https://python-all.ru/3/library/multiprocessing.html#sharing-state-between-processes)4772        - [Использование пула рабочих процессов](https://python-all.ru/3/library/multiprocessing.html#using-a-pool-of-workers)4773      - [Справочник](https://python-all.ru/3/library/multiprocessing.html#reference)47744775        - [Глобальный метод запуска](https://python-all.ru/3/library/multiprocessing.html#global-start-method)4776        - [`Process` и исключения](https://python-all.ru/3/library/multiprocessing.html#process-and-exceptions)4777        - [Каналы и очереди](https://python-all.ru/3/library/multiprocessing.html#pipes-and-queues)4778        - [Разное](https://python-all.ru/3/library/multiprocessing.html#miscellaneous)4779        - [Объекты соединений](https://python-all.ru/3/library/multiprocessing.html#connection-objects)4780        - [Примитивы синхронизации](https://python-all.ru/3/library/multiprocessing.html#synchronization-primitives)4781        - [Разделяемые `ctypes` объекты](https://python-all.ru/3/library/multiprocessing.html#shared-ctypes-objects)47824783          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.sharedctypes)4784        - [Менеджеры](https://python-all.ru/3/library/multiprocessing.html#managers)47854786          - [Настраиваемые менеджеры](https://python-all.ru/3/library/multiprocessing.html#customized-managers)4787          - [Использование удалённого менеджера](https://python-all.ru/3/library/multiprocessing.html#using-a-remote-manager)4788        - [Объекты-прокси](https://python-all.ru/3/library/multiprocessing.html#proxy-objects)47894790          - [Очистка](https://python-all.ru/3/library/multiprocessing.html#cleanup)4791        - [Пулы процессов](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.pool)4792        - [Слушатели и клиенты](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.connection)47934794          - [Форматы адресов](https://python-all.ru/3/library/multiprocessing.html#address-formats)4795        - [Ключи аутентификации](https://python-all.ru/3/library/multiprocessing.html#authentication-keys)4796        - [Логирование](https://python-all.ru/3/library/multiprocessing.html#logging)4797        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3/library/multiprocessing.html#module-multiprocessing.dummy)4798      - [Рекомендации по программированию](https://python-all.ru/3/library/multiprocessing.html#programming-guidelines)47994800        - [Все методы запуска](https://python-all.ru/3/library/multiprocessing.html#all-start-methods)4801        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)4802      - [Примеры](https://python-all.ru/3/library/multiprocessing.html#examples)4803    - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3/library/multiprocessing.shared_memory.html)4804    - [Пакет `concurrent`](https://python-all.ru/3/library/concurrent.html)4805    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3/library/concurrent.futures.html)48064807      - [Объекты исполнителя](https://python-all.ru/3/library/concurrent.futures.html#executor-objects)4808      - [ThreadPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#threadpoolexecutor)48094810        - [Пример ThreadPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#threadpoolexecutor-example)4811      - [InterpreterPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#interpreterpoolexecutor)4812      - [ProcessPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#processpoolexecutor)48134814        - [Пример ProcessPoolExecutor](https://python-all.ru/3/library/concurrent.futures.html#processpoolexecutor-example)4815      - [Объекты Future](https://python-all.ru/3/library/concurrent.futures.html#future-objects)4816      - [Функции модуля](https://python-all.ru/3/library/concurrent.futures.html#module-functions)4817      - [Классы исключений](https://python-all.ru/3/library/concurrent.futures.html#exception-classes)4818    - [`concurrent.interpreters` – Несколько интерпретаторов в одном процессе](https://python-all.ru/3/library/concurrent.interpreters.html)48194820      - [Ключевые детали](https://python-all.ru/3/library/concurrent.interpreters.html#key-details)4821      - [Введение](https://python-all.ru/3/library/concurrent.interpreters.html#introduction)48224823        - [Несколько интерпретаторов и изоляция](https://python-all.ru/3/library/concurrent.interpreters.html#multiple-interpreters-and-isolation)4824        - [Запуск в интерпретаторе](https://python-all.ru/3/library/concurrent.interpreters.html#running-in-an-interpreter)4825        - [Конкурентность и параллелизм](https://python-all.ru/3/library/concurrent.interpreters.html#concurrency-and-parallelism)4826        - [Взаимодействие между интерпретаторами](https://python-all.ru/3/library/concurrent.interpreters.html#communication-between-interpreters)4827        - [«Совместное использование» объектов](https://python-all.ru/3/library/concurrent.interpreters.html#sharing-objects)4828      - [Справочник](https://python-all.ru/3/library/concurrent.interpreters.html#reference)48294830        - [Объекты интерпретатора](https://python-all.ru/3/library/concurrent.interpreters.html#interpreter-objects)4831        - [Исключения](https://python-all.ru/3/library/concurrent.interpreters.html#exceptions)4832        - [Взаимодействие между интерпретаторами](https://python-all.ru/3/library/concurrent.interpreters.html#communicating-between-interpreters)4833      - [Основы использования](https://python-all.ru/3/library/concurrent.interpreters.html#basic-usage)4834    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3/library/subprocess.html)48354836      - [Использование модуля `subprocess`](https://python-all.ru/3/library/subprocess.html#using-the-subprocess-module)48374838        - [Часто используемые аргументы](https://python-all.ru/3/library/subprocess.html#frequently-used-arguments)4839        - [Конструктор Popen](https://python-all.ru/3/library/subprocess.html#popen-constructor)4840        - [Исключения](https://python-all.ru/3/library/subprocess.html#exceptions)4841      - [Вопросы безопасности](https://python-all.ru/3/library/subprocess.html#security-considerations)4842      - [Объекты Popen](https://python-all.ru/3/library/subprocess.html#popen-objects)4843      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3/library/subprocess.html#windows-popen-helpers)48444845        - [Константы Windows](https://python-all.ru/3/library/subprocess.html#windows-constants)4846      - [Старый высокоуровневый API](https://python-all.ru/3/library/subprocess.html#older-high-level-api)4847      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)48484849        - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3/library/subprocess.html#replacing-bin-sh-shell-command-substitution)4850        - [Замена конвейера оболочки](https://python-all.ru/3/library/subprocess.html#replacing-shell-pipeline)4851        - [Замена `os.system()`](https://python-all.ru/3/library/subprocess.html#replacing-os-system)4852        - [Замена семейства `os.spawn`](https://python-all.ru/3/library/subprocess.html#replacing-the-os-spawn-family)4853        - [Замена `os.popen()`](https://python-all.ru/3/library/subprocess.html#replacing-os-popen)4854      - [Устаревшие функции вызова оболочки](https://python-all.ru/3/library/subprocess.html#legacy-shell-invocation-functions)4855      - [Примечания](https://python-all.ru/3/library/subprocess.html#notes)48564857        - [Поведение при тайм-ауте](https://python-all.ru/3/library/subprocess.html#timeout-behavior)4858        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)4859        - [Отключение использования `posix_spawn()`](https://python-all.ru/3/library/subprocess.html#disable-use-of-posix-spawn)4860    - [`sched` – планировщик событий](https://python-all.ru/3/library/sched.html)48614862      - [Объекты планировщика](https://python-all.ru/3/library/sched.html#scheduler-objects)4863    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3/library/queue.html)48644865      - [Объекты очередей](https://python-all.ru/3/library/queue.html#queue-objects)48664867        - [Ожидание завершения задачи](https://python-all.ru/3/library/queue.html#waiting-for-task-completion)4868        - [Завершение очередей](https://python-all.ru/3/library/queue.html#terminating-queues)4869      - [Объекты SimpleQueue](https://python-all.ru/3/library/queue.html#simplequeue-objects)4870    - [`contextvars` – контекстные переменные](https://python-all.ru/3/library/contextvars.html)48714872      - [Контекстные переменные](https://python-all.ru/3/library/contextvars.html#context-variables)4873      - [Ручное управление контекстом](https://python-all.ru/3/library/contextvars.html#manual-context-management)4874      - [Поддержка asyncio](https://python-all.ru/3/library/contextvars.html#asyncio-support)4875    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3/library/_thread.html)4876  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3/library/ipc.html)48774878    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3/library/asyncio.html)48794880      - [Запускающие объекты](https://python-all.ru/3/library/asyncio-runner.html)48814882        - [Запуск asyncio-программы](https://python-all.ru/3/library/asyncio-runner.html#running-an-asyncio-program)4883        - [Контекстный менеджер Runner](https://python-all.ru/3/library/asyncio-runner.html#runner-context-manager)4884        - [Обработка прерывания с клавиатуры](https://python-all.ru/3/library/asyncio-runner.html#handling-keyboard-interruption)4885      - [Корутины и задачи](https://python-all.ru/3/library/asyncio-task.html)48864887        - [Корутины](https://python-all.ru/3/library/asyncio-task.html#coroutines)4888        - [Ожидаемые объекты](https://python-all.ru/3/library/asyncio-task.html#awaitables)4889        - [Создание задач](https://python-all.ru/3/library/asyncio-task.html#creating-tasks)4890        - [Отмена задачи](https://python-all.ru/3/library/asyncio-task.html#task-cancellation)4891        - [Группы задач](https://python-all.ru/3/library/asyncio-task.html#task-groups)48924893          - [Завершение группы задач](https://python-all.ru/3/library/asyncio-task.html#terminating-a-task-group)4894        - [Приостановка выполнения](https://python-all.ru/3/library/asyncio-task.html#sleeping)4895        - [Конкурентное выполнение задач](https://python-all.ru/3/library/asyncio-task.html#running-tasks-concurrently)4896        - [Фабрика задач с немедленным выполнением](https://python-all.ru/3/library/asyncio-task.html#eager-task-factory)4897        - [Защита от отмены](https://python-all.ru/3/library/asyncio-task.html#shielding-from-cancellation)4898        - [Тайм-ауты](https://python-all.ru/3/library/asyncio-task.html#timeouts)4899        - [Примитивы ожидания](https://python-all.ru/3/library/asyncio-task.html#waiting-primitives)4900        - [Выполнение в потоках](https://python-all.ru/3/library/asyncio-task.html#running-in-threads)4901        - [Планирование из других потоков](https://python-all.ru/3/library/asyncio-task.html#scheduling-from-other-threads)4902        - [Интроспекция](https://python-all.ru/3/library/asyncio-task.html#introspection)4903        - [Объект задачи](https://python-all.ru/3/library/asyncio-task.html#task-object)4904      - [Потоки данных](https://python-all.ru/3/library/asyncio-stream.html)49054906        - [StreamReader](https://python-all.ru/3/library/asyncio-stream.html#streamreader)4907        - [StreamWriter](https://python-all.ru/3/library/asyncio-stream.html#streamwriter)4908        - [Примеры](https://python-all.ru/3/library/asyncio-stream.html#examples)49094910          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3/library/asyncio-stream.html#tcp-echo-client-using-streams)4911          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3/library/asyncio-stream.html#tcp-echo-server-using-streams)4912          - [Получение HTTP-заголовков](https://python-all.ru/3/library/asyncio-stream.html#get-http-headers)4913          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)4914      - [Примитивы синхронизации](https://python-all.ru/3/library/asyncio-sync.html)49154916        - [Блокировка](https://python-all.ru/3/library/asyncio-sync.html#lock)4917        - [Событие](https://python-all.ru/3/library/asyncio-sync.html#event)4918        - [Условная переменная](https://python-all.ru/3/library/asyncio-sync.html#condition)4919        - [Семафор](https://python-all.ru/3/library/asyncio-sync.html#semaphore)4920        - [BoundedSemaphore](https://python-all.ru/3/library/asyncio-sync.html#boundedsemaphore)4921        - [Барьер](https://python-all.ru/3/library/asyncio-sync.html#barrier)4922      - [Подпроцессы](https://python-all.ru/3/library/asyncio-subprocess.html)49234924        - [Создание подпроцессов](https://python-all.ru/3/library/asyncio-subprocess.html#creating-subprocesses)4925        - [Константы](https://python-all.ru/3/library/asyncio-subprocess.html#constants)4926        - [Взаимодействие с подпроцессами](https://python-all.ru/3/library/asyncio-subprocess.html#interacting-with-subprocesses)49274928          - [Подпроцессы и потоки](https://python-all.ru/3/library/asyncio-subprocess.html#subprocess-and-threads)4929          - [Примеры](https://python-all.ru/3/library/asyncio-subprocess.html#examples)4930      - [Очереди](https://python-all.ru/3/library/asyncio-queue.html)49314932        - [Очередь](https://python-all.ru/3/library/asyncio-queue.html#queue)4933        - [Очередь с приоритетом](https://python-all.ru/3/library/asyncio-queue.html#priority-queue)4934        - [Очередь LIFO](https://python-all.ru/3/library/asyncio-queue.html#lifo-queue)4935        - [Исключения](https://python-all.ru/3/library/asyncio-queue.html#exceptions)4936        - [Примеры](https://python-all.ru/3/library/asyncio-queue.html#examples)4937      - [Исключения](https://python-all.ru/3/library/asyncio-exceptions.html)4938      - [Интроспекция графа вызовов](https://python-all.ru/3/library/asyncio-graph.html)49394940        - [Низкоуровневые служебные функции](https://python-all.ru/3/library/asyncio-graph.html#low-level-utility-functions)4941      - [Цикл событий](https://python-all.ru/3/library/asyncio-eventloop.html)49424943        - [Методы цикла событий](https://python-all.ru/3/library/asyncio-eventloop.html#event-loop-methods)49444945          - [Запуск и остановка цикла событий](https://python-all.ru/3/library/asyncio-eventloop.html#running-and-stopping-the-loop)4946          - [Планирование колбэков](https://python-all.ru/3/library/asyncio-eventloop.html#scheduling-callbacks)4947          - [Планирование отложенных колбэков](https://python-all.ru/3/library/asyncio-eventloop.html#scheduling-delayed-callbacks)4948          - [Создание future и задач](https://python-all.ru/3/library/asyncio-eventloop.html#creating-futures-and-tasks)4949          - [Открытие сетевых соединений](https://python-all.ru/3/library/asyncio-eventloop.html#opening-network-connections)4950          - [Создание сетевых серверов](https://python-all.ru/3/library/asyncio-eventloop.html#creating-network-servers)4951          - [Передача файлов](https://python-all.ru/3/library/asyncio-eventloop.html#transferring-files)4952          - [Обновление TLS](https://python-all.ru/3/library/asyncio-eventloop.html#tls-upgrade)4953          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3/library/asyncio-eventloop.html#watching-file-descriptors)4954          - [Работа с объектами сокетов напрямую](https://python-all.ru/3/library/asyncio-eventloop.html#working-with-socket-objects-directly)4955          - [DNS](https://python-all.ru/3/library/asyncio-eventloop.html#dns)4956          - [Работа с каналами](https://python-all.ru/3/library/asyncio-eventloop.html#working-with-pipes)4957          - [Сигналы Unix](https://python-all.ru/3/library/asyncio-eventloop.html#unix-signals)4958          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)4959          - [API обработки ошибок](https://python-all.ru/3/library/asyncio-eventloop.html#error-handling-api)4960          - [Включение режима отладки](https://python-all.ru/3/library/asyncio-eventloop.html#enabling-debug-mode)4961          - [Запуск подпроцессов](https://python-all.ru/3/library/asyncio-eventloop.html#running-subprocesses)4962        - [Дескрипторы колбэков](https://python-all.ru/3/library/asyncio-eventloop.html#callback-handles)4963        - [Объекты сервера](https://python-all.ru/3/library/asyncio-eventloop.html#server-objects)4964        - [Реализации цикла событий](https://python-all.ru/3/library/asyncio-eventloop.html#event-loop-implementations)4965        - [Примеры](https://python-all.ru/3/library/asyncio-eventloop.html#examples)49664967          - [Hello World с помощью call\_soon()](https://python-all.ru/3/library/asyncio-eventloop.html#hello-world-with-call-soon)4968          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3/library/asyncio-eventloop.html#display-the-current-date-with-call-later)4969          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)4970          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)4971      - [Future](https://python-all.ru/3/library/asyncio-future.html)49724973        - [Функции Future](https://python-all.ru/3/library/asyncio-future.html#future-functions)4974        - [Объект Future](https://python-all.ru/3/library/asyncio-future.html#future-object)4975      - [Транспорты и протоколы](https://python-all.ru/3/library/asyncio-protocol.html)49764977        - [Транспорты](https://python-all.ru/3/library/asyncio-protocol.html#transports)49784979          - [Иерархия транспортов](https://python-all.ru/3/library/asyncio-protocol.html#transports-hierarchy)4980          - [Базовый транспорт](https://python-all.ru/3/library/asyncio-protocol.html#base-transport)4981          - [Транспорты только для чтения](https://python-all.ru/3/library/asyncio-protocol.html#read-only-transports)4982          - [Транспорты только для записи](https://python-all.ru/3/library/asyncio-protocol.html#write-only-transports)4983          - [Транспорты дейтаграмм](https://python-all.ru/3/library/asyncio-protocol.html#datagram-transports)4984          - [Транспорты подпроцессов](https://python-all.ru/3/library/asyncio-protocol.html#subprocess-transports)4985        - [Протоколы](https://python-all.ru/3/library/asyncio-protocol.html#protocols)49864987          - [Базовые протоколы](https://python-all.ru/3/library/asyncio-protocol.html#base-protocols)4988          - [Базовый протокол](https://python-all.ru/3/library/asyncio-protocol.html#base-protocol)4989          - [Потоковые протоколы](https://python-all.ru/3/library/asyncio-protocol.html#streaming-protocols)4990          - [Буферизированные потоковые протоколы](https://python-all.ru/3/library/asyncio-protocol.html#buffered-streaming-protocols)4991          - [Протоколы дейтаграмм](https://python-all.ru/3/library/asyncio-protocol.html#datagram-protocols)4992          - [Протоколы подпроцессов](https://python-all.ru/3/library/asyncio-protocol.html#subprocess-protocols)4993        - [Примеры](https://python-all.ru/3/library/asyncio-protocol.html#examples)49944995          - [TCP-эхо-сервер](https://python-all.ru/3/library/asyncio-protocol.html#tcp-echo-server)4996          - [TCP-эхо-клиент](https://python-all.ru/3/library/asyncio-protocol.html#tcp-echo-client)4997          - [UDP-эхо-сервер](https://python-all.ru/3/library/asyncio-protocol.html#udp-echo-server)4998          - [UDP-эхо-клиент](https://python-all.ru/3/library/asyncio-protocol.html#udp-echo-client)4999          - [Подключение существующих сокетов](https://python-all.ru/3/library/asyncio-protocol.html#connecting-existing-sockets)5000          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)5001      - [Policies](https://python-all.ru/3/library/asyncio-policy.html)50025003        - [Получение и установка политики](https://python-all.ru/3/library/asyncio-policy.html#getting-and-setting-the-policy)5004        - [Объекты политики](https://python-all.ru/3/library/asyncio-policy.html#policy-objects)5005        - [Пользовательские политики](https://python-all.ru/3/library/asyncio-policy.html#custom-policies)5006      - [Поддержка платформ](https://python-all.ru/3/library/asyncio-platforms.html)50075008        - [Все платформы](https://python-all.ru/3/library/asyncio-platforms.html#all-platforms)5009        - [Windows](https://python-all.ru/3/library/asyncio-platforms.html#windows)50105011          - [Поддержка подпроцессов в Windows](https://python-all.ru/3/library/asyncio-platforms.html#subprocess-support-on-windows)5012        - [macOS](https://python-all.ru/3/library/asyncio-platforms.html#macos)5013      - [Расширение](https://python-all.ru/3/library/asyncio-extending.html)50145015        - [Создание пользовательского цикла событий](https://python-all.ru/3/library/asyncio-extending.html#writing-a-custom-event-loop)5016        - [Приватные конструкторы Future и Задача](https://python-all.ru/3/library/asyncio-extending.html#future-and-task-private-constructors)5017        - [Поддержка времени жизни задачи](https://python-all.ru/3/library/asyncio-extending.html#task-lifetime-support)5018      - [Индекс API высокого уровня](https://python-all.ru/3/library/asyncio-api-index.html)50195020        - [Задачи](https://python-all.ru/3/library/asyncio-api-index.html#tasks)5021        - [Очереди](https://python-all.ru/3/library/asyncio-api-index.html#queues)5022        - [Подпроцессы](https://python-all.ru/3/library/asyncio-api-index.html#subprocesses)5023        - [Потоки данных](https://python-all.ru/3/library/asyncio-api-index.html#streams)5024        - [Синхронизация](https://python-all.ru/3/library/asyncio-api-index.html#synchronization)5025        - [Исключения](https://python-all.ru/3/library/asyncio-api-index.html#exceptions)5026      - [Индекс API низкого уровня](https://python-all.ru/3/library/asyncio-llapi-index.html)50275028        - [Получение цикла событий](https://python-all.ru/3/library/asyncio-llapi-index.html#obtaining-the-event-loop)5029        - [Методы цикла событий](https://python-all.ru/3/library/asyncio-llapi-index.html#event-loop-methods)5030        - [Транспорты](https://python-all.ru/3/library/asyncio-llapi-index.html#transports)5031        - [Протоколы](https://python-all.ru/3/library/asyncio-llapi-index.html#protocols)5032        - [Политики цикла событий](https://python-all.ru/3/library/asyncio-llapi-index.html#event-loop-policies)5033      - [Разработка с asyncio](https://python-all.ru/3/library/asyncio-dev.html)50345035        - [Режим отладки](https://python-all.ru/3/library/asyncio-dev.html#debug-mode)5036        - [Параллелизм и многопоточность](https://python-all.ru/3/library/asyncio-dev.html#concurrency-and-multithreading)5037        - [Выполнение блокирующего кода](https://python-all.ru/3/library/asyncio-dev.html#running-blocking-code)5038        - [Логирование](https://python-all.ru/3/library/asyncio-dev.html#logging)5039        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3/library/asyncio-dev.html#detect-never-awaited-coroutines)5040        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3/library/asyncio-dev.html#detect-never-retrieved-exceptions)5041        - [Рекомендации по асинхронным генераторам](https://python-all.ru/3/library/asyncio-dev.html#asynchronous-generators-best-practices)50425043          - [Явное закрытие асинхронных генераторов](https://python-all.ru/3/library/asyncio-dev.html#close-asynchronous-generators-explicitly)5044          - [Создание асинхронных генераторов только при запущенном цикле событий](https://python-all.ru/3/library/asyncio-dev.html#create-asynchronous-generators-only-when-the-event-loop-is-running)5045          - [Избегание параллельной итерации и закрытия одного генератора](https://python-all.ru/3/library/asyncio-dev.html#avoid-concurrent-iteration-and-closure-of-the-same-generator)5046      - [asyncio и свободно-поточный Python](https://python-all.ru/3/library/asyncio-threading.html)50475048        - [Вопросы потокобезопасности](https://python-all.ru/3/library/asyncio-threading.html#thread-safety-considerations)5049        - [Использование asyncio с потоками](https://python-all.ru/3/library/asyncio-threading.html#using-asyncio-with-threads)5050        - [Производитель/потребитель между потоками](https://python-all.ru/3/library/asyncio-threading.html#producer-consumer-across-threads)5051    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3/library/socket.html)50525053      - [Семейства сокетов](https://python-all.ru/3/library/socket.html#socket-families)5054      - [Содержание модуля](https://python-all.ru/3/library/socket.html#module-contents)50555056        - [Исключения](https://python-all.ru/3/library/socket.html#exceptions)5057        - [Константы](https://python-all.ru/3/library/socket.html#constants)5058        - [Функции](https://python-all.ru/3/library/socket.html#functions)50595060          - [Создание сокетов](https://python-all.ru/3/library/socket.html#creating-sockets)5061          - [Другие функции](https://python-all.ru/3/library/socket.html#other-functions)5062      - [Объекты сокетов](https://python-all.ru/3/library/socket.html#socket-objects)5063      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3/library/socket.html#notes-on-socket-timeouts)50645065        - [Тайм-ауты и метод `connect`](https://python-all.ru/3/library/socket.html#timeouts-and-the-connect-method)5066        - [Тайм-ауты и метод `accept`](https://python-all.ru/3/library/socket.html#timeouts-and-the-accept-method)5067      - [Пример](https://python-all.ru/3/library/socket.html#example)5068    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3/library/ssl.html)50695070      - [Функции, константы и исключения](https://python-all.ru/3/library/ssl.html#functions-constants-and-exceptions)50715072        - [Создание сокетов](https://python-all.ru/3/library/ssl.html#socket-creation)5073        - [Создание контекста](https://python-all.ru/3/library/ssl.html#context-creation)5074        - [Исключения](https://python-all.ru/3/library/ssl.html#exceptions)5075        - [Генерация случайных чисел](https://python-all.ru/3/library/ssl.html#random-generation)5076        - [Работа с сертификатами](https://python-all.ru/3/library/ssl.html#certificate-handling)5077        - [Константы](https://python-all.ru/3/library/ssl.html#constants)5078      - [SSL-сокеты](https://python-all.ru/3/library/ssl.html#ssl-sockets)5079      - [SSL-контексты](https://python-all.ru/3/library/ssl.html#ssl-contexts)5080      - [Сертификаты](https://python-all.ru/3/library/ssl.html#certificates)50815082        - [Цепочки сертификатов](https://python-all.ru/3/library/ssl.html#certificate-chains)5083        - [Сертификаты ЦС](https://python-all.ru/3/library/ssl.html#ca-certificates)5084        - [Объединённый ключ и сертификат](https://python-all.ru/3/library/ssl.html#combined-key-and-certificate)5085        - [Самоподписанные сертификаты](https://python-all.ru/3/library/ssl.html#self-signed-certificates)5086      - [Примеры](https://python-all.ru/3/library/ssl.html#examples)50875088        - [Проверка поддержки SSL](https://python-all.ru/3/library/ssl.html#testing-for-ssl-support)5089        - [Работа на стороне клиента](https://python-all.ru/3/library/ssl.html#client-side-operation)5090        - [Работа на стороне сервера](https://python-all.ru/3/library/ssl.html#server-side-operation)5091      - [Замечания о неблокирующих сокетах](https://python-all.ru/3/library/ssl.html#notes-on-non-blocking-sockets)5092      - [Поддержка Memory BIO](https://python-all.ru/3/library/ssl.html#memory-bio-support)5093      - [SSL-сессия](https://python-all.ru/3/library/ssl.html#ssl-session)5094      - [Вопросы безопасности](https://python-all.ru/3/library/ssl.html#security-considerations)50955096        - [Оптимальные настройки по умолчанию](https://python-all.ru/3/library/ssl.html#best-defaults)5097        - [Настройка вручную](https://python-all.ru/3/library/ssl.html#manual-settings)50985099          - [Проверка сертификатов](https://python-all.ru/3/library/ssl.html#verifying-certificates)5100          - [Версии протоколов](https://python-all.ru/3/library/ssl.html#protocol-versions)5101          - [Выбор шифров](https://python-all.ru/3/library/ssl.html#cipher-selection)5102        - [Многопроцессорная обработка](https://python-all.ru/3/library/ssl.html#multi-processing)5103      - [TLS 1.3](https://python-all.ru/3/library/ssl.html#tls-1-3)5104    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3/library/select.html)51055106      - [`/dev/poll` объекты опроса](https://python-all.ru/3/library/select.html#dev-poll-polling-objects)5107      - [Объекты опроса по переднему и уровневому фронту (epoll)](https://python-all.ru/3/library/select.html#edge-and-level-trigger-polling-epoll-objects)5108      - [Объекты опроса](https://python-all.ru/3/library/select.html#polling-objects)5109      - [Объекты kqueue](https://python-all.ru/3/library/select.html#kqueue-objects)5110      - [Объекты kevent](https://python-all.ru/3/library/select.html#kevent-objects)5111    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3/library/selectors.html)51125113      - [Введение](https://python-all.ru/3/library/selectors.html#introduction)5114      - [Классы](https://python-all.ru/3/library/selectors.html#classes)5115      - [Примеры](https://python-all.ru/3/library/selectors.html#examples)5116    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3/library/signal.html)51175118      - [Общие правила](https://python-all.ru/3/library/signal.html#general-rules)51195120        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3/library/signal.html#execution-of-python-signal-handlers)5121        - [Сигналы и потоки](https://python-all.ru/3/library/signal.html#signals-and-threads)5122      - [Содержание модуля](https://python-all.ru/3/library/signal.html#module-contents)5123      - [Примеры](https://python-all.ru/3/library/signal.html#examples)5124      - [Примечание о SIGPIPE](https://python-all.ru/3/library/signal.html#note-on-sigpipe)5125      - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3/library/signal.html#note-on-signal-handlers-and-exceptions)5126    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3/library/mmap.html)51275128      - [Константы MADV\_\*](https://python-all.ru/3/library/mmap.html#madv-constants)5129      - [Константы MAP\_\*](https://python-all.ru/3/library/mmap.html#map-constants)5130  - [Обработка интернет-данных](https://python-all.ru/3/library/netdata.html)51315132    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3/library/email.html)51335134      - [`email.message`: Представление email-сообщения](https://python-all.ru/3/library/email.message.html)5135      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3/library/email.parser.html)51365137        - [API FeedParser](https://python-all.ru/3/library/email.parser.html#feedparser-api)5138        - [API Parser](https://python-all.ru/3/library/email.parser.html#parser-api)5139        - [Дополнительные примечания](https://python-all.ru/3/library/email.parser.html#additional-notes)5140      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3/library/email.generator.html)5141      - [`email.policy`: Объекты политик](https://python-all.ru/3/library/email.policy.html)5142      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3/library/email.errors.html)5143      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3/library/email.headerregistry.html)5144      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3/library/email.contentmanager.html)51455146        - [Экземпляры Content Manager](https://python-all.ru/3/library/email.contentmanager.html#content-manager-instances)5147      - [`email`: Примеры](https://python-all.ru/3/library/email.examples.html)5148      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3/library/email.compat32-message.html)5149      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3/library/email.mime.html)5150      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3/library/email.header.html)5151      - [`email.charset`: Представление наборов символов](https://python-all.ru/3/library/email.charset.html)5152      - [`email.encoders`: Кодировщики](https://python-all.ru/3/library/email.encoders.html)5153      - [`email.utils`: Разные утилиты](https://python-all.ru/3/library/email.utils.html)5154      - [`email.iterators`: Итераторы](https://python-all.ru/3/library/email.iterators.html)5155    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3/library/json.html)51565157      - [Основное использование](https://python-all.ru/3/library/json.html#basic-usage)5158      - [Кодировщики и декодировщики](https://python-all.ru/3/library/json.html#encoders-and-decoders)5159      - [Исключения](https://python-all.ru/3/library/json.html#exceptions)5160      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3/library/json.html#standard-compliance-and-interoperability)51615162        - [Кодировки символов](https://python-all.ru/3/library/json.html#character-encodings)5163        - [Бесконечные и NaN числовые значения](https://python-all.ru/3/library/json.html#infinite-and-nan-number-values)5164        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3/library/json.html#repeated-names-within-an-object)5165        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3/library/json.html#top-level-non-object-non-array-values)5166        - [Ограничения реализации](https://python-all.ru/3/library/json.html#implementation-limitations)5167      - [Интерфейс командной строки](https://python-all.ru/3/library/json.html#module-json.tool)51685169        - [Параметры командной строки](https://python-all.ru/3/library/json.html#command-line-options)5170    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3/library/mailbox.html)51715172      - [`Mailbox` объекты](https://python-all.ru/3/library/mailbox.html#mailbox-objects)51735174        - [`Maildir` объекты](https://python-all.ru/3/library/mailbox.html#maildir-objects)5175        - [`mbox` объекты](https://python-all.ru/3/library/mailbox.html#mbox-objects)5176        - [`MH` объекты](https://python-all.ru/3/library/mailbox.html#mh-objects)5177        - [`Babyl` объекты](https://python-all.ru/3/library/mailbox.html#babyl-objects)5178        - [`MMDF` объекты](https://python-all.ru/3/library/mailbox.html#mmdf-objects)5179      - [`Message` объекты](https://python-all.ru/3/library/mailbox.html#message-objects)51805181        - [`MaildirMessage` объекты](https://python-all.ru/3/library/mailbox.html#maildirmessage-objects)5182        - [`mboxMessage` объекты](https://python-all.ru/3/library/mailbox.html#mboxmessage-objects)5183        - [`MHMessage` объекты](https://python-all.ru/3/library/mailbox.html#mhmessage-objects)5184        - [`BabylMessage` объекты](https://python-all.ru/3/library/mailbox.html#babylmessage-objects)5185        - [`MMDFMessage` объекты](https://python-all.ru/3/library/mailbox.html#mmdfmessage-objects)5186      - [Исключения](https://python-all.ru/3/library/mailbox.html#exceptions)5187      - [Примеры](https://python-all.ru/3/library/mailbox.html#examples)5188    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3/library/mimetypes.html)51895190      - [Объекты MimeTypes](https://python-all.ru/3/library/mimetypes.html#mimetypes-objects)5191      - [Использование командной строки](https://python-all.ru/3/library/mimetypes.html#command-line-usage)5192      - [Пример из командной строки](https://python-all.ru/3/library/mimetypes.html#command-line-example)5193    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3/library/base64.html)51945195      - [Кодировки RFC 4648](https://python-all.ru/3/library/base64.html#rfc-4648-encodings)5196      - [Кодировки Base85](https://python-all.ru/3/library/base64.html#base85-encodings)5197      - [Устаревший интерфейс](https://python-all.ru/3/library/base64.html#legacy-interface)5198      - [Вопросы безопасности](https://python-all.ru/3/library/base64.html#security-considerations)5199    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3/library/binascii.html)5200    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3/library/quopri.html)5201  - [Инструменты обработки структурированной разметки](https://python-all.ru/3/library/markup.html)52025203    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3/library/html.html)5204    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3/library/html.parser.html)52055206      - [Пример приложения парсера HTML](https://python-all.ru/3/library/html.parser.html#example-html-parser-application)5207      - [`HTMLParser` Методы](https://python-all.ru/3/library/html.parser.html#htmlparser-methods)5208      - [Примеры](https://python-all.ru/3/library/html.parser.html#examples)5209    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3/library/html.entities.html)5210    - [Модули обработки XML](https://python-all.ru/3/library/xml.html)52115212      - [Безопасность XML](https://python-all.ru/3/library/xml.html#xml-vulnerabilities)5213    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3/library/xml.etree.elementtree.html)52145215      - [Учебное пособие](https://python-all.ru/3/library/xml.etree.elementtree.html#tutorial)52165217        - [XML-дерево и элементы](https://python-all.ru/3/library/xml.etree.elementtree.html#xml-tree-and-elements)5218        - [Разбор XML](https://python-all.ru/3/library/xml.etree.elementtree.html#parsing-xml)5219        - [Pull API для неблокирующего разбора](https://python-all.ru/3/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)5220        - [Поиск интересующих элементов](https://python-all.ru/3/library/xml.etree.elementtree.html#finding-interesting-elements)5221        - [Изменение XML-файла](https://python-all.ru/3/library/xml.etree.elementtree.html#modifying-an-xml-file)5222        - [Создание XML-документов](https://python-all.ru/3/library/xml.etree.elementtree.html#building-xml-documents)5223        - [Разбор XML с пространствами имён](https://python-all.ru/3/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)5224      - [Поддержка XPath](https://python-all.ru/3/library/xml.etree.elementtree.html#xpath-support)52255226        - [Пример](https://python-all.ru/3/library/xml.etree.elementtree.html#example)5227        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3/library/xml.etree.elementtree.html#supported-xpath-syntax)5228      - [Справочник](https://python-all.ru/3/library/xml.etree.elementtree.html#reference)52295230        - [Функции](https://python-all.ru/3/library/xml.etree.elementtree.html#functions)5231      - [Поддержка XInclude](https://python-all.ru/3/library/xml.etree.elementtree.html#xinclude-support)52325233        - [Пример](https://python-all.ru/3/library/xml.etree.elementtree.html#id3)5234      - [Справочник](https://python-all.ru/3/library/xml.etree.elementtree.html#id4)52355236        - [Функции](https://python-all.ru/3/library/xml.etree.elementtree.html#elementinclude-functions)5237        - [Объекты Element](https://python-all.ru/3/library/xml.etree.elementtree.html#element-objects)5238        - [Объекты ElementTree](https://python-all.ru/3/library/xml.etree.elementtree.html#elementtree-objects)5239        - [Объекты QName](https://python-all.ru/3/library/xml.etree.elementtree.html#qname-objects)5240        - [Объекты TreeBuilder](https://python-all.ru/3/library/xml.etree.elementtree.html#treebuilder-objects)5241        - [Объекты XMLParser](https://python-all.ru/3/library/xml.etree.elementtree.html#xmlparser-objects)5242        - [Объекты XMLPullParser](https://python-all.ru/3/library/xml.etree.elementtree.html#xmlpullparser-objects)5243        - [Исключения](https://python-all.ru/3/library/xml.etree.elementtree.html#exceptions)5244    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3/library/xml.dom.html)52455246      - [Содержимое модуля](https://python-all.ru/3/library/xml.dom.html#module-contents)5247      - [Объекты в DOM](https://python-all.ru/3/library/xml.dom.html#objects-in-the-dom)52485249        - [Объекты DOMImplementation](https://python-all.ru/3/library/xml.dom.html#domimplementation-objects)5250        - [Объекты Node](https://python-all.ru/3/library/xml.dom.html#node-objects)5251        - [Объекты NodeList](https://python-all.ru/3/library/xml.dom.html#nodelist-objects)5252        - [Объекты DocumentType](https://python-all.ru/3/library/xml.dom.html#documenttype-objects)5253        - [Объекты Document](https://python-all.ru/3/library/xml.dom.html#document-objects)5254        - [Объекты Element](https://python-all.ru/3/library/xml.dom.html#element-objects)5255        - [Объекты Attr](https://python-all.ru/3/library/xml.dom.html#attr-objects)5256        - [Объекты NamedNodeMap](https://python-all.ru/3/library/xml.dom.html#namednodemap-objects)5257        - [Объекты Comment](https://python-all.ru/3/library/xml.dom.html#comment-objects)5258        - [Объекты Text и CDATASection](https://python-all.ru/3/library/xml.dom.html#text-and-cdatasection-objects)5259        - [Объекты ProcessingInstruction](https://python-all.ru/3/library/xml.dom.html#processinginstruction-objects)5260        - [Исключения](https://python-all.ru/3/library/xml.dom.html#exceptions)5261      - [Соответствие стандарту](https://python-all.ru/3/library/xml.dom.html#conformance)52625263        - [Отображение типов](https://python-all.ru/3/library/xml.dom.html#type-mapping)5264        - [Методы доступа](https://python-all.ru/3/library/xml.dom.html#accessor-methods)5265    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3/library/xml.dom.minidom.html)52665267      - [Объекты DOM](https://python-all.ru/3/library/xml.dom.minidom.html#dom-objects)5268      - [Пример DOM](https://python-all.ru/3/library/xml.dom.minidom.html#dom-example)5269      - [minidom и стандарт DOM](https://python-all.ru/3/library/xml.dom.minidom.html#minidom-and-the-dom-standard)5270    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3/library/xml.dom.pulldom.html)52715272      - [Объекты DOMEventStream](https://python-all.ru/3/library/xml.dom.pulldom.html#domeventstream-objects)5273    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3/library/xml.sax.html)52745275      - [Объекты SAXException](https://python-all.ru/3/library/xml.sax.html#saxexception-objects)5276    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3/library/xml.sax.handler.html)52775278      - [Объекты ContentHandler](https://python-all.ru/3/library/xml.sax.handler.html#contenthandler-objects)5279      - [Объекты DTDHandler](https://python-all.ru/3/library/xml.sax.handler.html#dtdhandler-objects)5280      - [Объекты EntityResolver](https://python-all.ru/3/library/xml.sax.handler.html#entityresolver-objects)5281      - [Объекты ErrorHandler](https://python-all.ru/3/library/xml.sax.handler.html#errorhandler-objects)5282      - [Объекты LexicalHandler](https://python-all.ru/3/library/xml.sax.handler.html#lexicalhandler-objects)5283    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3/library/xml.sax.utils.html)5284    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3/library/xml.sax.reader.html)52855286      - [Объекты XMLReader](https://python-all.ru/3/library/xml.sax.reader.html#xmlreader-objects)5287      - [Объекты IncrementalParser](https://python-all.ru/3/library/xml.sax.reader.html#incrementalparser-objects)5288      - [Объекты Locator](https://python-all.ru/3/library/xml.sax.reader.html#locator-objects)5289      - [Объекты InputSource](https://python-all.ru/3/library/xml.sax.reader.html#inputsource-objects)5290      - [Интерфейс `Attributes`](https://python-all.ru/3/library/xml.sax.reader.html#the-attributes-interface)5291      - [Интерфейс `AttributesNS`](https://python-all.ru/3/library/xml.sax.reader.html#the-attributesns-interface)5292    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3/library/pyexpat.html)52935294      - [Объекты XMLParser](https://python-all.ru/3/library/pyexpat.html#xmlparser-objects)5295      - [Исключения ExpatError](https://python-all.ru/3/library/pyexpat.html#expaterror-exceptions)5296      - [Пример](https://python-all.ru/3/library/pyexpat.html#example)5297      - [Описания моделей содержимого](https://python-all.ru/3/library/pyexpat.html#module-xml.parsers.expat.model)5298      - [Константы ошибок Expat](https://python-all.ru/3/library/pyexpat.html#module-xml.parsers.expat.errors)5299  - [Интернет-протоколы и поддержка](https://python-all.ru/3/library/internet.html)53005301    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3/library/webbrowser.html)53025303      - [Интерфейс командной строки](https://python-all.ru/3/library/webbrowser.html#command-line-interface)5304      - [Объекты контроллера браузера](https://python-all.ru/3/library/webbrowser.html#browser-controller-objects)5305    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3/library/wsgiref.html)53065307      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.util)5308      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.headers)5309      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.simple_server)5310      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.validate)5311      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.handlers)5312      - [`wsgiref.types` – Типы WSGI для статической проверки типов](https://python-all.ru/3/library/wsgiref.html#module-wsgiref.types)5313      - [Примеры](https://python-all.ru/3/library/wsgiref.html#examples)5314    - [`urllib` – Модули обработки URL](https://python-all.ru/3/library/urllib.html)5315    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3/library/urllib.request.html)53165317      - [Объекты Request](https://python-all.ru/3/library/urllib.request.html#request-objects)5318      - [Объекты OpenerDirector](https://python-all.ru/3/library/urllib.request.html#openerdirector-objects)5319      - [Объекты BaseHandler](https://python-all.ru/3/library/urllib.request.html#basehandler-objects)5320      - [Объекты HTTPRedirectHandler](https://python-all.ru/3/library/urllib.request.html#httpredirecthandler-objects)5321      - [Объекты HTTPCookieProcessor](https://python-all.ru/3/library/urllib.request.html#httpcookieprocessor-objects)5322      - [Объекты ProxyHandler](https://python-all.ru/3/library/urllib.request.html#proxyhandler-objects)5323      - [Объекты HTTPPasswordMgr](https://python-all.ru/3/library/urllib.request.html#httppasswordmgr-objects)5324      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)5325      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3/library/urllib.request.html#abstractbasicauthhandler-objects)5326      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3/library/urllib.request.html#httpbasicauthhandler-objects)5327      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3/library/urllib.request.html#proxybasicauthhandler-objects)5328      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3/library/urllib.request.html#abstractdigestauthhandler-objects)5329      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3/library/urllib.request.html#httpdigestauthhandler-objects)5330      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3/library/urllib.request.html#proxydigestauthhandler-objects)5331      - [Объекты HTTPHandler](https://python-all.ru/3/library/urllib.request.html#httphandler-objects)5332      - [Объекты HTTPSHandler](https://python-all.ru/3/library/urllib.request.html#httpshandler-objects)5333      - [Объекты FileHandler](https://python-all.ru/3/library/urllib.request.html#filehandler-objects)5334      - [Объекты DataHandler](https://python-all.ru/3/library/urllib.request.html#datahandler-objects)5335      - [Объекты FTPHandler](https://python-all.ru/3/library/urllib.request.html#ftphandler-objects)5336      - [Объекты CacheFTPHandler](https://python-all.ru/3/library/urllib.request.html#cacheftphandler-objects)5337      - [Объекты UnknownHandler](https://python-all.ru/3/library/urllib.request.html#unknownhandler-objects)5338      - [Объекты HTTPErrorProcessor](https://python-all.ru/3/library/urllib.request.html#httperrorprocessor-objects)5339      - [Примеры](https://python-all.ru/3/library/urllib.request.html#examples)5340      - [Устаревший интерфейс](https://python-all.ru/3/library/urllib.request.html#legacy-interface)5341      - [`urllib.request` Ограничения](https://python-all.ru/3/library/urllib.request.html#urllib-request-restrictions)5342    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3/library/urllib.request.html#module-urllib.response)5343    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3/library/urllib.parse.html)53445345      - [Разбор URL](https://python-all.ru/3/library/urllib.parse.html#url-parsing)5346      - [Безопасность разбора URL](https://python-all.ru/3/library/urllib.parse.html#url-parsing-security)5347      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3/library/urllib.parse.html#parsing-ascii-encoded-bytes)5348      - [Структурированные результаты разбора](https://python-all.ru/3/library/urllib.parse.html#structured-parse-results)5349      - [Экранирование URL](https://python-all.ru/3/library/urllib.parse.html#url-quoting)5350    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3/library/urllib.error.html)5351    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3/library/urllib.robotparser.html)5352    - [`http` – Модули HTTP](https://python-all.ru/3/library/http.html)53535354      - [Коды состояния HTTP](https://python-all.ru/3/library/http.html#http-status-codes)5355      - [Категория состояния HTTP](https://python-all.ru/3/library/http.html#http-status-category)5356      - [Методы HTTP](https://python-all.ru/3/library/http.html#http-methods)5357    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3/library/http.client.html)53585359      - [Объекты HTTPConnection](https://python-all.ru/3/library/http.client.html#httpconnection-objects)5360      - [Объекты HTTPResponse](https://python-all.ru/3/library/http.client.html#httpresponse-objects)5361      - [Примеры](https://python-all.ru/3/library/http.client.html#examples)5362      - [Объекты HTTPMessage](https://python-all.ru/3/library/http.client.html#httpmessage-objects)5363    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3/library/ftplib.html)53645365      - [Справочник](https://python-all.ru/3/library/ftplib.html#reference)53665367        - [Объекты FTP](https://python-all.ru/3/library/ftplib.html#ftp-objects)5368        - [Объекты FTP\_TLS](https://python-all.ru/3/library/ftplib.html#ftp-tls-objects)5369        - [Переменные модуля](https://python-all.ru/3/library/ftplib.html#module-variables)5370    - [`poplib` – клиент протокола POP3](https://python-all.ru/3/library/poplib.html)53715372      - [Объекты POP3](https://python-all.ru/3/library/poplib.html#pop3-objects)5373      - [Пример POP3](https://python-all.ru/3/library/poplib.html#pop3-example)5374    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3/library/imaplib.html)53755376      - [Объекты IMAP4](https://python-all.ru/3/library/imaplib.html#imap4-objects)5377      - [Пример IMAP4](https://python-all.ru/3/library/imaplib.html#imap4-example)5378    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3/library/smtplib.html)53795380      - [Объекты SMTP](https://python-all.ru/3/library/smtplib.html#smtp-objects)5381      - [Пример SMTP](https://python-all.ru/3/library/smtplib.html#smtp-example)5382    - [`uuid` – объекты UUID в соответствии с **RFC 9562**](https://python-all.ru/3/library/uuid.html)53835384      - [Использование командной строки](https://python-all.ru/3/library/uuid.html#command-line-usage)5385      - [Пример](https://python-all.ru/3/library/uuid.html#example)5386      - [Пример командной строки](https://python-all.ru/3/library/uuid.html#command-line-example)5387    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3/library/socketserver.html)53885389      - [Замечания по созданию сервера](https://python-all.ru/3/library/socketserver.html#server-creation-notes)5390      - [Объекты сервера](https://python-all.ru/3/library/socketserver.html#server-objects)5391      - [Объекты обработчиков запросов](https://python-all.ru/3/library/socketserver.html#request-handler-objects)5392      - [Примеры](https://python-all.ru/3/library/socketserver.html#examples)53935394        - [`socketserver.TCPServer` Пример](https://python-all.ru/3/library/socketserver.html#socketserver-tcpserver-example)5395        - [`socketserver.UDPServer` Пример](https://python-all.ru/3/library/socketserver.html#socketserver-udpserver-example)5396        - [Асинхронные примеси](https://python-all.ru/3/library/socketserver.html#asynchronous-mixins)5397    - [`http.server` – HTTP-серверы](https://python-all.ru/3/library/http.server.html)53985399      - [Интерфейс командной строки](https://python-all.ru/3/library/http.server.html#command-line-interface)5400      - [Вопросы безопасности](https://python-all.ru/3/library/http.server.html#security-considerations)5401    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3/library/http.cookies.html)54025403      - [Объекты Cookie](https://python-all.ru/3/library/http.cookies.html#cookie-objects)5404      - [Объекты Morsel](https://python-all.ru/3/library/http.cookies.html#morsel-objects)5405      - [Пример](https://python-all.ru/3/library/http.cookies.html#example)5406    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3/library/http.cookiejar.html)54075408      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)5409      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)5410      - [Объекты CookiePolicy](https://python-all.ru/3/library/http.cookiejar.html#cookiepolicy-objects)5411      - [Объекты DefaultCookiePolicy](https://python-all.ru/3/library/http.cookiejar.html#defaultcookiepolicy-objects)5412      - [Объекты Cookie](https://python-all.ru/3/library/http.cookiejar.html#cookie-objects)5413      - [Примеры](https://python-all.ru/3/library/http.cookiejar.html#examples)5414    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3/library/xmlrpc.html)5415    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3/library/xmlrpc.client.html)54165417      - [Объекты ServerProxy](https://python-all.ru/3/library/xmlrpc.client.html#serverproxy-objects)5418      - [Объекты datetime](https://python-all.ru/3/library/xmlrpc.client.html#datetime-objects)5419      - [Объекты Binary](https://python-all.ru/3/library/xmlrpc.client.html#binary-objects)5420      - [Объекты Fault](https://python-all.ru/3/library/xmlrpc.client.html#fault-objects)5421      - [Объекты ProtocolError](https://python-all.ru/3/library/xmlrpc.client.html#protocolerror-objects)5422      - [Объекты MultiCall](https://python-all.ru/3/library/xmlrpc.client.html#multicall-objects)5423      - [Удобные функции](https://python-all.ru/3/library/xmlrpc.client.html#convenience-functions)5424      - [Пример использования клиента](https://python-all.ru/3/library/xmlrpc.client.html#example-of-client-usage)5425      - [Пример использования клиента и сервера](https://python-all.ru/3/library/xmlrpc.client.html#example-of-client-and-server-usage)5426    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3/library/xmlrpc.server.html)54275428      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3/library/xmlrpc.server.html#simplexmlrpcserver-objects)54295430        - [Пример SimpleXMLRPCServer](https://python-all.ru/3/library/xmlrpc.server.html#simplexmlrpcserver-example)5431      - [CGIXMLRPCRequestHandler](https://python-all.ru/3/library/xmlrpc.server.html#cgixmlrpcrequesthandler)5432      - [Документирование сервера XML-RPC](https://python-all.ru/3/library/xmlrpc.server.html#documenting-xmlrpc-server)5433      - [Объекты DocXMLRPCServer](https://python-all.ru/3/library/xmlrpc.server.html#docxmlrpcserver-objects)5434      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)5435    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3/library/ipaddress.html)54365437      - [Удобные фабричные функции](https://python-all.ru/3/library/ipaddress.html#convenience-factory-functions)5438      - [IP-адреса](https://python-all.ru/3/library/ipaddress.html#ip-addresses)54395440        - [Объекты адресов](https://python-all.ru/3/library/ipaddress.html#address-objects)5441        - [Преобразование в строки и целые числа](https://python-all.ru/3/library/ipaddress.html#conversion-to-strings-and-integers)5442        - [Операторы](https://python-all.ru/3/library/ipaddress.html#operators)54435444          - [Операторы сравнения](https://python-all.ru/3/library/ipaddress.html#comparison-operators)5445          - [Арифметические операторы](https://python-all.ru/3/library/ipaddress.html#arithmetic-operators)5446      - [Определения IP-сетей](https://python-all.ru/3/library/ipaddress.html#ip-network-definitions)54475448        - [Префикс, маска сети и маска узла](https://python-all.ru/3/library/ipaddress.html#prefix-net-mask-and-host-mask)5449        - [Объекты сетей](https://python-all.ru/3/library/ipaddress.html#network-objects)5450        - [Операторы](https://python-all.ru/3/library/ipaddress.html#id1)54515452          - [Логические операторы](https://python-all.ru/3/library/ipaddress.html#logical-operators)5453          - [Итерация](https://python-all.ru/3/library/ipaddress.html#iteration)5454          - [Сети как контейнеры адресов](https://python-all.ru/3/library/ipaddress.html#networks-as-containers-of-addresses)5455      - [Объекты интерфейсов](https://python-all.ru/3/library/ipaddress.html#interface-objects)54565457        - [Операторы](https://python-all.ru/3/library/ipaddress.html#id2)54585459          - [Логические операторы](https://python-all.ru/3/library/ipaddress.html#id3)5460      - [Прочие функции уровня модуля](https://python-all.ru/3/library/ipaddress.html#other-module-level-functions)5461      - [Пользовательские исключения](https://python-all.ru/3/library/ipaddress.html#custom-exceptions)5462  - [Мультимедийные службы](https://python-all.ru/3/library/mm.html)54635464    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3/library/wave.html)54655466      - [Объекты Wave\_read](https://python-all.ru/3/library/wave.html#wave-read-objects)5467      - [Объекты Wave\_write](https://python-all.ru/3/library/wave.html#wave-write-objects)5468    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3/library/colorsys.html)5469  - [Интернационализация](https://python-all.ru/3/library/i18n.html)54705471    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3/library/gettext.html)54725473      - [API GNU **gettext**](https://python-all.ru/3/library/gettext.html#gnu-gettext-api)5474      - [API на основе классов](https://python-all.ru/3/library/gettext.html#class-based-api)54755476        - [Класс `NullTranslations`](https://python-all.ru/3/library/gettext.html#the-nulltranslations-class)5477        - [Класс `GNUTranslations`](https://python-all.ru/3/library/gettext.html#the-gnutranslations-class)5478        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3/library/gettext.html#solaris-message-catalog-support)5479        - [Конструктор Catalog](https://python-all.ru/3/library/gettext.html#the-catalog-constructor)5480      - [Интернационализация программ и модулей](https://python-all.ru/3/library/gettext.html#internationalizing-your-programs-and-modules)54815482        - [Локализация модуля](https://python-all.ru/3/library/gettext.html#localizing-your-module)5483        - [Локализация приложения](https://python-all.ru/3/library/gettext.html#localizing-your-application)5484        - [Смена языка на лету](https://python-all.ru/3/library/gettext.html#changing-languages-on-the-fly)5485        - [Отложенные переводы](https://python-all.ru/3/library/gettext.html#deferred-translations)5486      - [Благодарности](https://python-all.ru/3/library/gettext.html#acknowledgements)5487    - [`locale` – службы интернационализации](https://python-all.ru/3/library/locale.html)54885489      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3/library/locale.html#background-details-hints-tips-and-caveats)5490      - [Названия локалей](https://python-all.ru/3/library/locale.html#locale-names)5491      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3/library/locale.html#for-extension-writers-and-programs-that-embed-python)5492      - [Доступ к каталогам сообщений](https://python-all.ru/3/library/locale.html#access-to-message-catalogs)5493  - [Графические интерфейсы пользователя с Tk](https://python-all.ru/3/library/tk.html)54945495    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3/library/tkinter.html)54965497      - [Архитектура](https://python-all.ru/3/library/tkinter.html#architecture)5498      - [Модули Tkinter](https://python-all.ru/3/library/tkinter.html#tkinter-modules)5499      - [Спасательный круг Tkinter](https://python-all.ru/3/library/tkinter.html#tkinter-life-preserver)55005501        - [Программа Hello World](https://python-all.ru/3/library/tkinter.html#a-hello-world-program)5502        - [Важные концепции Tk](https://python-all.ru/3/library/tkinter.html#important-tk-concepts)5503        - [Понимание того, как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)5504        - [Как мне…? Какой параметр…?](https://python-all.ru/3/library/tkinter.html#how-do-i-what-option-does)5505        - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3/library/tkinter.html#navigating-the-tcl-tk-reference-manual)5506      - [Модель многопоточности](https://python-all.ru/3/library/tkinter.html#threading-model)5507      - [Удобный справочник](https://python-all.ru/3/library/tkinter.html#handy-reference)55085509        - [Установка параметров](https://python-all.ru/3/library/tkinter.html#setting-options)5510        - [Упаковщик](https://python-all.ru/3/library/tkinter.html#the-packer)5511        - [Параметры packer](https://python-all.ru/3/library/tkinter.html#packer-options)5512        - [Привязка переменных виджетов](https://python-all.ru/3/library/tkinter.html#coupling-widget-variables)5513        - [Менеджер окон](https://python-all.ru/3/library/tkinter.html#the-window-manager)5514        - [Типы данных параметров Tk](https://python-all.ru/3/library/tkinter.html#tk-option-data-types)5515        - [Привязки и события](https://python-all.ru/3/library/tkinter.html#bindings-and-events)5516        - [Параметр index](https://python-all.ru/3/library/tkinter.html#the-index-parameter)5517        - [Изображения](https://python-all.ru/3/library/tkinter.html#images)5518      - [Справочник](https://python-all.ru/3/library/tkinter.html#reference)55195520        - [Базовые и примесные классы](https://python-all.ru/3/library/tkinter.html#base-and-mixin-classes)5521        - [Виджеты верхнего уровня](https://python-all.ru/3/library/tkinter.html#toplevel-widgets)5522        - [Классы виджетов](https://python-all.ru/3/library/tkinter.html#widget-classes)5523        - [Классы переменных](https://python-all.ru/3/library/tkinter.html#variable-classes)5524        - [Классы изображений](https://python-all.ru/3/library/tkinter.html#image-classes)5525        - [Прочие классы](https://python-all.ru/3/library/tkinter.html#other-classes)5526        - [Функции уровня модуля](https://python-all.ru/3/library/tkinter.html#module-level-functions)5527        - [Обработчики файлов](https://python-all.ru/3/library/tkinter.html#file-handlers)5528        - [Константы](https://python-all.ru/3/library/tkinter.html#constants)5529    - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3/library/tkinter.colorchooser.html)5530    - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3/library/tkinter.font.html)5531    - [Диалоги Tkinter](https://python-all.ru/3/library/dialog.html)55325533      - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3/library/dialog.html#module-tkinter.simpledialog)5534      - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3/library/dialog.html#module-tkinter.filedialog)55355536        - [Нативные диалоги загрузки/сохранения](https://python-all.ru/3/library/dialog.html#native-load-save-dialogs)5537      - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3/library/dialog.html#module-tkinter.commondialog)5538      - [`tkinter.dialog` – Классические диалоговые окна Tk](https://python-all.ru/3/library/dialog.html#module-tkinter.dialog)5539    - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3/library/tkinter.messagebox.html)5540    - [`tkinter.scrolledtext` – Текстовый виджет с прокруткой](https://python-all.ru/3/library/tkinter.scrolledtext.html)5541    - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3/library/tkinter.dnd.html)5542    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3/library/tkinter.ttk.html)55435544      - [Использование Ttk](https://python-all.ru/3/library/tkinter.ttk.html#using-ttk)5545      - [Виджеты Ttk](https://python-all.ru/3/library/tkinter.ttk.html#ttk-widgets)5546      - [Widget](https://python-all.ru/3/library/tkinter.ttk.html#widget)55475548        - [Стандартные параметры](https://python-all.ru/3/library/tkinter.ttk.html#standard-options)5549        - [Параметры прокручиваемых виджетов](https://python-all.ru/3/library/tkinter.ttk.html#scrollable-widget-options)5550        - [Параметры метки](https://python-all.ru/3/library/tkinter.ttk.html#label-options)5551        - [Параметры совместимости](https://python-all.ru/3/library/tkinter.ttk.html#compatibility-options)5552        - [Состояния виджетов](https://python-all.ru/3/library/tkinter.ttk.html#widget-states)5553        - [ttk.Widget](https://python-all.ru/3/library/tkinter.ttk.html#ttk-widget)5554      - [Combobox](https://python-all.ru/3/library/tkinter.ttk.html#combobox)55555556        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#options)5557        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#virtual-events)5558        - [ttk.Combobox](https://python-all.ru/3/library/tkinter.ttk.html#ttk-combobox)5559      - [Spinbox](https://python-all.ru/3/library/tkinter.ttk.html#spinbox)55605561        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id1)5562        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#id2)5563        - [ttk.Spinbox](https://python-all.ru/3/library/tkinter.ttk.html#ttk-spinbox)5564      - [Блокнот](https://python-all.ru/3/library/tkinter.ttk.html#notebook)55655566        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id3)5567        - [Параметры вкладок](https://python-all.ru/3/library/tkinter.ttk.html#tab-options)5568        - [Идентификаторы вкладок](https://python-all.ru/3/library/tkinter.ttk.html#tab-identifiers)5569        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#id4)5570        - [ttk.Notebook](https://python-all.ru/3/library/tkinter.ttk.html#ttk-notebook)5571      - [Индикатор прогресса](https://python-all.ru/3/library/tkinter.ttk.html#progressbar)55725573        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id5)5574        - [ttk.Progressbar](https://python-all.ru/3/library/tkinter.ttk.html#ttk-progressbar)5575      - [Разделитель](https://python-all.ru/3/library/tkinter.ttk.html#separator)55765577        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id6)5578      - [Маркер изменения размера](https://python-all.ru/3/library/tkinter.ttk.html#sizegrip)55795580        - [Примечания для платформ](https://python-all.ru/3/library/tkinter.ttk.html#platform-specific-notes)5581        - [Ошибки](https://python-all.ru/3/library/tkinter.ttk.html#bugs)5582      - [Древовидный список](https://python-all.ru/3/library/tkinter.ttk.html#treeview)55835584        - [Параметры](https://python-all.ru/3/library/tkinter.ttk.html#id7)5585        - [Параметры элементов](https://python-all.ru/3/library/tkinter.ttk.html#item-options)5586        - [Параметры тегов](https://python-all.ru/3/library/tkinter.ttk.html#tag-options)5587        - [Идентификаторы столбцов](https://python-all.ru/3/library/tkinter.ttk.html#column-identifiers)5588        - [Виртуальные события](https://python-all.ru/3/library/tkinter.ttk.html#id8)5589        - [ttk.Treeview](https://python-all.ru/3/library/tkinter.ttk.html#ttk-treeview)5590      - [Стилизация ttk](https://python-all.ru/3/library/tkinter.ttk.html#ttk-styling)55915592        - [Макеты](https://python-all.ru/3/library/tkinter.ttk.html#layouts)5593      - [Дополнительные виджеты](https://python-all.ru/3/library/tkinter.ttk.html#additional-widgets)5594    - [IDLE – редактор и оболочка Python](https://python-all.ru/3/library/idle.html)55955596      - [Меню](https://python-all.ru/3/library/idle.html#menus)55975598        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3/library/idle.html#file-menu-shell-and-editor)5599        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3/library/idle.html#edit-menu-shell-and-editor)5600        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3/library/idle.html#format-menu-editor-window-only)5601        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3/library/idle.html#run-menu-editor-window-only)5602        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3/library/idle.html#shell-menu-shell-window-only)5603        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3/library/idle.html#debug-menu-shell-window-only)5604        - [Меню Options (оболочка и редактор)](https://python-all.ru/3/library/idle.html#options-menu-shell-and-editor)5605        - [Меню Window (оболочка и редактор)](https://python-all.ru/3/library/idle.html#window-menu-shell-and-editor)5606        - [Меню Help (оболочка и редактор)](https://python-all.ru/3/library/idle.html#help-menu-shell-and-editor)5607        - [Контекстные меню](https://python-all.ru/3/library/idle.html#context-menus)5608      - [Редактирование и навигация](https://python-all.ru/3/library/idle.html#editing-and-navigation)56095610        - [Окна редактора](https://python-all.ru/3/library/idle.html#editor-windows)5611        - [Привязки клавиш](https://python-all.ru/3/library/idle.html#key-bindings)5612        - [Автоматические отступы](https://python-all.ru/3/library/idle.html#automatic-indentation)5613        - [Поиск и замена](https://python-all.ru/3/library/idle.html#search-and-replace)5614        - [Автодополнение](https://python-all.ru/3/library/idle.html#completions)5615        - [Подсказки вызова](https://python-all.ru/3/library/idle.html#calltips)5616        - [Форматирование блока](https://python-all.ru/3/library/idle.html#format-block)5617        - [Контекст кода](https://python-all.ru/3/library/idle.html#code-context)5618        - [Окно оболочки](https://python-all.ru/3/library/idle.html#shell-window)5619        - [Цвета текста](https://python-all.ru/3/library/idle.html#text-colors)5620      - [Запуск и выполнение кода](https://python-all.ru/3/library/idle.html#startup-and-code-execution)56215622        - [Использование командной строки](https://python-all.ru/3/library/idle.html#command-line-usage)5623        - [Ошибка запуска](https://python-all.ru/3/library/idle.html#startup-failure)5624        - [Выполнение пользовательского кода](https://python-all.ru/3/library/idle.html#running-user-code)5625        - [Вывод пользователя в оболочке](https://python-all.ru/3/library/idle.html#user-output-in-shell)5626        - [Разработка приложений tkinter](https://python-all.ru/3/library/idle.html#developing-tkinter-applications)5627        - [Запуск без подпроцесса](https://python-all.ru/3/library/idle.html#running-without-a-subprocess)5628      - [Справка и настройки](https://python-all.ru/3/library/idle.html#help-and-preferences)56295630        - [Источники справки](https://python-all.ru/3/library/idle.html#help-sources)5631        - [Настройка параметров](https://python-all.ru/3/library/idle.html#setting-preferences)5632        - [IDLE в macOS](https://python-all.ru/3/library/idle.html#idle-on-macos)5633        - [Расширения](https://python-all.ru/3/library/idle.html#extensions)5634      - [idlelib – реализация приложения IDLE](https://python-all.ru/3/library/idle.html#module-idlelib)5635    - [`turtle` – Черепашья графика](https://python-all.ru/3/library/turtle.html)56365637      - [Введение](https://python-all.ru/3/library/turtle.html#introduction)5638      - [Начало работы](https://python-all.ru/3/library/turtle.html#get-started)5639      - [Учебное пособие](https://python-all.ru/3/library/turtle.html#tutorial)56405641        - [Запуск среды черепашки](https://python-all.ru/3/library/turtle.html#starting-a-turtle-environment)5642        - [Основы рисования](https://python-all.ru/3/library/turtle.html#basic-drawing)56435644          - [Управление пером](https://python-all.ru/3/library/turtle.html#pen-control)5645          - [Положение черепашки](https://python-all.ru/3/library/turtle.html#the-turtle-s-position)5646        - [Создание алгоритмических узоров](https://python-all.ru/3/library/turtle.html#making-algorithmic-patterns)5647      - [Как сделать…](https://python-all.ru/3/library/turtle.html#how-to)56485649        - [Начать как можно быстрее](https://python-all.ru/3/library/turtle.html#get-started-as-quickly-as-possible)5650        - [Автоматическое начало и завершение заливки](https://python-all.ru/3/library/turtle.html#automatically-begin-and-end-filling)5651        - [Использование пространства имён модуля `turtle`](https://python-all.ru/3/library/turtle.html#use-the-turtle-module-namespace)5652        - [Использование turtle-графики в скрипте](https://python-all.ru/3/library/turtle.html#use-turtle-graphics-in-a-script)5653        - [Использование объектно-ориентированной turtle-графики](https://python-all.ru/3/library/turtle.html#use-object-oriented-turtle-graphics)5654      - [Справочник по turtle-графике](https://python-all.ru/3/library/turtle.html#turtle-graphics-reference)56555656        - [Методы черепашки](https://python-all.ru/3/library/turtle.html#turtle-methods)5657        - [Методы TurtleScreen/Screen](https://python-all.ru/3/library/turtle.html#methods-of-turtlescreen-screen)5658      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)56595660        - [Движение черепашки](https://python-all.ru/3/library/turtle.html#turtle-motion)5661        - [Состояние черепашки](https://python-all.ru/3/library/turtle.html#tell-turtle-s-state)5662        - [Настройки измерений](https://python-all.ru/3/library/turtle.html#settings-for-measurement)5663        - [Управление пером](https://python-all.ru/3/library/turtle.html#id1)56645665          - [Состояние рисования](https://python-all.ru/3/library/turtle.html#drawing-state)5666          - [Управление цветом](https://python-all.ru/3/library/turtle.html#color-control)5667          - [Заливка](https://python-all.ru/3/library/turtle.html#filling)5668          - [Дополнительное управление рисованием](https://python-all.ru/3/library/turtle.html#more-drawing-control)5669        - [Состояние черепашки](https://python-all.ru/3/library/turtle.html#turtle-state)56705671          - [Видимость](https://python-all.ru/3/library/turtle.html#visibility)5672          - [Внешний вид](https://python-all.ru/3/library/turtle.html#appearance)5673        - [Использование событий](https://python-all.ru/3/library/turtle.html#using-events)5674        - [Специальные методы черепашки](https://python-all.ru/3/library/turtle.html#special-turtle-methods)5675        - [Составные фигуры](https://python-all.ru/3/library/turtle.html#compound-shapes)5676      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)56775678        - [Управление окном](https://python-all.ru/3/library/turtle.html#window-control)5679        - [Управление анимацией](https://python-all.ru/3/library/turtle.html#animation-control)5680        - [Использование событий экрана](https://python-all.ru/3/library/turtle.html#using-screen-events)5681        - [Методы ввода](https://python-all.ru/3/library/turtle.html#input-methods)5682        - [Настройки и специальные методы](https://python-all.ru/3/library/turtle.html#settings-and-special-methods)5683        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)5684      - [Публичные классы](https://python-all.ru/3/library/turtle.html#public-classes)5685      - [Пояснения](https://python-all.ru/3/library/turtle.html#explanation)5686      - [Справка и настройка](https://python-all.ru/3/library/turtle.html#help-and-configuration)56875688        - [Как пользоваться справкой](https://python-all.ru/3/library/turtle.html#how-to-use-help)5689        - [Перевод docstrings на разные языки](https://python-all.ru/3/library/turtle.html#translation-of-docstrings-into-different-languages)5690        - [Как настроить Screen и Turtles](https://python-all.ru/3/library/turtle.html#how-to-configure-screen-and-turtles)5691      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3/library/turtle.html#module-turtledemo)5692      - [Изменения начиная с Python 2.6](https://python-all.ru/3/library/turtle.html#changes-since-python-2-6)5693      - [Изменения начиная с Python 3.0](https://python-all.ru/3/library/turtle.html#changes-since-python-3-0)5694  - [Инструменты разработки](https://python-all.ru/3/library/development.html)56955696    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3/library/typing.html)56975698      - [Спецификация системы типов Python](https://python-all.ru/3/library/typing.html#specification-for-the-python-type-system)5699      - [Псевдонимы типов](https://python-all.ru/3/library/typing.html#type-aliases)5700      - [NewType](https://python-all.ru/3/library/typing.html#newtype)5701      - [Аннотирование вызываемых объектов](https://python-all.ru/3/library/typing.html#annotating-callable-objects)5702      - [Обобщённые типы](https://python-all.ru/3/library/typing.html#generics)5703      - [Аннотирование кортежей](https://python-all.ru/3/library/typing.html#annotating-tuples)5704      - [Тип объектов классов](https://python-all.ru/3/library/typing.html#the-type-of-class-objects)5705      - [Аннотирование генераторов и корутин](https://python-all.ru/3/library/typing.html#annotating-generators-and-coroutines)5706      - [Пользовательские обобщённые типы](https://python-all.ru/3/library/typing.html#user-defined-generic-types)5707      - [Тип `Any`](https://python-all.ru/3/library/typing.html#the-any-type)5708      - [Номинальное и структурное подтипирование](https://python-all.ru/3/library/typing.html#nominal-vs-structural-subtyping)5709      - [Содержание модуля](https://python-all.ru/3/library/typing.html#module-contents)57105711        - [Специальные примитивы типизации](https://python-all.ru/3/library/typing.html#special-typing-primitives)57125713          - [Специальные типы](https://python-all.ru/3/library/typing.html#special-types)5714          - [Специальные формы](https://python-all.ru/3/library/typing.html#special-forms)5715          - [Построение обобщённых типов и псевдонимов типов](https://python-all.ru/3/library/typing.html#building-generic-types-and-type-aliases)5716          - [Другие специальные директивы](https://python-all.ru/3/library/typing.html#other-special-directives)5717        - [Протоколы](https://python-all.ru/3/library/typing.html#protocols)5718        - [ABC и протоколы для работы с вводом-выводом](https://python-all.ru/3/library/typing.html#abcs-and-protocols-for-working-with-i-o)5719        - [Функции и декораторы](https://python-all.ru/3/library/typing.html#functions-and-decorators)5720        - [Вспомогательные функции интроспекции](https://python-all.ru/3/library/typing.html#introspection-helpers)5721        - [Константа](https://python-all.ru/3/library/typing.html#constant)5722        - [Устаревшие псевдонимы](https://python-all.ru/3/library/typing.html#deprecated-aliases)57235724          - [Псевдонимы для встроенных типов](https://python-all.ru/3/library/typing.html#aliases-to-built-in-types)5725          - [Псевдонимы для типов в `collections`](https://python-all.ru/3/library/typing.html#aliases-to-types-in-collections)5726          - [Псевдонимы для других конкретных типов](https://python-all.ru/3/library/typing.html#aliases-to-other-concrete-types)5727          - [Псевдонимы для ABC-контейнеров в `collections.abc`](https://python-all.ru/3/library/typing.html#aliases-to-container-abcs-in-collections-abc)5728          - [Псевдонимы для асинхронных ABC в `collections.abc`](https://python-all.ru/3/library/typing.html#aliases-to-asynchronous-abcs-in-collections-abc)5729          - [Псевдонимы для других ABC в `collections.abc`](https://python-all.ru/3/library/typing.html#aliases-to-other-abcs-in-collections-abc)5730          - [Псевдонимы для `contextlib`-ABC](https://python-all.ru/3/library/typing.html#aliases-to-contextlib-abcs)5731      - [График устаревания основных возможностей](https://python-all.ru/3/library/typing.html#deprecation-timeline-of-major-features)5732    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3/library/pydoc.html)5733    - [Режим разработки Python](https://python-all.ru/3/library/devmode.html)57345735      - [Эффекты режима разработки Python](https://python-all.ru/3/library/devmode.html#effects-of-the-python-development-mode)5736      - [Пример ResourceWarning](https://python-all.ru/3/library/devmode.html#resourcewarning-example)5737      - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3/library/devmode.html#bad-file-descriptor-error-example)5738    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3/library/doctest.html)57395740      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3/library/doctest.html#simple-usage-checking-examples-in-docstrings)5741      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3/library/doctest.html#simple-usage-checking-examples-in-a-text-file)5742      - [Использование из командной строки](https://python-all.ru/3/library/doctest.html#command-line-usage)5743      - [Как это работает](https://python-all.ru/3/library/doctest.html#how-it-works)57445745        - [Какие строки документации проверяются?](https://python-all.ru/3/library/doctest.html#which-docstrings-are-examined)5746        - [Как распознаются примеры в строках документации?](https://python-all.ru/3/library/doctest.html#how-are-docstring-examples-recognized)5747        - [Каков контекст выполнения?](https://python-all.ru/3/library/doctest.html#what-s-the-execution-context)5748        - [А как насчёт исключений?](https://python-all.ru/3/library/doctest.html#what-about-exceptions)5749        - [Флаги опций](https://python-all.ru/3/library/doctest.html#option-flags)5750        - [Директивы](https://python-all.ru/3/library/doctest.html#directives)5751        - [Предупреждения](https://python-all.ru/3/library/doctest.html#warnings)5752      - [Базовый API](https://python-all.ru/3/library/doctest.html#basic-api)5753      - [API unittest](https://python-all.ru/3/library/doctest.html#unittest-api)5754      - [Расширенный API](https://python-all.ru/3/library/doctest.html#advanced-api)57555756        - [Объекты DocTest](https://python-all.ru/3/library/doctest.html#doctest-objects)5757        - [Объекты Example](https://python-all.ru/3/library/doctest.html#example-objects)5758        - [Объекты DocTestFinder](https://python-all.ru/3/library/doctest.html#doctestfinder-objects)5759        - [Объекты DocTestParser](https://python-all.ru/3/library/doctest.html#doctestparser-objects)5760        - [Объекты TestResults](https://python-all.ru/3/library/doctest.html#testresults-objects)5761        - [Объекты DocTestRunner](https://python-all.ru/3/library/doctest.html#doctestrunner-objects)5762        - [Объекты OutputChecker](https://python-all.ru/3/library/doctest.html#outputchecker-objects)5763      - [Отладка](https://python-all.ru/3/library/doctest.html#debugging)5764      - [Soapbox](https://python-all.ru/3/library/doctest.html#soapbox)5765    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3/library/unittest.html)57665767      - [Простой пример](https://python-all.ru/3/library/unittest.html#basic-example)5768      - [Интерфейс командной строки](https://python-all.ru/3/library/unittest.html#command-line-interface)57695770        - [Параметры командной строки](https://python-all.ru/3/library/unittest.html#command-line-options)5771      - [Обнаружение тестов](https://python-all.ru/3/library/unittest.html#test-discovery)5772      - [Организация тестового кода](https://python-all.ru/3/library/unittest.html#organizing-test-code)5773      - [Повторное использование старого тестового кода](https://python-all.ru/3/library/unittest.html#re-using-old-test-code)5774      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3/library/unittest.html#skipping-tests-and-expected-failures)5775      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3/library/unittest.html#distinguishing-test-iterations-using-subtests)5776      - [Классы и функции](https://python-all.ru/3/library/unittest.html#classes-and-functions)57775778        - [Тестовые случаи](https://python-all.ru/3/library/unittest.html#test-cases)5779        - [Группировка тестов](https://python-all.ru/3/library/unittest.html#grouping-tests)5780        - [Загрузка и запуск тестов](https://python-all.ru/3/library/unittest.html#loading-and-running-tests)57815782          - [Протокол load\_tests](https://python-all.ru/3/library/unittest.html#load-tests-protocol)5783      - [Фикстуры классов и модулей](https://python-all.ru/3/library/unittest.html#class-and-module-fixtures)57845785        - [setUpClass и tearDownClass](https://python-all.ru/3/library/unittest.html#setupclass-and-teardownclass)5786        - [setUpModule и tearDownModule](https://python-all.ru/3/library/unittest.html#setupmodule-and-teardownmodule)5787      - [Обработка сигналов](https://python-all.ru/3/library/unittest.html#signal-handling)5788    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3/library/unittest.mock.html)57895790      - [Краткое руководство](https://python-all.ru/3/library/unittest.mock.html#quick-guide)5791      - [Класс Mock](https://python-all.ru/3/library/unittest.mock.html#the-mock-class)57925793        - [Вызов](https://python-all.ru/3/library/unittest.mock.html#calling)5794        - [Удаление атрибутов](https://python-all.ru/3/library/unittest.mock.html#deleting-attributes)5795        - [Имена Mock и атрибут name](https://python-all.ru/3/library/unittest.mock.html#mock-names-and-the-name-attribute)5796        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3/library/unittest.mock.html#attaching-mocks-as-attributes)5797      - [Патчеры](https://python-all.ru/3/library/unittest.mock.html#the-patchers)57985799        - [patch](https://python-all.ru/3/library/unittest.mock.html#patch)5800        - [patch.object](https://python-all.ru/3/library/unittest.mock.html#patch-object)5801        - [patch.dict](https://python-all.ru/3/library/unittest.mock.html#patch-dict)5802        - [patch.multiple](https://python-all.ru/3/library/unittest.mock.html#patch-multiple)5803        - [Методы patch: start и stop](https://python-all.ru/3/library/unittest.mock.html#patch-methods-start-and-stop)5804        - [patch встроенных объектов](https://python-all.ru/3/library/unittest.mock.html#patch-builtins)5805        - [TEST\_PREFIX](https://python-all.ru/3/library/unittest.mock.html#test-prefix)5806        - [Вложение декораторов patch](https://python-all.ru/3/library/unittest.mock.html#nesting-patch-decorators)5807        - [Где применять patch](https://python-all.ru/3/library/unittest.mock.html#where-to-patch)5808        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3/library/unittest.mock.html#patching-descriptors-and-proxy-objects)5809      - [MagicMock и поддержка магических методов](https://python-all.ru/3/library/unittest.mock.html#magicmock-and-magic-method-support)58105811        - [Мокирование магических методов](https://python-all.ru/3/library/unittest.mock.html#mocking-magic-methods)5812        - [Magic Mock](https://python-all.ru/3/library/unittest.mock.html#magic-mock)5813      - [Вспомогательные средства](https://python-all.ru/3/library/unittest.mock.html#helpers)58145815        - [sentinel](https://python-all.ru/3/library/unittest.mock.html#sentinel)5816        - [DEFAULT](https://python-all.ru/3/library/unittest.mock.html#default)5817        - [вызов](https://python-all.ru/3/library/unittest.mock.html#call)5818        - [create\_autospec](https://python-all.ru/3/library/unittest.mock.html#create-autospec)5819        - [ANY](https://python-all.ru/3/library/unittest.mock.html#any)5820        - [FILTER\_DIR](https://python-all.ru/3/library/unittest.mock.html#filter-dir)5821        - [mock\_open](https://python-all.ru/3/library/unittest.mock.html#mock-open)5822        - [Автоспецификация](https://python-all.ru/3/library/unittest.mock.html#autospeccing)5823        - [Запечатывание моков](https://python-all.ru/3/library/unittest.mock.html#sealing-mocks)5824      - [Порядок приоритета `side_effect`, `return_value` и *wraps*](https://python-all.ru/3/library/unittest.mock.html#order-of-precedence-of-side-effect-return-value-and-wraps)5825    - [`unittest.mock` – начало работы](https://python-all.ru/3/library/unittest.mock-examples.html)58265827      - [Использование Mock](https://python-all.ru/3/library/unittest.mock-examples.html#using-mock)58285829        - [Методы подмены Mock](https://python-all.ru/3/library/unittest.mock-examples.html#mock-patching-methods)5830        - [Mock для вызовов методов объекта](https://python-all.ru/3/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)5831        - [Мокирование классов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-classes)5832        - [Именование моков](https://python-all.ru/3/library/unittest.mock-examples.html#naming-your-mocks)5833        - [Отслеживание всех вызовов](https://python-all.ru/3/library/unittest.mock-examples.html#tracking-all-calls)5834        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3/library/unittest.mock-examples.html#setting-return-values-and-attributes)5835        - [Возбуждение исключений с помощью моков](https://python-all.ru/3/library/unittest.mock-examples.html#raising-exceptions-with-mocks)5836        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3/library/unittest.mock-examples.html#side-effect-functions-and-iterables)5837        - [Мокирование асинхронных итераторов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-asynchronous-iterators)5838        - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)5839        - [Создание мока из существующего объекта](https://python-all.ru/3/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)5840        - [Использование side\_effect для возврата содержимого каждого файла](https://python-all.ru/3/library/unittest.mock-examples.html#using-side-effect-to-return-per-file-content)5841      - [Декораторы patch](https://python-all.ru/3/library/unittest.mock-examples.html#patch-decorators)5842      - [Дополнительные примеры](https://python-all.ru/3/library/unittest.mock-examples.html#further-examples)58435844        - [Мокирование цепочек вызовов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-chained-calls)5845        - [Частичное мокирование](https://python-all.ru/3/library/unittest.mock-examples.html#partial-mocking)5846        - [Мокирование метода-генератора](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-a-generator-method)5847        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)5848        - [Мокирование несвязанных методов](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-unbound-methods)5849        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)5850        - [Работа с изменяемыми аргументами](https://python-all.ru/3/library/unittest.mock-examples.html#coping-with-mutable-arguments)5851        - [Вложенные патчи](https://python-all.ru/3/library/unittest.mock-examples.html#nesting-patches)5852        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)5853        - [Подклассы Mock и их атрибуты](https://python-all.ru/3/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)5854        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)5855        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)5856        - [Более сложное сопоставление аргументов](https://python-all.ru/3/library/unittest.mock-examples.html#more-complex-argument-matching)5857    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3/library/test.html)58585859      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3/library/test.html#writing-unit-tests-for-the-test-package)5860      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3/library/test.html#module-test.regrtest)5861    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3/library/test.html#module-test.support)5862    - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3/library/test.html#module-test.support.socket_helper)5863    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3/library/test.html#module-test.support.script_helper)5864    - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3/library/test.html#module-test.support.bytecode_helper)5865    - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3/library/test.html#module-test.support.threading_helper)5866    - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3/library/test.html#module-test.support.os_helper)5867    - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3/library/test.html#module-test.support.import_helper)5868    - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3/library/test.html#module-test.support.warnings_helper)5869  - [Отладка и профилирование](https://python-all.ru/3/library/debug.html)58705871    - [Таблица событий аудита](https://python-all.ru/3/library/audit_events.html)5872    - [`bdb` – фреймворк отладчика](https://python-all.ru/3/library/bdb.html)5873    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3/library/faulthandler.html)58745875      - [Дамп трассировки](https://python-all.ru/3/library/faulthandler.html#dumping-the-traceback)5876      - [Дамп стека C](https://python-all.ru/3/library/faulthandler.html#dumping-the-c-stack)58775878        - [Совместимость стека C](https://python-all.ru/3/library/faulthandler.html#c-stack-compatibility)5879      - [Состояние обработчика сбоев](https://python-all.ru/3/library/faulthandler.html#fault-handler-state)5880      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)5881      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)5882      - [Проблема с файловыми дескрипторами](https://python-all.ru/3/library/faulthandler.html#issue-with-file-descriptors)5883      - [Пример](https://python-all.ru/3/library/faulthandler.html#example)5884    - [`pdb` – отладчик Python](https://python-all.ru/3/library/pdb.html)58855886      - [Интерфейс командной строки](https://python-all.ru/3/library/pdb.html#command-line-interface)5887      - [Команды отладчика](https://python-all.ru/3/library/pdb.html#debugger-commands)5888    - [Профилировщики Python](https://python-all.ru/3/library/profile.html)58895890      - [Введение в профилировщики](https://python-all.ru/3/library/profile.html#introduction-to-the-profilers)5891      - [Краткое руководство пользователя](https://python-all.ru/3/library/profile.html#instant-user-s-manual)5892      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3/library/profile.html#module-cProfile)5893      - [Класс `Stats`](https://python-all.ru/3/library/profile.html#the-stats-class)5894      - [Что такое детерминированное профилирование?](https://python-all.ru/3/library/profile.html#what-is-deterministic-profiling)5895      - [Ограничения](https://python-all.ru/3/library/profile.html#limitations)5896      - [Калибровка](https://python-all.ru/3/library/profile.html#calibration)5897      - [Использование пользовательского таймера](https://python-all.ru/3/library/profile.html#using-a-custom-timer)5898    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3/library/timeit.html)58995900      - [Основные примеры](https://python-all.ru/3/library/timeit.html#basic-examples)5901      - [Интерфейс Python](https://python-all.ru/3/library/timeit.html#python-interface)5902      - [Интерфейс командной строки](https://python-all.ru/3/library/timeit.html#command-line-interface)5903      - [Примеры](https://python-all.ru/3/library/timeit.html#examples)5904    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3/library/trace.html)59055906      - [Использование командной строки](https://python-all.ru/3/library/trace.html#command-line-usage)59075908        - [Основные параметры](https://python-all.ru/3/library/trace.html#main-options)5909        - [Модификаторы](https://python-all.ru/3/library/trace.html#modifiers)5910        - [Фильтры](https://python-all.ru/3/library/trace.html#filters)5911      - [Программный интерфейс](https://python-all.ru/3/library/trace.html#programmatic-interface)5912    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3/library/tracemalloc.html)59135914      - [Примеры](https://python-all.ru/3/library/tracemalloc.html#examples)59155916        - [Отображение первых 10](https://python-all.ru/3/library/tracemalloc.html#display-the-top-10)5917        - [Вычисление различий](https://python-all.ru/3/library/tracemalloc.html#compute-differences)5918        - [Получение трассировки для блока памяти](https://python-all.ru/3/library/tracemalloc.html#get-the-traceback-of-a-memory-block)5919        - [Удобный вывод топа](https://python-all.ru/3/library/tracemalloc.html#pretty-top)59205921          - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)5922      - [API](https://python-all.ru/3/library/tracemalloc.html#api)59235924        - [Функции](https://python-all.ru/3/library/tracemalloc.html#functions)5925        - [DomainFilter](https://python-all.ru/3/library/tracemalloc.html#domainfilter)5926        - [Filter](https://python-all.ru/3/library/tracemalloc.html#filter)5927        - [Frame](https://python-all.ru/3/library/tracemalloc.html#frame)5928        - [Snapshot](https://python-all.ru/3/library/tracemalloc.html#snapshot)5929        - [Statistic](https://python-all.ru/3/library/tracemalloc.html#statistic)5930        - [StatisticDiff](https://python-all.ru/3/library/tracemalloc.html#statisticdiff)5931        - [Trace](https://python-all.ru/3/library/tracemalloc.html#trace)5932        - [Traceback](https://python-all.ru/3/library/tracemalloc.html#traceback)5933  - [Упаковка и распространение ПО](https://python-all.ru/3/library/distribution.html)59345935    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3/library/ensurepip.html)59365937      - [Интерфейс командной строки](https://python-all.ru/3/library/ensurepip.html#command-line-interface)5938      - [API модуля](https://python-all.ru/3/library/ensurepip.html#module-api)5939    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3/library/venv.html)59405941      - [Создание виртуальных окружений](https://python-all.ru/3/library/venv.html#creating-virtual-environments)5942      - [Как работают виртуальные окружения](https://python-all.ru/3/library/venv.html#how-venvs-work)5943      - [API](https://python-all.ru/3/library/venv.html#api)5944      - [Пример расширения `EnvBuilder`](https://python-all.ru/3/library/venv.html#an-example-of-extending-envbuilder)5945    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3/library/zipapp.html)59465947      - [Простой пример](https://python-all.ru/3/library/zipapp.html#basic-example)5948      - [Интерфейс командной строки](https://python-all.ru/3/library/zipapp.html#command-line-interface)5949      - [Python API](https://python-all.ru/3/library/zipapp.html#python-api)5950      - [Примеры](https://python-all.ru/3/library/zipapp.html#examples)5951      - [Указание интерпретатора](https://python-all.ru/3/library/zipapp.html#specifying-the-interpreter)5952      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3/library/zipapp.html#creating-standalone-applications-with-zipapp)59535954        - [Предостережения](https://python-all.ru/3/library/zipapp.html#caveats)5955      - [Формат архива Python-приложения Zip](https://python-all.ru/3/library/zipapp.html#the-python-zip-application-archive-format)5956  - [Службы выполнения Python](https://python-all.ru/3/library/python.html)59575958    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3/library/sys.html)5959    - [`sys.monitoring` – Мониторинг событий выполнения](https://python-all.ru/3/library/sys.monitoring.html)59605961      - [Идентификаторы инструментов](https://python-all.ru/3/library/sys.monitoring.html#tool-identifiers)59625963        - [Регистрация и использование инструментов](https://python-all.ru/3/library/sys.monitoring.html#registering-and-using-tools)5964      - [События](https://python-all.ru/3/library/sys.monitoring.html#events)59655966        - [Локальные события](https://python-all.ru/3/library/sys.monitoring.html#local-events)5967        - [Устаревшее событие](https://python-all.ru/3/library/sys.monitoring.html#deprecated-event)5968        - [Вспомогательные события](https://python-all.ru/3/library/sys.monitoring.html#ancillary-events)5969        - [Прочие события](https://python-all.ru/3/library/sys.monitoring.html#other-events)5970        - [Событие STOP\_ITERATION](https://python-all.ru/3/library/sys.monitoring.html#the-stop-iteration-event)5971      - [Включение и отключение событий](https://python-all.ru/3/library/sys.monitoring.html#turning-events-on-and-off)59725973        - [Глобальная настройка событий](https://python-all.ru/3/library/sys.monitoring.html#setting-events-globally)5974        - [События для каждого объекта кода](https://python-all.ru/3/library/sys.monitoring.html#per-code-object-events)5975        - [Отключение событий](https://python-all.ru/3/library/sys.monitoring.html#disabling-events)5976      - [Регистрация функций обратного вызова](https://python-all.ru/3/library/sys.monitoring.html#registering-callback-functions)59775978        - [Аргументы функции обратного вызова](https://python-all.ru/3/library/sys.monitoring.html#callback-function-arguments)5979    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3/library/sysconfig.html)59805981      - [Переменные конфигурации](https://python-all.ru/3/library/sysconfig.html#configuration-variables)5982      - [Пути установки](https://python-all.ru/3/library/sysconfig.html#installation-paths)5983      - [Схема пользователя](https://python-all.ru/3/library/sysconfig.html#user-scheme)59845985        - [`posix_user`](https://python-all.ru/3/library/sysconfig.html#posix-user)5986        - [`nt_user`](https://python-all.ru/3/library/sysconfig.html#nt-user)5987        - [`osx_framework_user`](https://python-all.ru/3/library/sysconfig.html#osx-framework-user)5988      - [Домашняя схема](https://python-all.ru/3/library/sysconfig.html#home-scheme)59895990        - [`posix_home`](https://python-all.ru/3/library/sysconfig.html#posix-home)5991      - [Схема префикса](https://python-all.ru/3/library/sysconfig.html#prefix-scheme)59925993        - [`posix_prefix`](https://python-all.ru/3/library/sysconfig.html#posix-prefix)5994        - [`nt`](https://python-all.ru/3/library/sysconfig.html#nt)5995      - [Функции путей установки](https://python-all.ru/3/library/sysconfig.html#installation-path-functions)5996      - [Другие функции](https://python-all.ru/3/library/sysconfig.html#other-functions)5997      - [Использование командной строки](https://python-all.ru/3/library/sysconfig.html#command-line-usage)5998    - [`builtins` – Встроенные объекты](https://python-all.ru/3/library/builtins.html)5999    - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3/library/__main__.html)60006001      - [`__name__ == '__main__'`](https://python-all.ru/3/library/__main__.html#name-main)60026003        - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3/library/__main__.html#what-is-the-top-level-code-environment)6004        - [Идиоматическое использование](https://python-all.ru/3/library/__main__.html#idiomatic-usage)6005        - [Особенности упаковки](https://python-all.ru/3/library/__main__.html#packaging-considerations)6006      - [`__main__.py` в пакетах Python](https://python-all.ru/3/library/__main__.html#main-py-in-python-packages)60076008        - [Идиоматическое использование](https://python-all.ru/3/library/__main__.html#id1)6009      - [`import __main__`](https://python-all.ru/3/library/__main__.html#import-main)6010    - [`warnings` – Управление предупреждениями](https://python-all.ru/3/library/warnings.html)60116012      - [Категории предупреждений](https://python-all.ru/3/library/warnings.html#warning-categories)6013      - [Фильтр предупреждений](https://python-all.ru/3/library/warnings.html#the-warnings-filter)60146015        - [Критерии подавления повторяющихся предупреждений](https://python-all.ru/3/library/warnings.html#repeated-warning-suppression-criteria)6016        - [Описание фильтров предупреждений](https://python-all.ru/3/library/warnings.html#describing-warning-filters)6017        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3/library/warnings.html#default-warning-filter)6018        - [Переопределение фильтра по умолчанию](https://python-all.ru/3/library/warnings.html#overriding-the-default-filter)6019      - [Временное подавление предупреждений](https://python-all.ru/3/library/warnings.html#temporarily-suppressing-warnings)6020      - [Тестирование предупреждений](https://python-all.ru/3/library/warnings.html#testing-warnings)6021      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3/library/warnings.html#updating-code-for-new-versions-of-dependencies)6022      - [Доступные функции](https://python-all.ru/3/library/warnings.html#available-functions)6023      - [Доступные контекстные менеджеры](https://python-all.ru/3/library/warnings.html#available-context-managers)6024      - [Безопасность контекстных менеджеров при параллельном выполнении](https://python-all.ru/3/library/warnings.html#concurrent-safety-of-context-managers)6025    - [`dataclasses` – Классы данных](https://python-all.ru/3/library/dataclasses.html)60266027      - [Содержание модуля](https://python-all.ru/3/library/dataclasses.html#module-contents)6028      - [Обработка после инициализации](https://python-all.ru/3/library/dataclasses.html#post-init-processing)6029      - [Переменные класса](https://python-all.ru/3/library/dataclasses.html#class-variables)6030      - [Переменные только для инициализации](https://python-all.ru/3/library/dataclasses.html#init-only-variables)6031      - [Неизменяемые экземпляры](https://python-all.ru/3/library/dataclasses.html#frozen-instances)6032      - [Наследование](https://python-all.ru/3/library/dataclasses.html#inheritance)6033      - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)6034      - [Функции-фабрики по умолчанию](https://python-all.ru/3/library/dataclasses.html#default-factory-functions)6035      - [Изменяемые значения по умолчанию](https://python-all.ru/3/library/dataclasses.html#mutable-default-values)6036      - [Поля с типом дескриптора](https://python-all.ru/3/library/dataclasses.html#descriptor-typed-fields)6037    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3/library/contextlib.html)60386039      - [Утилиты](https://python-all.ru/3/library/contextlib.html#utilities)6040      - [Примеры и рецепты](https://python-all.ru/3/library/contextlib.html#examples-and-recipes)60416042        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3/library/contextlib.html#supporting-a-variable-number-of-context-managers)6043        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3/library/contextlib.html#catching-exceptions-from-enter-methods)6044        - [Очистка в реализации `__enter__`](https://python-all.ru/3/library/contextlib.html#cleaning-up-in-an-enter-implementation)6045        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)6046        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3/library/contextlib.html#using-a-context-manager-as-a-function-decorator)6047      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)60486049        - [Реентерабельные менеджеры контекста](https://python-all.ru/3/library/contextlib.html#reentrant-context-managers)6050        - [Повторно используемые менеджеры контекста](https://python-all.ru/3/library/contextlib.html#reusable-context-managers)6051    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3/library/abc.html)6052    - [`atexit` – Обработчики выхода](https://python-all.ru/3/library/atexit.html)60536054      - [`atexit` Пример](https://python-all.ru/3/library/atexit.html#atexit-example)6055    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3/library/traceback.html)60566057      - [Функции уровня модуля](https://python-all.ru/3/library/traceback.html#module-level-functions)6058      - [Объекты `TracebackException`](https://python-all.ru/3/library/traceback.html#tracebackexception-objects)6059      - [Объекты `StackSummary`](https://python-all.ru/3/library/traceback.html#stacksummary-objects)6060      - [Объекты `FrameSummary`](https://python-all.ru/3/library/traceback.html#framesummary-objects)6061      - [Примеры использования функций уровня модуля](https://python-all.ru/3/library/traceback.html#examples-of-using-the-module-level-functions)6062      - [Примеры использования `TracebackException`](https://python-all.ru/3/library/traceback.html#examples-of-using-tracebackexception)6063    - [`__future__` – Определения операторов future](https://python-all.ru/3/library/__future__.html)60646065      - [Содержимое модуля](https://python-all.ru/3/library/__future__.html#module-contents)6066    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3/library/gc.html)6067    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3/library/inspect.html)60686069      - [Типы и члены](https://python-all.ru/3/library/inspect.html#types-and-members)6070      - [Получение исходного кода](https://python-all.ru/3/library/inspect.html#retrieving-source-code)6071      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3/library/inspect.html#introspecting-callables-with-the-signature-object)6072      - [Классы и функции](https://python-all.ru/3/library/inspect.html#classes-and-functions)6073      - [Стек интерпретатора](https://python-all.ru/3/library/inspect.html#the-interpreter-stack)6074      - [Получение атрибутов статически](https://python-all.ru/3/library/inspect.html#fetching-attributes-statically)6075      - [Текущее состояние генераторов, корутин и асинхронных генераторов](https://python-all.ru/3/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators)6076      - [Битовые флаги объектов кода](https://python-all.ru/3/library/inspect.html#code-objects-bit-flags)6077      - [Флаги буфера](https://python-all.ru/3/library/inspect.html#buffer-flags)6078      - [Интерфейс командной строки](https://python-all.ru/3/library/inspect.html#command-line-interface)6079    - [`annotationlib` – Функциональность для интроспекции аннотаций](https://python-all.ru/3/library/annotationlib.html)60806081      - [Семантика аннотаций](https://python-all.ru/3/library/annotationlib.html#annotation-semantics)6082      - [Классы](https://python-all.ru/3/library/annotationlib.html#classes)6083      - [Функции](https://python-all.ru/3/library/annotationlib.html#functions)6084      - [Рецепты](https://python-all.ru/3/library/annotationlib.html#recipes)60856086        - [Использование аннотаций в метаклассе](https://python-all.ru/3/library/annotationlib.html#using-annotations-in-a-metaclass)6087        - [Создание пользовательской вызываемой функции annotate](https://python-all.ru/3/library/annotationlib.html#creating-a-custom-callable-annotate-function)6088      - [Ограничения формата `STRING`](https://python-all.ru/3/library/annotationlib.html#limitations-of-the-string-format)6089      - [Ограничения формата `FORWARDREF`](https://python-all.ru/3/library/annotationlib.html#limitations-of-the-forwardref-format)6090      - [Проблемы безопасности при интроспекции аннотаций](https://python-all.ru/3/library/annotationlib.html#security-implications-of-introspecting-annotations)6091    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3/library/site.html)60926093      - [`sitecustomize`](https://python-all.ru/3/library/site.html#module-sitecustomize)6094      - [`usercustomize`](https://python-all.ru/3/library/site.html#module-usercustomize)6095      - [Конфигурация readline](https://python-all.ru/3/library/site.html#readline-configuration)6096      - [Содержание модуля](https://python-all.ru/3/library/site.html#module-contents)6097      - [Интерфейс командной строки](https://python-all.ru/3/library/site.html#command-line-interface)6098  - [Пользовательские интерпретаторы Python](https://python-all.ru/3/library/custominterp.html)60996100    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3/library/code.html)61016102      - [Объекты интерактивного интерпретатора](https://python-all.ru/3/library/code.html#interactive-interpreter-objects)6103      - [Объекты интерактивной консоли](https://python-all.ru/3/library/code.html#interactive-console-objects)6104    - [`codeop` – Компиляция кода Python](https://python-all.ru/3/library/codeop.html)6105  - [Импорт модулей](https://python-all.ru/3/library/modules.html)61066107    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3/library/zipimport.html)61086109      - [Объекты zipimporter](https://python-all.ru/3/library/zipimport.html#zipimporter-objects)6110      - [Примеры](https://python-all.ru/3/library/zipimport.html#examples)6111    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3/library/pkgutil.html)6112    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3/library/modulefinder.html)61136114      - [Пример использования `ModuleFinder`](https://python-all.ru/3/library/modulefinder.html#example-usage-of-modulefinder)6115    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3/library/runpy.html)6116    - [`importlib` – Реализация `import`](https://python-all.ru/3/library/importlib.html)61176118      - [Введение](https://python-all.ru/3/library/importlib.html#introduction)6119      - [Функции](https://python-all.ru/3/library/importlib.html#functions)6120      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3/library/importlib.html#module-importlib.abc)6121      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3/library/importlib.html#module-importlib.machinery)6122      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3/library/importlib.html#module-importlib.util)6123      - [Примеры](https://python-all.ru/3/library/importlib.html#examples)61246125        - [Программный импорт](https://python-all.ru/3/library/importlib.html#importing-programmatically)6126        - [Проверка возможности импорта модуля](https://python-all.ru/3/library/importlib.html#checking-if-a-module-can-be-imported)6127        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3/library/importlib.html#importing-a-source-file-directly)6128        - [Реализация отложенного импорта](https://python-all.ru/3/library/importlib.html#implementing-lazy-imports)6129        - [Настройка импортёра](https://python-all.ru/3/library/importlib.html#setting-up-an-importer)6130        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3/library/importlib.html#approximating-importlib-import-module)6131    - [`importlib.resources` – Чтение, открытие и доступ к ресурсам пакетов](https://python-all.ru/3/library/importlib.resources.html)61326133      - [Функциональный API](https://python-all.ru/3/library/importlib.resources.html#functional-api)6134    - [`importlib.resources.abc` – Абстрактные базовые классы для ресурсов](https://python-all.ru/3/library/importlib.resources.abc.html)6135    - [`importlib.metadata` – Доступ к метаданным пакета](https://python-all.ru/3/library/importlib.metadata.html)61366137      - [Обзор](https://python-all.ru/3/library/importlib.metadata.html#overview)6138      - [Функциональный API](https://python-all.ru/3/library/importlib.metadata.html#functional-api)61396140        - [Точки входа](https://python-all.ru/3/library/importlib.metadata.html#entry-points)6141        - [Метаданные дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-metadata)6142        - [Версии дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-versions)6143        - [Файлы дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-files)6144        - [Зависимости дистрибутива](https://python-all.ru/3/library/importlib.metadata.html#distribution-requirements)6145        - [Сопоставление импорта с пакетами дистрибутивов](https://python-all.ru/3/library/importlib.metadata.html#mapping-import-to-distribution-packages)6146      - [Дистрибутивы](https://python-all.ru/3/library/importlib.metadata.html#distributions)6147      - [Обнаружение дистрибутивов](https://python-all.ru/3/library/importlib.metadata.html#distribution-discovery)6148      - [Реализация пользовательских провайдеров](https://python-all.ru/3/library/importlib.metadata.html#implementing-custom-providers)61496150        - [Пример](https://python-all.ru/3/library/importlib.metadata.html#example)6151    - [Инициализация пути поиска модулей `sys.path`](https://python-all.ru/3/library/sys_path_init.html)61526153      - [Виртуальные окружения](https://python-all.ru/3/library/sys_path_init.html#virtual-environments)6154      - [Файлы \_pth](https://python-all.ru/3/library/sys_path_init.html#pth-files)6155      - [Встраиваемый Python](https://python-all.ru/3/library/sys_path_init.html#embedded-python)6156  - [Службы языка Python](https://python-all.ru/3/library/language.html)61576158    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3/library/ast.html)61596160      - [Абстрактная грамматика](https://python-all.ru/3/library/ast.html#abstract-grammar)6161      - [Классы узлов](https://python-all.ru/3/library/ast.html#node-classes)61626163        - [Корневые узлы](https://python-all.ru/3/library/ast.html#root-nodes)6164        - [Литералы](https://python-all.ru/3/library/ast.html#literals)6165        - [Переменные](https://python-all.ru/3/library/ast.html#variables)6166        - [Выражения](https://python-all.ru/3/library/ast.html#expressions)61676168          - [Индексация](https://python-all.ru/3/library/ast.html#subscripting)6169          - [Генераторы коллекций](https://python-all.ru/3/library/ast.html#comprehensions)6170        - [Инструкции](https://python-all.ru/3/library/ast.html#statements)61716172          - [Импорты](https://python-all.ru/3/library/ast.html#imports)6173        - [Управляющие конструкции](https://python-all.ru/3/library/ast.html#control-flow)6174        - [Сопоставление с образцом](https://python-all.ru/3/library/ast.html#pattern-matching)6175        - [Аннотации типов](https://python-all.ru/3/library/ast.html#type-annotations)6176        - [Параметры типов](https://python-all.ru/3/library/ast.html#type-parameters)6177        - [Определения функций и классов](https://python-all.ru/3/library/ast.html#function-and-class-definitions)6178        - [Async и await](https://python-all.ru/3/library/ast.html#async-and-await)6179      - [`ast` помощники](https://python-all.ru/3/library/ast.html#ast-helpers)6180      - [Флаги компилятора](https://python-all.ru/3/library/ast.html#compiler-flags)6181      - [Использование командной строки](https://python-all.ru/3/library/ast.html#command-line-usage)6182    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3/library/symtable.html)61836184      - [Генерация таблиц символов](https://python-all.ru/3/library/symtable.html#generating-symbol-tables)6185      - [Изучение таблиц символов](https://python-all.ru/3/library/symtable.html#examining-symbol-tables)6186      - [Использование командной строки](https://python-all.ru/3/library/symtable.html#command-line-usage)6187    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3/library/token.html)6188    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3/library/keyword.html)6189    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3/library/tokenize.html)61906191      - [Токенизация входных данных](https://python-all.ru/3/library/tokenize.html#tokenizing-input)6192      - [Использование командной строки](https://python-all.ru/3/library/tokenize.html#command-line-usage)6193      - [Примеры](https://python-all.ru/3/library/tokenize.html#examples)6194    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3/library/tabnanny.html)6195    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3/library/pyclbr.html)61966197      - [Объекты функций](https://python-all.ru/3/library/pyclbr.html#function-objects)6198      - [Объекты классов](https://python-all.ru/3/library/pyclbr.html#class-objects)6199    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3/library/py_compile.html)62006201      - [Интерфейс командной строки](https://python-all.ru/3/library/py_compile.html#command-line-interface)6202    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3/library/compileall.html)62036204      - [Использование командной строки](https://python-all.ru/3/library/compileall.html#command-line-use)6205      - [Публичные функции](https://python-all.ru/3/library/compileall.html#public-functions)6206    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3/library/dis.html)62076208      - [Интерфейс командной строки](https://python-all.ru/3/library/dis.html#command-line-interface)6209      - [Анализ байт-кода](https://python-all.ru/3/library/dis.html#bytecode-analysis)6210      - [Функции анализа](https://python-all.ru/3/library/dis.html#analysis-functions)6211      - [Инструкции байт-кода Python](https://python-all.ru/3/library/dis.html#python-bytecode-instructions)6212      - [Коллекции кодов операций](https://python-all.ru/3/library/dis.html#opcode-collections)6213    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3/library/pickletools.html)62146215      - [Использование командной строки](https://python-all.ru/3/library/pickletools.html#command-line-usage)62166217        - [Параметры командной строки](https://python-all.ru/3/library/pickletools.html#command-line-options)6218      - [Программный интерфейс](https://python-all.ru/3/library/pickletools.html#programmatic-interface)6219  - [Службы, специфичные для MS Windows](https://python-all.ru/3/library/windows.html)62206221    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3/library/msvcrt.html)62226223      - [Операции с файлами](https://python-all.ru/3/library/msvcrt.html#file-operations)6224      - [Консольный ввод/вывод](https://python-all.ru/3/library/msvcrt.html#console-i-o)6225      - [Прочие функции](https://python-all.ru/3/library/msvcrt.html#other-functions)6226    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3/library/winreg.html)62276228      - [Функции](https://python-all.ru/3/library/winreg.html#functions)6229      - [Константы](https://python-all.ru/3/library/winreg.html#constants)62306231        - [Константы HKEY\_\*](https://python-all.ru/3/library/winreg.html#hkey-constants)6232        - [Права доступа](https://python-all.ru/3/library/winreg.html#access-rights)62336234          - [Специфика 64-бит](https://python-all.ru/3/library/winreg.html#bit-specific)6235        - [Типы значений](https://python-all.ru/3/library/winreg.html#value-types)6236      - [Объекты дескрипторов реестра](https://python-all.ru/3/library/winreg.html#registry-handle-objects)6237    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3/library/winsound.html)6238  - [Службы, специфичные для Unix](https://python-all.ru/3/library/unix.html)62396240    - [`shlex` – Простой лексический анализ](https://python-all.ru/3/library/shlex.html)62416242      - [Объекты shlex](https://python-all.ru/3/library/shlex.html#shlex-objects)6243      - [Правила разбора](https://python-all.ru/3/library/shlex.html#parsing-rules)6244      - [Улучшенная совместимость с оболочками](https://python-all.ru/3/library/shlex.html#improved-compatibility-with-shells)6245    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3/library/posix.html)62466247      - [Поддержка больших файлов](https://python-all.ru/3/library/posix.html#large-file-support)6248      - [Примечательное содержимое модуля](https://python-all.ru/3/library/posix.html#notable-module-contents)6249    - [`pwd` – База данных паролей](https://python-all.ru/3/library/pwd.html)6250    - [`grp` – База данных групп](https://python-all.ru/3/library/grp.html)6251    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3/library/termios.html)62526253      - [Пример](https://python-all.ru/3/library/termios.html#example)6254    - [`tty` – Функции управления терминалом](https://python-all.ru/3/library/tty.html)6255    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3/library/pty.html)62566257      - [Пример](https://python-all.ru/3/library/pty.html#example)6258    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3/library/fcntl.html)6259    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3/library/resource.html)62606261      - [Ограничения ресурсов](https://python-all.ru/3/library/resource.html#resource-limits)6262      - [Использование ресурсов](https://python-all.ru/3/library/resource.html#resource-usage)6263    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3/library/syslog.html)62646265      - [Примеры](https://python-all.ru/3/library/syslog.html#examples)62666267        - [Простой пример](https://python-all.ru/3/library/syslog.html#simple-example)6268  - [Интерфейс командной строки модулей (CLI)](https://python-all.ru/3/library/cmdline.html)6269  - [Заменённые модули](https://python-all.ru/3/library/superseded.html)62706271    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3/library/getopt.html)6272  - [Удалённые модули](https://python-all.ru/3/library/removed.html)6273  - [Вопросы безопасности](https://python-all.ru/3/library/security_warnings.html)6274- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3/extending/index.html)62756276  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3/extending/index.html#recommended-third-party-tools)6277  - [Создание расширений без сторонних инструментов](https://python-all.ru/3/extending/index.html#creating-extensions-without-third-party-tools)62786279    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3/extending/extending.html)62806281      - [1.1. Простой пример](https://python-all.ru/3/extending/extending.html#a-simple-example)6282      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3/extending/extending.html#intermezzo-errors-and-exceptions)6283      - [1.3. Возвращение к примеру](https://python-all.ru/3/extending/extending.html#back-to-the-example)6284      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3/extending/extending.html#the-module-s-method-table-and-initialization-function)6285      - [1.5. Компиляция и компоновка](https://python-all.ru/3/extending/extending.html#compilation-and-linkage)6286      - [1.6. Вызов функций Python из C](https://python-all.ru/3/extending/extending.html#calling-python-functions-from-c)6287      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3/extending/extending.html#extracting-parameters-in-extension-functions)6288      - [1.8. Ключевые параметры для функций расширения](https://python-all.ru/3/extending/extending.html#keyword-parameters-for-extension-functions)6289      - [1.9. Построение произвольных значений](https://python-all.ru/3/extending/extending.html#building-arbitrary-values)6290      - [1.10. Счетчики ссылок](https://python-all.ru/3/extending/extending.html#reference-counts)62916292        - [1.10.1. Подсчет ссылок в Python](https://python-all.ru/3/extending/extending.html#reference-counting-in-python)6293        - [1.10.2. Правила владения](https://python-all.ru/3/extending/extending.html#ownership-rules)6294        - [1.10.3. Тонкий лед](https://python-all.ru/3/extending/extending.html#thin-ice)6295        - [1.10.4. Нулевые указатели](https://python-all.ru/3/extending/extending.html#null-pointers)6296      - [1.11. Написание расширений на C++](https://python-all.ru/3/extending/extending.html#writing-extensions-in-c)6297      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3/extending/extending.html#providing-a-c-api-for-an-extension-module)6298    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3/extending/newtypes_tutorial.html)62996300      - [2.1. Основы](https://python-all.ru/3/extending/newtypes_tutorial.html#the-basics)6301      - [2.2. Добавление данных и методов к базовому примеру](https://python-all.ru/3/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)6302      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)6303      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)6304      - [2.5. Создание подклассов других типов](https://python-all.ru/3/extending/newtypes_tutorial.html#subclassing-other-types)6305    - [3. Определение типов расширения: различные вопросы](https://python-all.ru/3/extending/newtypes.html)63066307      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3/extending/newtypes.html#finalization-and-de-allocation)6308      - [3.2. Представление объекта](https://python-all.ru/3/extending/newtypes.html#object-presentation)6309      - [3.3. Управление атрибутами](https://python-all.ru/3/extending/newtypes.html#attribute-management)63106311        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3/extending/newtypes.html#generic-attribute-management)6312        - [3.3.2. Управление атрибутами, специфичными для типа](https://python-all.ru/3/extending/newtypes.html#type-specific-attribute-management)6313      - [3.4. Сравнение объектов](https://python-all.ru/3/extending/newtypes.html#object-comparison)6314      - [3.5. Поддержка абстрактного протокола](https://python-all.ru/3/extending/newtypes.html#abstract-protocol-support)6315      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3/extending/newtypes.html#weak-reference-support)6316      - [3.7. Дополнительные рекомендации](https://python-all.ru/3/extending/newtypes.html#more-suggestions)6317    - [4. Сборка расширений C и C++](https://python-all.ru/3/extending/building.html)63186319      - [4.1. Сборка расширений C и C++ с помощью setuptools](https://python-all.ru/3/extending/building.html#building-c-and-c-extensions-with-setuptools)6320    - [5. Сборка расширений C и C++ в Windows](https://python-all.ru/3/extending/windows.html)63216322      - [5.1. Рецептурный подход](https://python-all.ru/3/extending/windows.html#a-cookbook-approach)6323      - [5.2. Различия между Unix и Windows](https://python-all.ru/3/extending/windows.html#differences-between-unix-and-windows)6324      - [5.3. Использование DLL на практике](https://python-all.ru/3/extending/windows.html#using-dlls-in-practice)6325  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)63266327    - [1. Встраивание Python в другое приложение](https://python-all.ru/3/extending/embedding.html)63286329      - [1.1. Встраивание очень высокого уровня](https://python-all.ru/3/extending/embedding.html#very-high-level-embedding)6330      - [1.2. За пределами встраивания очень высокого уровня: обзор](https://python-all.ru/3/extending/embedding.html#beyond-very-high-level-embedding-an-overview)6331      - [1.3. Чистое встраивание](https://python-all.ru/3/extending/embedding.html#pure-embedding)6332      - [1.4. Расширение встроенного Python](https://python-all.ru/3/extending/embedding.html#extending-embedded-python)6333      - [1.5. Встраивание Python в C++](https://python-all.ru/3/extending/embedding.html#embedding-python-in-c)6334      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3/extending/embedding.html#compiling-and-linking-under-unix-like-systems)6335- [Справочное руководство по Python/C API](https://python-all.ru/3/c-api/index.html)63366337  - [Введение](https://python-all.ru/3/c-api/intro.html)63386339    - [Совместимость версий языка](https://python-all.ru/3/c-api/intro.html#language-version-compatibility)6340    - [Стандарты кодирования](https://python-all.ru/3/c-api/intro.html#coding-standards)6341    - [Заголовочные файлы](https://python-all.ru/3/c-api/intro.html#include-files)6342    - [Полезные макросы](https://python-all.ru/3/c-api/intro.html#useful-macros)63436344      - [Макросы строк документации](https://python-all.ru/3/c-api/intro.html#docstring-macros)6345      - [Макросы общего назначения](https://python-all.ru/3/c-api/intro.html#general-utility-macros)63466347        - [Числовые утилиты](https://python-all.ru/3/c-api/intro.html#numeric-utilities)6348        - [Утилиты утверждений](https://python-all.ru/3/c-api/intro.html#assertion-utilities)6349        - [Утилиты размеров типов](https://python-all.ru/3/c-api/intro.html#type-size-utilities)6350        - [Утилиты определения макросов](https://python-all.ru/3/c-api/intro.html#macro-definition-utilities)6351      - [Утилиты объявлений](https://python-all.ru/3/c-api/intro.html#declaration-utilities)6352      - [Устаревшие макросы](https://python-all.ru/3/c-api/intro.html#outdated-macros)6353    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3/c-api/intro.html#objects-types-and-reference-counts)63546355      - [Счётчики ссылок](https://python-all.ru/3/c-api/intro.html#reference-counts)63566357        - [Подробности подсчёта ссылок](https://python-all.ru/3/c-api/intro.html#reference-count-details)6358      - [Типы](https://python-all.ru/3/c-api/intro.html#types)6359    - [Исключения](https://python-all.ru/3/c-api/intro.html#exceptions)6360    - [Встраивание Python](https://python-all.ru/3/c-api/intro.html#embedding-python)6361    - [Отладочные сборки](https://python-all.ru/3/c-api/intro.html#debugging-builds)6362    - [Рекомендуемые сторонние инструменты](https://python-all.ru/3/c-api/intro.html#recommended-third-party-tools)6363  - [Стабильность C API](https://python-all.ru/3/c-api/stable.html)63646365    - [Нестабильное C API](https://python-all.ru/3/c-api/stable.html#unstable-c-api)6366    - [Стабильный ABI](https://python-all.ru/3/c-api/stable.html#stable-application-binary-interface)63676368      - [Ограниченный C API](https://python-all.ru/3/c-api/stable.html#limited-c-api)6369      - [Стабильный ABI](https://python-all.ru/3/c-api/stable.html#stable-abi)6370      - [Limited API: область применения и производительность](https://python-all.ru/3/c-api/stable.html#limited-api-scope-and-performance)6371      - [Предостережения относительно Limited API](https://python-all.ru/3/c-api/stable.html#limited-api-caveats)6372    - [Особенности платформ](https://python-all.ru/3/c-api/stable.html#platform-considerations)6373    - [Содержимое ограниченного API](https://python-all.ru/3/c-api/stable.html#contents-of-limited-api)6374  - [Очень высокоуровневый слой](https://python-all.ru/3/c-api/veryhigh.html)63756376    - [Доступные стартовые символы](https://python-all.ru/3/c-api/veryhigh.html#available-start-symbols)6377    - [Влияние на стек](https://python-all.ru/3/c-api/veryhigh.html#stack-effects)6378  - [Подсчёт ссылок](https://python-all.ru/3/c-api/refcounting.html)6379  - [Обработка исключений](https://python-all.ru/3/c-api/exceptions.html)63806381    - [Вывод и очистка](https://python-all.ru/3/c-api/exceptions.html#printing-and-clearing)6382    - [Возбуждение исключений](https://python-all.ru/3/c-api/exceptions.html#raising-exceptions)6383    - [Выдача предупреждений](https://python-all.ru/3/c-api/exceptions.html#issuing-warnings)6384    - [Запрос индикатора ошибки](https://python-all.ru/3/c-api/exceptions.html#querying-the-error-indicator)6385    - [Обработка сигналов](https://python-all.ru/3/c-api/exceptions.html#signal-handling)6386    - [Классы исключений](https://python-all.ru/3/c-api/exceptions.html#exception-classes)6387    - [Объекты исключений](https://python-all.ru/3/c-api/exceptions.html#exception-objects)6388    - [Объекты исключений Unicode](https://python-all.ru/3/c-api/exceptions.html#unicode-exception-objects)6389    - [Управление рекурсией](https://python-all.ru/3/c-api/exceptions.html#recursion-control)6390    - [Типы исключений и предупреждений](https://python-all.ru/3/c-api/exceptions.html#exception-and-warning-types)63916392      - [Типы исключений](https://python-all.ru/3/c-api/exceptions.html#exception-types)6393      - [Псевдонимы OSError](https://python-all.ru/3/c-api/exceptions.html#oserror-aliases)6394      - [Типы предупреждений](https://python-all.ru/3/c-api/exceptions.html#warning-types)6395    - [Трассировки](https://python-all.ru/3/c-api/exceptions.html#tracebacks)6396  - [Определение модулей-расширений](https://python-all.ru/3/c-api/extension-modules.html)63976398    - [Несколько экземпляров модуля](https://python-all.ru/3/c-api/extension-modules.html#multiple-module-instances)6399    - [Функция инициализации](https://python-all.ru/3/c-api/extension-modules.html#initialization-function)6400    - [Многофазная инициализация](https://python-all.ru/3/c-api/extension-modules.html#multi-phase-initialization)6401    - [Устаревшая однофазная инициализация](https://python-all.ru/3/c-api/extension-modules.html#legacy-single-phase-initialization)6402  - [Утилиты](https://python-all.ru/3/c-api/utilities.html)64036404    - [Утилиты операционной системы](https://python-all.ru/3/c-api/sys.html)6405    - [Системные функции](https://python-all.ru/3/c-api/sys.html#system-functions)6406    - [Управление процессами](https://python-all.ru/3/c-api/sys.html#process-control)6407    - [Импорт модулей](https://python-all.ru/3/c-api/import.html)6408    - [Поддержка маршалинга данных](https://python-all.ru/3/c-api/marshal.html)6409    - [Разбор аргументов и сборка значений](https://python-all.ru/3/c-api/arg.html)64106411      - [Разбор аргументов](https://python-all.ru/3/c-api/arg.html#parsing-arguments)64126413        - [Строки и буферы](https://python-all.ru/3/c-api/arg.html#strings-and-buffers)6414        - [Числа](https://python-all.ru/3/c-api/arg.html#numbers)6415        - [Другие объекты](https://python-all.ru/3/c-api/arg.html#other-objects)6416        - [Функции API](https://python-all.ru/3/c-api/arg.html#api-functions)6417      - [Сборка значений](https://python-all.ru/3/c-api/arg.html#building-values)6418    - [Преобразование и форматирование строк](https://python-all.ru/3/c-api/conversion.html)6419    - [Классификация и преобразование символов](https://python-all.ru/3/c-api/conversion.html#character-classification-and-conversion)6420    - [PyHash API](https://python-all.ru/3/c-api/hash.html)6421    - [Рефлексия](https://python-all.ru/3/c-api/reflection.html)6422    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3/c-api/codec.html)64236424      - [API поиска кодировок](https://python-all.ru/3/c-api/codec.html#codec-lookup-api)6425      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)6426      - [Вспомогательные переменные кодировок](https://python-all.ru/3/c-api/codec.html#codec-utility-variables)6427    - [PyTime C API](https://python-all.ru/3/c-api/time.html)64286429      - [Типы](https://python-all.ru/3/c-api/time.html#types)6430      - [Функции часов](https://python-all.ru/3/c-api/time.html#clock-functions)6431      - [Низкоуровневые функции часов](https://python-all.ru/3/c-api/time.html#raw-clock-functions)6432      - [Функции преобразования](https://python-all.ru/3/c-api/time.html#conversion-functions)6433    - [Поддержка карт производительности](https://python-all.ru/3/c-api/perfmaps.html)6434  - [Слой абстрактных объектов](https://python-all.ru/3/c-api/abstract.html)64356436    - [Протокол объекта](https://python-all.ru/3/c-api/object.html)6437    - [Протокол вызова](https://python-all.ru/3/c-api/call.html)64386439      - [Протокол *tp\_call*](https://python-all.ru/3/c-api/call.html#the-tp-call-protocol)6440      - [Протокол Vectorcall](https://python-all.ru/3/c-api/call.html#the-vectorcall-protocol)64416442        - [Управление рекурсией](https://python-all.ru/3/c-api/call.html#recursion-control)6443        - [API поддержки vectorcall](https://python-all.ru/3/c-api/call.html#vectorcall-support-api)6444      - [API вызова объектов](https://python-all.ru/3/c-api/call.html#object-calling-api)6445      - [API поддержки вызова](https://python-all.ru/3/c-api/call.html#call-support-api)6446    - [Протокол чисел](https://python-all.ru/3/c-api/number.html)6447    - [Протокол последовательностей](https://python-all.ru/3/c-api/sequence.html)6448    - [Протокол отображений](https://python-all.ru/3/c-api/mapping.html)6449    - [Протокол итератора](https://python-all.ru/3/c-api/iter.html)6450    - [Протокол буфера](https://python-all.ru/3/c-api/buffer.html)64516452      - [Структура буфера](https://python-all.ru/3/c-api/buffer.html#buffer-structure)6453      - [Типы запросов буфера](https://python-all.ru/3/c-api/buffer.html#buffer-request-types)64546455        - [поля, не зависящие от запроса](https://python-all.ru/3/c-api/buffer.html#request-independent-fields)6456        - [только для чтения, формат](https://python-all.ru/3/c-api/buffer.html#readonly-format)6457        - [форма, шаги, подсмещения](https://python-all.ru/3/c-api/buffer.html#shape-strides-suboffsets)6458        - [запросы непрерывности](https://python-all.ru/3/c-api/buffer.html#contiguity-requests)6459        - [составные запросы](https://python-all.ru/3/c-api/buffer.html#compound-requests)6460      - [Комплексные массивы](https://python-all.ru/3/c-api/buffer.html#complex-arrays)64616462        - [В стиле NumPy: форма и шаги](https://python-all.ru/3/c-api/buffer.html#numpy-style-shape-and-strides)6463        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)6464      - [Функции, связанные с буферами](https://python-all.ru/3/c-api/buffer.html#buffer-related-functions)6465  - [Слой конкретных объектов](https://python-all.ru/3/c-api/concrete.html)64666467    - [Базовые объекты](https://python-all.ru/3/c-api/concrete.html#fundamental-objects)64686469      - [Объекты типов](https://python-all.ru/3/c-api/type.html)64706471        - [Создание типов, размещаемых в куче](https://python-all.ru/3/c-api/type.html#creating-heap-allocated-types)6472      - [Объект `None`](https://python-all.ru/3/c-api/none.html)6473    - [Числовые объекты](https://python-all.ru/3/c-api/concrete.html#numeric-objects)64746475      - [Объекты целых чисел](https://python-all.ru/3/c-api/long.html)64766477        - [Экспортный API](https://python-all.ru/3/c-api/long.html#export-api)6478        - [PyLongWriter API](https://python-all.ru/3/c-api/long.html#pylongwriter-api)6479        - [Устаревший API](https://python-all.ru/3/c-api/long.html#deprecated-api)6480      - [Объекты логических значений](https://python-all.ru/3/c-api/bool.html)6481      - [Объекты чисел с плавающей запятой](https://python-all.ru/3/c-api/float.html)64826483        - [Функции упаковки и распаковки](https://python-all.ru/3/c-api/float.html#pack-and-unpack-functions)64846485          - [Функции упаковки](https://python-all.ru/3/c-api/float.html#pack-functions)6486          - [Функции распаковки](https://python-all.ru/3/c-api/float.html#unpack-functions)6487      - [Объекты комплексных чисел](https://python-all.ru/3/c-api/complex.html)64886489        - [Комплексные числа как структуры C](https://python-all.ru/3/c-api/complex.html#complex-numbers-as-c-structures)6490        - [Комплексные числа как объекты Python](https://python-all.ru/3/c-api/complex.html#complex-numbers-as-python-objects)6491    - [Объекты последовательностей](https://python-all.ru/3/c-api/concrete.html#sequence-objects)64926493      - [Объекты bytes](https://python-all.ru/3/c-api/bytes.html)6494      - [Объекты массива байтов](https://python-all.ru/3/c-api/bytearray.html)64956496        - [Макросы проверки типа](https://python-all.ru/3/c-api/bytearray.html#type-check-macros)6497        - [Функции прямого API](https://python-all.ru/3/c-api/bytearray.html#direct-api-functions)6498        - [Макросы](https://python-all.ru/3/c-api/bytearray.html#macros)6499      - [Объекты Unicode и кодеки](https://python-all.ru/3/c-api/unicode.html)65006501        - [Объекты Unicode](https://python-all.ru/3/c-api/unicode.html#unicode-objects)65026503          - [Тип Юникода](https://python-all.ru/3/c-api/unicode.html#unicode-type)6504          - [Свойства символов Юникода](https://python-all.ru/3/c-api/unicode.html#unicode-character-properties)6505          - [Создание и доступ к строкам Юникода](https://python-all.ru/3/c-api/unicode.html#creating-and-accessing-unicode-strings)6506          - [Локальная кодировка](https://python-all.ru/3/c-api/unicode.html#locale-encoding)6507          - [Кодировка файловой системы](https://python-all.ru/3/c-api/unicode.html#file-system-encoding)6508          - [Поддержка wchar\_t](https://python-all.ru/3/c-api/unicode.html#wchar-t-support)6509        - [Встроенные кодеки](https://python-all.ru/3/c-api/unicode.html#built-in-codecs)65106511          - [Общие кодеки](https://python-all.ru/3/c-api/unicode.html#generic-codecs)6512          - [Кодеки UTF-8](https://python-all.ru/3/c-api/unicode.html#utf-8-codecs)6513          - [Кодеки UTF-32](https://python-all.ru/3/c-api/unicode.html#utf-32-codecs)6514          - [Кодеки UTF-16](https://python-all.ru/3/c-api/unicode.html#utf-16-codecs)6515          - [Кодеки UTF-7](https://python-all.ru/3/c-api/unicode.html#utf-7-codecs)6516          - [Кодеки Unicode-Escape](https://python-all.ru/3/c-api/unicode.html#unicode-escape-codecs)6517          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3/c-api/unicode.html#raw-unicode-escape-codecs)6518          - [Кодеки Latin-1](https://python-all.ru/3/c-api/unicode.html#latin-1-codecs)6519          - [Кодеки ASCII](https://python-all.ru/3/c-api/unicode.html#ascii-codecs)6520          - [Кодеки символьной карты](https://python-all.ru/3/c-api/unicode.html#character-map-codecs)6521          - [Кодеки MBCS для Windows](https://python-all.ru/3/c-api/unicode.html#mbcs-codecs-for-windows)6522        - [Методы и слот-функции](https://python-all.ru/3/c-api/unicode.html#methods-and-slot-functions)6523        - [PyUnicodeWriter](https://python-all.ru/3/c-api/unicode.html#pyunicodewriter)6524        - [Устаревший API](https://python-all.ru/3/c-api/unicode.html#deprecated-api)6525      - [Кортежи](https://python-all.ru/3/c-api/tuple.html)6526      - [Объекты структурных последовательностей](https://python-all.ru/3/c-api/tuple.html#struct-sequence-objects)6527      - [Списки](https://python-all.ru/3/c-api/list.html)6528    - [Объекты контейнеров](https://python-all.ru/3/c-api/concrete.html#container-objects)65296530      - [Объекты словарей](https://python-all.ru/3/c-api/dict.html)65316532        - [Объекты представлений словарей](https://python-all.ru/3/c-api/dict.html#dictionary-view-objects)6533        - [Упорядоченные словари](https://python-all.ru/3/c-api/dict.html#ordered-dictionaries)6534      - [Множества](https://python-all.ru/3/c-api/set.html)65356536        - [Устаревший API](https://python-all.ru/3/c-api/set.html#deprecated-api)6537    - [Объекты функций](https://python-all.ru/3/c-api/concrete.html#function-objects)65386539      - [Объекты функций](https://python-all.ru/3/c-api/function.html)6540      - [Объекты методов экземпляра](https://python-all.ru/3/c-api/method.html)6541      - [Объекты методов](https://python-all.ru/3/c-api/method.html#method-objects)6542      - [Объекты ячеек](https://python-all.ru/3/c-api/cell.html)6543      - [Объекты кода](https://python-all.ru/3/c-api/code.html)6544      - [Флаги объектов кода](https://python-all.ru/3/c-api/code.html#code-object-flags)6545      - [Дополнительная информация](https://python-all.ru/3/c-api/code.html#extra-information)6546    - [Прочие объекты](https://python-all.ru/3/c-api/concrete.html#other-objects)65476548      - [Объекты файлов](https://python-all.ru/3/c-api/file.html)65496550        - [Частично устаревший API](https://python-all.ru/3/c-api/file.html#soft-deprecated-api)6551      - [Объекты модулей](https://python-all.ru/3/c-api/module.html)6552      - [Определения модулей](https://python-all.ru/3/c-api/module.html#module-definitions)65536554        - [Слоты модулей](https://python-all.ru/3/c-api/module.html#module-slots)6555      - [Динамическое создание модулей расширения](https://python-all.ru/3/c-api/module.html#creating-extension-modules-dynamically)6556      - [Вспомогательные функции](https://python-all.ru/3/c-api/module.html#support-functions)65576558        - [Поиск модуля (однофазовая инициализация)](https://python-all.ru/3/c-api/module.html#module-lookup-single-phase-initialization)6559      - [Объекты итераторов](https://python-all.ru/3/c-api/iterator.html)65606561        - [Объекты range](https://python-all.ru/3/c-api/iterator.html#range-objects)6562        - [Встроенные типы итераторов](https://python-all.ru/3/c-api/iterator.html#builtin-iterator-types)6563        - [Прочие объекты итераторов](https://python-all.ru/3/c-api/iterator.html#other-iterator-objects)6564      - [Объекты дескрипторов](https://python-all.ru/3/c-api/descriptor.html)65656566        - [Встроенные дескрипторы](https://python-all.ru/3/c-api/descriptor.html#built-in-descriptors)6567      - [Объекты срезов](https://python-all.ru/3/c-api/slice.html)65686569        - [Объект Ellipsis](https://python-all.ru/3/c-api/slice.html#ellipsis-object)6570      - [Объекты memoryview](https://python-all.ru/3/c-api/memoryview.html)6571      - [Объекты буфера pickle](https://python-all.ru/3/c-api/picklebuffer.html)6572      - [Объекты слабых ссылок](https://python-all.ru/3/c-api/weakref.html)6573      - [Капсулы](https://python-all.ru/3/c-api/capsule.html)6574      - [Объекты фреймов](https://python-all.ru/3/c-api/frame.html)65756576        - [Прокси локальных переменных фрейма](https://python-all.ru/3/c-api/frame.html#frame-locals-proxies)6577        - [Устаревшие API для локальных переменных](https://python-all.ru/3/c-api/frame.html#legacy-local-variable-apis)6578        - [Внутренние фреймы](https://python-all.ru/3/c-api/frame.html#internal-frames)6579      - [Объекты-генераторы](https://python-all.ru/3/c-api/gen.html)65806581        - [Объекты асинхронных генераторов](https://python-all.ru/3/c-api/gen.html#asynchronous-generator-objects)6582        - [Устаревший API](https://python-all.ru/3/c-api/gen.html#deprecated-api)6583      - [Объекты корутин](https://python-all.ru/3/c-api/coro.html)6584      - [Объекты контекстных переменных](https://python-all.ru/3/c-api/contextvars.html)6585      - [Объекты для аннотации типов](https://python-all.ru/3/c-api/typehints.html)6586    - [C API для модулей расширения](https://python-all.ru/3/c-api/concrete.html#c-api-for-extension-modules)65876588      - [C API библиотеки curses](https://python-all.ru/3/c-api/curses.html)6589      - [Внутренние данные](https://python-all.ru/3/c-api/curses.html#internal-data)6590      - [Объекты datetime](https://python-all.ru/3/c-api/datetime.html)6591      - [Внутренние данные](https://python-all.ru/3/c-api/datetime.html#internal-data)6592  - [Инициализация и завершение интерпретатора](https://python-all.ru/3/c-api/interp-lifecycle.html)65936594    - [Перед инициализацией Python](https://python-all.ru/3/c-api/interp-lifecycle.html#before-python-initialization)6595    - [Глобальные переменные конфигурации](https://python-all.ru/3/c-api/interp-lifecycle.html#global-configuration-variables)6596    - [Инициализация и финализация интерпретатора](https://python-all.ru/3/c-api/interp-lifecycle.html#initializing-and-finalizing-the-interpreter)6597    - [Предостережения относительно финализации во время выполнения](https://python-all.ru/3/c-api/interp-lifecycle.html#cautions-regarding-runtime-finalization)6598    - [Параметры уровня процесса](https://python-all.ru/3/c-api/interp-lifecycle.html#process-wide-parameters)6599  - [Состояния потоков и глобальная блокировка интерпретатора](https://python-all.ru/3/c-api/threads.html)66006601    - [Отсоединение состояния потока от кода расширения](https://python-all.ru/3/c-api/threads.html#detaching-the-thread-state-from-extension-code)66026603      - [API](https://python-all.ru/3/c-api/threads.html#apis)6604    - [Потоки, созданные не в Python](https://python-all.ru/3/c-api/threads.html#non-python-created-threads)6605    - [Устаревший API](https://python-all.ru/3/c-api/threads.html#legacy-api)6606    - [Предостережения о fork()](https://python-all.ru/3/c-api/threads.html#cautions-about-fork)6607    - [API высокого уровня](https://python-all.ru/3/c-api/threads.html#high-level-apis)6608    - [API состояния GIL](https://python-all.ru/3/c-api/threads.html#gil-state-apis)6609    - [API низкого уровня](https://python-all.ru/3/c-api/threads.html#low-level-apis)6610  - [Асинхронные уведомления](https://python-all.ru/3/c-api/threads.html#asynchronous-notifications)6611  - [API потоков операционной системы](https://python-all.ru/3/c-api/threads.html#operating-system-thread-apis)6612  - [Примитивы синхронизации](https://python-all.ru/3/c-api/synchronization.html)66136614    - [API критической секции Python](https://python-all.ru/3/c-api/synchronization.html#python-critical-section-api)6615    - [Устаревшие API блокировок](https://python-all.ru/3/c-api/synchronization.html#legacy-locking-apis)6616  - [Поддержка локального хранилища потоков](https://python-all.ru/3/c-api/tls.html)66176618    - [API хранилища, специфичного для потоков](https://python-all.ru/3/c-api/tls.html#thread-specific-storage-api)6619    - [Динамическое выделение памяти](https://python-all.ru/3/c-api/tls.html#dynamic-allocation)6620    - [Методы](https://python-all.ru/3/c-api/tls.html#methods)6621    - [Устаревшие API](https://python-all.ru/3/c-api/tls.html#legacy-apis)6622  - [Несколько интерпретаторов в процессе Python](https://python-all.ru/3/c-api/subinterpreters.html)66236624    - [GIL для каждого интерпретатора](https://python-all.ru/3/c-api/subinterpreters.html#a-per-interpreter-gil)6625    - [Ошибки и предостережения](https://python-all.ru/3/c-api/subinterpreters.html#bugs-and-caveats)6626    - [API высокого уровня](https://python-all.ru/3/c-api/subinterpreters.html#high-level-apis)6627    - [API низкого уровня](https://python-all.ru/3/c-api/subinterpreters.html#low-level-apis)6628    - [Расширенная поддержка отладчика](https://python-all.ru/3/c-api/subinterpreters.html#advanced-debugger-support)6629  - [Профилирование и трассировка](https://python-all.ru/3/c-api/profiling.html)6630  - [Трассировка ссылок](https://python-all.ru/3/c-api/profiling.html#reference-tracing)6631  - [Конфигурация инициализации Python](https://python-all.ru/3/c-api/init_config.html)66326633    - [PyInitConfig C API](https://python-all.ru/3/c-api/init_config.html#pyinitconfig-c-api)66346635      - [Пример](https://python-all.ru/3/c-api/init_config.html#example)6636      - [Создание конфигурации](https://python-all.ru/3/c-api/init_config.html#create-config)6637      - [Обработка ошибок](https://python-all.ru/3/c-api/init_config.html#error-handling)6638      - [Получение параметров](https://python-all.ru/3/c-api/init_config.html#get-options)6639      - [Установка параметров](https://python-all.ru/3/c-api/init_config.html#set-options)6640      - [Модуль](https://python-all.ru/3/c-api/init_config.html#module)6641      - [Инициализация Python](https://python-all.ru/3/c-api/init_config.html#initialize-python)6642    - [Параметры конфигурации](https://python-all.ru/3/c-api/init_config.html#configuration-options)6643    - [API конфигурации времени выполнения Python](https://python-all.ru/3/c-api/init_config.html#runtime-python-configuration-api)6644    - [PyConfig C API](https://python-all.ru/3/c-api/init_config.html#pyconfig-c-api)66456646      - [Пример](https://python-all.ru/3/c-api/init_config.html#id1)6647      - [PyWideStringList](https://python-all.ru/3/c-api/init_config.html#pywidestringlist)6648      - [PyStatus](https://python-all.ru/3/c-api/init_config.html#pystatus)6649      - [PyPreConfig](https://python-all.ru/3/c-api/init_config.html#pypreconfig)6650      - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3/c-api/init_config.html#preinitialize-python-with-pypreconfig)6651      - [PyConfig](https://python-all.ru/3/c-api/init_config.html#pyconfig)6652      - [Инициализация с помощью PyConfig](https://python-all.ru/3/c-api/init_config.html#initialization-with-pyconfig)6653      - [Изолированная конфигурация](https://python-all.ru/3/c-api/init_config.html#isolated-configuration)6654      - [Конфигурация Python](https://python-all.ru/3/c-api/init_config.html#python-configuration)6655      - [Конфигурация путей Python](https://python-all.ru/3/c-api/init_config.html#python-path-configuration)6656    - [Py\_GetArgcArgv()](https://python-all.ru/3/c-api/init_config.html#py-getargcargv)6657    - [Отложенное выполнение главного модуля](https://python-all.ru/3/c-api/init_config.html#delaying-main-module-execution)6658  - [Управление памятью](https://python-all.ru/3/c-api/memory.html)66596660    - [Обзор](https://python-all.ru/3/c-api/memory.html#overview)6661    - [Домены аллокаторов](https://python-all.ru/3/c-api/memory.html#allocator-domains)6662    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3/c-api/memory.html#raw-memory-interface)6663    - [Интерфейс памяти](https://python-all.ru/3/c-api/memory.html#memory-interface)66646665      - [Устаревшие псевдонимы](https://python-all.ru/3/c-api/memory.html#deprecated-aliases)6666    - [Аллокаторы объектов](https://python-all.ru/3/c-api/memory.html#object-allocators)6667    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3/c-api/memory.html#default-memory-allocators)6668    - [Настройка аллокаторов памяти](https://python-all.ru/3/c-api/memory.html#customize-memory-allocators)6669    - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)6670    - [Аллокатор pymalloc](https://python-all.ru/3/c-api/memory.html#the-pymalloc-allocator)66716672      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3/c-api/memory.html#customize-pymalloc-arena-allocator)6673    - [Аллокатор mimalloc](https://python-all.ru/3/c-api/memory.html#the-mimalloc-allocator)6674    - [C API модуля tracemalloc](https://python-all.ru/3/c-api/memory.html#tracemalloc-c-api)6675    - [Примеры](https://python-all.ru/3/c-api/memory.html#examples)6676  - [Поддержка реализации объектов](https://python-all.ru/3/c-api/objimpl.html)66776678    - [Выделение объектов в куче](https://python-all.ru/3/c-api/allocation.html)66796680      - [Мягко устаревшие псевдонимы](https://python-all.ru/3/c-api/allocation.html#soft-deprecated-aliases)6681    - [Жизненный цикл объекта](https://python-all.ru/3/c-api/lifecycle.html)66826683      - [События жизненного цикла](https://python-all.ru/3/c-api/lifecycle.html#life-events)6684      - [Уничтожение циклических изолятов](https://python-all.ru/3/c-api/lifecycle.html#cyclic-isolate-destruction)6685      - [Функции](https://python-all.ru/3/c-api/lifecycle.html#functions)6686    - [Общие структуры объектов](https://python-all.ru/3/c-api/structures.html)66876688      - [Базовые типы объектов и макросы](https://python-all.ru/3/c-api/structures.html#base-object-types-and-macros)6689      - [Реализация функций и методов](https://python-all.ru/3/c-api/structures.html#implementing-functions-and-methods)6690      - [Доступ к атрибутам типов-расширений](https://python-all.ru/3/c-api/structures.html#accessing-attributes-of-extension-types)66916692        - [Флаги членов](https://python-all.ru/3/c-api/structures.html#member-flags)6693        - [Типы членов](https://python-all.ru/3/c-api/structures.html#member-types)6694        - [Определение геттеров и сеттеров](https://python-all.ru/3/c-api/structures.html#defining-getters-and-setters)6695    - [Структуры объектов типов](https://python-all.ru/3/c-api/typeobj.html)66966697      - [Краткий справочник](https://python-all.ru/3/c-api/typeobj.html#quick-reference)66986699        - [“tp slots”](https://python-all.ru/3/c-api/typeobj.html#tp-slots)6700        - [под-слоты](https://python-all.ru/3/c-api/typeobj.html#sub-slots)6701        - [typedefs слотов](https://python-all.ru/3/c-api/typeobj.html#slot-typedefs)6702      - [Определение PyTypeObject](https://python-all.ru/3/c-api/typeobj.html#pytypeobject-definition)6703      - [Слоты PyObject](https://python-all.ru/3/c-api/typeobj.html#pyobject-slots)6704      - [Слоты PyVarObject](https://python-all.ru/3/c-api/typeobj.html#pyvarobject-slots)6705      - [Слоты PyTypeObject](https://python-all.ru/3/c-api/typeobj.html#pytypeobject-slots)6706      - [Статические типы](https://python-all.ru/3/c-api/typeobj.html#static-types)6707      - [Типы в куче](https://python-all.ru/3/c-api/typeobj.html#heap-types)6708      - [Структуры числовых объектов](https://python-all.ru/3/c-api/typeobj.html#number-object-structures)6709      - [Структуры объектов отображений](https://python-all.ru/3/c-api/typeobj.html#mapping-object-structures)6710      - [Структуры объектов последовательностей](https://python-all.ru/3/c-api/typeobj.html#sequence-object-structures)6711      - [Структуры буферных объектов](https://python-all.ru/3/c-api/typeobj.html#buffer-object-structures)6712      - [Структуры асинхронных объектов](https://python-all.ru/3/c-api/typeobj.html#async-object-structures)6713      - [typedefs типов слотов](https://python-all.ru/3/c-api/typeobj.html#slot-type-typedefs)6714      - [Примеры](https://python-all.ru/3/c-api/typeobj.html#examples)6715    - [Поддержка циклической сборки мусора](https://python-all.ru/3/c-api/gcsupport.html)67166717      - [Управление состоянием сборщика мусора](https://python-all.ru/3/c-api/gcsupport.html#controlling-the-garbage-collector-state)6718      - [Запрос состояния сборщика мусора](https://python-all.ru/3/c-api/gcsupport.html#querying-garbage-collector-state)6719  - [Версионирование API и ABI](https://python-all.ru/3/c-api/apiabiversion.html)67206721    - [Константы версии времени сборки](https://python-all.ru/3/c-api/apiabiversion.html#build-time-version-constants)6722    - [Версия времени выполнения](https://python-all.ru/3/c-api/apiabiversion.html#run-time-version)6723    - [Макросы упаковки битов](https://python-all.ru/3/c-api/apiabiversion.html#bit-packing-macros)6724  - [Мониторинг C API](https://python-all.ru/3/c-api/monitoring.html)6725  - [Генерация событий выполнения](https://python-all.ru/3/c-api/monitoring.html#generating-execution-events)67266727    - [Управление состоянием мониторинга](https://python-all.ru/3/c-api/monitoring.html#managing-the-monitoring-state)6728- [Установка модулей Python](https://python-all.ru/3/installing/index.html)67296730  - [Ключевые термины](https://python-all.ru/3/installing/index.html#key-terms)6731  - [Основы использования](https://python-all.ru/3/installing/index.html#basic-usage)6732  - [Как мне …?](https://python-all.ru/3/installing/index.html#how-do-i)67336734    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3/installing/index.html#install-packages-just-for-the-current-user)6735    - [… установить научные пакеты Python?](https://python-all.ru/3/installing/index.html#install-scientific-python-packages)6736    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)6737  - [Распространённые проблемы установки](https://python-all.ru/3/installing/index.html#common-installation-issues)67386739    - [Установка в системный Python на Linux](https://python-all.ru/3/installing/index.html#installing-into-the-system-python-on-linux)6740    - [Pip не установлен](https://python-all.ru/3/installing/index.html#pip-not-installed)6741    - [Установка бинарных расширений](https://python-all.ru/3/installing/index.html#installing-binary-extensions)6742- [Руководства Python HOWTO](https://python-all.ru/3/howto/index.html)6743- [Часто задаваемые вопросы по Python](https://python-all.ru/3/faq/index.html)67446745  - [Общие вопросы по Python](https://python-all.ru/3/faq/general.html)67466747    - [Общая информация](https://python-all.ru/3/faq/general.html#general-information)6748    - [Python в реальном мире](https://python-all.ru/3/faq/general.html#python-in-the-real-world)6749  - [Вопросы по программированию](https://python-all.ru/3/faq/programming.html)67506751    - [Общие вопросы](https://python-all.ru/3/faq/programming.html#general-questions)6752    - [Ядро языка](https://python-all.ru/3/faq/programming.html#core-language)6753    - [Числа и строки](https://python-all.ru/3/faq/programming.html#numbers-and-strings)6754    - [Производительность](https://python-all.ru/3/faq/programming.html#performance)6755    - [Последовательности (кортежи/списки)](https://python-all.ru/3/faq/programming.html#sequences-tuples-lists)6756    - [Объекты](https://python-all.ru/3/faq/programming.html#objects)6757    - [Модули](https://python-all.ru/3/faq/programming.html#modules)6758  - [Вопросы по дизайну и истории](https://python-all.ru/3/faq/design.html)67596760    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)6761    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)6762    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3/faq/design.html#why-are-floating-point-calculations-so-inaccurate)6763    - [Почему строки в Python неизменяемы?](https://python-all.ru/3/faq/design.html#why-are-python-strings-immutable)6764    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)6765    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)6766    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)6767    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)6768    - [Насколько быстры исключения?](https://python-all.ru/3/faq/design.html#how-fast-are-exceptions)6769    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)6770    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)6771    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3/faq/design.html#why-can-t-lambda-expressions-contain-statements)6772    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)6773    - [Как Python управляет памятью?](https://python-all.ru/3/faq/design.html#how-does-python-manage-memory)6774    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)6775    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)6776    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3/faq/design.html#why-are-there-separate-tuple-and-list-data-types)6777    - [Как списки реализованы в CPython?](https://python-all.ru/3/faq/design.html#how-are-lists-implemented-in-cpython)6778    - [Как словари реализованы в CPython?](https://python-all.ru/3/faq/design.html#how-are-dictionaries-implemented-in-cpython)6779    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3/faq/design.html#why-must-dictionary-keys-be-immutable)6780    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)6781    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)6782    - [Почему нет goto?](https://python-all.ru/3/faq/design.html#why-is-there-no-goto)6783    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)6784    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)6785    - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3/faq/design.html#why-don-t-generators-support-the-with-statement)6786    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)6787    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)6788  - [FAQ по библиотекам и расширениям](https://python-all.ru/3/faq/library.html)67896790    - [Общие вопросы по библиотекам](https://python-all.ru/3/faq/library.html#general-library-questions)6791    - [Типовые задачи](https://python-all.ru/3/faq/library.html#common-tasks)6792    - [Потоки](https://python-all.ru/3/faq/library.html#threads)6793    - [Ввод и вывод](https://python-all.ru/3/faq/library.html#input-and-output)6794    - [Сетевое и интернет-программирование](https://python-all.ru/3/faq/library.html#network-internet-programming)6795    - [Базы данных](https://python-all.ru/3/faq/library.html#databases)6796    - [Математика и численные методы](https://python-all.ru/3/faq/library.html#mathematics-and-numerics)6797  - [FAQ по расширению и встраиванию](https://python-all.ru/3/faq/extending.html)67986799    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3/faq/extending.html#can-i-create-my-own-functions-in-c)6800    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3/faq/extending.html#id1)6801    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)6802    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)6803    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)6804    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)6805    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)6806    - [Как вызвать метод объекта из C?](https://python-all.ru/3/faq/extending.html#how-do-i-call-an-object-s-method-from-c)6807    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)6808    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)6809    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3/faq/extending.html#how-do-i-interface-to-c-objects-from-python)6810    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)6811    - [Как отлаживать расширение?](https://python-all.ru/3/faq/extending.html#how-do-i-debug-an-extension)6812    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)6813    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)6814    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)6815    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)6816  - [FAQ по Python в Windows](https://python-all.ru/3/faq/windows.html)68176818    - [Как запустить программу Python в Windows?](https://python-all.ru/3/faq/windows.html#how-do-i-run-a-python-program-under-windows)6819    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3/faq/windows.html#how-do-i-make-python-scripts-executable)6820    - [Почему Python иногда так долго запускается?](https://python-all.ru/3/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)6821    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)6822    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)6823    - [Как встроить Python в приложение Windows?](https://python-all.ru/3/faq/windows.html#how-can-i-embed-python-into-a-windows-application)6824    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)6825    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)6826    - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)6827  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3/faq/gui.html)68286829    - [Общие вопросы по GUI](https://python-all.ru/3/faq/gui.html#general-gui-questions)6830    - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3/faq/gui.html#what-gui-toolkits-exist-for-python)6831    - [Вопросы по Tkinter](https://python-all.ru/3/faq/gui.html#tkinter-questions)6832  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3/faq/installed.html)68336834    - [Что такое Python?](https://python-all.ru/3/faq/installed.html#what-is-python)6835    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3/faq/installed.html#why-is-python-installed-on-my-machine)6836    - [Можно ли удалить Python?](https://python-all.ru/3/faq/installed.html#can-i-delete-python)6837- [Устаревания](https://python-all.ru/3/deprecations/index.html)68386839  - [Ожидается удаление в Python 3.15](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-15)6840  - [Запланировано к удалению в Python 3.16](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-16)6841  - [Запланировано к удалению в Python 3.17](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-17)6842  - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-18)6843  - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3/deprecations/index.html#pending-removal-in-python-3-19)6844  - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/deprecations/index.html#pending-removal-in-future-versions)6845  - [Устаревания C API](https://python-all.ru/3/deprecations/index.html#c-api-deprecations)68466847    - [Ожидается удаление в Python 3.15](https://python-all.ru/3/deprecations/index.html#id1)6848    - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3/deprecations/index.html#id2)6849    - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3/deprecations/index.html#id3)6850- [Глоссарий](https://python-all.ru/3/glossary.html)6851- [Об этой документации](https://python-all.ru/3/about.html)68526853  - [Авторы документации Python](https://python-all.ru/3/about.html#contributors-to-the-python-documentation)6854- [Работа с ошибками](https://python-all.ru/3/bugs.html)68556856  - [Ошибки в документации](https://python-all.ru/3/bugs.html#documentation-bugs)6857  - [Использование трекера задач Python](https://python-all.ru/3/bugs.html#using-the-python-issue-tracker)6858  - [Начало работы: участие в разработке Python](https://python-all.ru/3/bugs.html#getting-started-contributing-to-python-yourself)6859- [Авторские права](https://python-all.ru/3/copyright.html)6860- [История и лицензия](https://python-all.ru/3/license.html)68616862  - [История программного обеспечения](https://python-all.ru/3/license.html#history-of-the-software)6863  - [Условия доступа и использования Python](https://python-all.ru/3/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)68646865    - [ЛИЦЕНЗИЯ PYTHON SOFTWARE FOUNDATION ВЕРСИЯ 2](https://python-all.ru/3/license.html#python-software-foundation-license-version-2)6866    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3/license.html#beopen-com-license-agreement-for-python-2-0)6867    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3/license.html#cnri-license-agreement-for-python-1-6-1)6868    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)6869    - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМИ УСЛОВИЯМИ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON](https://python-all.ru/3/license.html#zero-clause-bsd-license-for-code-in-the-python-documentation)6870  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3/license.html#licenses-and-acknowledgements-for-incorporated-software)68716872    - [Mersenne Twister](https://python-all.ru/3/license.html#mersenne-twister)6873    - [Сокеты](https://python-all.ru/3/license.html#sockets)6874    - [Асинхронные службы сокетов](https://python-all.ru/3/license.html#asynchronous-socket-services)6875    - [Управление cookie](https://python-all.ru/3/license.html#cookie-management)6876    - [Трассировка выполнения](https://python-all.ru/3/license.html#execution-tracing)6877    - [Функции UUencode и UUdecode](https://python-all.ru/3/license.html#uuencode-and-uudecode-functions)6878    - [XML-вызовы удалённых процедур](https://python-all.ru/3/license.html#xml-remote-procedure-calls)6879    - [test\_epoll](https://python-all.ru/3/license.html#test-epoll)6880    - [Select kqueue](https://python-all.ru/3/license.html#select-kqueue)6881    - [SipHash24](https://python-all.ru/3/license.html#siphash24)6882    - [strtod and dtoa](https://python-all.ru/3/license.html#strtod-and-dtoa)6883    - [OpenSSL](https://python-all.ru/3/license.html#openssl)6884    - [expat](https://python-all.ru/3/license.html#expat)6885    - [libffi](https://python-all.ru/3/license.html#libffi)6886    - [zlib](https://python-all.ru/3/license.html#zlib)6887    - [cfuhash](https://python-all.ru/3/license.html#cfuhash)6888    - [libmpdec](https://python-all.ru/3/license.html#libmpdec)6889    - [Тестовый набор W3C C14N](https://python-all.ru/3/license.html#w3c-c14n-test-suite)6890    - [mimalloc](https://python-all.ru/3/license.html#mimalloc)6891    - [asyncio](https://python-all.ru/3/license.html#asyncio)6892    - [Глобальные неограниченные последовательности (GUS)](https://python-all.ru/3/license.html#global-unbounded-sequences-gus)6893    - [Привязки Zstandard](https://python-all.ru/3/license.html#zstandard-bindings)6894