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

contents.md

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

1> **Источник:** https://python-all.ru/3.8/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.8/whatsnew/index.html)1011  - [Что нового в Python 3.8](https://python-all.ru/3.8/whatsnew/3.8.html)1213    - [Сводка – основные моменты выпуска](https://python-all.ru/3.8/whatsnew/3.8.html#summary-release-highlights)14    - [Новые возможности](https://python-all.ru/3.8/whatsnew/3.8.html#new-features)1516      - [Присваивающие выражения](https://python-all.ru/3.8/whatsnew/3.8.html#assignment-expressions)17      - [Только позиционные параметры](https://python-all.ru/3.8/whatsnew/3.8.html#positional-only-parameters)18      - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.8/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)19      - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)20      - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.8/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)21      - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.8/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)22      - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.8/whatsnew/3.8.html#pep-587-python-initialization-configuration)23      - [Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.8/whatsnew/3.8.html#vectorcall-a-fast-calling-protocol-for-cpython)24      - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.8/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)25    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.8.html#other-language-changes)26    - [Новые модули](https://python-all.ru/3.8/whatsnew/3.8.html#new-modules)27    - [Улучшенные модули](https://python-all.ru/3.8/whatsnew/3.8.html#improved-modules)2829      - [ast](https://python-all.ru/3.8/whatsnew/3.8.html#ast)30      - [asyncio](https://python-all.ru/3.8/whatsnew/3.8.html#asyncio)31      - [builtins](https://python-all.ru/3.8/whatsnew/3.8.html#builtins)32      - [collections](https://python-all.ru/3.8/whatsnew/3.8.html#collections)33      - [cProfile](https://python-all.ru/3.8/whatsnew/3.8.html#cprofile)34      - [csv](https://python-all.ru/3.8/whatsnew/3.8.html#csv)35      - [curses](https://python-all.ru/3.8/whatsnew/3.8.html#curses)36      - [ctypes](https://python-all.ru/3.8/whatsnew/3.8.html#ctypes)37      - [datetime](https://python-all.ru/3.8/whatsnew/3.8.html#datetime)38      - [functools](https://python-all.ru/3.8/whatsnew/3.8.html#functools)39      - [gc](https://python-all.ru/3.8/whatsnew/3.8.html#gc)40      - [gettext](https://python-all.ru/3.8/whatsnew/3.8.html#gettext)41      - [gzip](https://python-all.ru/3.8/whatsnew/3.8.html#gzip)42      - [IDLE и idlelib](https://python-all.ru/3.8/whatsnew/3.8.html#idle-and-idlelib)43      - [inspect](https://python-all.ru/3.8/whatsnew/3.8.html#inspect)44      - [io](https://python-all.ru/3.8/whatsnew/3.8.html#io)45      - [itertools](https://python-all.ru/3.8/whatsnew/3.8.html#itertools)46      - [json.tool](https://python-all.ru/3.8/whatsnew/3.8.html#json-tool)47      - [logging](https://python-all.ru/3.8/whatsnew/3.8.html#logging)48      - [math](https://python-all.ru/3.8/whatsnew/3.8.html#math)49      - [mmap](https://python-all.ru/3.8/whatsnew/3.8.html#mmap)50      - [multiprocessing](https://python-all.ru/3.8/whatsnew/3.8.html#multiprocessing)51      - [os](https://python-all.ru/3.8/whatsnew/3.8.html#os)52      - [os.path](https://python-all.ru/3.8/whatsnew/3.8.html#os-path)53      - [pathlib](https://python-all.ru/3.8/whatsnew/3.8.html#pathlib)54      - [pickle](https://python-all.ru/3.8/whatsnew/3.8.html#pickle)55      - [plistlib](https://python-all.ru/3.8/whatsnew/3.8.html#plistlib)56      - [pprint](https://python-all.ru/3.8/whatsnew/3.8.html#pprint)57      - [py\_compile](https://python-all.ru/3.8/whatsnew/3.8.html#py-compile)58      - [shlex](https://python-all.ru/3.8/whatsnew/3.8.html#shlex)59      - [shutil](https://python-all.ru/3.8/whatsnew/3.8.html#shutil)60      - [сокет](https://python-all.ru/3.8/whatsnew/3.8.html#socket)61      - [ssl](https://python-all.ru/3.8/whatsnew/3.8.html#ssl)62      - [statistics](https://python-all.ru/3.8/whatsnew/3.8.html#statistics)63      - [sys](https://python-all.ru/3.8/whatsnew/3.8.html#sys)64      - [tarfile](https://python-all.ru/3.8/whatsnew/3.8.html#tarfile)65      - [tempfile](https://python-all.ru/3.8/whatsnew/3.8.html#tempfile)66      - [threading](https://python-all.ru/3.8/whatsnew/3.8.html#threading)67      - [tokenize](https://python-all.ru/3.8/whatsnew/3.8.html#tokenize)68      - [tkinter](https://python-all.ru/3.8/whatsnew/3.8.html#tkinter)69      - [time](https://python-all.ru/3.8/whatsnew/3.8.html#time)70      - [typing](https://python-all.ru/3.8/whatsnew/3.8.html#typing)71      - [unicodedata](https://python-all.ru/3.8/whatsnew/3.8.html#unicodedata)72      - [unittest](https://python-all.ru/3.8/whatsnew/3.8.html#unittest)73      - [venv](https://python-all.ru/3.8/whatsnew/3.8.html#venv)74      - [weakref](https://python-all.ru/3.8/whatsnew/3.8.html#weakref)75      - [xml](https://python-all.ru/3.8/whatsnew/3.8.html#xml)76      - [xmlrpc](https://python-all.ru/3.8/whatsnew/3.8.html#xmlrpc)77    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.8.html#optimizations)78    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.8.html#build-and-c-api-changes)79    - [Устарело](https://python-all.ru/3.8/whatsnew/3.8.html#deprecated)80    - [Удаление API и возможностей](https://python-all.ru/3.8/whatsnew/3.8.html#api-and-feature-removals)81    - [Перенос на Python 3.8](https://python-all.ru/3.8/whatsnew/3.8.html#porting-to-python-3-8)8283      - [Изменения в поведении Python](https://python-all.ru/3.8/whatsnew/3.8.html#changes-in-python-behavior)84      - [Изменения в Python API](https://python-all.ru/3.8/whatsnew/3.8.html#changes-in-the-python-api)85      - [Изменения в C API](https://python-all.ru/3.8/whatsnew/3.8.html#changes-in-the-c-api)86      - [Изменения байт-кода CPython](https://python-all.ru/3.8/whatsnew/3.8.html#cpython-bytecode-changes)87      - [Демонстрации и инструменты](https://python-all.ru/3.8/whatsnew/3.8.html#demos-and-tools)88    - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-1)89    - [Заметные изменения в Python 3.8.2](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-2)90    - [Заметные изменения в Python 3.8.3](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-3)91    - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-8)92    - [Заметные изменения в Python 3.8.9](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-9)93    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-10)9495      - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.8/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)96    - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.8/whatsnew/3.8.html#id1)9798      - [urllib.parse](https://python-all.ru/3.8/whatsnew/3.8.html#urllib-parse)99    - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-python-3-8-12)100101      - [Изменения в Python API](https://python-all.ru/3.8/whatsnew/3.8.html#id2)102    - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3.8/whatsnew/3.8.html#notable-security-feature-in-3-8-14)103    - [Заметные изменения в 3.8.17](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-3-8-17)104105      - [tarfile](https://python-all.ru/3.8/whatsnew/3.8.html#id3)106    - [Заметные изменения в 3.8.20](https://python-all.ru/3.8/whatsnew/3.8.html#notable-changes-in-3-8-20)107108      - [ipaddress](https://python-all.ru/3.8/whatsnew/3.8.html#ipaddress)109      - [email](https://python-all.ru/3.8/whatsnew/3.8.html#email)110  - [Что нового в Python 3.7](https://python-all.ru/3.8/whatsnew/3.7.html)111112    - [Сводка – основные моменты выпуска](https://python-all.ru/3.8/whatsnew/3.7.html#summary-release-highlights)113    - [Новые возможности](https://python-all.ru/3.8/whatsnew/3.7.html#new-features)114115      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.8/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)116      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.8/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)117      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.8/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)118      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.8/whatsnew/3.7.html#pep-553-built-in-breakpoint)119      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.8/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)120      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.8/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)121      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.8/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)122      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.8/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)123      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.8/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)124      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.8/whatsnew/3.7.html#pep-552-hash-based-pyc-files)125      - [PEP 545: Переводы документации Python](https://python-all.ru/3.8/whatsnew/3.7.html#pep-545-python-documentation-translations)126      - [Режим разработки: -X dev](https://python-all.ru/3.8/whatsnew/3.7.html#development-runtime-mode-x-dev)127    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.7.html#other-language-changes)128    - [Новые модули](https://python-all.ru/3.8/whatsnew/3.7.html#new-modules)129130      - [contextvars](https://python-all.ru/3.8/whatsnew/3.7.html#contextvars)131      - [dataclasses](https://python-all.ru/3.8/whatsnew/3.7.html#dataclasses)132      - [importlib.resources](https://python-all.ru/3.8/whatsnew/3.7.html#importlib-resources)133    - [Улучшенные модули](https://python-all.ru/3.8/whatsnew/3.7.html#improved-modules)134135      - [argparse](https://python-all.ru/3.8/whatsnew/3.7.html#argparse)136      - [asyncio](https://python-all.ru/3.8/whatsnew/3.7.html#asyncio)137      - [binascii](https://python-all.ru/3.8/whatsnew/3.7.html#binascii)138      - [calendar](https://python-all.ru/3.8/whatsnew/3.7.html#calendar)139      - [collections](https://python-all.ru/3.8/whatsnew/3.7.html#collections)140      - [compileall](https://python-all.ru/3.8/whatsnew/3.7.html#compileall)141      - [concurrent.futures](https://python-all.ru/3.8/whatsnew/3.7.html#concurrent-futures)142      - [contextlib](https://python-all.ru/3.8/whatsnew/3.7.html#contextlib)143      - [cProfile](https://python-all.ru/3.8/whatsnew/3.7.html#cprofile)144      - [crypt](https://python-all.ru/3.8/whatsnew/3.7.html#crypt)145      - [datetime](https://python-all.ru/3.8/whatsnew/3.7.html#datetime)146      - [dbm](https://python-all.ru/3.8/whatsnew/3.7.html#dbm)147      - [decimal](https://python-all.ru/3.8/whatsnew/3.7.html#decimal)148      - [dis](https://python-all.ru/3.8/whatsnew/3.7.html#dis)149      - [distutils](https://python-all.ru/3.8/whatsnew/3.7.html#distutils)150      - [enum](https://python-all.ru/3.8/whatsnew/3.7.html#enum)151      - [functools](https://python-all.ru/3.8/whatsnew/3.7.html#functools)152      - [gc](https://python-all.ru/3.8/whatsnew/3.7.html#gc)153      - [hmac](https://python-all.ru/3.8/whatsnew/3.7.html#hmac)154      - [http.client](https://python-all.ru/3.8/whatsnew/3.7.html#http-client)155      - [http.server](https://python-all.ru/3.8/whatsnew/3.7.html#http-server)156      - [idlelib и IDLE](https://python-all.ru/3.8/whatsnew/3.7.html#idlelib-and-idle)157      - [importlib](https://python-all.ru/3.8/whatsnew/3.7.html#importlib)158      - [io](https://python-all.ru/3.8/whatsnew/3.7.html#io)159      - [ipaddress](https://python-all.ru/3.8/whatsnew/3.7.html#ipaddress)160      - [itertools](https://python-all.ru/3.8/whatsnew/3.7.html#itertools)161      - [locale](https://python-all.ru/3.8/whatsnew/3.7.html#locale)162      - [logging](https://python-all.ru/3.8/whatsnew/3.7.html#logging)163      - [math](https://python-all.ru/3.8/whatsnew/3.7.html#math)164      - [mimetypes](https://python-all.ru/3.8/whatsnew/3.7.html#mimetypes)165      - [msilib](https://python-all.ru/3.8/whatsnew/3.7.html#msilib)166      - [multiprocessing](https://python-all.ru/3.8/whatsnew/3.7.html#multiprocessing)167      - [os](https://python-all.ru/3.8/whatsnew/3.7.html#os)168      - [pathlib](https://python-all.ru/3.8/whatsnew/3.7.html#pathlib)169      - [pdb](https://python-all.ru/3.8/whatsnew/3.7.html#pdb)170      - [py\_compile](https://python-all.ru/3.8/whatsnew/3.7.html#py-compile)171      - [pydoc](https://python-all.ru/3.8/whatsnew/3.7.html#pydoc)172      - [очередь](https://python-all.ru/3.8/whatsnew/3.7.html#queue)173      - [re](https://python-all.ru/3.8/whatsnew/3.7.html#re)174      - [signal](https://python-all.ru/3.8/whatsnew/3.7.html#signal)175      - [сокет](https://python-all.ru/3.8/whatsnew/3.7.html#socket)176      - [socketserver](https://python-all.ru/3.8/whatsnew/3.7.html#socketserver)177      - [sqlite3](https://python-all.ru/3.8/whatsnew/3.7.html#sqlite3)178      - [ssl](https://python-all.ru/3.8/whatsnew/3.7.html#ssl)179      - [строка](https://python-all.ru/3.8/whatsnew/3.7.html#string)180      - [подпроцесс](https://python-all.ru/3.8/whatsnew/3.7.html#subprocess)181      - [sys](https://python-all.ru/3.8/whatsnew/3.7.html#sys)182      - [time](https://python-all.ru/3.8/whatsnew/3.7.html#time)183      - [tkinter](https://python-all.ru/3.8/whatsnew/3.7.html#tkinter)184      - [tracemalloc](https://python-all.ru/3.8/whatsnew/3.7.html#tracemalloc)185      - [типы](https://python-all.ru/3.8/whatsnew/3.7.html#types)186      - [unicodedata](https://python-all.ru/3.8/whatsnew/3.7.html#unicodedata)187      - [unittest](https://python-all.ru/3.8/whatsnew/3.7.html#unittest)188      - [unittest.mock](https://python-all.ru/3.8/whatsnew/3.7.html#unittest-mock)189      - [urllib.parse](https://python-all.ru/3.8/whatsnew/3.7.html#urllib-parse)190      - [uu](https://python-all.ru/3.8/whatsnew/3.7.html#uu)191      - [uuid](https://python-all.ru/3.8/whatsnew/3.7.html#uuid)192      - [warnings](https://python-all.ru/3.8/whatsnew/3.7.html#warnings)193      - [xml.etree](https://python-all.ru/3.8/whatsnew/3.7.html#xml-etree)194      - [xmlrpc.server](https://python-all.ru/3.8/whatsnew/3.7.html#xmlrpc-server)195      - [zipapp](https://python-all.ru/3.8/whatsnew/3.7.html#zipapp)196      - [zipfile](https://python-all.ru/3.8/whatsnew/3.7.html#zipfile)197    - [Изменения C API](https://python-all.ru/3.8/whatsnew/3.7.html#c-api-changes)198    - [Изменения сборки](https://python-all.ru/3.8/whatsnew/3.7.html#build-changes)199    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.7.html#optimizations)200    - [Прочие изменения реализации CPython](https://python-all.ru/3.8/whatsnew/3.7.html#other-cpython-implementation-changes)201    - [Устаревшее поведение Python](https://python-all.ru/3.8/whatsnew/3.7.html#deprecated-python-behavior)202    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.8/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)203204      - [aifc](https://python-all.ru/3.8/whatsnew/3.7.html#aifc)205      - [asyncio](https://python-all.ru/3.8/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)206      - [collections](https://python-all.ru/3.8/whatsnew/3.7.html#id3)207      - [dbm](https://python-all.ru/3.8/whatsnew/3.7.html#id4)208      - [enum](https://python-all.ru/3.8/whatsnew/3.7.html#id5)209      - [gettext](https://python-all.ru/3.8/whatsnew/3.7.html#gettext)210      - [importlib](https://python-all.ru/3.8/whatsnew/3.7.html#id6)211      - [locale](https://python-all.ru/3.8/whatsnew/3.7.html#id7)212      - [macpath](https://python-all.ru/3.8/whatsnew/3.7.html#macpath)213      - [threading](https://python-all.ru/3.8/whatsnew/3.7.html#threading)214      - [сокет](https://python-all.ru/3.8/whatsnew/3.7.html#id8)215      - [ssl](https://python-all.ru/3.8/whatsnew/3.7.html#id9)216      - [sunau](https://python-all.ru/3.8/whatsnew/3.7.html#sunau)217      - [sys](https://python-all.ru/3.8/whatsnew/3.7.html#id10)218      - [wave](https://python-all.ru/3.8/whatsnew/3.7.html#wave)219    - [Устаревшие функции и типы C API](https://python-all.ru/3.8/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)220    - [Удаление поддержки платформ](https://python-all.ru/3.8/whatsnew/3.7.html#platform-support-removals)221    - [Удаление API и возможностей](https://python-all.ru/3.8/whatsnew/3.7.html#api-and-feature-removals)222    - [Удаление модулей](https://python-all.ru/3.8/whatsnew/3.7.html#module-removals)223    - [Изменения только для Windows](https://python-all.ru/3.8/whatsnew/3.7.html#windows-only-changes)224    - [Перенос на Python 3.7](https://python-all.ru/3.8/whatsnew/3.7.html#porting-to-python-3-7)225226      - [Изменения в поведении Python](https://python-all.ru/3.8/whatsnew/3.7.html#changes-in-python-behavior)227      - [Изменения в Python API](https://python-all.ru/3.8/whatsnew/3.7.html#changes-in-the-python-api)228      - [Изменения в C API](https://python-all.ru/3.8/whatsnew/3.7.html#changes-in-the-c-api)229      - [Изменения байт-кода CPython](https://python-all.ru/3.8/whatsnew/3.7.html#cpython-bytecode-changes)230      - [Изменения только для Windows](https://python-all.ru/3.8/whatsnew/3.7.html#id12)231      - [Прочие изменения реализации CPython](https://python-all.ru/3.8/whatsnew/3.7.html#id13)232    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.8/whatsnew/3.7.html#notable-changes-in-python-3-7-1)233    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.8/whatsnew/3.7.html#notable-changes-in-python-3-7-2)234    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.8/whatsnew/3.7.html#notable-changes-in-python-3-7-6)235    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.8/whatsnew/3.7.html#notable-changes-in-python-3-7-10)236  - [Что нового в Python 3.6](https://python-all.ru/3.8/whatsnew/3.6.html)237238    - [Сводка – основные моменты выпуска](https://python-all.ru/3.8/whatsnew/3.6.html#summary-release-highlights)239    - [Новые возможности](https://python-all.ru/3.8/whatsnew/3.6.html#new-features)240241      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.8/whatsnew/3.6.html#pep-498-formatted-string-literals)242      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.8/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)243      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.8/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)244      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.8/whatsnew/3.6.html#pep-525-asynchronous-generators)245      - [PEP 530: Асинхронные включения](https://python-all.ru/3.8/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)246      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.8/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)247      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.8/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)248      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.8/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)249      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.8/whatsnew/3.6.html#pep-495-local-time-disambiguation)250      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.8/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)251      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.8/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)252      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.8/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)253      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.8/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)254      - [Новая реализация dict](https://python-all.ru/3.8/whatsnew/3.6.html#new-dict-implementation)255      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.8/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)256      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.8/whatsnew/3.6.html#pythonmalloc-environment-variable)257      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.8/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)258    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.6.html#other-language-changes)259    - [Новые модули](https://python-all.ru/3.8/whatsnew/3.6.html#new-modules)260261      - [secrets](https://python-all.ru/3.8/whatsnew/3.6.html#secrets)262    - [Улучшенные модули](https://python-all.ru/3.8/whatsnew/3.6.html#improved-modules)263264      - [array](https://python-all.ru/3.8/whatsnew/3.6.html#array)265      - [ast](https://python-all.ru/3.8/whatsnew/3.6.html#ast)266      - [asyncio](https://python-all.ru/3.8/whatsnew/3.6.html#asyncio)267      - [binascii](https://python-all.ru/3.8/whatsnew/3.6.html#binascii)268      - [cmath](https://python-all.ru/3.8/whatsnew/3.6.html#cmath)269      - [collections](https://python-all.ru/3.8/whatsnew/3.6.html#collections)270      - [concurrent.futures](https://python-all.ru/3.8/whatsnew/3.6.html#concurrent-futures)271      - [contextlib](https://python-all.ru/3.8/whatsnew/3.6.html#contextlib)272      - [datetime](https://python-all.ru/3.8/whatsnew/3.6.html#datetime)273      - [decimal](https://python-all.ru/3.8/whatsnew/3.6.html#decimal)274      - [distutils](https://python-all.ru/3.8/whatsnew/3.6.html#distutils)275      - [email](https://python-all.ru/3.8/whatsnew/3.6.html#email)276      - [encodings](https://python-all.ru/3.8/whatsnew/3.6.html#encodings)277      - [enum](https://python-all.ru/3.8/whatsnew/3.6.html#enum)278      - [faulthandler](https://python-all.ru/3.8/whatsnew/3.6.html#faulthandler)279      - [fileinput](https://python-all.ru/3.8/whatsnew/3.6.html#fileinput)280      - [hashlib](https://python-all.ru/3.8/whatsnew/3.6.html#hashlib)281      - [http.client](https://python-all.ru/3.8/whatsnew/3.6.html#http-client)282      - [idlelib и IDLE](https://python-all.ru/3.8/whatsnew/3.6.html#idlelib-and-idle)283      - [importlib](https://python-all.ru/3.8/whatsnew/3.6.html#importlib)284      - [inspect](https://python-all.ru/3.8/whatsnew/3.6.html#inspect)285      - [json](https://python-all.ru/3.8/whatsnew/3.6.html#json)286      - [logging](https://python-all.ru/3.8/whatsnew/3.6.html#logging)287      - [math](https://python-all.ru/3.8/whatsnew/3.6.html#math)288      - [multiprocessing](https://python-all.ru/3.8/whatsnew/3.6.html#multiprocessing)289      - [os](https://python-all.ru/3.8/whatsnew/3.6.html#os)290      - [pathlib](https://python-all.ru/3.8/whatsnew/3.6.html#pathlib)291      - [pdb](https://python-all.ru/3.8/whatsnew/3.6.html#pdb)292      - [pickle](https://python-all.ru/3.8/whatsnew/3.6.html#pickle)293      - [pickletools](https://python-all.ru/3.8/whatsnew/3.6.html#pickletools)294      - [pydoc](https://python-all.ru/3.8/whatsnew/3.6.html#pydoc)295      - [random](https://python-all.ru/3.8/whatsnew/3.6.html#random)296      - [re](https://python-all.ru/3.8/whatsnew/3.6.html#re)297      - [readline](https://python-all.ru/3.8/whatsnew/3.6.html#readline)298      - [rlcompleter](https://python-all.ru/3.8/whatsnew/3.6.html#rlcompleter)299      - [shlex](https://python-all.ru/3.8/whatsnew/3.6.html#shlex)300      - [site](https://python-all.ru/3.8/whatsnew/3.6.html#site)301      - [sqlite3](https://python-all.ru/3.8/whatsnew/3.6.html#sqlite3)302      - [сокет](https://python-all.ru/3.8/whatsnew/3.6.html#socket)303      - [socketserver](https://python-all.ru/3.8/whatsnew/3.6.html#socketserver)304      - [ssl](https://python-all.ru/3.8/whatsnew/3.6.html#ssl)305      - [statistics](https://python-all.ru/3.8/whatsnew/3.6.html#statistics)306      - [struct](https://python-all.ru/3.8/whatsnew/3.6.html#struct)307      - [подпроцесс](https://python-all.ru/3.8/whatsnew/3.6.html#subprocess)308      - [sys](https://python-all.ru/3.8/whatsnew/3.6.html#sys)309      - [telnetlib](https://python-all.ru/3.8/whatsnew/3.6.html#telnetlib)310      - [time](https://python-all.ru/3.8/whatsnew/3.6.html#time)311      - [timeit](https://python-all.ru/3.8/whatsnew/3.6.html#timeit)312      - [tkinter](https://python-all.ru/3.8/whatsnew/3.6.html#tkinter)313      - [traceback](https://python-all.ru/3.8/whatsnew/3.6.html#traceback)314      - [tracemalloc](https://python-all.ru/3.8/whatsnew/3.6.html#tracemalloc)315      - [typing](https://python-all.ru/3.8/whatsnew/3.6.html#typing)316      - [unicodedata](https://python-all.ru/3.8/whatsnew/3.6.html#unicodedata)317      - [unittest.mock](https://python-all.ru/3.8/whatsnew/3.6.html#unittest-mock)318      - [urllib.request](https://python-all.ru/3.8/whatsnew/3.6.html#urllib-request)319      - [urllib.robotparser](https://python-all.ru/3.8/whatsnew/3.6.html#urllib-robotparser)320      - [venv](https://python-all.ru/3.8/whatsnew/3.6.html#venv)321      - [warnings](https://python-all.ru/3.8/whatsnew/3.6.html#warnings)322      - [winreg](https://python-all.ru/3.8/whatsnew/3.6.html#winreg)323      - [winsound](https://python-all.ru/3.8/whatsnew/3.6.html#winsound)324      - [xmlrpc.client](https://python-all.ru/3.8/whatsnew/3.6.html#xmlrpc-client)325      - [zipfile](https://python-all.ru/3.8/whatsnew/3.6.html#zipfile)326      - [zlib](https://python-all.ru/3.8/whatsnew/3.6.html#zlib)327    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.6.html#optimizations)328    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.6.html#build-and-c-api-changes)329    - [Прочие улучшения](https://python-all.ru/3.8/whatsnew/3.6.html#other-improvements)330    - [Устарело](https://python-all.ru/3.8/whatsnew/3.6.html#deprecated)331332      - [Новые ключевые слова](https://python-all.ru/3.8/whatsnew/3.6.html#new-keywords)333      - [Устаревшее поведение Python](https://python-all.ru/3.8/whatsnew/3.6.html#deprecated-python-behavior)334      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.8/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)335336        - [asynchat](https://python-all.ru/3.8/whatsnew/3.6.html#asynchat)337        - [asyncore](https://python-all.ru/3.8/whatsnew/3.6.html#asyncore)338        - [dbm](https://python-all.ru/3.8/whatsnew/3.6.html#dbm)339        - [distutils](https://python-all.ru/3.8/whatsnew/3.6.html#id2)340        - [grp](https://python-all.ru/3.8/whatsnew/3.6.html#grp)341        - [importlib](https://python-all.ru/3.8/whatsnew/3.6.html#id3)342        - [os](https://python-all.ru/3.8/whatsnew/3.6.html#id4)343        - [re](https://python-all.ru/3.8/whatsnew/3.6.html#id5)344        - [ssl](https://python-all.ru/3.8/whatsnew/3.6.html#id6)345        - [tkinter](https://python-all.ru/3.8/whatsnew/3.6.html#id7)346        - [venv](https://python-all.ru/3.8/whatsnew/3.6.html#id8)347      - [Устаревшие функции и типы C API](https://python-all.ru/3.8/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)348      - [Устаревшие параметры сборки](https://python-all.ru/3.8/whatsnew/3.6.html#deprecated-build-options)349    - [Удалённое](https://python-all.ru/3.8/whatsnew/3.6.html#removed)350351      - [Удаление API и возможностей](https://python-all.ru/3.8/whatsnew/3.6.html#api-and-feature-removals)352    - [Перенос на Python 3.6](https://python-all.ru/3.8/whatsnew/3.6.html#porting-to-python-3-6)353354      - [Изменения в поведении команды python](https://python-all.ru/3.8/whatsnew/3.6.html#changes-in-python-command-behavior)355      - [Изменения в Python API](https://python-all.ru/3.8/whatsnew/3.6.html#changes-in-the-python-api)356      - [Изменения в C API](https://python-all.ru/3.8/whatsnew/3.6.html#changes-in-the-c-api)357      - [Изменения байт-кода CPython](https://python-all.ru/3.8/whatsnew/3.6.html#cpython-bytecode-changes)358    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.8/whatsnew/3.6.html#notable-changes-in-python-3-6-2)359360      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.8/whatsnew/3.6.html#new-make-regen-all-build-target)361      - [Удаление `make touch` цели сборки](https://python-all.ru/3.8/whatsnew/3.6.html#removal-of-make-touch-build-target)362    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.8/whatsnew/3.6.html#notable-changes-in-python-3-6-4)363    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.8/whatsnew/3.6.html#notable-changes-in-python-3-6-5)364    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.8/whatsnew/3.6.html#notable-changes-in-python-3-6-7)365    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.8/whatsnew/3.6.html#notable-changes-in-python-3-6-10)366    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.8/whatsnew/3.6.html#notable-changes-in-python-3-6-13)367  - [Что нового в Python 3.5](https://python-all.ru/3.8/whatsnew/3.5.html)368369    - [Сводка – основные моменты выпуска](https://python-all.ru/3.8/whatsnew/3.5.html#summary-release-highlights)370    - [Новые возможности](https://python-all.ru/3.8/whatsnew/3.5.html#new-features)371372      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.8/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)373      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.8/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)374      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.8/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)375      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.8/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)376      - [PEP 484 - Аннотации типов](https://python-all.ru/3.8/whatsnew/3.5.html#pep-484-type-hints)377      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.8/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)378      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.8/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)379      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.8/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)380      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.8/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)381      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.8/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)382      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.8/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)383      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.8/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)384    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.5.html#other-language-changes)385    - [Новые модули](https://python-all.ru/3.8/whatsnew/3.5.html#new-modules)386387      - [typing](https://python-all.ru/3.8/whatsnew/3.5.html#typing)388      - [zipapp](https://python-all.ru/3.8/whatsnew/3.5.html#zipapp)389    - [Улучшенные модули](https://python-all.ru/3.8/whatsnew/3.5.html#improved-modules)390391      - [argparse](https://python-all.ru/3.8/whatsnew/3.5.html#argparse)392      - [asyncio](https://python-all.ru/3.8/whatsnew/3.5.html#asyncio)393      - [bz2](https://python-all.ru/3.8/whatsnew/3.5.html#bz2)394      - [cgi](https://python-all.ru/3.8/whatsnew/3.5.html#cgi)395      - [cmath](https://python-all.ru/3.8/whatsnew/3.5.html#cmath)396      - [код](https://python-all.ru/3.8/whatsnew/3.5.html#code)397      - [collections](https://python-all.ru/3.8/whatsnew/3.5.html#collections)398      - [collections.abc](https://python-all.ru/3.8/whatsnew/3.5.html#collections-abc)399      - [compileall](https://python-all.ru/3.8/whatsnew/3.5.html#compileall)400      - [concurrent.futures](https://python-all.ru/3.8/whatsnew/3.5.html#concurrent-futures)401      - [configparser](https://python-all.ru/3.8/whatsnew/3.5.html#configparser)402      - [contextlib](https://python-all.ru/3.8/whatsnew/3.5.html#contextlib)403      - [csv](https://python-all.ru/3.8/whatsnew/3.5.html#csv)404      - [curses](https://python-all.ru/3.8/whatsnew/3.5.html#curses)405      - [dbm](https://python-all.ru/3.8/whatsnew/3.5.html#dbm)406      - [difflib](https://python-all.ru/3.8/whatsnew/3.5.html#difflib)407      - [distutils](https://python-all.ru/3.8/whatsnew/3.5.html#distutils)408      - [doctest](https://python-all.ru/3.8/whatsnew/3.5.html#doctest)409      - [email](https://python-all.ru/3.8/whatsnew/3.5.html#email)410      - [enum](https://python-all.ru/3.8/whatsnew/3.5.html#enum)411      - [faulthandler](https://python-all.ru/3.8/whatsnew/3.5.html#faulthandler)412      - [functools](https://python-all.ru/3.8/whatsnew/3.5.html#functools)413      - [glob](https://python-all.ru/3.8/whatsnew/3.5.html#glob)414      - [gzip](https://python-all.ru/3.8/whatsnew/3.5.html#gzip)415      - [heapq](https://python-all.ru/3.8/whatsnew/3.5.html#heapq)416      - [http](https://python-all.ru/3.8/whatsnew/3.5.html#http)417      - [http.client](https://python-all.ru/3.8/whatsnew/3.5.html#http-client)418      - [idlelib и IDLE](https://python-all.ru/3.8/whatsnew/3.5.html#idlelib-and-idle)419      - [imaplib](https://python-all.ru/3.8/whatsnew/3.5.html#imaplib)420      - [imghdr](https://python-all.ru/3.8/whatsnew/3.5.html#imghdr)421      - [importlib](https://python-all.ru/3.8/whatsnew/3.5.html#importlib)422      - [inspect](https://python-all.ru/3.8/whatsnew/3.5.html#inspect)423      - [io](https://python-all.ru/3.8/whatsnew/3.5.html#io)424      - [ipaddress](https://python-all.ru/3.8/whatsnew/3.5.html#ipaddress)425      - [json](https://python-all.ru/3.8/whatsnew/3.5.html#json)426      - [linecache](https://python-all.ru/3.8/whatsnew/3.5.html#linecache)427      - [locale](https://python-all.ru/3.8/whatsnew/3.5.html#locale)428      - [logging](https://python-all.ru/3.8/whatsnew/3.5.html#logging)429      - [lzma](https://python-all.ru/3.8/whatsnew/3.5.html#lzma)430      - [math](https://python-all.ru/3.8/whatsnew/3.5.html#math)431      - [multiprocessing](https://python-all.ru/3.8/whatsnew/3.5.html#multiprocessing)432      - [оператор](https://python-all.ru/3.8/whatsnew/3.5.html#operator)433      - [os](https://python-all.ru/3.8/whatsnew/3.5.html#os)434      - [pathlib](https://python-all.ru/3.8/whatsnew/3.5.html#pathlib)435      - [pickle](https://python-all.ru/3.8/whatsnew/3.5.html#pickle)436      - [poplib](https://python-all.ru/3.8/whatsnew/3.5.html#poplib)437      - [re](https://python-all.ru/3.8/whatsnew/3.5.html#re)438      - [readline](https://python-all.ru/3.8/whatsnew/3.5.html#readline)439      - [selectors](https://python-all.ru/3.8/whatsnew/3.5.html#selectors)440      - [shutil](https://python-all.ru/3.8/whatsnew/3.5.html#shutil)441      - [signal](https://python-all.ru/3.8/whatsnew/3.5.html#signal)442      - [smtpd](https://python-all.ru/3.8/whatsnew/3.5.html#smtpd)443      - [smtplib](https://python-all.ru/3.8/whatsnew/3.5.html#smtplib)444      - [sndhdr](https://python-all.ru/3.8/whatsnew/3.5.html#sndhdr)445      - [сокет](https://python-all.ru/3.8/whatsnew/3.5.html#socket)446      - [ssl](https://python-all.ru/3.8/whatsnew/3.5.html#ssl)447448        - [Поддержка Memory BIO](https://python-all.ru/3.8/whatsnew/3.5.html#memory-bio-support)449        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.8/whatsnew/3.5.html#application-layer-protocol-negotiation-support)450        - [Прочие изменения](https://python-all.ru/3.8/whatsnew/3.5.html#other-changes)451      - [sqlite3](https://python-all.ru/3.8/whatsnew/3.5.html#sqlite3)452      - [подпроцесс](https://python-all.ru/3.8/whatsnew/3.5.html#subprocess)453      - [sys](https://python-all.ru/3.8/whatsnew/3.5.html#sys)454      - [sysconfig](https://python-all.ru/3.8/whatsnew/3.5.html#sysconfig)455      - [tarfile](https://python-all.ru/3.8/whatsnew/3.5.html#tarfile)456      - [threading](https://python-all.ru/3.8/whatsnew/3.5.html#threading)457      - [time](https://python-all.ru/3.8/whatsnew/3.5.html#time)458      - [timeit](https://python-all.ru/3.8/whatsnew/3.5.html#timeit)459      - [tkinter](https://python-all.ru/3.8/whatsnew/3.5.html#tkinter)460      - [traceback](https://python-all.ru/3.8/whatsnew/3.5.html#traceback)461      - [типы](https://python-all.ru/3.8/whatsnew/3.5.html#types)462      - [unicodedata](https://python-all.ru/3.8/whatsnew/3.5.html#unicodedata)463      - [unittest](https://python-all.ru/3.8/whatsnew/3.5.html#unittest)464      - [unittest.mock](https://python-all.ru/3.8/whatsnew/3.5.html#unittest-mock)465      - [urllib](https://python-all.ru/3.8/whatsnew/3.5.html#urllib)466      - [wsgiref](https://python-all.ru/3.8/whatsnew/3.5.html#wsgiref)467      - [xmlrpc](https://python-all.ru/3.8/whatsnew/3.5.html#xmlrpc)468      - [xml.sax](https://python-all.ru/3.8/whatsnew/3.5.html#xml-sax)469      - [zipfile](https://python-all.ru/3.8/whatsnew/3.5.html#zipfile)470    - [Другие изменения на уровне модулей](https://python-all.ru/3.8/whatsnew/3.5.html#other-module-level-changes)471    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.5.html#optimizations)472    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.5.html#build-and-c-api-changes)473    - [Устарело](https://python-all.ru/3.8/whatsnew/3.5.html#deprecated)474475      - [Новые ключевые слова](https://python-all.ru/3.8/whatsnew/3.5.html#new-keywords)476      - [Устаревшее поведение Python](https://python-all.ru/3.8/whatsnew/3.5.html#deprecated-python-behavior)477      - [Неподдерживаемые операционные системы](https://python-all.ru/3.8/whatsnew/3.5.html#unsupported-operating-systems)478      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.8/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)479    - [Удалённое](https://python-all.ru/3.8/whatsnew/3.5.html#removed)480481      - [Удаление API и возможностей](https://python-all.ru/3.8/whatsnew/3.5.html#api-and-feature-removals)482    - [Переход на Python 3.5](https://python-all.ru/3.8/whatsnew/3.5.html#porting-to-python-3-5)483484      - [Изменения в поведении Python](https://python-all.ru/3.8/whatsnew/3.5.html#changes-in-python-behavior)485      - [Изменения в Python API](https://python-all.ru/3.8/whatsnew/3.5.html#changes-in-the-python-api)486      - [Изменения в C API](https://python-all.ru/3.8/whatsnew/3.5.html#changes-in-the-c-api)487    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.8/whatsnew/3.5.html#notable-changes-in-python-3-5-4)488489      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.8/whatsnew/3.5.html#new-make-regen-all-build-target)490      - [Удаление `make touch` цели сборки](https://python-all.ru/3.8/whatsnew/3.5.html#removal-of-make-touch-build-target)491  - [Что нового в Python 3.4](https://python-all.ru/3.8/whatsnew/3.4.html)492493    - [Сводка – основные моменты выпуска](https://python-all.ru/3.8/whatsnew/3.4.html#summary-release-highlights)494    - [Новые возможности](https://python-all.ru/3.8/whatsnew/3.4.html#new-features)495496      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.8/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)497498        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.8/whatsnew/3.4.html#bootstrapping-pip-by-default)499        - [Изменения в документации](https://python-all.ru/3.8/whatsnew/3.4.html#documentation-changes)500      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.8/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)501      - [Улучшения в обработке кодеков](https://python-all.ru/3.8/whatsnew/3.4.html#improvements-to-codec-handling)502      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.8/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)503      - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.4.html#other-language-changes)504    - [Новые модули](https://python-all.ru/3.8/whatsnew/3.4.html#new-modules)505506      - [asyncio](https://python-all.ru/3.8/whatsnew/3.4.html#asyncio)507      - [ensurepip](https://python-all.ru/3.8/whatsnew/3.4.html#ensurepip)508      - [enum](https://python-all.ru/3.8/whatsnew/3.4.html#enum)509      - [pathlib](https://python-all.ru/3.8/whatsnew/3.4.html#pathlib)510      - [selectors](https://python-all.ru/3.8/whatsnew/3.4.html#selectors)511      - [statistics](https://python-all.ru/3.8/whatsnew/3.4.html#statistics)512      - [tracemalloc](https://python-all.ru/3.8/whatsnew/3.4.html#tracemalloc)513    - [Улучшенные модули](https://python-all.ru/3.8/whatsnew/3.4.html#improved-modules)514515      - [abc](https://python-all.ru/3.8/whatsnew/3.4.html#abc)516      - [aifc](https://python-all.ru/3.8/whatsnew/3.4.html#aifc)517      - [argparse](https://python-all.ru/3.8/whatsnew/3.4.html#argparse)518      - [audioop](https://python-all.ru/3.8/whatsnew/3.4.html#audioop)519      - [base64](https://python-all.ru/3.8/whatsnew/3.4.html#base64)520      - [collections](https://python-all.ru/3.8/whatsnew/3.4.html#collections)521      - [colorsys](https://python-all.ru/3.8/whatsnew/3.4.html#colorsys)522      - [contextlib](https://python-all.ru/3.8/whatsnew/3.4.html#contextlib)523      - [dbm](https://python-all.ru/3.8/whatsnew/3.4.html#dbm)524      - [dis](https://python-all.ru/3.8/whatsnew/3.4.html#dis)525      - [doctest](https://python-all.ru/3.8/whatsnew/3.4.html#doctest)526      - [email](https://python-all.ru/3.8/whatsnew/3.4.html#email)527      - [filecmp](https://python-all.ru/3.8/whatsnew/3.4.html#filecmp)528      - [functools](https://python-all.ru/3.8/whatsnew/3.4.html#functools)529      - [gc](https://python-all.ru/3.8/whatsnew/3.4.html#gc)530      - [glob](https://python-all.ru/3.8/whatsnew/3.4.html#glob)531      - [hashlib](https://python-all.ru/3.8/whatsnew/3.4.html#hashlib)532      - [hmac](https://python-all.ru/3.8/whatsnew/3.4.html#hmac)533      - [html](https://python-all.ru/3.8/whatsnew/3.4.html#html)534      - [http](https://python-all.ru/3.8/whatsnew/3.4.html#http)535      - [idlelib и IDLE](https://python-all.ru/3.8/whatsnew/3.4.html#idlelib-and-idle)536      - [importlib](https://python-all.ru/3.8/whatsnew/3.4.html#importlib)537      - [inspect](https://python-all.ru/3.8/whatsnew/3.4.html#inspect)538      - [ipaddress](https://python-all.ru/3.8/whatsnew/3.4.html#ipaddress)539      - [logging](https://python-all.ru/3.8/whatsnew/3.4.html#logging)540      - [marshal](https://python-all.ru/3.8/whatsnew/3.4.html#marshal)541      - [mmap](https://python-all.ru/3.8/whatsnew/3.4.html#mmap)542      - [multiprocessing](https://python-all.ru/3.8/whatsnew/3.4.html#multiprocessing)543      - [оператор](https://python-all.ru/3.8/whatsnew/3.4.html#operator)544      - [os](https://python-all.ru/3.8/whatsnew/3.4.html#os)545      - [pdb](https://python-all.ru/3.8/whatsnew/3.4.html#pdb)546      - [pickle](https://python-all.ru/3.8/whatsnew/3.4.html#pickle)547      - [plistlib](https://python-all.ru/3.8/whatsnew/3.4.html#plistlib)548      - [poplib](https://python-all.ru/3.8/whatsnew/3.4.html#poplib)549      - [pprint](https://python-all.ru/3.8/whatsnew/3.4.html#pprint)550      - [pty](https://python-all.ru/3.8/whatsnew/3.4.html#pty)551      - [pydoc](https://python-all.ru/3.8/whatsnew/3.4.html#pydoc)552      - [re](https://python-all.ru/3.8/whatsnew/3.4.html#re)553      - [resource](https://python-all.ru/3.8/whatsnew/3.4.html#resource)554      - [select](https://python-all.ru/3.8/whatsnew/3.4.html#select)555      - [shelve](https://python-all.ru/3.8/whatsnew/3.4.html#shelve)556      - [shutil](https://python-all.ru/3.8/whatsnew/3.4.html#shutil)557      - [smtpd](https://python-all.ru/3.8/whatsnew/3.4.html#smtpd)558      - [smtplib](https://python-all.ru/3.8/whatsnew/3.4.html#smtplib)559      - [сокет](https://python-all.ru/3.8/whatsnew/3.4.html#socket)560      - [sqlite3](https://python-all.ru/3.8/whatsnew/3.4.html#sqlite3)561      - [ssl](https://python-all.ru/3.8/whatsnew/3.4.html#ssl)562      - [stat](https://python-all.ru/3.8/whatsnew/3.4.html#stat)563      - [struct](https://python-all.ru/3.8/whatsnew/3.4.html#struct)564      - [подпроцесс](https://python-all.ru/3.8/whatsnew/3.4.html#subprocess)565      - [sunau](https://python-all.ru/3.8/whatsnew/3.4.html#sunau)566      - [sys](https://python-all.ru/3.8/whatsnew/3.4.html#sys)567      - [tarfile](https://python-all.ru/3.8/whatsnew/3.4.html#tarfile)568      - [textwrap](https://python-all.ru/3.8/whatsnew/3.4.html#textwrap)569      - [threading](https://python-all.ru/3.8/whatsnew/3.4.html#threading)570      - [traceback](https://python-all.ru/3.8/whatsnew/3.4.html#traceback)571      - [типы](https://python-all.ru/3.8/whatsnew/3.4.html#types)572      - [urllib](https://python-all.ru/3.8/whatsnew/3.4.html#urllib)573      - [unittest](https://python-all.ru/3.8/whatsnew/3.4.html#unittest)574      - [venv](https://python-all.ru/3.8/whatsnew/3.4.html#venv)575      - [wave](https://python-all.ru/3.8/whatsnew/3.4.html#wave)576      - [weakref](https://python-all.ru/3.8/whatsnew/3.4.html#weakref)577      - [xml.etree](https://python-all.ru/3.8/whatsnew/3.4.html#xml-etree)578      - [zipfile](https://python-all.ru/3.8/whatsnew/3.4.html#zipfile)579    - [Изменения в реализации CPython](https://python-all.ru/3.8/whatsnew/3.4.html#cpython-implementation-changes)580581      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.8/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)582      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.8/whatsnew/3.4.html#pep-442-safe-object-finalization)583      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.8/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)584      - [PEP 436: Argument Clinic](https://python-all.ru/3.8/whatsnew/3.4.html#pep-436-argument-clinic)585      - [Прочие изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.4.html#other-build-and-c-api-changes)586      - [Прочие улучшения](https://python-all.ru/3.8/whatsnew/3.4.html#other-improvements)587      - [Значительные оптимизации](https://python-all.ru/3.8/whatsnew/3.4.html#significant-optimizations)588    - [Устарело](https://python-all.ru/3.8/whatsnew/3.4.html#deprecated)589590      - [Устаревшие возможности в Python API](https://python-all.ru/3.8/whatsnew/3.4.html#deprecations-in-the-python-api)591      - [Устаревшие возможности](https://python-all.ru/3.8/whatsnew/3.4.html#deprecated-features)592    - [Удалённое](https://python-all.ru/3.8/whatsnew/3.4.html#removed)593594      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.8/whatsnew/3.4.html#operating-systems-no-longer-supported)595      - [Удаление API и возможностей](https://python-all.ru/3.8/whatsnew/3.4.html#api-and-feature-removals)596      - [Очистка кода](https://python-all.ru/3.8/whatsnew/3.4.html#code-cleanups)597    - [Перенос на Python 3.4](https://python-all.ru/3.8/whatsnew/3.4.html#porting-to-python-3-4)598599      - [Изменения в поведении команды python](https://python-all.ru/3.8/whatsnew/3.4.html#changes-in-python-command-behavior)600      - [Изменения в Python API](https://python-all.ru/3.8/whatsnew/3.4.html#changes-in-the-python-api)601      - [Изменения в C API](https://python-all.ru/3.8/whatsnew/3.4.html#changes-in-the-c-api)602    - [Изменено в 3.4.3](https://python-all.ru/3.8/whatsnew/3.4.html#changed-in-3-4-3)603604      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.8/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)605  - [Что нового в Python 3.3](https://python-all.ru/3.8/whatsnew/3.3.html)606607    - [Сводка – основные моменты выпуска](https://python-all.ru/3.8/whatsnew/3.3.html#summary-release-highlights)608    - [PEP 405: Виртуальные окружения](https://python-all.ru/3.8/whatsnew/3.3.html#pep-405-virtual-environments)609    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.8/whatsnew/3.3.html#pep-420-implicit-namespace-packages)610    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.8/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)611612      - [Возможности](https://python-all.ru/3.8/whatsnew/3.3.html#features)613      - [Изменения API](https://python-all.ru/3.8/whatsnew/3.3.html#api-changes)614    - [PEP 393: Гибкое представление строк](https://python-all.ru/3.8/whatsnew/3.3.html#pep-393-flexible-string-representation)615616      - [Функциональность](https://python-all.ru/3.8/whatsnew/3.3.html#functionality)617      - [Производительность и потребление ресурсов](https://python-all.ru/3.8/whatsnew/3.3.html#performance-and-resource-usage)618    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.8/whatsnew/3.3.html#pep-397-python-launcher-for-windows)619    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.8/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)620    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.8/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)621    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.8/whatsnew/3.3.html#pep-409-suppressing-exception-context)622    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.8/whatsnew/3.3.html#pep-414-explicit-unicode-literals)623    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.8/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)624    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.8/whatsnew/3.3.html#pep-412-key-sharing-dictionary)625    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.8/whatsnew/3.3.html#pep-362-function-signature-object)626    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.8/whatsnew/3.3.html#pep-421-adding-sys-implementation)627628      - [SimpleNamespace](https://python-all.ru/3.8/whatsnew/3.3.html#simplenamespace)629    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.8/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)630631      - [Новые API](https://python-all.ru/3.8/whatsnew/3.3.html#new-apis)632      - [Заметные изменения](https://python-all.ru/3.8/whatsnew/3.3.html#visible-changes)633    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.3.html#other-language-changes)634    - [Более детальная блокировка импорта](https://python-all.ru/3.8/whatsnew/3.3.html#a-finer-grained-import-lock)635    - [Встроенные функции и типы](https://python-all.ru/3.8/whatsnew/3.3.html#builtin-functions-and-types)636    - [Новые модули](https://python-all.ru/3.8/whatsnew/3.3.html#new-modules)637638      - [faulthandler](https://python-all.ru/3.8/whatsnew/3.3.html#faulthandler)639      - [ipaddress](https://python-all.ru/3.8/whatsnew/3.3.html#ipaddress)640      - [lzma](https://python-all.ru/3.8/whatsnew/3.3.html#lzma)641    - [Улучшенные модули](https://python-all.ru/3.8/whatsnew/3.3.html#improved-modules)642643      - [abc](https://python-all.ru/3.8/whatsnew/3.3.html#abc)644      - [array](https://python-all.ru/3.8/whatsnew/3.3.html#array)645      - [base64](https://python-all.ru/3.8/whatsnew/3.3.html#base64)646      - [binascii](https://python-all.ru/3.8/whatsnew/3.3.html#binascii)647      - [bz2](https://python-all.ru/3.8/whatsnew/3.3.html#bz2)648      - [codecs](https://python-all.ru/3.8/whatsnew/3.3.html#codecs)649      - [collections](https://python-all.ru/3.8/whatsnew/3.3.html#collections)650      - [contextlib](https://python-all.ru/3.8/whatsnew/3.3.html#contextlib)651      - [crypt](https://python-all.ru/3.8/whatsnew/3.3.html#crypt)652      - [curses](https://python-all.ru/3.8/whatsnew/3.3.html#curses)653      - [datetime](https://python-all.ru/3.8/whatsnew/3.3.html#datetime)654      - [decimal](https://python-all.ru/3.8/whatsnew/3.3.html#decimal)655656        - [Возможности](https://python-all.ru/3.8/whatsnew/3.3.html#id1)657        - [Изменения API](https://python-all.ru/3.8/whatsnew/3.3.html#id2)658      - [email](https://python-all.ru/3.8/whatsnew/3.3.html#email)659660        - [Каркас политик](https://python-all.ru/3.8/whatsnew/3.3.html#policy-framework)661        - [Временная политика с новым API заголовков](https://python-all.ru/3.8/whatsnew/3.3.html#provisional-policy-with-new-header-api)662        - [Другие изменения API](https://python-all.ru/3.8/whatsnew/3.3.html#other-api-changes)663      - [ftplib](https://python-all.ru/3.8/whatsnew/3.3.html#ftplib)664      - [functools](https://python-all.ru/3.8/whatsnew/3.3.html#functools)665      - [gc](https://python-all.ru/3.8/whatsnew/3.3.html#gc)666      - [hmac](https://python-all.ru/3.8/whatsnew/3.3.html#hmac)667      - [http](https://python-all.ru/3.8/whatsnew/3.3.html#http)668      - [html](https://python-all.ru/3.8/whatsnew/3.3.html#html)669      - [imaplib](https://python-all.ru/3.8/whatsnew/3.3.html#imaplib)670      - [inspect](https://python-all.ru/3.8/whatsnew/3.3.html#inspect)671      - [io](https://python-all.ru/3.8/whatsnew/3.3.html#io)672      - [itertools](https://python-all.ru/3.8/whatsnew/3.3.html#itertools)673      - [logging](https://python-all.ru/3.8/whatsnew/3.3.html#logging)674      - [math](https://python-all.ru/3.8/whatsnew/3.3.html#math)675      - [mmap](https://python-all.ru/3.8/whatsnew/3.3.html#mmap)676      - [multiprocessing](https://python-all.ru/3.8/whatsnew/3.3.html#multiprocessing)677      - [nntplib](https://python-all.ru/3.8/whatsnew/3.3.html#nntplib)678      - [os](https://python-all.ru/3.8/whatsnew/3.3.html#os)679      - [pdb](https://python-all.ru/3.8/whatsnew/3.3.html#pdb)680      - [pickle](https://python-all.ru/3.8/whatsnew/3.3.html#pickle)681      - [pydoc](https://python-all.ru/3.8/whatsnew/3.3.html#pydoc)682      - [re](https://python-all.ru/3.8/whatsnew/3.3.html#re)683      - [sched](https://python-all.ru/3.8/whatsnew/3.3.html#sched)684      - [select](https://python-all.ru/3.8/whatsnew/3.3.html#select)685      - [shlex](https://python-all.ru/3.8/whatsnew/3.3.html#shlex)686      - [shutil](https://python-all.ru/3.8/whatsnew/3.3.html#shutil)687      - [signal](https://python-all.ru/3.8/whatsnew/3.3.html#signal)688      - [smtpd](https://python-all.ru/3.8/whatsnew/3.3.html#smtpd)689      - [smtplib](https://python-all.ru/3.8/whatsnew/3.3.html#smtplib)690      - [сокет](https://python-all.ru/3.8/whatsnew/3.3.html#socket)691      - [socketserver](https://python-all.ru/3.8/whatsnew/3.3.html#socketserver)692      - [sqlite3](https://python-all.ru/3.8/whatsnew/3.3.html#sqlite3)693      - [ssl](https://python-all.ru/3.8/whatsnew/3.3.html#ssl)694      - [stat](https://python-all.ru/3.8/whatsnew/3.3.html#stat)695      - [struct](https://python-all.ru/3.8/whatsnew/3.3.html#struct)696      - [подпроцесс](https://python-all.ru/3.8/whatsnew/3.3.html#subprocess)697      - [sys](https://python-all.ru/3.8/whatsnew/3.3.html#sys)698      - [tarfile](https://python-all.ru/3.8/whatsnew/3.3.html#tarfile)699      - [tempfile](https://python-all.ru/3.8/whatsnew/3.3.html#tempfile)700      - [textwrap](https://python-all.ru/3.8/whatsnew/3.3.html#textwrap)701      - [threading](https://python-all.ru/3.8/whatsnew/3.3.html#threading)702      - [time](https://python-all.ru/3.8/whatsnew/3.3.html#time)703      - [типы](https://python-all.ru/3.8/whatsnew/3.3.html#types)704      - [unittest](https://python-all.ru/3.8/whatsnew/3.3.html#unittest)705      - [urllib](https://python-all.ru/3.8/whatsnew/3.3.html#urllib)706      - [webbrowser](https://python-all.ru/3.8/whatsnew/3.3.html#webbrowser)707      - [xml.etree.ElementTree](https://python-all.ru/3.8/whatsnew/3.3.html#xml-etree-elementtree)708      - [zlib](https://python-all.ru/3.8/whatsnew/3.3.html#zlib)709    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.3.html#optimizations)710    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.3.html#build-and-c-api-changes)711    - [Устарело](https://python-all.ru/3.8/whatsnew/3.3.html#deprecated)712713      - [Неподдерживаемые операционные системы](https://python-all.ru/3.8/whatsnew/3.3.html#unsupported-operating-systems)714      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.8/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)715      - [Устаревшие функции и типы C API](https://python-all.ru/3.8/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)716      - [Устаревшие возможности](https://python-all.ru/3.8/whatsnew/3.3.html#deprecated-features)717    - [Портирование на Python 3.3](https://python-all.ru/3.8/whatsnew/3.3.html#porting-to-python-3-3)718719      - [Перенос кода Python](https://python-all.ru/3.8/whatsnew/3.3.html#porting-python-code)720      - [Перенос кода C](https://python-all.ru/3.8/whatsnew/3.3.html#porting-c-code)721      - [Сборка расширений на C](https://python-all.ru/3.8/whatsnew/3.3.html#building-c-extensions)722      - [Изменения параметров командной строки](https://python-all.ru/3.8/whatsnew/3.3.html#command-line-switch-changes)723  - [Что нового в Python 3.2](https://python-all.ru/3.8/whatsnew/3.2.html)724725    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.8/whatsnew/3.2.html#pep-384-defining-a-stable-abi)726    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.8/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)727    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.8/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)728    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.8/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)729    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.8/whatsnew/3.2.html#pep-3147-pyc-repository-directories)730    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.8/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)731    - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.8/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)732    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.2.html#other-language-changes)733    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.8/whatsnew/3.2.html#new-improved-and-deprecated-modules)734735      - [email](https://python-all.ru/3.8/whatsnew/3.2.html#email)736      - [elementtree](https://python-all.ru/3.8/whatsnew/3.2.html#elementtree)737      - [functools](https://python-all.ru/3.8/whatsnew/3.2.html#functools)738      - [itertools](https://python-all.ru/3.8/whatsnew/3.2.html#itertools)739      - [collections](https://python-all.ru/3.8/whatsnew/3.2.html#collections)740      - [threading](https://python-all.ru/3.8/whatsnew/3.2.html#threading)741      - [datetime и time](https://python-all.ru/3.8/whatsnew/3.2.html#datetime-and-time)742      - [math](https://python-all.ru/3.8/whatsnew/3.2.html#math)743      - [abc](https://python-all.ru/3.8/whatsnew/3.2.html#abc)744      - [io](https://python-all.ru/3.8/whatsnew/3.2.html#io)745      - [reprlib](https://python-all.ru/3.8/whatsnew/3.2.html#reprlib)746      - [logging](https://python-all.ru/3.8/whatsnew/3.2.html#logging)747      - [csv](https://python-all.ru/3.8/whatsnew/3.2.html#csv)748      - [contextlib](https://python-all.ru/3.8/whatsnew/3.2.html#contextlib)749      - [decimal и fractions](https://python-all.ru/3.8/whatsnew/3.2.html#decimal-and-fractions)750      - [ftp](https://python-all.ru/3.8/whatsnew/3.2.html#ftp)751      - [popen](https://python-all.ru/3.8/whatsnew/3.2.html#popen)752      - [select](https://python-all.ru/3.8/whatsnew/3.2.html#select)753      - [gzip и zipfile](https://python-all.ru/3.8/whatsnew/3.2.html#gzip-and-zipfile)754      - [tarfile](https://python-all.ru/3.8/whatsnew/3.2.html#tarfile)755      - [hashlib](https://python-all.ru/3.8/whatsnew/3.2.html#hashlib)756      - [ast](https://python-all.ru/3.8/whatsnew/3.2.html#ast)757      - [os](https://python-all.ru/3.8/whatsnew/3.2.html#os)758      - [shutil](https://python-all.ru/3.8/whatsnew/3.2.html#shutil)759      - [sqlite3](https://python-all.ru/3.8/whatsnew/3.2.html#sqlite3)760      - [html](https://python-all.ru/3.8/whatsnew/3.2.html#html)761      - [сокет](https://python-all.ru/3.8/whatsnew/3.2.html#socket)762      - [ssl](https://python-all.ru/3.8/whatsnew/3.2.html#ssl)763      - [nntp](https://python-all.ru/3.8/whatsnew/3.2.html#nntp)764      - [сертификаты](https://python-all.ru/3.8/whatsnew/3.2.html#certificates)765      - [imaplib](https://python-all.ru/3.8/whatsnew/3.2.html#imaplib)766      - [http.client](https://python-all.ru/3.8/whatsnew/3.2.html#http-client)767      - [unittest](https://python-all.ru/3.8/whatsnew/3.2.html#unittest)768      - [random](https://python-all.ru/3.8/whatsnew/3.2.html#random)769      - [poplib](https://python-all.ru/3.8/whatsnew/3.2.html#poplib)770      - [asyncore](https://python-all.ru/3.8/whatsnew/3.2.html#asyncore)771      - [tempfile](https://python-all.ru/3.8/whatsnew/3.2.html#tempfile)772      - [inspect](https://python-all.ru/3.8/whatsnew/3.2.html#inspect)773      - [pydoc](https://python-all.ru/3.8/whatsnew/3.2.html#pydoc)774      - [dis](https://python-all.ru/3.8/whatsnew/3.2.html#dis)775      - [dbm](https://python-all.ru/3.8/whatsnew/3.2.html#dbm)776      - [ctypes](https://python-all.ru/3.8/whatsnew/3.2.html#ctypes)777      - [site](https://python-all.ru/3.8/whatsnew/3.2.html#site)778      - [sysconfig](https://python-all.ru/3.8/whatsnew/3.2.html#sysconfig)779      - [pdb](https://python-all.ru/3.8/whatsnew/3.2.html#pdb)780      - [configparser](https://python-all.ru/3.8/whatsnew/3.2.html#configparser)781      - [urllib.parse](https://python-all.ru/3.8/whatsnew/3.2.html#urllib-parse)782      - [mailbox](https://python-all.ru/3.8/whatsnew/3.2.html#mailbox)783      - [turtledemo](https://python-all.ru/3.8/whatsnew/3.2.html#turtledemo)784    - [Многопоточность](https://python-all.ru/3.8/whatsnew/3.2.html#multi-threading)785    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.2.html#optimizations)786    - [Юникод](https://python-all.ru/3.8/whatsnew/3.2.html#unicode)787    - [Кодеки](https://python-all.ru/3.8/whatsnew/3.2.html#codecs)788    - [Документация](https://python-all.ru/3.8/whatsnew/3.2.html#documentation)789    - [IDLE](https://python-all.ru/3.8/whatsnew/3.2.html#idle)790    - [Репозиторий кода](https://python-all.ru/3.8/whatsnew/3.2.html#code-repository)791    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.2.html#build-and-c-api-changes)792    - [Переход на Python 3.2](https://python-all.ru/3.8/whatsnew/3.2.html#porting-to-python-3-2)793  - [Что нового в Python 3.1](https://python-all.ru/3.8/whatsnew/3.1.html)794795    - [PEP 372: Упорядоченные словари](https://python-all.ru/3.8/whatsnew/3.1.html#pep-372-ordered-dictionaries)796    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.8/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)797    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/3.1.html#other-language-changes)798    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.8/whatsnew/3.1.html#new-improved-and-deprecated-modules)799    - [Оптимизации](https://python-all.ru/3.8/whatsnew/3.1.html#optimizations)800    - [IDLE](https://python-all.ru/3.8/whatsnew/3.1.html#idle)801    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.1.html#build-and-c-api-changes)802    - [Переход на Python 3.1](https://python-all.ru/3.8/whatsnew/3.1.html#porting-to-python-3-1)803  - [Что нового в Python 3.0](https://python-all.ru/3.8/whatsnew/3.0.html)804805    - [Типичные трудности](https://python-all.ru/3.8/whatsnew/3.0.html#common-stumbling-blocks)806807      - [Print – это функция](https://python-all.ru/3.8/whatsnew/3.0.html#print-is-a-function)808      - [Представления и итераторы вместо списков](https://python-all.ru/3.8/whatsnew/3.0.html#views-and-iterators-instead-of-lists)809      - [Сравнение на упорядочивание](https://python-all.ru/3.8/whatsnew/3.0.html#ordering-comparisons)810      - [Целые числа](https://python-all.ru/3.8/whatsnew/3.0.html#integers)811      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.8/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)812    - [Обзор изменений синтаксиса](https://python-all.ru/3.8/whatsnew/3.0.html#overview-of-syntax-changes)813814      - [Новый синтаксис](https://python-all.ru/3.8/whatsnew/3.0.html#new-syntax)815      - [Изменённый синтаксис](https://python-all.ru/3.8/whatsnew/3.0.html#changed-syntax)816      - [Удалённый синтаксис](https://python-all.ru/3.8/whatsnew/3.0.html#removed-syntax)817    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.8/whatsnew/3.0.html#changes-already-present-in-python-2-6)818    - [Изменения в библиотеке](https://python-all.ru/3.8/whatsnew/3.0.html#library-changes)819    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.8/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)820    - [Изменения в исключениях](https://python-all.ru/3.8/whatsnew/3.0.html#changes-to-exceptions)821    - [Прочие изменения](https://python-all.ru/3.8/whatsnew/3.0.html#miscellaneous-other-changes)822823      - [Операторы и специальные методы](https://python-all.ru/3.8/whatsnew/3.0.html#operators-and-special-methods)824      - [Встроенные функции](https://python-all.ru/3.8/whatsnew/3.0.html#builtins)825    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/3.0.html#build-and-c-api-changes)826    - [Производительность](https://python-all.ru/3.8/whatsnew/3.0.html#performance)827    - [Переход на Python 3.0](https://python-all.ru/3.8/whatsnew/3.0.html#porting-to-python-3-0)828  - [Что нового в Python 2.7](https://python-all.ru/3.8/whatsnew/2.7.html)829830    - [Будущее Python 2.x](https://python-all.ru/3.8/whatsnew/2.7.html#the-future-for-python-2-x)831    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.8/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)832    - [Возможности Python 3.1](https://python-all.ru/3.8/whatsnew/2.7.html#python-3-1-features)833    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.8/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)834    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.8/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)835    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.8/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)836    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.8/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)837    - [PEP 3106: Представления словаря](https://python-all.ru/3.8/whatsnew/2.7.html#pep-3106-dictionary-views)838    - [PEP 3137: Объект memoryview](https://python-all.ru/3.8/whatsnew/2.7.html#pep-3137-the-memoryview-object)839    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/2.7.html#other-language-changes)840841      - [Изменения в интерпретаторе](https://python-all.ru/3.8/whatsnew/2.7.html#interpreter-changes)842      - [Оптимизации](https://python-all.ru/3.8/whatsnew/2.7.html#optimizations)843    - [Новые и улучшенные модули](https://python-all.ru/3.8/whatsnew/2.7.html#new-and-improved-modules)844845      - [Новый модуль: importlib](https://python-all.ru/3.8/whatsnew/2.7.html#new-module-importlib)846      - [Новый модуль: sysconfig](https://python-all.ru/3.8/whatsnew/2.7.html#new-module-sysconfig)847      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.8/whatsnew/2.7.html#ttk-themed-widgets-for-tk)848      - [Обновлённый модуль: unittest](https://python-all.ru/3.8/whatsnew/2.7.html#updated-module-unittest)849      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.8/whatsnew/2.7.html#updated-module-elementtree-1-3)850    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/2.7.html#build-and-c-api-changes)851852      - [Капсулы](https://python-all.ru/3.8/whatsnew/2.7.html#capsules)853      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.8/whatsnew/2.7.html#port-specific-changes-windows)854      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.8/whatsnew/2.7.html#port-specific-changes-mac-os-x)855      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.8/whatsnew/2.7.html#port-specific-changes-freebsd)856    - [Прочие изменения и исправления](https://python-all.ru/3.8/whatsnew/2.7.html#other-changes-and-fixes)857    - [Переход на Python 2.7](https://python-all.ru/3.8/whatsnew/2.7.html#porting-to-python-2-7)858    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.8/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)859860      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.8/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)861      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.8/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)862      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.8/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)863      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.8/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)864865        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.8/whatsnew/2.7.html#bootstrapping-pip-by-default)866        - [Изменения в документации](https://python-all.ru/3.8/whatsnew/2.7.html#documentation-changes)867      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.8/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)868      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.8/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)869      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.8/whatsnew/2.7.html#new-make-regen-all-build-target)870      - [Удаление `make touch` цели сборки](https://python-all.ru/3.8/whatsnew/2.7.html#removal-of-make-touch-build-target)871    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.7.html#acknowledgements)872  - [Что нового в Python 2.6](https://python-all.ru/3.8/whatsnew/2.6.html)873874    - [Python 3.0](https://python-all.ru/3.8/whatsnew/2.6.html#python-3-0)875    - [Изменения в процессе разработки](https://python-all.ru/3.8/whatsnew/2.6.html#changes-to-the-development-process)876877      - [Новый трекер ошибок: Roundup](https://python-all.ru/3.8/whatsnew/2.6.html#new-issue-tracker-roundup)878      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.8/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)879    - [PEP 343: Оператор 'with'](https://python-all.ru/3.8/whatsnew/2.6.html#pep-343-the-with-statement)880881      - [Написание контекстных менеджеров](https://python-all.ru/3.8/whatsnew/2.6.html#writing-context-managers)882      - [Модуль contextlib](https://python-all.ru/3.8/whatsnew/2.6.html#the-contextlib-module)883    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.8/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)884    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.8/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)885    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.8/whatsnew/2.6.html#pep-371-the-multiprocessing-package)886    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3101-advanced-string-formatting)887    - [PEP 3105: `print` как функция](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3105-print-as-a-function)888    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3110-exception-handling-changes)889    - [PEP 3112: Байтовые литералы](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3112-byte-literals)890    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3116-new-i-o-library)891    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)892    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3119-abstract-base-classes)893    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)894    - [PEP 3129: Декораторы классов](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3129-class-decorators)895    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.8/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)896897      - [Модуль `fractions`](https://python-all.ru/3.8/whatsnew/2.6.html#the-fractions-module)898    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/2.6.html#other-language-changes)899900      - [Оптимизации](https://python-all.ru/3.8/whatsnew/2.6.html#optimizations)901      - [Изменения в интерпретаторе](https://python-all.ru/3.8/whatsnew/2.6.html#interpreter-changes)902    - [Новые и улучшенные модули](https://python-all.ru/3.8/whatsnew/2.6.html#new-and-improved-modules)903904      - [Модуль `ast`](https://python-all.ru/3.8/whatsnew/2.6.html#the-ast-module)905      - [Модуль `future_builtins`](https://python-all.ru/3.8/whatsnew/2.6.html#the-future-builtins-module)906      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.8/whatsnew/2.6.html#the-json-module-javascript-object-notation)907      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.8/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)908      - [Улучшения ctypes](https://python-all.ru/3.8/whatsnew/2.6.html#ctypes-enhancements)909      - [Улучшенная поддержка SSL](https://python-all.ru/3.8/whatsnew/2.6.html#improved-ssl-support)910    - [Устаревания и удаления](https://python-all.ru/3.8/whatsnew/2.6.html#deprecations-and-removals)911    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/2.6.html#build-and-c-api-changes)912913      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.8/whatsnew/2.6.html#port-specific-changes-windows)914      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.8/whatsnew/2.6.html#port-specific-changes-mac-os-x)915      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.8/whatsnew/2.6.html#port-specific-changes-irix)916    - [Переход на Python 2.6](https://python-all.ru/3.8/whatsnew/2.6.html#porting-to-python-2-6)917    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.6.html#acknowledgements)918  - [Что нового в Python 2.5](https://python-all.ru/3.8/whatsnew/2.5.html)919920    - [PEP 308: Условные выражения](https://python-all.ru/3.8/whatsnew/2.5.html#pep-308-conditional-expressions)921    - [PEP 309: Частичное применение функций](https://python-all.ru/3.8/whatsnew/2.5.html#pep-309-partial-function-application)922    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.8/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)923    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.8/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)924    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.8/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)925    - [PEP 341: Единый try/except/finally](https://python-all.ru/3.8/whatsnew/2.5.html#pep-341-unified-try-except-finally)926    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.8/whatsnew/2.5.html#pep-342-new-generator-features)927    - [PEP 343: Оператор 'with'](https://python-all.ru/3.8/whatsnew/2.5.html#pep-343-the-with-statement)928929      - [Написание контекстных менеджеров](https://python-all.ru/3.8/whatsnew/2.5.html#writing-context-managers)930      - [Модуль contextlib](https://python-all.ru/3.8/whatsnew/2.5.html#the-contextlib-module)931    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.8/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)932    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.8/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)933    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.8/whatsnew/2.5.html#pep-357-the-index-method)934    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/2.5.html#other-language-changes)935936      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.8/whatsnew/2.5.html#interactive-interpreter-changes)937      - [Оптимизации](https://python-all.ru/3.8/whatsnew/2.5.html#optimizations)938    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.8/whatsnew/2.5.html#new-improved-and-removed-modules)939940      - [Пакет ctypes](https://python-all.ru/3.8/whatsnew/2.5.html#the-ctypes-package)941      - [Пакет ElementTree](https://python-all.ru/3.8/whatsnew/2.5.html#the-elementtree-package)942      - [Пакет hashlib](https://python-all.ru/3.8/whatsnew/2.5.html#the-hashlib-package)943      - [Пакет sqlite3](https://python-all.ru/3.8/whatsnew/2.5.html#the-sqlite3-package)944      - [Пакет wsgiref](https://python-all.ru/3.8/whatsnew/2.5.html#the-wsgiref-package)945    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/2.5.html#build-and-c-api-changes)946947      - [Изменения для конкретных платформ](https://python-all.ru/3.8/whatsnew/2.5.html#port-specific-changes)948    - [Перенос на Python 2.5](https://python-all.ru/3.8/whatsnew/2.5.html#porting-to-python-2-5)949    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.5.html#acknowledgements)950  - [Что нового в Python 2.4](https://python-all.ru/3.8/whatsnew/2.4.html)951952    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.8/whatsnew/2.4.html#pep-218-built-in-set-objects)953    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.8/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)954    - [PEP 289: Генераторные выражения](https://python-all.ru/3.8/whatsnew/2.4.html#pep-289-generator-expressions)955    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.8/whatsnew/2.4.html#pep-292-simpler-string-substitutions)956    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.8/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)957    - [PEP 322: Обратная итерация](https://python-all.ru/3.8/whatsnew/2.4.html#pep-322-reverse-iteration)958    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.8/whatsnew/2.4.html#pep-324-new-subprocess-module)959    - [PEP 327: Тип данных Decimal](https://python-all.ru/3.8/whatsnew/2.4.html#pep-327-decimal-data-type)960961      - [Зачем нужен Decimal?](https://python-all.ru/3.8/whatsnew/2.4.html#why-is-decimal-needed)962      - [Тип `Decimal`](https://python-all.ru/3.8/whatsnew/2.4.html#the-decimal-type)963      - [Тип `Context`](https://python-all.ru/3.8/whatsnew/2.4.html#the-context-type)964    - [PEP 328: Многострочные импорты](https://python-all.ru/3.8/whatsnew/2.4.html#pep-328-multi-line-imports)965    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.8/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)966    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/2.4.html#other-language-changes)967968      - [Оптимизации](https://python-all.ru/3.8/whatsnew/2.4.html#optimizations)969    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.8/whatsnew/2.4.html#new-improved-and-deprecated-modules)970971      - [cookielib](https://python-all.ru/3.8/whatsnew/2.4.html#cookielib)972      - [doctest](https://python-all.ru/3.8/whatsnew/2.4.html#doctest)973    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/2.4.html#build-and-c-api-changes)974975      - [Изменения для конкретных платформ](https://python-all.ru/3.8/whatsnew/2.4.html#port-specific-changes)976    - [Перенос на Python 2.4](https://python-all.ru/3.8/whatsnew/2.4.html#porting-to-python-2-4)977    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.4.html#acknowledgements)978  - [Что нового в Python 2.3](https://python-all.ru/3.8/whatsnew/2.3.html)979980    - [PEP 218: Стандартный тип set](https://python-all.ru/3.8/whatsnew/2.3.html#pep-218-a-standard-set-datatype)981    - [PEP 255: простые генераторы](https://python-all.ru/3.8/whatsnew/2.3.html#pep-255-simple-generators)982    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.8/whatsnew/2.3.html#pep-263-source-code-encodings)983    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.8/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)984    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.8/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)985    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.8/whatsnew/2.3.html#pep-278-universal-newline-support)986    - [PEP 279: enumerate()](https://python-all.ru/3.8/whatsnew/2.3.html#pep-279-enumerate)987    - [PEP 282: Пакет logging](https://python-all.ru/3.8/whatsnew/2.3.html#pep-282-the-logging-package)988    - [PEP 285: Булев тип](https://python-all.ru/3.8/whatsnew/2.3.html#pep-285-a-boolean-type)989    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.8/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)990    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.8/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)991    - [PEP 302: Новые хуки импорта](https://python-all.ru/3.8/whatsnew/2.3.html#pep-302-new-import-hooks)992    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.8/whatsnew/2.3.html#pep-305-comma-separated-files)993    - [PEP 307: Улучшения pickle](https://python-all.ru/3.8/whatsnew/2.3.html#pep-307-pickle-enhancements)994    - [Расширенные срезы](https://python-all.ru/3.8/whatsnew/2.3.html#extended-slices)995    - [Прочие изменения языка](https://python-all.ru/3.8/whatsnew/2.3.html#other-language-changes)996997      - [Изменения в строках](https://python-all.ru/3.8/whatsnew/2.3.html#string-changes)998      - [Оптимизации](https://python-all.ru/3.8/whatsnew/2.3.html#optimizations)999    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.8/whatsnew/2.3.html#new-improved-and-deprecated-modules)10001001      - [Тип даты/времени](https://python-all.ru/3.8/whatsnew/2.3.html#date-time-type)1002      - [Модуль optparse](https://python-all.ru/3.8/whatsnew/2.3.html#the-optparse-module)1003    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.8/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1004    - [Изменения в сборке и C API](https://python-all.ru/3.8/whatsnew/2.3.html#build-and-c-api-changes)10051006      - [Изменения для конкретных платформ](https://python-all.ru/3.8/whatsnew/2.3.html#port-specific-changes)1007    - [Прочие изменения и исправления](https://python-all.ru/3.8/whatsnew/2.3.html#other-changes-and-fixes)1008    - [Перенос на Python 2.3](https://python-all.ru/3.8/whatsnew/2.3.html#porting-to-python-2-3)1009    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.3.html#acknowledgements)1010  - [Что нового в Python 2.2](https://python-all.ru/3.8/whatsnew/2.2.html)10111012    - [Введение](https://python-all.ru/3.8/whatsnew/2.2.html#introduction)1013    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.8/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)10141015      - [Старые и новые классы](https://python-all.ru/3.8/whatsnew/2.2.html#old-and-new-classes)1016      - [Дескрипторы](https://python-all.ru/3.8/whatsnew/2.2.html#descriptors)1017      - [Множественное наследование: правило ромба](https://python-all.ru/3.8/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1018      - [Доступ к атрибутам](https://python-all.ru/3.8/whatsnew/2.2.html#attribute-access)1019      - [Связанные ссылки](https://python-all.ru/3.8/whatsnew/2.2.html#related-links)1020    - [PEP 234: итераторы](https://python-all.ru/3.8/whatsnew/2.2.html#pep-234-iterators)1021    - [PEP 255: простые генераторы](https://python-all.ru/3.8/whatsnew/2.2.html#pep-255-simple-generators)1022    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.8/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1023    - [PEP 238: изменение оператора деления](https://python-all.ru/3.8/whatsnew/2.2.html#pep-238-changing-the-division-operator)1024    - [Изменения в Unicode](https://python-all.ru/3.8/whatsnew/2.2.html#unicode-changes)1025    - [PEP 227: вложенные области видимости](https://python-all.ru/3.8/whatsnew/2.2.html#pep-227-nested-scopes)1026    - [Новые и улучшенные модули](https://python-all.ru/3.8/whatsnew/2.2.html#new-and-improved-modules)1027    - [Изменения и исправления интерпретатора](https://python-all.ru/3.8/whatsnew/2.2.html#interpreter-changes-and-fixes)1028    - [Прочие изменения и исправления](https://python-all.ru/3.8/whatsnew/2.2.html#other-changes-and-fixes)1029    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.2.html#acknowledgements)1030  - [Что нового в Python 2.1](https://python-all.ru/3.8/whatsnew/2.1.html)10311032    - [Введение](https://python-all.ru/3.8/whatsnew/2.1.html#introduction)1033    - [PEP 227: вложенные области видимости](https://python-all.ru/3.8/whatsnew/2.1.html#pep-227-nested-scopes)1034    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.8/whatsnew/2.1.html#pep-236-future-directives)1035    - [PEP 207: расширенные сравнения](https://python-all.ru/3.8/whatsnew/2.1.html#pep-207-rich-comparisons)1036    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.8/whatsnew/2.1.html#pep-230-warning-framework)1037    - [PEP 229: новая система сборки](https://python-all.ru/3.8/whatsnew/2.1.html#pep-229-new-build-system)1038    - [PEP 205: слабые ссылки](https://python-all.ru/3.8/whatsnew/2.1.html#pep-205-weak-references)1039    - [PEP 232: атрибуты функций](https://python-all.ru/3.8/whatsnew/2.1.html#pep-232-function-attributes)1040    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.8/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1041    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.8/whatsnew/2.1.html#pep-217-interactive-display-hook)1042    - [PEP 208: новая модель приведения типов](https://python-all.ru/3.8/whatsnew/2.1.html#pep-208-new-coercion-model)1043    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.8/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1044    - [Новые и улучшенные модули](https://python-all.ru/3.8/whatsnew/2.1.html#new-and-improved-modules)1045    - [Прочие изменения и исправления](https://python-all.ru/3.8/whatsnew/2.1.html#other-changes-and-fixes)1046    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.1.html#acknowledgements)1047  - [Что нового в Python 2.0](https://python-all.ru/3.8/whatsnew/2.0.html)10481049    - [Введение](https://python-all.ru/3.8/whatsnew/2.0.html#introduction)1050    - [А что насчёт Python 1.6?](https://python-all.ru/3.8/whatsnew/2.0.html#what-about-python-1-6)1051    - [Новый процесс разработки](https://python-all.ru/3.8/whatsnew/2.0.html#new-development-process)1052    - [Юникод](https://python-all.ru/3.8/whatsnew/2.0.html#unicode)1053    - [Списковые включения](https://python-all.ru/3.8/whatsnew/2.0.html#list-comprehensions)1054    - [Расширенное присваивание](https://python-all.ru/3.8/whatsnew/2.0.html#augmented-assignment)1055    - [Методы строк](https://python-all.ru/3.8/whatsnew/2.0.html#string-methods)1056    - [Сборка мусора циклических ссылок](https://python-all.ru/3.8/whatsnew/2.0.html#garbage-collection-of-cycles)1057    - [Другие изменения ядра](https://python-all.ru/3.8/whatsnew/2.0.html#other-core-changes)10581059      - [Мелкие изменения языка](https://python-all.ru/3.8/whatsnew/2.0.html#minor-language-changes)1060      - [Изменения встроенных функций](https://python-all.ru/3.8/whatsnew/2.0.html#changes-to-built-in-functions)1061    - [Перенос на 2.0](https://python-all.ru/3.8/whatsnew/2.0.html#porting-to-2-0)1062    - [Изменения в расширении/встраивании](https://python-all.ru/3.8/whatsnew/2.0.html#extending-embedding-changes)1063    - [Distutils: упрощение установки модулей](https://python-all.ru/3.8/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1064    - [Модули XML](https://python-all.ru/3.8/whatsnew/2.0.html#xml-modules)10651066      - [Поддержка SAX2](https://python-all.ru/3.8/whatsnew/2.0.html#sax2-support)1067      - [Поддержка DOM](https://python-all.ru/3.8/whatsnew/2.0.html#dom-support)1068      - [Связь с PyXML](https://python-all.ru/3.8/whatsnew/2.0.html#relationship-to-pyxml)1069    - [Изменения модулей](https://python-all.ru/3.8/whatsnew/2.0.html#module-changes)1070    - [Новые модули](https://python-all.ru/3.8/whatsnew/2.0.html#new-modules)1071    - [Улучшения IDLE](https://python-all.ru/3.8/whatsnew/2.0.html#idle-improvements)1072    - [Удалённые и устаревшие модули](https://python-all.ru/3.8/whatsnew/2.0.html#deleted-and-deprecated-modules)1073    - [Благодарности](https://python-all.ru/3.8/whatsnew/2.0.html#acknowledgements)1074  - [Журнал изменений](https://python-all.ru/3.8/whatsnew/changelog.html)10751076    - [Python 3.8.20 final](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-20-final)10771078      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#windows)1079      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#tests)1080      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#security)1081      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#library)1082      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#core-and-builtins)1083    - [Python 3.8.19 final](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-19-final)10841085      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id2)1086      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id3)1087      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id4)1088      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#documentation)1089      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id5)1090      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id6)1091    - [Python 3.8.18 final](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-18-final)10921093      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id7)1094      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id8)1095      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#tools-demos)1096    - [Python 3.8.17 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-17-final)10971098      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id9)1099      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id10)1100      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#build)1101      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id11)1102      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#macos)1103    - [Python 3.8.16 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-16-final)11041105      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id12)1106    - [Python 3.8.15 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-15-final)11071108      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id13)1109      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id14)1110      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id15)1111      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id16)1112    - [Python 3.8.14 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-14-final)11131114      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id17)1115      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id18)1116      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id19)1117      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id20)1118      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id21)1119      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id22)1120    - [Python 3.8.13 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-13-final)11211122      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id23)1123      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id24)1124      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id25)1125      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id26)1126      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id27)1127      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id28)1128      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id29)1129    - [Python 3.8.12 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-12-final)11301131      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id30)1132      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id31)1133      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id32)1134      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id33)1135      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id34)1136      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id35)1137    - [Python 3.8.11 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-11-final)11381139      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id36)1140      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id37)1141      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id38)1142    - [Python 3.8.10 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-10-final)11431144      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id39)1145      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id40)1146      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id41)1147      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id42)1148      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id43)1149      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id44)1150      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id45)1151      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#idle)1152      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#c-api)1153    - [Python 3.8.9 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-9-final)11541155      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id46)1156      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id47)1157      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id48)1158      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id49)1159      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id50)1160      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id51)1161      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id52)1162      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id53)1163    - [Python 3.8.8 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-8-final)1164    - [Python 3.8.8 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-8-release-candidate-1)11651166      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id54)1167      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id55)1168      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id56)1169      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id57)1170      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id58)1171      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id59)1172      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id60)1173      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id61)1174      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id62)1175      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id63)1176      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id64)1177    - [Python 3.8.7 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-7-final)11781179      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id65)1180      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id66)1181      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id67)1182      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id68)1183      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id69)1184    - [Python 3.8.7 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-7-release-candidate-1)11851186      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id70)1187      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id71)1188      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id72)1189      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id73)1190      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id74)1191      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id75)1192      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id76)1193      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id77)1194      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id78)1195      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id79)1196    - [Python 3.8.6 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-6-final)11971198      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id80)1199      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id81)1200      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id82)1201      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id83)1202      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id84)1203      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id85)1204    - [Python 3.8.6 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-6-release-candidate-1)12051206      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id86)1207      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id87)1208      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id88)1209      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id89)1210      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id90)1211      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id91)1212    - [Python 3.8.5 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-5-final)12131214      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id92)1215      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id93)1216      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id94)1217      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id95)1218      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id96)1219      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id97)1220      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id98)1221    - [Python 3.8.4 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-4-final)12221223      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id99)1224      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id100)1225      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id101)1226      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id102)1227    - [Python 3.8.4 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-4-release-candidate-1)12281229      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id103)1230      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id104)1231      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id105)1232      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id106)1233      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id107)1234      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id108)1235      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id109)1236      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id110)1237      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id111)1238    - [Python 3.8.3 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-3-final)12391240      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id112)1241      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id113)1242      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id114)1243      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id115)1244      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id116)1245    - [Python 3.8.3 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-3-release-candidate-1)12461247      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id117)1248      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id118)1249      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id119)1250      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id120)1251      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id121)1252      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id122)1253      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id123)1254      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id124)1255      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id125)1256      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id126)1257      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id127)1258    - [Python 3.8.2 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-2-final)12591260      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id128)1261      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id129)1262      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id130)1263      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id131)1264    - [Python 3.8.2 release candidate 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-2-release-candidate-2)12651266      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id132)1267      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id133)1268      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id134)1269      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id135)1270    - [Python 3.8.2 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-2-release-candidate-1)12711272      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id136)1273      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id137)1274      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id138)1275      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id139)1276      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id140)1277      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id141)1278      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id142)1279      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id143)1280    - [Python 3.8.1 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-1-final)12811282      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id144)1283      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id145)1284      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id146)1285      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id147)1286      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id148)1287      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id149)1288    - [Python 3.8.1 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-1-release-candidate-1)12891290      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id150)1291      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id151)1292      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id152)1293      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id153)1294      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id154)1295      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id155)1296      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id156)1297      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id157)1298      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id158)1299      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id159)1300    - [Python 3.8.0 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-final)13011302      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id160)1303      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id161)1304      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id162)1305      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id163)1306      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id164)1307      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id165)1308      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id166)1309      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id167)1310    - [Python 3.8.0 release candidate 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-release-candidate-1)13111312      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id168)1313      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id169)1314      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id170)1315      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id171)1316      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id172)1317      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id173)1318      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id174)1319      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id175)1320      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id176)1321      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id177)1322      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id178)1323    - [Python 3.8.0 beta 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-beta-4)13241325      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id179)1326      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id180)1327      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id181)1328      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id182)1329      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id183)1330      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id184)1331      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id185)1332      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id186)1333      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id187)1334      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id188)1335      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id189)1336    - [Python 3.8.0 beta 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-beta-3)13371338      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id190)1339      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id191)1340      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id192)1341      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id193)1342      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id194)1343      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id195)1344      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id196)1345      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id197)1346      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id198)1347    - [Python 3.8.0 beta 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-beta-2)13481349      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id199)1350      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id200)1351      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id201)1352      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id202)1353      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id203)1354      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id204)1355      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id205)1356      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id206)1357      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id207)1358      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id208)1359    - [Python 3.8.0 бета 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-beta-1)13601361      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id209)1362      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id210)1363      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id211)1364      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id212)1365      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id213)1366      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id214)1367      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id215)1368      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id216)1369      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id217)1370      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id218)1371      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id219)1372    - [Python 3.8.0 альфа 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-alpha-4)13731374      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id220)1375      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id221)1376      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id222)1377      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id223)1378      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id224)1379      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id225)1380      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id226)1381      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id227)1382      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id228)1383      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id229)1384      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id230)1385    - [Python 3.8.0 альфа 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-alpha-3)13861387      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id231)1388      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id232)1389      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id233)1390      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id234)1391      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id235)1392      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id236)1393      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id237)1394      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id238)1395      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id239)1396      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id240)1397    - [Python 3.8.0 альфа 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-alpha-2)13981399      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id241)1400      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id242)1401      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id243)1402      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id244)1403      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id245)1404      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id246)1405    - [Python 3.8.0 альфа 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-8-0-alpha-1)14061407      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id247)1408      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id248)1409      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id249)1410      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id250)1411      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id251)1412      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id252)1413      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id253)1414      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id254)1415      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id255)1416      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id256)1417      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id257)1418    - [Python 3.7.0 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-final)14191420      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id258)1421      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id259)1422    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-release-candidate-1)14231424      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id260)1425      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id261)1426      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id262)1427      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id263)1428      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id264)1429      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id265)1430    - [Python 3.7.0 бета 5](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-beta-5)14311432      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id266)1433      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id267)1434      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id268)1435      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id269)1436      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id270)1437      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id271)1438      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id272)1439    - [Python 3.7.0 бета 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-beta-4)14401441      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id273)1442      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id274)1443      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id275)1444      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id276)1445      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id277)1446      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id278)1447      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id279)1448      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id280)1449      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id281)1450    - [Python 3.7.0 бета 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-beta-3)14511452      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id282)1453      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id283)1454      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id284)1455      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id285)1456      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id286)1457      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id287)1458      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id288)1459      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id289)1460      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id290)1461      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id291)1462      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id292)1463    - [Python 3.7.0 бета 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-beta-2)14641465      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id293)1466      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id294)1467      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id295)1468      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id296)1469      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id297)1470      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id298)1471      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id299)1472      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id300)1473      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id301)1474      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id302)1475    - [Python 3.7.0 бета 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-beta-1)14761477      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id303)1478      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id304)1479      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id305)1480      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id306)1481      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id307)1482      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id308)1483      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id309)1484      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id310)1485    - [Python 3.7.0 альфа 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-alpha-4)14861487      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id311)1488      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id312)1489      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id313)1490      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id314)1491      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id315)1492      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id316)1493      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id317)1494    - [Python 3.7.0 альфа 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-alpha-3)14951496      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id318)1497      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id319)1498      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id320)1499      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id321)1500      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id322)1501      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id323)1502      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id324)1503      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id325)1504      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id326)1505      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id327)1506    - [Python 3.7.0 альфа 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-alpha-2)15071508      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id328)1509      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id329)1510      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id330)1511      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id331)1512      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id332)1513      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id333)1514    - [Python 3.7.0 альфа 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-7-0-alpha-1)15151516      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id334)1517      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id335)1518      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id336)1519      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id337)1520      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id338)1521      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id339)1522      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id340)1523      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id341)1524      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id342)1525      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id343)1526    - [Python 3.6.6 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-6-final)1527    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-6-release-candidate-1)15281529      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id344)1530      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id345)1531      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id346)1532      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id347)1533      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id348)1534      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id349)1535      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id350)1536      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id351)1537      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id352)1538      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id353)1539    - [Python 3.6.5 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-5-final)15401541      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id354)1542      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id355)1543    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-5-release-candidate-1)15441545      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id356)1546      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id357)1547      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id358)1548      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id359)1549      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id360)1550      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id361)1551      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id362)1552      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id363)1553      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id364)1554      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id365)1555      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id366)1556    - [Python 3.6.4 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-4-final)1557    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-4-release-candidate-1)15581559      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id367)1560      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id368)1561      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id369)1562      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id370)1563      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id371)1564      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id372)1565      - [macOS](https://python-all.ru/3.8/whatsnew/changelog.html#id373)1566      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id374)1567      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id375)1568      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id376)1569    - [Python 3.6.3 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-3-final)15701571      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id377)1572      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id378)1573    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-3-release-candidate-1)15741575      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id379)1576      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id380)1577      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id381)1578      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id382)1579      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id383)1580      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id384)1581      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id385)1582      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id386)1583      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id387)1584    - [Python 3.6.2 финальная](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-2-final)1585    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-2-release-candidate-2)15861587      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id388)1588    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-2-release-candidate-1)15891590      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id389)1591      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id390)1592      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id391)1593      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id392)1594      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id393)1595      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id394)1596      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id395)1597      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id396)1598      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id397)1599      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id398)1600      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id399)1601    - [Python 3.6.1 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-1-final)16021603      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id400)1604      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id401)1605    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-1-release-candidate-1)16061607      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id402)1608      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id403)1609      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id404)1610      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id405)1611      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id406)1612      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id407)1613      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id408)1614      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id409)1615    - [Python 3.6.0 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-final)1616    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-release-candidate-2)16171618      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id410)1619      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id411)1620      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id412)1621      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id413)1622    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-release-candidate-1)16231624      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id414)1625      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id415)1626      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id416)1627      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id417)1628      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id418)1629    - [Python 3.6.0 бета 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-beta-4)16301631      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id419)1632      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id420)1633      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id421)1634      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id422)1635      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id423)1636    - [Python 3.6.0 бета 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-beta-3)16371638      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id424)1639      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id425)1640      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id426)1641      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id427)1642      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id428)1643    - [Python 3.6.0 бета 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-beta-2)16441645      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id429)1646      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id430)1647      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id431)1648      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id432)1649      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id433)1650      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id434)1651    - [Python 3.6.0 бета 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-beta-1)16521653      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id435)1654      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id436)1655      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id437)1656      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id438)1657      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id439)1658      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id440)1659      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id441)1660      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id442)1661    - [Python 3.6.0 альфа 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-alpha-4)16621663      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id443)1664      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id444)1665      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id445)1666      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id446)1667      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id447)1668      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id448)1669    - [Python 3.6.0 альфа 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-alpha-3)16701671      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id449)1672      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id450)1673      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id451)1674      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id452)1675      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id453)1676      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id454)1677      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id455)1678      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id456)1679      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id457)1680      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id458)1681      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id459)1682      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id460)1683    - [Python 3.6.0 альфа 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-alpha-2)16841685      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id461)1686      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id462)1687      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id463)1688      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id464)1689      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id465)1690      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id466)1691      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id467)1692      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id468)1693      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id469)1694      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id470)1695      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id471)1696      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id472)1697      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id473)1698      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id474)1699    - [Python 3.6.0 альфа 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-6-0-alpha-1)17001701      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id475)1702      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id476)1703      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id477)1704      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id478)1705      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id479)1706      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id480)1707      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id481)1708      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id482)1709      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id483)1710      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id484)1711      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id485)1712      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id486)1713      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id487)1714      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id488)1715      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id489)1716    - [Python 3.5.5 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-5-final)1717    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-5-release-candidate-1)17181719      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id490)1720      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id491)1721      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id492)1722    - [Python 3.5.4 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-4-final)17231724      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id493)1725    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-4-release-candidate-1)17261727      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id494)1728      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id495)1729      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id496)1730      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id497)1731      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id498)1732      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id499)1733      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id500)1734      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id501)1735    - [Python 3.5.3 финальный](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-3-final)1736    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-3-release-candidate-1)17371738      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id502)1739      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id503)1740      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id504)1741      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id505)1742      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id506)1743      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id507)1744      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id508)1745      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id509)1746      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id510)1747      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id511)1748      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id512)1749      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id513)1750      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id514)1751    - [Python 3.5.2, финальная версия](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-2-final)17521753      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id515)1754      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id516)1755      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id517)1756    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-2-release-candidate-1)17571758      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id518)1759      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id519)1760      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id520)1761      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id521)1762      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id522)1763      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id523)1764      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id524)1765      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id525)1766      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id526)1767      - [Безопасность](https://python-all.ru/3.8/whatsnew/changelog.html#id527)1768      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id528)1769      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id529)1770      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id530)1771      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id531)1772      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id532)1773      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id533)1774      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id534)1775      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id535)1776    - [Python 3.5.1, финальная версия](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-1-final)17771778      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id536)1779      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id537)1780    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-1-release-candidate-1)17811782      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id538)1783      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id539)1784      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id540)1785      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id541)1786      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id542)1787      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id543)1788      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id544)1789      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id545)1790    - [Python 3.5.0, финальная версия](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-final)17911792      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id546)1793    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-release-candidate-4)17941795      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id547)1796      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id548)1797    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-release-candidate-3)17981799      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id549)1800      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id550)1801    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-release-candidate-2)18021803      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id551)1804      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id552)1805    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-release-candidate-1)18061807      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id553)1808      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id554)1809      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id555)1810      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id556)1811      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id557)1812    - [Python 3.5.0 бета 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-beta-4)18131814      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id558)1815      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id559)1816      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id560)1817    - [Python 3.5.0 бета 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-beta-3)18181819      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id561)1820      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id562)1821      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id563)1822      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id564)1823      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id565)1824    - [Python 3.5.0 бета 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-beta-2)18251826      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id566)1827      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id567)1828    - [Python 3.5.0 бета 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-beta-1)18291830      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id568)1831      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id569)1832      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id570)1833      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id571)1834      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id572)1835      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id573)1836    - [Python 3.5.0 альфа 4](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-alpha-4)18371838      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id574)1839      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id575)1840      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id576)1841      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id577)1842      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id578)1843      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id579)1844    - [Python 3.5.0 альфа 3](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-alpha-3)18451846      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id580)1847      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id581)1848      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id582)1849      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id583)1850      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id584)1851    - [Python 3.5.0 альфа 2](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-alpha-2)18521853      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id585)1854      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id586)1855      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id587)1856      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id588)1857      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id589)1858    - [Python 3.5.0 альфа 1](https://python-all.ru/3.8/whatsnew/changelog.html#python-3-5-0-alpha-1)18591860      - [Ядро и встроенные модули](https://python-all.ru/3.8/whatsnew/changelog.html#id590)1861      - [Библиотека](https://python-all.ru/3.8/whatsnew/changelog.html#id591)1862      - [IDLE](https://python-all.ru/3.8/whatsnew/changelog.html#id592)1863      - [Сборка](https://python-all.ru/3.8/whatsnew/changelog.html#id593)1864      - [C API](https://python-all.ru/3.8/whatsnew/changelog.html#id594)1865      - [Документация](https://python-all.ru/3.8/whatsnew/changelog.html#id595)1866      - [Тесты](https://python-all.ru/3.8/whatsnew/changelog.html#id596)1867      - [Инструменты/Демонстрации](https://python-all.ru/3.8/whatsnew/changelog.html#id597)1868      - [Windows](https://python-all.ru/3.8/whatsnew/changelog.html#id598)1869- [Учебник Python](https://python-all.ru/3.8/tutorial/index.html)18701871  - [1. Введение](https://python-all.ru/3.8/tutorial/appetite.html)1872  - [2. Использование интерпретатора Python](https://python-all.ru/3.8/tutorial/interpreter.html)18731874    - [2.1. Запуск интерпретатора](https://python-all.ru/3.8/tutorial/interpreter.html#invoking-the-interpreter)18751876      - [2.1.1. Передача аргументов](https://python-all.ru/3.8/tutorial/interpreter.html#argument-passing)1877      - [2.1.2. Интерактивный режим](https://python-all.ru/3.8/tutorial/interpreter.html#interactive-mode)1878    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.8/tutorial/interpreter.html#the-interpreter-and-its-environment)18791880      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.8/tutorial/interpreter.html#source-code-encoding)1881  - [3. Неформальное введение в Python](https://python-all.ru/3.8/tutorial/introduction.html)18821883    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.8/tutorial/introduction.html#using-python-as-a-calculator)18841885      - [3.1.1. Числа](https://python-all.ru/3.8/tutorial/introduction.html#numbers)1886      - [3.1.2. Строки](https://python-all.ru/3.8/tutorial/introduction.html#strings)1887      - [3.1.3. Списки](https://python-all.ru/3.8/tutorial/introduction.html#lists)1888    - [3.2. Первые шаги к программированию](https://python-all.ru/3.8/tutorial/introduction.html#first-steps-towards-programming)1889  - [4. Дополнительные средства управления потоком](https://python-all.ru/3.8/tutorial/controlflow.html)18901891    - [4.1. `if` Инструкции](https://python-all.ru/3.8/tutorial/controlflow.html#if-statements)1892    - [4.2. `for` Инструкции](https://python-all.ru/3.8/tutorial/controlflow.html#for-statements)1893    - [4.3. Функция `range()`](https://python-all.ru/3.8/tutorial/controlflow.html#the-range-function)1894    - [4.4. Инструкции `break` и `continue`, а также предложения `else` в циклах](https://python-all.ru/3.8/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops)1895    - [4.5. Инструкции `pass`](https://python-all.ru/3.8/tutorial/controlflow.html#pass-statements)1896    - [4.6. Определение функций](https://python-all.ru/3.8/tutorial/controlflow.html#defining-functions)1897    - [4.7. Подробнее об определении функций](https://python-all.ru/3.8/tutorial/controlflow.html#more-on-defining-functions)18981899      - [4.7.1. Значения аргументов по умолчанию](https://python-all.ru/3.8/tutorial/controlflow.html#default-argument-values)1900      - [4.7.2. Именованные аргументы](https://python-all.ru/3.8/tutorial/controlflow.html#keyword-arguments)1901      - [4.7.3. Специальные параметры](https://python-all.ru/3.8/tutorial/controlflow.html#special-parameters)19021903        - [4.7.3.1. Позиционные или именованные аргументы](https://python-all.ru/3.8/tutorial/controlflow.html#positional-or-keyword-arguments)1904        - [4.7.3.2. Только позиционные параметры](https://python-all.ru/3.8/tutorial/controlflow.html#positional-only-parameters)1905        - [4.7.3.3. Только именованные аргументы](https://python-all.ru/3.8/tutorial/controlflow.html#keyword-only-arguments)1906        - [4.7.3.4. Примеры функций](https://python-all.ru/3.8/tutorial/controlflow.html#function-examples)1907        - [4.7.3.5. Резюме](https://python-all.ru/3.8/tutorial/controlflow.html#recap)1908      - [4.7.4. Произвольные списки аргументов](https://python-all.ru/3.8/tutorial/controlflow.html#arbitrary-argument-lists)1909      - [4.7.5. Распаковка списков аргументов](https://python-all.ru/3.8/tutorial/controlflow.html#unpacking-argument-lists)1910      - [4.7.6. Лямбда-выражения](https://python-all.ru/3.8/tutorial/controlflow.html#lambda-expressions)1911      - [4.7.7. Строки документации](https://python-all.ru/3.8/tutorial/controlflow.html#documentation-strings)1912      - [4.7.8. Аннотации функций](https://python-all.ru/3.8/tutorial/controlflow.html#function-annotations)1913    - [4.8. Интермеццо: стиль кодирования](https://python-all.ru/3.8/tutorial/controlflow.html#intermezzo-coding-style)1914  - [5. Структуры данных](https://python-all.ru/3.8/tutorial/datastructures.html)19151916    - [5.1. Подробнее о списках](https://python-all.ru/3.8/tutorial/datastructures.html#more-on-lists)19171918      - [5.1.1. Использование списков как стеков](https://python-all.ru/3.8/tutorial/datastructures.html#using-lists-as-stacks)1919      - [5.1.2. Использование списков как очередей](https://python-all.ru/3.8/tutorial/datastructures.html#using-lists-as-queues)1920      - [5.1.3. Списковые включения](https://python-all.ru/3.8/tutorial/datastructures.html#list-comprehensions)1921      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.8/tutorial/datastructures.html#nested-list-comprehensions)1922    - [5.2. Инструкция `del`](https://python-all.ru/3.8/tutorial/datastructures.html#the-del-statement)1923    - [5.3. Кортежи и последовательности](https://python-all.ru/3.8/tutorial/datastructures.html#tuples-and-sequences)1924    - [5.4. Множества](https://python-all.ru/3.8/tutorial/datastructures.html#sets)1925    - [5.5. Словари](https://python-all.ru/3.8/tutorial/datastructures.html#dictionaries)1926    - [5.6. Приёмы работы с циклами](https://python-all.ru/3.8/tutorial/datastructures.html#looping-techniques)1927    - [5.7. Подробнее об условиях](https://python-all.ru/3.8/tutorial/datastructures.html#more-on-conditions)1928    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.8/tutorial/datastructures.html#comparing-sequences-and-other-types)1929  - [6. Модули](https://python-all.ru/3.8/tutorial/modules.html)19301931    - [6.1. Подробнее о модулях](https://python-all.ru/3.8/tutorial/modules.html#more-on-modules)19321933      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.8/tutorial/modules.html#executing-modules-as-scripts)1934      - [6.1.2. Путь поиска модулей](https://python-all.ru/3.8/tutorial/modules.html#the-module-search-path)1935      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.8/tutorial/modules.html#compiled-python-files)1936    - [6.2. Стандартные модули](https://python-all.ru/3.8/tutorial/modules.html#standard-modules)1937    - [6.3. Функция `dir()`](https://python-all.ru/3.8/tutorial/modules.html#the-dir-function)1938    - [6.4. Пакеты](https://python-all.ru/3.8/tutorial/modules.html#packages)19391940      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.8/tutorial/modules.html#importing-from-a-package)1941      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.8/tutorial/modules.html#intra-package-references)1942      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.8/tutorial/modules.html#packages-in-multiple-directories)1943  - [7. Ввод и вывод](https://python-all.ru/3.8/tutorial/inputoutput.html)19441945    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.8/tutorial/inputoutput.html#fancier-output-formatting)19461947      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.8/tutorial/inputoutput.html#formatted-string-literals)1948      - [7.1.2. Метод format() строк](https://python-all.ru/3.8/tutorial/inputoutput.html#the-string-format-method)1949      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.8/tutorial/inputoutput.html#manual-string-formatting)1950      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.8/tutorial/inputoutput.html#old-string-formatting)1951    - [7.2. Чтение и запись файлов](https://python-all.ru/3.8/tutorial/inputoutput.html#reading-and-writing-files)19521953      - [7.2.1. Методы файловых объектов](https://python-all.ru/3.8/tutorial/inputoutput.html#methods-of-file-objects)1954      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.8/tutorial/inputoutput.html#saving-structured-data-with-json)1955  - [8. Ошибки и исключения](https://python-all.ru/3.8/tutorial/errors.html)19561957    - [8.1. Синтаксические ошибки](https://python-all.ru/3.8/tutorial/errors.html#syntax-errors)1958    - [8.2. Исключения](https://python-all.ru/3.8/tutorial/errors.html#exceptions)1959    - [8.3. Обработка исключений](https://python-all.ru/3.8/tutorial/errors.html#handling-exceptions)1960    - [8.4. Возбуждение исключений](https://python-all.ru/3.8/tutorial/errors.html#raising-exceptions)1961    - [8.5. Пользовательские исключения](https://python-all.ru/3.8/tutorial/errors.html#user-defined-exceptions)1962    - [8.6. Определение действий по очистке](https://python-all.ru/3.8/tutorial/errors.html#defining-clean-up-actions)1963    - [8.7. Предопределённые действия по очистке](https://python-all.ru/3.8/tutorial/errors.html#predefined-clean-up-actions)1964  - [9. Классы](https://python-all.ru/3.8/tutorial/classes.html)19651966    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.8/tutorial/classes.html#a-word-about-names-and-objects)1967    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.8/tutorial/classes.html#python-scopes-and-namespaces)19681969      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.8/tutorial/classes.html#scopes-and-namespaces-example)1970    - [9.3. Первое знакомство с классами](https://python-all.ru/3.8/tutorial/classes.html#a-first-look-at-classes)19711972      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.8/tutorial/classes.html#class-definition-syntax)1973      - [9.3.2. Объекты классов](https://python-all.ru/3.8/tutorial/classes.html#class-objects)1974      - [9.3.3. Объекты экземпляров](https://python-all.ru/3.8/tutorial/classes.html#instance-objects)1975      - [9.3.4. Объекты методов](https://python-all.ru/3.8/tutorial/classes.html#method-objects)1976      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.8/tutorial/classes.html#class-and-instance-variables)1977    - [9.4. Разные замечания](https://python-all.ru/3.8/tutorial/classes.html#random-remarks)1978    - [9.5. Наследование](https://python-all.ru/3.8/tutorial/classes.html#inheritance)19791980      - [9.5.1. Множественное наследование](https://python-all.ru/3.8/tutorial/classes.html#multiple-inheritance)1981    - [9.6. Приватные переменные](https://python-all.ru/3.8/tutorial/classes.html#private-variables)1982    - [9.7. Разное](https://python-all.ru/3.8/tutorial/classes.html#odds-and-ends)1983    - [9.8. Итераторы](https://python-all.ru/3.8/tutorial/classes.html#iterators)1984    - [9.9. Генераторы](https://python-all.ru/3.8/tutorial/classes.html#generators)1985    - [9.10. Генераторные выражения](https://python-all.ru/3.8/tutorial/classes.html#generator-expressions)1986  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.8/tutorial/stdlib.html)19871988    - [10.1. Интерфейс операционной системы](https://python-all.ru/3.8/tutorial/stdlib.html#operating-system-interface)1989    - [10.2. Файловые шаблоны](https://python-all.ru/3.8/tutorial/stdlib.html#file-wildcards)1990    - [10.3. Аргументы командной строки](https://python-all.ru/3.8/tutorial/stdlib.html#command-line-arguments)1991    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.8/tutorial/stdlib.html#error-output-redirection-and-program-termination)1992    - [10.5. Поиск по шаблону в строках](https://python-all.ru/3.8/tutorial/stdlib.html#string-pattern-matching)1993    - [10.6. Математика](https://python-all.ru/3.8/tutorial/stdlib.html#mathematics)1994    - [10.7. Доступ в Интернет](https://python-all.ru/3.8/tutorial/stdlib.html#internet-access)1995    - [10.8. Даты и время](https://python-all.ru/3.8/tutorial/stdlib.html#dates-and-times)1996    - [10.9. Сжатие данных](https://python-all.ru/3.8/tutorial/stdlib.html#data-compression)1997    - [10.10. Измерение производительности](https://python-all.ru/3.8/tutorial/stdlib.html#performance-measurement)1998    - [10.11. Контроль качества](https://python-all.ru/3.8/tutorial/stdlib.html#quality-control)1999    - [10.12. Батарейки в комплекте](https://python-all.ru/3.8/tutorial/stdlib.html#batteries-included)2000  - [11. Краткий обзор стандартной библиотеки – Часть II](https://python-all.ru/3.8/tutorial/stdlib2.html)20012002    - [11.1. Форматирование вывода](https://python-all.ru/3.8/tutorial/stdlib2.html#output-formatting)2003    - [11.2. Шаблоны](https://python-all.ru/3.8/tutorial/stdlib2.html#templating)2004    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.8/tutorial/stdlib2.html#working-with-binary-data-record-layouts)2005    - [11.4. Многопоточность](https://python-all.ru/3.8/tutorial/stdlib2.html#multi-threading)2006    - [11.5. Логирование](https://python-all.ru/3.8/tutorial/stdlib2.html#logging)2007    - [11.6. Слабые ссылки](https://python-all.ru/3.8/tutorial/stdlib2.html#weak-references)2008    - [11.7. Инструменты для работы со списками](https://python-all.ru/3.8/tutorial/stdlib2.html#tools-for-working-with-lists)2009    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.8/tutorial/stdlib2.html#decimal-floating-point-arithmetic)2010  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.8/tutorial/venv.html)20112012    - [12.1. Введение](https://python-all.ru/3.8/tutorial/venv.html#introduction)2013    - [12.2. Создание виртуальных окружений](https://python-all.ru/3.8/tutorial/venv.html#creating-virtual-environments)2014    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.8/tutorial/venv.html#managing-packages-with-pip)2015  - [13. Что дальше?](https://python-all.ru/3.8/tutorial/whatnow.html)2016  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.8/tutorial/interactive.html)20172018    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.8/tutorial/interactive.html#tab-completion-and-history-editing)2019    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.8/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)2020  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.8/tutorial/floatingpoint.html)20212022    - [15.1. Ошибка представления](https://python-all.ru/3.8/tutorial/floatingpoint.html#representation-error)2023  - [16. Приложение](https://python-all.ru/3.8/tutorial/appendix.html)20242025    - [16.1. Интерактивный режим](https://python-all.ru/3.8/tutorial/appendix.html#interactive-mode)20262027      - [16.1.1. Обработка ошибок](https://python-all.ru/3.8/tutorial/appendix.html#error-handling)2028      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.8/tutorial/appendix.html#executable-python-scripts)2029      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.8/tutorial/appendix.html#the-interactive-startup-file)2030      - [16.1.4. Модули настройки](https://python-all.ru/3.8/tutorial/appendix.html#the-customization-modules)2031- [Настройка и использование Python](https://python-all.ru/3.8/using/index.html)20322033  - [1. Командная строка и окружение](https://python-all.ru/3.8/using/cmdline.html)20342035    - [1.1. Командная строка](https://python-all.ru/3.8/using/cmdline.html#command-line)20362037      - [1.1.1. Параметры интерфейса](https://python-all.ru/3.8/using/cmdline.html#interface-options)2038      - [1.1.2. Общие параметры](https://python-all.ru/3.8/using/cmdline.html#generic-options)2039      - [1.1.3. Прочие параметры](https://python-all.ru/3.8/using/cmdline.html#miscellaneous-options)2040      - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.8/using/cmdline.html#options-you-shouldn-t-use)2041    - [1.2. Переменные окружения](https://python-all.ru/3.8/using/cmdline.html#environment-variables)20422043      - [1.2.1. Переменные режима отладки](https://python-all.ru/3.8/using/cmdline.html#debug-mode-variables)2044  - [2. Использование Python на платформах Unix](https://python-all.ru/3.8/using/unix.html)20452046    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.8/using/unix.html#getting-and-installing-the-latest-version-of-python)20472048      - [2.1.1. В Linux](https://python-all.ru/3.8/using/unix.html#on-linux)2049      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.8/using/unix.html#on-freebsd-and-openbsd)2050      - [2.1.3. В OpenSolaris](https://python-all.ru/3.8/using/unix.html#on-opensolaris)2051    - [2.2. Сборка Python](https://python-all.ru/3.8/using/unix.html#building-python)2052    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.8/using/unix.html#python-related-paths-and-files)2053    - [2.4. Прочее](https://python-all.ru/3.8/using/unix.html#miscellaneous)2054  - [3. Использование Python в Windows](https://python-all.ru/3.8/using/windows.html)20552056    - [3.1. Полный установщик](https://python-all.ru/3.8/using/windows.html#the-full-installer)20572058      - [3.1.1. Шаги установки](https://python-all.ru/3.8/using/windows.html#installation-steps)2059      - [3.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.8/using/windows.html#removing-the-max-path-limitation)2060      - [3.1.3. Установка без интерфейса](https://python-all.ru/3.8/using/windows.html#installing-without-ui)2061      - [3.1.4. Установка без загрузки](https://python-all.ru/3.8/using/windows.html#installing-without-downloading)2062      - [3.1.5. Изменение установки](https://python-all.ru/3.8/using/windows.html#modifying-an-install)2063    - [3.2. Пакет Microsoft Store](https://python-all.ru/3.8/using/windows.html#the-microsoft-store-package)20642065      - [3.2.1. Известные проблемы](https://python-all.ru/3.8/using/windows.html#known-issues)2066    - [3.3. Пакеты на nuget.org](https://python-all.ru/3.8/using/windows.html#the-nuget-org-packages)2067    - [3.4. Встраиваемый пакет](https://python-all.ru/3.8/using/windows.html#the-embeddable-package)20682069      - [3.4.1. Приложение Python](https://python-all.ru/3.8/using/windows.html#python-application)2070      - [3.4.2. Встраивание Python](https://python-all.ru/3.8/using/windows.html#embedding-python)2071    - [3.5. Альтернативные сборки](https://python-all.ru/3.8/using/windows.html#alternative-bundles)2072    - [3.6. Настройка Python](https://python-all.ru/3.8/using/windows.html#configuring-python)20732074      - [3.6.1. Экскурс: установка переменных среды](https://python-all.ru/3.8/using/windows.html#excursus-setting-environment-variables)2075      - [3.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.8/using/windows.html#finding-the-python-executable)2076    - [3.7. Режим UTF-8](https://python-all.ru/3.8/using/windows.html#utf-8-mode)2077    - [3.8. Запускатель Python для Windows](https://python-all.ru/3.8/using/windows.html#python-launcher-for-windows)20782079      - [3.8.1. Начало работы](https://python-all.ru/3.8/using/windows.html#getting-started)20802081        - [3.8.1.1. Из командной строки](https://python-all.ru/3.8/using/windows.html#from-the-command-line)2082        - [3.8.1.2. Виртуальные окружения](https://python-all.ru/3.8/using/windows.html#virtual-environments)2083        - [3.8.1.3. Из скрипта](https://python-all.ru/3.8/using/windows.html#from-a-script)2084        - [3.8.1.4. По ассоциации файлов](https://python-all.ru/3.8/using/windows.html#from-file-associations)2085      - [3.8.2. Строки shebang](https://python-all.ru/3.8/using/windows.html#shebang-lines)2086      - [3.8.3. Аргументы в строках shebang](https://python-all.ru/3.8/using/windows.html#arguments-in-shebang-lines)2087      - [3.8.4. Настройка](https://python-all.ru/3.8/using/windows.html#customization)20882089        - [3.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.8/using/windows.html#customization-via-ini-files)2090        - [3.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.8/using/windows.html#customizing-default-python-versions)2091      - [3.8.5. Диагностика](https://python-all.ru/3.8/using/windows.html#diagnostics)2092    - [3.9. Поиск модулей](https://python-all.ru/3.8/using/windows.html#finding-modules)2093    - [3.10. Дополнительные модули](https://python-all.ru/3.8/using/windows.html#additional-modules)20942095      - [3.10.1. PyWin32](https://python-all.ru/3.8/using/windows.html#pywin32)2096      - [3.10.2. cx\_Freeze](https://python-all.ru/3.8/using/windows.html#cx-freeze)2097      - [3.10.3. WConio](https://python-all.ru/3.8/using/windows.html#wconio)2098    - [3.11. Компиляция Python в Windows](https://python-all.ru/3.8/using/windows.html#compiling-python-on-windows)2099    - [3.12. Другие платформы](https://python-all.ru/3.8/using/windows.html#other-platforms)2100  - [4. Использование Python на Macintosh](https://python-all.ru/3.8/using/mac.html)21012102    - [4.1. Получение и установка MacPython](https://python-all.ru/3.8/using/mac.html#getting-and-installing-macpython)21032104      - [4.1.1. Как запустить скрипт Python](https://python-all.ru/3.8/using/mac.html#how-to-run-a-python-script)2105      - [4.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.8/using/mac.html#running-scripts-with-a-gui)2106      - [4.1.3. Конфигурация](https://python-all.ru/3.8/using/mac.html#configuration)2107    - [4.2. IDE](https://python-all.ru/3.8/using/mac.html#the-ide)2108    - [4.3. Установка дополнительных пакетов Python](https://python-all.ru/3.8/using/mac.html#installing-additional-python-packages)2109    - [4.4. Программирование графического интерфейса на Mac](https://python-all.ru/3.8/using/mac.html#gui-programming-on-the-mac)2110    - [4.5. Распространение приложений Python на Mac](https://python-all.ru/3.8/using/mac.html#distributing-python-applications-on-the-mac)2111    - [4.6. Прочие ресурсы](https://python-all.ru/3.8/using/mac.html#other-resources)2112  - [5. Редакторы и IDE](https://python-all.ru/3.8/using/editors.html)2113- [Справочник по языку Python](https://python-all.ru/3.8/reference/index.html)21142115  - [1. Введение](https://python-all.ru/3.8/reference/introduction.html)21162117    - [1.1. Альтернативные реализации](https://python-all.ru/3.8/reference/introduction.html#alternate-implementations)2118    - [1.2. Обозначения](https://python-all.ru/3.8/reference/introduction.html#notation)2119  - [2. Лексический анализ](https://python-all.ru/3.8/reference/lexical_analysis.html)21202121    - [2.1. Структура строк](https://python-all.ru/3.8/reference/lexical_analysis.html#line-structure)21222123      - [2.1.1. Логические строки](https://python-all.ru/3.8/reference/lexical_analysis.html#logical-lines)2124      - [2.1.2. Физические строки](https://python-all.ru/3.8/reference/lexical_analysis.html#physical-lines)2125      - [2.1.3. Комментарии](https://python-all.ru/3.8/reference/lexical_analysis.html#comments)2126      - [2.1.4. Объявление кодировки](https://python-all.ru/3.8/reference/lexical_analysis.html#encoding-declarations)2127      - [2.1.5. Явное объединение строк](https://python-all.ru/3.8/reference/lexical_analysis.html#explicit-line-joining)2128      - [2.1.6. Неявное объединение строк](https://python-all.ru/3.8/reference/lexical_analysis.html#implicit-line-joining)2129      - [2.1.7. Пустые строки](https://python-all.ru/3.8/reference/lexical_analysis.html#blank-lines)2130      - [2.1.8. Отступы](https://python-all.ru/3.8/reference/lexical_analysis.html#indentation)2131      - [2.1.9. Пробелы между токенами](https://python-all.ru/3.8/reference/lexical_analysis.html#whitespace-between-tokens)2132    - [2.2. Другие токены](https://python-all.ru/3.8/reference/lexical_analysis.html#other-tokens)2133    - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.8/reference/lexical_analysis.html#identifiers)21342135      - [2.3.1. Ключевые слова](https://python-all.ru/3.8/reference/lexical_analysis.html#keywords)2136      - [2.3.2. Зарезервированные классы идентификаторов](https://python-all.ru/3.8/reference/lexical_analysis.html#reserved-classes-of-identifiers)2137    - [2.4. Литералы](https://python-all.ru/3.8/reference/lexical_analysis.html#literals)21382139      - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.8/reference/lexical_analysis.html#string-and-bytes-literals)2140      - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.8/reference/lexical_analysis.html#string-literal-concatenation)2141      - [2.4.3. Форматированные строковые литералы](https://python-all.ru/3.8/reference/lexical_analysis.html#formatted-string-literals)2142      - [2.4.4. Числовые литералы](https://python-all.ru/3.8/reference/lexical_analysis.html#numeric-literals)2143      - [2.4.5. Целочисленные литералы](https://python-all.ru/3.8/reference/lexical_analysis.html#integer-literals)2144      - [2.4.6. Литералы чисел с плавающей точкой](https://python-all.ru/3.8/reference/lexical_analysis.html#floating-point-literals)2145      - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.8/reference/lexical_analysis.html#imaginary-literals)2146    - [2.5. Операторы](https://python-all.ru/3.8/reference/lexical_analysis.html#operators)2147    - [2.6. Разделители](https://python-all.ru/3.8/reference/lexical_analysis.html#delimiters)2148  - [3. Модель данных](https://python-all.ru/3.8/reference/datamodel.html)21492150    - [3.1. Объекты, значения и типы](https://python-all.ru/3.8/reference/datamodel.html#objects-values-and-types)2151    - [3.2. Стандартная иерархия типов](https://python-all.ru/3.8/reference/datamodel.html#the-standard-type-hierarchy)2152    - [3.3. Имена специальных методов](https://python-all.ru/3.8/reference/datamodel.html#special-method-names)21532154      - [3.3.1. Базовая настройка](https://python-all.ru/3.8/reference/datamodel.html#basic-customization)2155      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.8/reference/datamodel.html#customizing-attribute-access)21562157        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.8/reference/datamodel.html#customizing-module-attribute-access)2158        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.8/reference/datamodel.html#implementing-descriptors)2159        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.8/reference/datamodel.html#invoking-descriptors)2160        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.8/reference/datamodel.html#slots)21612162          - [3.3.2.4.1. Примечания по использованию *\_\_slots\_\_*](https://python-all.ru/3.8/reference/datamodel.html#notes-on-using-slots)2163      - [3.3.3. Настройка создания классов](https://python-all.ru/3.8/reference/datamodel.html#customizing-class-creation)21642165        - [3.3.3.1. Метаклассы](https://python-all.ru/3.8/reference/datamodel.html#metaclasses)2166        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.8/reference/datamodel.html#resolving-mro-entries)2167        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.8/reference/datamodel.html#determining-the-appropriate-metaclass)2168        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.8/reference/datamodel.html#preparing-the-class-namespace)2169        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.8/reference/datamodel.html#executing-the-class-body)2170        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.8/reference/datamodel.html#creating-the-class-object)2171        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.8/reference/datamodel.html#uses-for-metaclasses)2172      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.8/reference/datamodel.html#customizing-instance-and-subclass-checks)2173      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.8/reference/datamodel.html#emulating-generic-types)2174      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.8/reference/datamodel.html#emulating-callable-objects)2175      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.8/reference/datamodel.html#emulating-container-types)2176      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.8/reference/datamodel.html#emulating-numeric-types)2177      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.8/reference/datamodel.html#with-statement-context-managers)2178      - [3.3.10. Поиск специальных методов](https://python-all.ru/3.8/reference/datamodel.html#special-method-lookup)2179    - [3.4. Корутины](https://python-all.ru/3.8/reference/datamodel.html#coroutines)21802181      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.8/reference/datamodel.html#awaitable-objects)2182      - [3.4.2. Объекты корутин](https://python-all.ru/3.8/reference/datamodel.html#coroutine-objects)2183      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.8/reference/datamodel.html#asynchronous-iterators)2184      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.8/reference/datamodel.html#asynchronous-context-managers)2185  - [4. Модель выполнения](https://python-all.ru/3.8/reference/executionmodel.html)21862187    - [4.1. Структура программы](https://python-all.ru/3.8/reference/executionmodel.html#structure-of-a-program)2188    - [4.2. Имена и связывание](https://python-all.ru/3.8/reference/executionmodel.html#naming-and-binding)21892190      - [4.2.1. Связывание имён](https://python-all.ru/3.8/reference/executionmodel.html#binding-of-names)2191      - [4.2.2. Разрешение имён](https://python-all.ru/3.8/reference/executionmodel.html#resolution-of-names)2192      - [4.2.3. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.8/reference/executionmodel.html#builtins-and-restricted-execution)2193      - [4.2.4. Взаимодействие с динамическими возможностями](https://python-all.ru/3.8/reference/executionmodel.html#interaction-with-dynamic-features)2194    - [4.3. Исключения](https://python-all.ru/3.8/reference/executionmodel.html#exceptions)2195  - [5. Система импорта](https://python-all.ru/3.8/reference/import.html)21962197    - [5.1. `importlib`](https://python-all.ru/3.8/reference/import.html#importlib)2198    - [5.2. Пакеты](https://python-all.ru/3.8/reference/import.html#packages)21992200      - [5.2.1. Обычные пакеты](https://python-all.ru/3.8/reference/import.html#regular-packages)2201      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.8/reference/import.html#namespace-packages)2202    - [5.3. Поиск](https://python-all.ru/3.8/reference/import.html#searching)22032204      - [5.3.1. Кеш модулей](https://python-all.ru/3.8/reference/import.html#the-module-cache)2205      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.8/reference/import.html#finders-and-loaders)2206      - [5.3.3. Хуки импорта](https://python-all.ru/3.8/reference/import.html#import-hooks)2207      - [5.3.4. Метапуть](https://python-all.ru/3.8/reference/import.html#the-meta-path)2208    - [5.4. Загрузка](https://python-all.ru/3.8/reference/import.html#loading)22092210      - [5.4.1. Загрузчики](https://python-all.ru/3.8/reference/import.html#loaders)2211      - [5.4.2. Подмодули](https://python-all.ru/3.8/reference/import.html#submodules)2212      - [5.4.3. Спецификация модуля](https://python-all.ru/3.8/reference/import.html#module-spec)2213      - [5.4.4. Атрибуты модуля, связанные с импортом](https://python-all.ru/3.8/reference/import.html#import-related-module-attributes)2214      - [5.4.5. module.\_\_path\_\_](https://python-all.ru/3.8/reference/import.html#module-path)2215      - [5.4.6. Представления модулей](https://python-all.ru/3.8/reference/import.html#module-reprs)2216      - [5.4.7. Инвалидация кэшированного байткода](https://python-all.ru/3.8/reference/import.html#cached-bytecode-invalidation)2217    - [5.5. Искатель на основе путей](https://python-all.ru/3.8/reference/import.html#the-path-based-finder)22182219      - [5.5.1. Искатели записей путей](https://python-all.ru/3.8/reference/import.html#path-entry-finders)2220      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.8/reference/import.html#path-entry-finder-protocol)2221    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.8/reference/import.html#replacing-the-standard-import-system)2222    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.8/reference/import.html#package-relative-imports)2223    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.8/reference/import.html#special-considerations-for-main)22242225      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.8/reference/import.html#main-spec)2226    - [5.9. Открытые вопросы](https://python-all.ru/3.8/reference/import.html#open-issues)2227    - [5.10. Ссылки](https://python-all.ru/3.8/reference/import.html#references)2228  - [6. Выражения](https://python-all.ru/3.8/reference/expressions.html)22292230    - [6.1. Арифметические преобразования](https://python-all.ru/3.8/reference/expressions.html#arithmetic-conversions)2231    - [6.2. Атомы](https://python-all.ru/3.8/reference/expressions.html#atoms)22322233      - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.8/reference/expressions.html#atom-identifiers)2234      - [6.2.2. Литералы](https://python-all.ru/3.8/reference/expressions.html#literals)2235      - [6.2.3. Выражения в скобках](https://python-all.ru/3.8/reference/expressions.html#parenthesized-forms)2236      - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.8/reference/expressions.html#displays-for-lists-sets-and-dictionaries)2237      - [6.2.5. Отображения списков](https://python-all.ru/3.8/reference/expressions.html#list-displays)2238      - [6.2.6. Отображения множеств](https://python-all.ru/3.8/reference/expressions.html#set-displays)2239      - [6.2.7. Отображения словарей](https://python-all.ru/3.8/reference/expressions.html#dictionary-displays)2240      - [6.2.8. Генераторные выражения](https://python-all.ru/3.8/reference/expressions.html#generator-expressions)2241      - [6.2.9. Выражения yield](https://python-all.ru/3.8/reference/expressions.html#yield-expressions)22422243        - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.8/reference/expressions.html#generator-iterator-methods)2244        - [6.2.9.2. Примеры](https://python-all.ru/3.8/reference/expressions.html#examples)2245        - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.8/reference/expressions.html#asynchronous-generator-functions)2246        - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.8/reference/expressions.html#asynchronous-generator-iterator-methods)2247    - [6.3. Первичные выражения](https://python-all.ru/3.8/reference/expressions.html#primaries)22482249      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.8/reference/expressions.html#attribute-references)2250      - [6.3.2. Подписки](https://python-all.ru/3.8/reference/expressions.html#subscriptions)2251      - [6.3.3. Срезы](https://python-all.ru/3.8/reference/expressions.html#slicings)2252      - [6.3.4. Вызовы](https://python-all.ru/3.8/reference/expressions.html#calls)2253    - [6.4. Выражение await](https://python-all.ru/3.8/reference/expressions.html#await-expression)2254    - [6.5. Оператор возведения в степень](https://python-all.ru/3.8/reference/expressions.html#the-power-operator)2255    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.8/reference/expressions.html#unary-arithmetic-and-bitwise-operations)2256    - [6.7. Бинарные арифметические операции](https://python-all.ru/3.8/reference/expressions.html#binary-arithmetic-operations)2257    - [6.8. Операции сдвига](https://python-all.ru/3.8/reference/expressions.html#shifting-operations)2258    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.8/reference/expressions.html#binary-bitwise-operations)2259    - [6.10. Сравнения](https://python-all.ru/3.8/reference/expressions.html#comparisons)22602261      - [6.10.1. Сравнения значений](https://python-all.ru/3.8/reference/expressions.html#value-comparisons)2262      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.8/reference/expressions.html#membership-test-operations)2263      - [6.10.3. Сравнения идентичности](https://python-all.ru/3.8/reference/expressions.html#is-not)2264    - [6.11. Булевы операции](https://python-all.ru/3.8/reference/expressions.html#boolean-operations)2265    - [6.12. Присваивающие выражения](https://python-all.ru/3.8/reference/expressions.html#assignment-expressions)2266    - [6.13. Условные выражения](https://python-all.ru/3.8/reference/expressions.html#conditional-expressions)2267    - [6.14. Лямбда-выражения](https://python-all.ru/3.8/reference/expressions.html#lambda)2268    - [6.15. Списки выражений](https://python-all.ru/3.8/reference/expressions.html#expression-lists)2269    - [6.16. Порядок вычисления](https://python-all.ru/3.8/reference/expressions.html#evaluation-order)2270    - [6.17. Приоритет операторов](https://python-all.ru/3.8/reference/expressions.html#operator-precedence)2271  - [7. Простые инструкции](https://python-all.ru/3.8/reference/simple_stmts.html)22722273    - [7.1. Инструкции-выражения](https://python-all.ru/3.8/reference/simple_stmts.html#expression-statements)2274    - [7.2. Инструкции присваивания](https://python-all.ru/3.8/reference/simple_stmts.html#assignment-statements)22752276      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.8/reference/simple_stmts.html#augmented-assignment-statements)2277      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.8/reference/simple_stmts.html#annotated-assignment-statements)2278    - [7.3. Инструкция `assert`](https://python-all.ru/3.8/reference/simple_stmts.html#the-assert-statement)2279    - [7.4. Инструкция `pass`](https://python-all.ru/3.8/reference/simple_stmts.html#the-pass-statement)2280    - [7.5. Инструкция `del`](https://python-all.ru/3.8/reference/simple_stmts.html#the-del-statement)2281    - [7.6. Инструкция `return`](https://python-all.ru/3.8/reference/simple_stmts.html#the-return-statement)2282    - [7.7. Инструкция `yield`](https://python-all.ru/3.8/reference/simple_stmts.html#the-yield-statement)2283    - [7.8. Инструкция `raise`](https://python-all.ru/3.8/reference/simple_stmts.html#the-raise-statement)2284    - [7.9. Инструкция `break`](https://python-all.ru/3.8/reference/simple_stmts.html#the-break-statement)2285    - [7.10. Инструкция `continue`](https://python-all.ru/3.8/reference/simple_stmts.html#the-continue-statement)2286    - [7.11. Инструкция `import`](https://python-all.ru/3.8/reference/simple_stmts.html#the-import-statement)22872288      - [7.11.1. Инструкции future](https://python-all.ru/3.8/reference/simple_stmts.html#future-statements)2289    - [7.12. Инструкция `global`](https://python-all.ru/3.8/reference/simple_stmts.html#the-global-statement)2290    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.8/reference/simple_stmts.html#the-nonlocal-statement)2291  - [8. Составные инструкции](https://python-all.ru/3.8/reference/compound_stmts.html)22922293    - [8.1. Инструкция `if`](https://python-all.ru/3.8/reference/compound_stmts.html#the-if-statement)2294    - [8.2. Инструкция `while`](https://python-all.ru/3.8/reference/compound_stmts.html#the-while-statement)2295    - [8.3. Инструкция `for`](https://python-all.ru/3.8/reference/compound_stmts.html#the-for-statement)2296    - [8.4. Инструкция `try`](https://python-all.ru/3.8/reference/compound_stmts.html#the-try-statement)2297    - [8.5. Инструкция `with`](https://python-all.ru/3.8/reference/compound_stmts.html#the-with-statement)2298    - [8.6. Определения функций](https://python-all.ru/3.8/reference/compound_stmts.html#function-definitions)2299    - [8.7. Определения классов](https://python-all.ru/3.8/reference/compound_stmts.html#class-definitions)2300    - [8.8. Корутины](https://python-all.ru/3.8/reference/compound_stmts.html#coroutines)23012302      - [8.8.1. Определение корутинной функции](https://python-all.ru/3.8/reference/compound_stmts.html#coroutine-function-definition)2303      - [8.8.2. Оператор `async for`](https://python-all.ru/3.8/reference/compound_stmts.html#the-async-for-statement)2304      - [8.8.3. Оператор `async with`](https://python-all.ru/3.8/reference/compound_stmts.html#the-async-with-statement)2305  - [9. Компоненты верхнего уровня](https://python-all.ru/3.8/reference/toplevel_components.html)23062307    - [9.1. Полные программы на Python](https://python-all.ru/3.8/reference/toplevel_components.html#complete-python-programs)2308    - [9.2. Ввод из файла](https://python-all.ru/3.8/reference/toplevel_components.html#file-input)2309    - [9.3. Интерактивный ввод](https://python-all.ru/3.8/reference/toplevel_components.html#interactive-input)2310    - [9.4. Ввод выражений](https://python-all.ru/3.8/reference/toplevel_components.html#expression-input)2311  - [10. Полная спецификация грамматики](https://python-all.ru/3.8/reference/grammar.html)2312- [Стандартная библиотека Python](https://python-all.ru/3.8/library/index.html)23132314  - [Введение](https://python-all.ru/3.8/library/intro.html)23152316    - [Примечания о доступности](https://python-all.ru/3.8/library/intro.html#notes-on-availability)2317  - [Встроенные функции](https://python-all.ru/3.8/library/functions.html)2318  - [Встроенные константы](https://python-all.ru/3.8/library/constants.html)23192320    - [Константы, добавляемые модулем `site`](https://python-all.ru/3.8/library/constants.html#constants-added-by-the-site-module)2321  - [Встроенные типы](https://python-all.ru/3.8/library/stdtypes.html)23222323    - [Проверка истинности](https://python-all.ru/3.8/library/stdtypes.html#truth-value-testing)2324    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.8/library/stdtypes.html#boolean-operations-and-or-not)2325    - [Сравнения](https://python-all.ru/3.8/library/stdtypes.html#comparisons)2326    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.8/library/stdtypes.html#numeric-types-int-float-complex)23272328      - [Побитовые операции над целыми типами](https://python-all.ru/3.8/library/stdtypes.html#bitwise-operations-on-integer-types)2329      - [Дополнительные методы целых типов](https://python-all.ru/3.8/library/stdtypes.html#additional-methods-on-integer-types)2330      - [Дополнительные методы типа float](https://python-all.ru/3.8/library/stdtypes.html#additional-methods-on-float)2331      - [Хеширование числовых типов](https://python-all.ru/3.8/library/stdtypes.html#hashing-of-numeric-types)2332    - [Типы итераторов](https://python-all.ru/3.8/library/stdtypes.html#iterator-types)23332334      - [Типы генераторов](https://python-all.ru/3.8/library/stdtypes.html#generator-types)2335    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.8/library/stdtypes.html#sequence-types-list-tuple-range)23362337      - [Общие операции с последовательностями](https://python-all.ru/3.8/library/stdtypes.html#common-sequence-operations)2338      - [Неизменяемые типы последовательностей](https://python-all.ru/3.8/library/stdtypes.html#immutable-sequence-types)2339      - [Изменяемые типы последовательностей](https://python-all.ru/3.8/library/stdtypes.html#mutable-sequence-types)2340      - [Списки](https://python-all.ru/3.8/library/stdtypes.html#lists)2341      - [Кортежи](https://python-all.ru/3.8/library/stdtypes.html#tuples)2342      - [Диапазоны](https://python-all.ru/3.8/library/stdtypes.html#ranges)2343    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.8/library/stdtypes.html#text-sequence-type-str)23442345      - [Методы строк](https://python-all.ru/3.8/library/stdtypes.html#string-methods)2346      - [Форматирование строк в стиле `printf`](https://python-all.ru/3.8/library/stdtypes.html#printf-style-string-formatting)2347    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.8/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)23482349      - [Объекты bytes](https://python-all.ru/3.8/library/stdtypes.html#bytes-objects)2350      - [Объекты bytearray](https://python-all.ru/3.8/library/stdtypes.html#bytearray-objects)2351      - [Операции с bytes и bytearray](https://python-all.ru/3.8/library/stdtypes.html#bytes-and-bytearray-operations)2352      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.8/library/stdtypes.html#printf-style-bytes-formatting)2353      - [Представления памяти](https://python-all.ru/3.8/library/stdtypes.html#memory-views)2354    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.8/library/stdtypes.html#set-types-set-frozenset)2355    - [Типы отображений – `dict`](https://python-all.ru/3.8/library/stdtypes.html#mapping-types-dict)23562357      - [Объекты представлений словаря](https://python-all.ru/3.8/library/stdtypes.html#dictionary-view-objects)2358    - [Типы контекстных менеджеров](https://python-all.ru/3.8/library/stdtypes.html#context-manager-types)2359    - [Прочие встроенные типы](https://python-all.ru/3.8/library/stdtypes.html#other-built-in-types)23602361      - [Модули](https://python-all.ru/3.8/library/stdtypes.html#modules)2362      - [Классы и экземпляры классов](https://python-all.ru/3.8/library/stdtypes.html#classes-and-class-instances)2363      - [Функции](https://python-all.ru/3.8/library/stdtypes.html#functions)2364      - [Методы](https://python-all.ru/3.8/library/stdtypes.html#methods)2365      - [Объекты кода](https://python-all.ru/3.8/library/stdtypes.html#code-objects)2366      - [Объекты типов](https://python-all.ru/3.8/library/stdtypes.html#type-objects)2367      - [Объект None](https://python-all.ru/3.8/library/stdtypes.html#the-null-object)2368      - [Объект Ellipsis](https://python-all.ru/3.8/library/stdtypes.html#the-ellipsis-object)2369      - [Объект NotImplemented](https://python-all.ru/3.8/library/stdtypes.html#the-notimplemented-object)2370      - [Логические значения](https://python-all.ru/3.8/library/stdtypes.html#boolean-values)2371      - [Внутренние объекты](https://python-all.ru/3.8/library/stdtypes.html#internal-objects)2372    - [Специальные атрибуты](https://python-all.ru/3.8/library/stdtypes.html#special-attributes)2373    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.8/library/stdtypes.html#integer-string-conversion-length-limitation)23742375      - [Затронутые API](https://python-all.ru/3.8/library/stdtypes.html#affected-apis)2376      - [Настройка ограничения](https://python-all.ru/3.8/library/stdtypes.html#configuring-the-limit)2377      - [Рекомендуемая конфигурация](https://python-all.ru/3.8/library/stdtypes.html#recommended-configuration)2378  - [Встроенные исключения](https://python-all.ru/3.8/library/exceptions.html)23792380    - [Базовые классы](https://python-all.ru/3.8/library/exceptions.html#base-classes)2381    - [Конкретные исключения](https://python-all.ru/3.8/library/exceptions.html#concrete-exceptions)23822383      - [Исключения ОС](https://python-all.ru/3.8/library/exceptions.html#os-exceptions)2384    - [Предупреждения](https://python-all.ru/3.8/library/exceptions.html#warnings)2385    - [Иерархия исключений](https://python-all.ru/3.8/library/exceptions.html#exception-hierarchy)2386  - [Службы обработки текста](https://python-all.ru/3.8/library/text.html)23872388    - [`string` – Общие операции со строками](https://python-all.ru/3.8/library/string.html)23892390      - [Строковые константы](https://python-all.ru/3.8/library/string.html#string-constants)2391      - [Пользовательское форматирование строк](https://python-all.ru/3.8/library/string.html#custom-string-formatting)2392      - [Синтаксис строки форматирования](https://python-all.ru/3.8/library/string.html#format-string-syntax)23932394        - [Мини-язык спецификации формата](https://python-all.ru/3.8/library/string.html#format-specification-mini-language)2395        - [Примеры форматирования](https://python-all.ru/3.8/library/string.html#format-examples)2396      - [Строки-шаблоны](https://python-all.ru/3.8/library/string.html#template-strings)2397      - [Вспомогательные функции](https://python-all.ru/3.8/library/string.html#helper-functions)2398    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.8/library/re.html)23992400      - [Синтаксис регулярных выражений](https://python-all.ru/3.8/library/re.html#regular-expression-syntax)2401      - [Содержимое модуля](https://python-all.ru/3.8/library/re.html#module-contents)2402      - [Объекты регулярных выражений](https://python-all.ru/3.8/library/re.html#regular-expression-objects)2403      - [Объекты Match](https://python-all.ru/3.8/library/re.html#match-objects)2404      - [Примеры регулярных выражений](https://python-all.ru/3.8/library/re.html#regular-expression-examples)24052406        - [Проверка на пару](https://python-all.ru/3.8/library/re.html#checking-for-a-pair)2407        - [Имитация scanf()](https://python-all.ru/3.8/library/re.html#simulating-scanf)2408        - [search() и match()](https://python-all.ru/3.8/library/re.html#search-vs-match)2409        - [Создание телефонного справочника](https://python-all.ru/3.8/library/re.html#making-a-phonebook)2410        - [Преобразование текста](https://python-all.ru/3.8/library/re.html#text-munging)2411        - [Поиск всех наречий](https://python-all.ru/3.8/library/re.html#finding-all-adverbs)2412        - [Поиск всех наречий и их позиций](https://python-all.ru/3.8/library/re.html#finding-all-adverbs-and-their-positions)2413        - [Сырая строковая нотация](https://python-all.ru/3.8/library/re.html#raw-string-notation)2414        - [Написание токенизатора](https://python-all.ru/3.8/library/re.html#writing-a-tokenizer)2415    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.8/library/difflib.html)24162417      - [Объекты SequenceMatcher](https://python-all.ru/3.8/library/difflib.html#sequencematcher-objects)2418      - [Примеры SequenceMatcher](https://python-all.ru/3.8/library/difflib.html#sequencematcher-examples)2419      - [Объекты Differ](https://python-all.ru/3.8/library/difflib.html#differ-objects)2420      - [Пример Differ](https://python-all.ru/3.8/library/difflib.html#differ-example)2421      - [Интерфейс командной строки для difflib](https://python-all.ru/3.8/library/difflib.html#a-command-line-interface-to-difflib)2422    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.8/library/textwrap.html)2423    - [`unicodedata` – База данных Unicode](https://python-all.ru/3.8/library/unicodedata.html)2424    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.8/library/stringprep.html)2425    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.8/library/readline.html)24262427      - [Файл инициализации](https://python-all.ru/3.8/library/readline.html#init-file)2428      - [Буфер строки](https://python-all.ru/3.8/library/readline.html#line-buffer)2429      - [Файл истории](https://python-all.ru/3.8/library/readline.html#history-file)2430      - [Список истории](https://python-all.ru/3.8/library/readline.html#history-list)2431      - [Перехватчики запуска](https://python-all.ru/3.8/library/readline.html#startup-hooks)2432      - [Автодополнение](https://python-all.ru/3.8/library/readline.html#completion)2433      - [Пример](https://python-all.ru/3.8/library/readline.html#example)2434    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.8/library/rlcompleter.html)24352436      - [Объекты Completer](https://python-all.ru/3.8/library/rlcompleter.html#completer-objects)2437  - [Службы двоичных данных](https://python-all.ru/3.8/library/binary.html)24382439    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.8/library/struct.html)24402441      - [Функции и исключения](https://python-all.ru/3.8/library/struct.html#functions-and-exceptions)2442      - [Строки формата](https://python-all.ru/3.8/library/struct.html#format-strings)24432444        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.8/library/struct.html#byte-order-size-and-alignment)2445        - [Символы форматирования](https://python-all.ru/3.8/library/struct.html#format-characters)2446        - [Примеры](https://python-all.ru/3.8/library/struct.html#examples)2447      - [Классы](https://python-all.ru/3.8/library/struct.html#classes)2448    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.8/library/codecs.html)24492450      - [Базовые классы кодеков](https://python-all.ru/3.8/library/codecs.html#codec-base-classes)24512452        - [Обработчики ошибок](https://python-all.ru/3.8/library/codecs.html#error-handlers)2453        - [Кодирование и декодирование без состояния](https://python-all.ru/3.8/library/codecs.html#stateless-encoding-and-decoding)2454        - [Инкрементное кодирование и декодирование](https://python-all.ru/3.8/library/codecs.html#incremental-encoding-and-decoding)24552456          - [Объекты IncrementalEncoder](https://python-all.ru/3.8/library/codecs.html#incrementalencoder-objects)2457          - [Объекты IncrementalDecoder](https://python-all.ru/3.8/library/codecs.html#incrementaldecoder-objects)2458        - [Потоковое кодирование и декодирование](https://python-all.ru/3.8/library/codecs.html#stream-encoding-and-decoding)24592460          - [Объекты StreamWriter](https://python-all.ru/3.8/library/codecs.html#streamwriter-objects)2461          - [Объекты StreamReader](https://python-all.ru/3.8/library/codecs.html#streamreader-objects)2462          - [Объекты StreamReaderWriter](https://python-all.ru/3.8/library/codecs.html#streamreaderwriter-objects)2463          - [Объекты StreamRecoder](https://python-all.ru/3.8/library/codecs.html#streamrecoder-objects)2464      - [Кодировки и Юникод](https://python-all.ru/3.8/library/codecs.html#encodings-and-unicode)2465      - [Стандартные кодировки](https://python-all.ru/3.8/library/codecs.html#standard-encodings)2466      - [Специфические для Python кодировки](https://python-all.ru/3.8/library/codecs.html#python-specific-encodings)24672468        - [Текстовые кодировки](https://python-all.ru/3.8/library/codecs.html#text-encodings)2469        - [Двоичные преобразования](https://python-all.ru/3.8/library/codecs.html#binary-transforms)2470        - [Текстовые преобразования](https://python-all.ru/3.8/library/codecs.html#text-transforms)2471      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.8/library/codecs.html#module-encodings.idna)2472      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.8/library/codecs.html#module-encodings.mbcs)2473      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.8/library/codecs.html#module-encodings.utf_8_sig)2474  - [Типы данных](https://python-all.ru/3.8/library/datatypes.html)24752476    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.8/library/datetime.html)24772478      - [Осведомлённые и наивные объекты](https://python-all.ru/3.8/library/datetime.html#aware-and-naive-objects)2479      - [Константы](https://python-all.ru/3.8/library/datetime.html#constants)2480      - [Доступные типы](https://python-all.ru/3.8/library/datetime.html#available-types)24812482        - [Общие свойства](https://python-all.ru/3.8/library/datetime.html#common-properties)2483        - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.8/library/datetime.html#determining-if-an-object-is-aware-or-naive)2484      - [Объекты `timedelta`](https://python-all.ru/3.8/library/datetime.html#timedelta-objects)24852486        - [Примеры использования: `timedelta`](https://python-all.ru/3.8/library/datetime.html#examples-of-usage-timedelta)2487      - [Объекты `date`](https://python-all.ru/3.8/library/datetime.html#date-objects)24882489        - [Примеры использования: `date`](https://python-all.ru/3.8/library/datetime.html#examples-of-usage-date)2490      - [Объекты `datetime`](https://python-all.ru/3.8/library/datetime.html#datetime-objects)24912492        - [Примеры использования: `datetime`](https://python-all.ru/3.8/library/datetime.html#examples-of-usage-datetime)2493      - [Объекты `time`](https://python-all.ru/3.8/library/datetime.html#time-objects)24942495        - [Примеры использования: `time`](https://python-all.ru/3.8/library/datetime.html#examples-of-usage-time)2496      - [Объекты `tzinfo`](https://python-all.ru/3.8/library/datetime.html#tzinfo-objects)2497      - [Объекты `timezone`](https://python-all.ru/3.8/library/datetime.html#timezone-objects)2498      - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.8/library/datetime.html#strftime-and-strptime-behavior)24992500        - [Коды формата `strftime()` и `strptime()`](https://python-all.ru/3.8/library/datetime.html#strftime-and-strptime-format-codes)2501        - [Технические детали](https://python-all.ru/3.8/library/datetime.html#technical-detail)2502    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.8/library/calendar.html)2503    - [`collections` – контейнерные типы данных](https://python-all.ru/3.8/library/collections.html)25042505      - [`ChainMap` объекты](https://python-all.ru/3.8/library/collections.html#chainmap-objects)25062507        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.8/library/collections.html#chainmap-examples-and-recipes)2508      - [`Counter` объекты](https://python-all.ru/3.8/library/collections.html#counter-objects)2509      - [`deque` объекты](https://python-all.ru/3.8/library/collections.html#deque-objects)25102511        - [Рецепты `deque`](https://python-all.ru/3.8/library/collections.html#deque-recipes)2512      - [`defaultdict` объекты](https://python-all.ru/3.8/library/collections.html#defaultdict-objects)25132514        - [Примеры `defaultdict`](https://python-all.ru/3.8/library/collections.html#defaultdict-examples)2515      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.8/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)2516      - [`OrderedDict` объекты](https://python-all.ru/3.8/library/collections.html#ordereddict-objects)25172518        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.8/library/collections.html#ordereddict-examples-and-recipes)2519      - [`UserDict` объекты](https://python-all.ru/3.8/library/collections.html#userdict-objects)2520      - [`UserList` объекты](https://python-all.ru/3.8/library/collections.html#userlist-objects)2521      - [`UserString` объекты](https://python-all.ru/3.8/library/collections.html#userstring-objects)2522    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.8/library/collections.abc.html)25232524      - [Абстрактные базовые классы коллекций](https://python-all.ru/3.8/library/collections.abc.html#collections-abstract-base-classes)2525    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.8/library/heapq.html)25262527      - [Основные примеры](https://python-all.ru/3.8/library/heapq.html#basic-examples)2528      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.8/library/heapq.html#priority-queue-implementation-notes)2529      - [Теория](https://python-all.ru/3.8/library/heapq.html#theory)2530    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.8/library/bisect.html)25312532      - [Поиск в отсортированных списках](https://python-all.ru/3.8/library/bisect.html#searching-sorted-lists)2533      - [Другие примеры](https://python-all.ru/3.8/library/bisect.html#other-examples)2534    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.8/library/array.html)2535    - [`weakref` – слабые ссылки](https://python-all.ru/3.8/library/weakref.html)25362537      - [Объекты слабых ссылок](https://python-all.ru/3.8/library/weakref.html#weak-reference-objects)2538      - [Пример](https://python-all.ru/3.8/library/weakref.html#example)2539      - [Объекты финализаторов](https://python-all.ru/3.8/library/weakref.html#finalizer-objects)2540      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.8/library/weakref.html#comparing-finalizers-with-del-methods)2541    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.8/library/types.html)25422543      - [Динамическое создание типов](https://python-all.ru/3.8/library/types.html#dynamic-type-creation)2544      - [Стандартные типы интерпретатора](https://python-all.ru/3.8/library/types.html#standard-interpreter-types)2545      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.8/library/types.html#additional-utility-classes-and-functions)2546      - [Вспомогательные функции для корутин](https://python-all.ru/3.8/library/types.html#coroutine-utility-functions)2547    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.8/library/copy.html)2548    - [`pprint` – форматированный вывод данных](https://python-all.ru/3.8/library/pprint.html)25492550      - [Объекты PrettyPrinter](https://python-all.ru/3.8/library/pprint.html#prettyprinter-objects)2551      - [Пример](https://python-all.ru/3.8/library/pprint.html#example)2552    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.8/library/reprlib.html)25532554      - [Объекты Repr](https://python-all.ru/3.8/library/reprlib.html#repr-objects)2555      - [Создание подклассов Repr](https://python-all.ru/3.8/library/reprlib.html#subclassing-repr-objects)2556    - [`enum` – поддержка перечислений](https://python-all.ru/3.8/library/enum.html)25572558      - [Содержимое модуля](https://python-all.ru/3.8/library/enum.html#module-contents)2559      - [Создание Enum](https://python-all.ru/3.8/library/enum.html#creating-an-enum)2560      - [Программный доступ к элементам перечисления и их атрибутам](https://python-all.ru/3.8/library/enum.html#programmatic-access-to-enumeration-members-and-their-attributes)2561      - [Дублирование элементов и значений перечисления](https://python-all.ru/3.8/library/enum.html#duplicating-enum-members-and-values)2562      - [Обеспечение уникальности значений перечисления](https://python-all.ru/3.8/library/enum.html#ensuring-unique-enumeration-values)2563      - [Использование автоматических значений](https://python-all.ru/3.8/library/enum.html#using-automatic-values)2564      - [Итерация](https://python-all.ru/3.8/library/enum.html#iteration)2565      - [Сравнения](https://python-all.ru/3.8/library/enum.html#comparisons)2566      - [Допустимые элементы и атрибуты перечислений](https://python-all.ru/3.8/library/enum.html#allowed-members-and-attributes-of-enumerations)2567      - [Ограниченное создание подклассов Enum](https://python-all.ru/3.8/library/enum.html#restricted-enum-subclassing)2568      - [Сериализация pickle](https://python-all.ru/3.8/library/enum.html#pickling)2569      - [Функциональный API](https://python-all.ru/3.8/library/enum.html#functional-api)2570      - [Производные перечисления](https://python-all.ru/3.8/library/enum.html#derived-enumerations)25712572        - [IntEnum](https://python-all.ru/3.8/library/enum.html#intenum)2573        - [IntFlag](https://python-all.ru/3.8/library/enum.html#intflag)2574        - [Flag](https://python-all.ru/3.8/library/enum.html#flag)2575        - [Другие](https://python-all.ru/3.8/library/enum.html#others)2576      - [Когда использовать `__new__()` вместо `__init__()`](https://python-all.ru/3.8/library/enum.html#when-to-use-new-vs-init)2577      - [Интересные примеры](https://python-all.ru/3.8/library/enum.html#interesting-examples)25782579        - [Пропуск значений](https://python-all.ru/3.8/library/enum.html#omitting-values)25802581          - [Использование `auto`](https://python-all.ru/3.8/library/enum.html#using-auto)2582          - [Использование `object`](https://python-all.ru/3.8/library/enum.html#using-object)2583          - [Использование описательной строки](https://python-all.ru/3.8/library/enum.html#using-a-descriptive-string)2584          - [Использование пользовательского `__new__()`](https://python-all.ru/3.8/library/enum.html#using-a-custom-new)2585        - [OrderedEnum](https://python-all.ru/3.8/library/enum.html#orderedenum)2586        - [DuplicateFreeEnum](https://python-all.ru/3.8/library/enum.html#duplicatefreeenum)2587        - [Планета](https://python-all.ru/3.8/library/enum.html#planet)2588        - [ВременнойПериод](https://python-all.ru/3.8/library/enum.html#timeperiod)2589      - [Чем различаются перечисления?](https://python-all.ru/3.8/library/enum.html#how-are-enums-different)25902591        - [Классы Enum](https://python-all.ru/3.8/library/enum.html#enum-classes)2592        - [Члены Enum (экземпляры)](https://python-all.ru/3.8/library/enum.html#enum-members-aka-instances)2593        - [Тонкие моменты](https://python-all.ru/3.8/library/enum.html#finer-points)25942595          - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.8/library/enum.html#supported-dunder-names)2596          - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.8/library/enum.html#supported-sunder-names)2597          - [Тип элемента `Enum`](https://python-all.ru/3.8/library/enum.html#enum-member-type)2598          - [Логическое значение классов и элементов `Enum`](https://python-all.ru/3.8/library/enum.html#boolean-value-of-enum-classes-and-members)2599          - [Классы `Enum` с методами](https://python-all.ru/3.8/library/enum.html#enum-classes-with-methods)2600          - [Объединение элементов `Flag`](https://python-all.ru/3.8/library/enum.html#combining-members-of-flag)2601  - [Числовые и математические модули](https://python-all.ru/3.8/library/numeric.html)26022603    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.8/library/numbers.html)26042605      - [Числовая иерархия](https://python-all.ru/3.8/library/numbers.html#the-numeric-tower)2606      - [Примечания для разработчиков типов](https://python-all.ru/3.8/library/numbers.html#notes-for-type-implementors)26072608        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.8/library/numbers.html#adding-more-numeric-abcs)2609        - [Реализация арифметических операций](https://python-all.ru/3.8/library/numbers.html#implementing-the-arithmetic-operations)2610    - [`math` – Математические функции](https://python-all.ru/3.8/library/math.html)26112612      - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.8/library/math.html#number-theoretic-and-representation-functions)2613      - [Степенные и логарифмические функции](https://python-all.ru/3.8/library/math.html#power-and-logarithmic-functions)2614      - [Тригонометрические функции](https://python-all.ru/3.8/library/math.html#trigonometric-functions)2615      - [Преобразование угловых величин](https://python-all.ru/3.8/library/math.html#angular-conversion)2616      - [Гиперболические функции](https://python-all.ru/3.8/library/math.html#hyperbolic-functions)2617      - [Специальные функции](https://python-all.ru/3.8/library/math.html#special-functions)2618      - [Константы](https://python-all.ru/3.8/library/math.html#constants)2619    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.8/library/cmath.html)26202621      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.8/library/cmath.html#conversions-to-and-from-polar-coordinates)2622      - [Степенные и логарифмические функции](https://python-all.ru/3.8/library/cmath.html#power-and-logarithmic-functions)2623      - [Тригонометрические функции](https://python-all.ru/3.8/library/cmath.html#trigonometric-functions)2624      - [Гиперболические функции](https://python-all.ru/3.8/library/cmath.html#hyperbolic-functions)2625      - [Функции классификации](https://python-all.ru/3.8/library/cmath.html#classification-functions)2626      - [Константы](https://python-all.ru/3.8/library/cmath.html#constants)2627    - [`decimal` – Decimal: арифметика с фиксированной и плавающей точкой](https://python-all.ru/3.8/library/decimal.html)26282629      - [Краткое руководство](https://python-all.ru/3.8/library/decimal.html#quick-start-tutorial)2630      - [Объекты Decimal](https://python-all.ru/3.8/library/decimal.html#decimal-objects)26312632        - [Логические операнды](https://python-all.ru/3.8/library/decimal.html#logical-operands)2633      - [Объекты контекста](https://python-all.ru/3.8/library/decimal.html#context-objects)2634      - [Константы](https://python-all.ru/3.8/library/decimal.html#constants)2635      - [Режимы округления](https://python-all.ru/3.8/library/decimal.html#rounding-modes)2636      - [Сигналы](https://python-all.ru/3.8/library/decimal.html#signals)2637      - [Примечания о числах с плавающей точкой](https://python-all.ru/3.8/library/decimal.html#floating-point-notes)26382639        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.8/library/decimal.html#mitigating-round-off-error-with-increased-precision)2640        - [Особые значения](https://python-all.ru/3.8/library/decimal.html#special-values)2641      - [Работа с потоками](https://python-all.ru/3.8/library/decimal.html#working-with-threads)2642      - [Рецепты](https://python-all.ru/3.8/library/decimal.html#recipes)2643      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.8/library/decimal.html#decimal-faq)2644    - [`fractions` – Рациональные числа](https://python-all.ru/3.8/library/fractions.html)2645    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.8/library/random.html)26462647      - [Учётные функции](https://python-all.ru/3.8/library/random.html#bookkeeping-functions)2648      - [Функции для целых чисел](https://python-all.ru/3.8/library/random.html#functions-for-integers)2649      - [Функции для последовательностей](https://python-all.ru/3.8/library/random.html#functions-for-sequences)2650      - [Распределения с действительными значениями](https://python-all.ru/3.8/library/random.html#real-valued-distributions)2651      - [Альтернативный генератор](https://python-all.ru/3.8/library/random.html#alternative-generator)2652      - [Замечания о воспроизводимости](https://python-all.ru/3.8/library/random.html#notes-on-reproducibility)2653      - [Примеры и рецепты](https://python-all.ru/3.8/library/random.html#examples-and-recipes)2654    - [`statistics` – Функции математической статистики](https://python-all.ru/3.8/library/statistics.html)26552656      - [Средние значения и меры центральной тенденции](https://python-all.ru/3.8/library/statistics.html#averages-and-measures-of-central-location)2657      - [Меры разброса](https://python-all.ru/3.8/library/statistics.html#measures-of-spread)2658      - [Описание функций](https://python-all.ru/3.8/library/statistics.html#function-details)2659      - [Исключения](https://python-all.ru/3.8/library/statistics.html#exceptions)2660      - [`NormalDist` объекты](https://python-all.ru/3.8/library/statistics.html#normaldist-objects)26612662        - [Примеры и рецепты `NormalDist`](https://python-all.ru/3.8/library/statistics.html#normaldist-examples-and-recipes)2663  - [Модули функционального программирования](https://python-all.ru/3.8/library/functional.html)26642665    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.8/library/itertools.html)26662667      - [Функции itertools](https://python-all.ru/3.8/library/itertools.html#itertool-functions)2668      - [Рецепты itertools](https://python-all.ru/3.8/library/itertools.html#itertools-recipes)2669    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.8/library/functools.html)26702671      - [Объекты `partial`](https://python-all.ru/3.8/library/functools.html#partial-objects)2672    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.8/library/operator.html)26732674      - [Отображение операторов на функции](https://python-all.ru/3.8/library/operator.html#mapping-operators-to-functions)2675      - [Операторы на месте](https://python-all.ru/3.8/library/operator.html#in-place-operators)2676  - [Доступ к файлам и каталогам](https://python-all.ru/3.8/library/filesys.html)26772678    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.8/library/pathlib.html)26792680      - [Основное использование](https://python-all.ru/3.8/library/pathlib.html#basic-use)2681      - [Абстрактные пути](https://python-all.ru/3.8/library/pathlib.html#pure-paths)26822683        - [Общие свойства](https://python-all.ru/3.8/library/pathlib.html#general-properties)2684        - [Операторы](https://python-all.ru/3.8/library/pathlib.html#operators)2685        - [Доступ к отдельным частям](https://python-all.ru/3.8/library/pathlib.html#accessing-individual-parts)2686        - [Методы и свойства](https://python-all.ru/3.8/library/pathlib.html#methods-and-properties)2687      - [Конкретные пути](https://python-all.ru/3.8/library/pathlib.html#concrete-paths)26882689        - [Методы](https://python-all.ru/3.8/library/pathlib.html#methods)2690      - [Соответствие инструментам модуля `os`](https://python-all.ru/3.8/library/pathlib.html#correspondence-to-tools-in-the-os-module)2691    - [`os.path` – Основные операции с путями](https://python-all.ru/3.8/library/os.path.html)2692    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.8/library/fileinput.html)2693    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.8/library/stat.html)2694    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.8/library/filecmp.html)26952696      - [Класс `dircmp`](https://python-all.ru/3.8/library/filecmp.html#the-dircmp-class)2697    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.8/library/tempfile.html)26982699      - [Примеры](https://python-all.ru/3.8/library/tempfile.html#examples)2700      - [Устаревшие функции и переменные](https://python-all.ru/3.8/library/tempfile.html#deprecated-functions-and-variables)2701    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.8/library/glob.html)2702    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.8/library/fnmatch.html)2703    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.8/library/linecache.html)2704    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.8/library/shutil.html)27052706      - [Операции с каталогами и файлами](https://python-all.ru/3.8/library/shutil.html#directory-and-files-operations)27072708        - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.8/library/shutil.html#platform-dependent-efficient-copy-operations)2709        - [Пример copytree](https://python-all.ru/3.8/library/shutil.html#copytree-example)2710        - [Пример rmtree](https://python-all.ru/3.8/library/shutil.html#rmtree-example)2711      - [Операции архивирования](https://python-all.ru/3.8/library/shutil.html#archiving-operations)27122713        - [Пример архивирования](https://python-all.ru/3.8/library/shutil.html#archiving-example)2714        - [Пример архивирования с *base\_dir*](https://python-all.ru/3.8/library/shutil.html#archiving-example-with-base-dir)2715      - [Определение размера выходного терминала](https://python-all.ru/3.8/library/shutil.html#querying-the-size-of-the-output-terminal)2716  - [Постоянное хранение данных](https://python-all.ru/3.8/library/persistence.html)27172718    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.8/library/pickle.html)27192720      - [Связь с другими модулями Python](https://python-all.ru/3.8/library/pickle.html#relationship-to-other-python-modules)27212722        - [Сравнение с `marshal`](https://python-all.ru/3.8/library/pickle.html#comparison-with-marshal)2723        - [Сравнение с `json`](https://python-all.ru/3.8/library/pickle.html#comparison-with-json)2724      - [Формат потока данных](https://python-all.ru/3.8/library/pickle.html#data-stream-format)2725      - [Интерфейс модуля](https://python-all.ru/3.8/library/pickle.html#module-interface)2726      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.8/library/pickle.html#what-can-be-pickled-and-unpickled)2727      - [Сериализация экземпляров классов](https://python-all.ru/3.8/library/pickle.html#pickling-class-instances)27282729        - [Сохранение внешних объектов](https://python-all.ru/3.8/library/pickle.html#persistence-of-external-objects)2730        - [Диспетчерские таблицы](https://python-all.ru/3.8/library/pickle.html#dispatch-tables)2731        - [Обработка объектов с состоянием](https://python-all.ru/3.8/library/pickle.html#handling-stateful-objects)2732      - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.8/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)2733      - [Внеполосные буферы](https://python-all.ru/3.8/library/pickle.html#out-of-band-buffers)27342735        - [API провайдера](https://python-all.ru/3.8/library/pickle.html#provider-api)2736        - [API потребителя](https://python-all.ru/3.8/library/pickle.html#consumer-api)2737        - [Пример](https://python-all.ru/3.8/library/pickle.html#example)2738      - [Ограничение глобальных переменных](https://python-all.ru/3.8/library/pickle.html#restricting-globals)2739      - [Производительность](https://python-all.ru/3.8/library/pickle.html#performance)2740      - [Примеры](https://python-all.ru/3.8/library/pickle.html#examples)2741    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.8/library/copyreg.html)27422743      - [Пример](https://python-all.ru/3.8/library/copyreg.html#example)2744    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.8/library/shelve.html)27452746      - [Ограничения](https://python-all.ru/3.8/library/shelve.html#restrictions)2747      - [Пример](https://python-all.ru/3.8/library/shelve.html#example)2748    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.8/library/marshal.html)2749    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.8/library/dbm.html)27502751      - [`dbm.gnu` – переосмысление dbm от GNU](https://python-all.ru/3.8/library/dbm.html#module-dbm.gnu)2752      - [`dbm.ndbm` – интерфейс на основе ndbm](https://python-all.ru/3.8/library/dbm.html#module-dbm.ndbm)2753      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.8/library/dbm.html#module-dbm.dumb)2754    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.8/library/sqlite3.html)27552756      - [Функции и константы модуля](https://python-all.ru/3.8/library/sqlite3.html#module-functions-and-constants)2757      - [Объекты соединений](https://python-all.ru/3.8/library/sqlite3.html#connection-objects)2758      - [Объекты Cursor](https://python-all.ru/3.8/library/sqlite3.html#cursor-objects)2759      - [Объекты Row](https://python-all.ru/3.8/library/sqlite3.html#row-objects)2760      - [Исключения](https://python-all.ru/3.8/library/sqlite3.html#exceptions)2761      - [Типы SQLite и Python](https://python-all.ru/3.8/library/sqlite3.html#sqlite-and-python-types)27622763        - [Введение](https://python-all.ru/3.8/library/sqlite3.html#introduction)2764        - [Использование адаптеров для хранения дополнительных типов Python в базах данных SQLite](https://python-all.ru/3.8/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases)27652766          - [Адаптация объекта самостоятельно](https://python-all.ru/3.8/library/sqlite3.html#letting-your-object-adapt-itself)2767          - [Регистрация вызываемого адаптера](https://python-all.ru/3.8/library/sqlite3.html#registering-an-adapter-callable)2768        - [Преобразование значений SQLite в пользовательские типы Python](https://python-all.ru/3.8/library/sqlite3.html#converting-sqlite-values-to-custom-python-types)2769        - [Адаптеры и преобразователи по умолчанию](https://python-all.ru/3.8/library/sqlite3.html#default-adapters-and-converters)2770      - [Управление транзакциями](https://python-all.ru/3.8/library/sqlite3.html#controlling-transactions)2771      - [Эффективное использование `sqlite3`](https://python-all.ru/3.8/library/sqlite3.html#using-sqlite3-efficiently)27722773        - [Использование сокращённых методов](https://python-all.ru/3.8/library/sqlite3.html#using-shortcut-methods)2774        - [Доступ к столбцам по имени, а не по индексу](https://python-all.ru/3.8/library/sqlite3.html#accessing-columns-by-name-instead-of-by-index)2775        - [Использование соединения в качестве контекстного менеджера](https://python-all.ru/3.8/library/sqlite3.html#using-the-connection-as-a-context-manager)2776  - [Сжатие и архивирование данных](https://python-all.ru/3.8/library/archiving.html)27772778    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.8/library/zlib.html)2779    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.8/library/gzip.html)27802781      - [Примеры использования](https://python-all.ru/3.8/library/gzip.html#examples-of-usage)2782      - [Интерфейс командной строки](https://python-all.ru/3.8/library/gzip.html#command-line-interface)27832784        - [Параметры командной строки](https://python-all.ru/3.8/library/gzip.html#command-line-options)2785    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.8/library/bz2.html)27862787      - [Сжатие и распаковка файлов](https://python-all.ru/3.8/library/bz2.html#de-compression-of-files)2788      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.8/library/bz2.html#incremental-de-compression)2789      - [Однопроходное сжатие/распаковка](https://python-all.ru/3.8/library/bz2.html#one-shot-de-compression)2790      - [Примеры использования](https://python-all.ru/3.8/library/bz2.html#examples-of-usage)2791    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.8/library/lzma.html)27922793      - [Чтение и запись сжатых файлов](https://python-all.ru/3.8/library/lzma.html#reading-and-writing-compressed-files)2794      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.8/library/lzma.html#compressing-and-decompressing-data-in-memory)2795      - [Разное](https://python-all.ru/3.8/library/lzma.html#miscellaneous)2796      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.8/library/lzma.html#specifying-custom-filter-chains)2797      - [Примеры](https://python-all.ru/3.8/library/lzma.html#examples)2798    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.8/library/zipfile.html)27992800      - [Объекты ZipFile](https://python-all.ru/3.8/library/zipfile.html#zipfile-objects)2801      - [Объекты Path](https://python-all.ru/3.8/library/zipfile.html#path-objects)2802      - [Объекты PyZipFile](https://python-all.ru/3.8/library/zipfile.html#pyzipfile-objects)2803      - [Объекты ZipInfo](https://python-all.ru/3.8/library/zipfile.html#zipinfo-objects)2804      - [Интерфейс командной строки](https://python-all.ru/3.8/library/zipfile.html#command-line-interface)28052806        - [Параметры командной строки](https://python-all.ru/3.8/library/zipfile.html#command-line-options)2807      - [Подводные камни распаковки](https://python-all.ru/3.8/library/zipfile.html#decompression-pitfalls)28082809        - [Из самого файла](https://python-all.ru/3.8/library/zipfile.html#from-file-itself)2810        - [Ограничения файловой системы](https://python-all.ru/3.8/library/zipfile.html#file-system-limitations)2811        - [Ограничения ресурсов](https://python-all.ru/3.8/library/zipfile.html#resources-limitations)2812        - [Прерывание](https://python-all.ru/3.8/library/zipfile.html#interruption)2813        - [Поведение по умолчанию при извлечении](https://python-all.ru/3.8/library/zipfile.html#default-behaviors-of-extraction)2814    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.8/library/tarfile.html)28152816      - [Объекты TarFile](https://python-all.ru/3.8/library/tarfile.html#tarfile-objects)2817      - [Объекты TarInfo](https://python-all.ru/3.8/library/tarfile.html#tarinfo-objects)2818      - [Фильтры извлечения](https://python-all.ru/3.8/library/tarfile.html#extraction-filters)28192820        - [Именованные фильтры по умолчанию](https://python-all.ru/3.8/library/tarfile.html#default-named-filters)2821        - [Ошибки фильтров](https://python-all.ru/3.8/library/tarfile.html#filter-errors)2822        - [Подсказки для дополнительной проверки](https://python-all.ru/3.8/library/tarfile.html#hints-for-further-verification)2823        - [Поддержка старых версий Python](https://python-all.ru/3.8/library/tarfile.html#supporting-older-python-versions)2824        - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.8/library/tarfile.html#stateful-extraction-filter-example)2825      - [Интерфейс командной строки](https://python-all.ru/3.8/library/tarfile.html#command-line-interface)28262827        - [Параметры командной строки](https://python-all.ru/3.8/library/tarfile.html#command-line-options)2828      - [Примеры](https://python-all.ru/3.8/library/tarfile.html#examples)2829      - [Поддерживаемые форматы tar](https://python-all.ru/3.8/library/tarfile.html#supported-tar-formats)2830      - [Проблемы с Unicode](https://python-all.ru/3.8/library/tarfile.html#unicode-issues)2831  - [Форматы файлов](https://python-all.ru/3.8/library/fileformats.html)28322833    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.8/library/csv.html)28342835      - [Содержимое модуля](https://python-all.ru/3.8/library/csv.html#module-contents)2836      - [Диалекты и параметры форматирования](https://python-all.ru/3.8/library/csv.html#dialects-and-formatting-parameters)2837      - [Объекты чтения](https://python-all.ru/3.8/library/csv.html#reader-objects)2838      - [Объекты записи](https://python-all.ru/3.8/library/csv.html#writer-objects)2839      - [Примеры](https://python-all.ru/3.8/library/csv.html#examples)2840    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.8/library/configparser.html)28412842      - [Быстрый старт](https://python-all.ru/3.8/library/configparser.html#quick-start)2843      - [Поддерживаемые типы данных](https://python-all.ru/3.8/library/configparser.html#supported-datatypes)2844      - [Значения по умолчанию](https://python-all.ru/3.8/library/configparser.html#fallback-values)2845      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.8/library/configparser.html#supported-ini-file-structure)2846      - [Интерполяция значений](https://python-all.ru/3.8/library/configparser.html#interpolation-of-values)2847      - [Доступ через протокол отображения](https://python-all.ru/3.8/library/configparser.html#mapping-protocol-access)2848      - [Настройка поведения парсера](https://python-all.ru/3.8/library/configparser.html#customizing-parser-behaviour)2849      - [Примеры устаревшего API](https://python-all.ru/3.8/library/configparser.html#legacy-api-examples)2850      - [Объекты ConfigParser](https://python-all.ru/3.8/library/configparser.html#configparser-objects)2851      - [Объекты RawConfigParser](https://python-all.ru/3.8/library/configparser.html#rawconfigparser-objects)2852      - [Исключения](https://python-all.ru/3.8/library/configparser.html#exceptions)2853    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.8/library/netrc.html)28542855      - [Объекты netrc](https://python-all.ru/3.8/library/netrc.html#netrc-objects)2856    - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.8/library/xdrlib.html)28572858      - [Объекты упаковщика](https://python-all.ru/3.8/library/xdrlib.html#packer-objects)2859      - [Объекты распаковщика](https://python-all.ru/3.8/library/xdrlib.html#unpacker-objects)2860      - [Исключения](https://python-all.ru/3.8/library/xdrlib.html#exceptions)2861    - [`plistlib` – Генерировать и разбирать файлы `.plist` Mac OS X](https://python-all.ru/3.8/library/plistlib.html)28622863      - [Примеры](https://python-all.ru/3.8/library/plistlib.html#examples)2864  - [Криптографические службы](https://python-all.ru/3.8/library/crypto.html)28652866    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.8/library/hashlib.html)28672868      - [Алгоритмы хеширования](https://python-all.ru/3.8/library/hashlib.html#hash-algorithms)2869      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.8/library/hashlib.html#shake-variable-length-digests)2870      - [Вывод ключей](https://python-all.ru/3.8/library/hashlib.html#key-derivation)2871      - [BLAKE2](https://python-all.ru/3.8/library/hashlib.html#blake2)28722873        - [Создание хеш-объектов](https://python-all.ru/3.8/library/hashlib.html#creating-hash-objects)2874        - [Константы](https://python-all.ru/3.8/library/hashlib.html#constants)2875        - [Примеры](https://python-all.ru/3.8/library/hashlib.html#examples)28762877          - [Простое хеширование](https://python-all.ru/3.8/library/hashlib.html#simple-hashing)2878          - [Использование разного размера дайджестов](https://python-all.ru/3.8/library/hashlib.html#using-different-digest-sizes)2879          - [Хеширование с ключом](https://python-all.ru/3.8/library/hashlib.html#keyed-hashing)2880          - [Рандомизированное хеширование](https://python-all.ru/3.8/library/hashlib.html#randomized-hashing)2881          - [Персонализация](https://python-all.ru/3.8/library/hashlib.html#personalization)2882          - [Древовидный режим](https://python-all.ru/3.8/library/hashlib.html#tree-mode)2883        - [Благодарности](https://python-all.ru/3.8/library/hashlib.html#credits)2884    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.8/library/hmac.html)2885    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.8/library/secrets.html)28862887      - [Случайные числа](https://python-all.ru/3.8/library/secrets.html#random-numbers)2888      - [Генерация токенов](https://python-all.ru/3.8/library/secrets.html#generating-tokens)28892890        - [Сколько байтов должны использовать токены?](https://python-all.ru/3.8/library/secrets.html#how-many-bytes-should-tokens-use)2891      - [Другие функции](https://python-all.ru/3.8/library/secrets.html#other-functions)2892      - [Рецепты и лучшие практики](https://python-all.ru/3.8/library/secrets.html#recipes-and-best-practices)2893  - [Универсальные службы операционной системы](https://python-all.ru/3.8/library/allos.html)28942895    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.8/library/os.html)28962897      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.8/library/os.html#file-names-command-line-arguments-and-environment-variables)2898      - [Параметры процесса](https://python-all.ru/3.8/library/os.html#process-parameters)2899      - [Создание файловых объектов](https://python-all.ru/3.8/library/os.html#file-object-creation)2900      - [Операции с файловыми дескрипторами](https://python-all.ru/3.8/library/os.html#file-descriptor-operations)29012902        - [Определение размера терминала](https://python-all.ru/3.8/library/os.html#querying-the-size-of-a-terminal)2903        - [Наследование файловых дескрипторов](https://python-all.ru/3.8/library/os.html#inheritance-of-file-descriptors)2904      - [Файлы и каталоги](https://python-all.ru/3.8/library/os.html#files-and-directories)29052906        - [Расширенные атрибуты Linux](https://python-all.ru/3.8/library/os.html#linux-extended-attributes)2907      - [Управление процессами](https://python-all.ru/3.8/library/os.html#process-management)2908      - [Интерфейс к планировщику](https://python-all.ru/3.8/library/os.html#interface-to-the-scheduler)2909      - [Различная системная информация](https://python-all.ru/3.8/library/os.html#miscellaneous-system-information)2910      - [Случайные числа](https://python-all.ru/3.8/library/os.html#random-numbers)2911    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.8/library/io.html)29122913      - [Обзор](https://python-all.ru/3.8/library/io.html#overview)29142915        - [Текстовый ввод/вывод](https://python-all.ru/3.8/library/io.html#text-i-o)2916        - [Двоичный ввод/вывод](https://python-all.ru/3.8/library/io.html#binary-i-o)2917        - [Необработанный ввод/вывод](https://python-all.ru/3.8/library/io.html#raw-i-o)2918      - [Интерфейс модуля высокого уровня](https://python-all.ru/3.8/library/io.html#high-level-module-interface)2919      - [Иерархия классов](https://python-all.ru/3.8/library/io.html#class-hierarchy)29202921        - [Базовые классы ввода/вывода](https://python-all.ru/3.8/library/io.html#i-o-base-classes)2922        - [Необработанный файловый ввод/вывод](https://python-all.ru/3.8/library/io.html#raw-file-i-o)2923        - [Буферизированные потоки](https://python-all.ru/3.8/library/io.html#buffered-streams)2924        - [Текстовый ввод/вывод](https://python-all.ru/3.8/library/io.html#id1)2925      - [Производительность](https://python-all.ru/3.8/library/io.html#performance)29262927        - [Двоичный ввод/вывод](https://python-all.ru/3.8/library/io.html#id2)2928        - [Текстовый ввод/вывод](https://python-all.ru/3.8/library/io.html#id3)2929        - [Многопоточность](https://python-all.ru/3.8/library/io.html#multi-threading)2930        - [Реентерабельность](https://python-all.ru/3.8/library/io.html#reentrancy)2931    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.8/library/time.html)29322933      - [Функции](https://python-all.ru/3.8/library/time.html#functions)2934      - [Константы идентификаторов часов](https://python-all.ru/3.8/library/time.html#clock-id-constants)2935      - [Константы часовых поясов](https://python-all.ru/3.8/library/time.html#timezone-constants)2936    - [`argparse` – Парсер параметров командной строки, аргументов и подкоманд](https://python-all.ru/3.8/library/argparse.html)29372938      - [Пример](https://python-all.ru/3.8/library/argparse.html#example)29392940        - [Создание парсера](https://python-all.ru/3.8/library/argparse.html#creating-a-parser)2941        - [Добавление аргументов](https://python-all.ru/3.8/library/argparse.html#adding-arguments)2942        - [Разбор аргументов](https://python-all.ru/3.8/library/argparse.html#parsing-arguments)2943      - [Объекты ArgumentParser](https://python-all.ru/3.8/library/argparse.html#argumentparser-objects)29442945        - [prog](https://python-all.ru/3.8/library/argparse.html#prog)2946        - [usage](https://python-all.ru/3.8/library/argparse.html#usage)2947        - [description](https://python-all.ru/3.8/library/argparse.html#description)2948        - [epilog](https://python-all.ru/3.8/library/argparse.html#epilog)2949        - [parents](https://python-all.ru/3.8/library/argparse.html#parents)2950        - [formatter\_class](https://python-all.ru/3.8/library/argparse.html#formatter-class)2951        - [prefix\_chars](https://python-all.ru/3.8/library/argparse.html#prefix-chars)2952        - [fromfile\_prefix\_chars](https://python-all.ru/3.8/library/argparse.html#fromfile-prefix-chars)2953        - [argument\_default](https://python-all.ru/3.8/library/argparse.html#argument-default)2954        - [allow\_abbrev](https://python-all.ru/3.8/library/argparse.html#allow-abbrev)2955        - [conflict\_handler](https://python-all.ru/3.8/library/argparse.html#conflict-handler)2956        - [add\_help](https://python-all.ru/3.8/library/argparse.html#add-help)2957      - [Метод add\_argument()](https://python-all.ru/3.8/library/argparse.html#the-add-argument-method)29582959        - [name или flags](https://python-all.ru/3.8/library/argparse.html#name-or-flags)2960        - [action](https://python-all.ru/3.8/library/argparse.html#action)2961        - [nargs](https://python-all.ru/3.8/library/argparse.html#nargs)2962        - [const](https://python-all.ru/3.8/library/argparse.html#const)2963        - [default](https://python-all.ru/3.8/library/argparse.html#default)2964        - [тип](https://python-all.ru/3.8/library/argparse.html#type)2965        - [choices](https://python-all.ru/3.8/library/argparse.html#choices)2966        - [required](https://python-all.ru/3.8/library/argparse.html#required)2967        - [help](https://python-all.ru/3.8/library/argparse.html#help)2968        - [metavar](https://python-all.ru/3.8/library/argparse.html#metavar)2969        - [dest](https://python-all.ru/3.8/library/argparse.html#dest)2970        - [Классы Action](https://python-all.ru/3.8/library/argparse.html#action-classes)2971      - [Метод parse\_args()](https://python-all.ru/3.8/library/argparse.html#the-parse-args-method)29722973        - [Синтаксис значений опций](https://python-all.ru/3.8/library/argparse.html#option-value-syntax)2974        - [Недопустимые аргументы](https://python-all.ru/3.8/library/argparse.html#invalid-arguments)2975        - [Аргументы, содержащие `-`](https://python-all.ru/3.8/library/argparse.html#arguments-containing)2976        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.8/library/argparse.html#argument-abbreviations-prefix-matching)2977        - [За пределами `sys.argv`](https://python-all.ru/3.8/library/argparse.html#beyond-sys-argv)2978        - [Объект Namespace](https://python-all.ru/3.8/library/argparse.html#the-namespace-object)2979      - [Прочие утилиты](https://python-all.ru/3.8/library/argparse.html#other-utilities)29802981        - [Подкоманды](https://python-all.ru/3.8/library/argparse.html#sub-commands)2982        - [Объекты FileType](https://python-all.ru/3.8/library/argparse.html#filetype-objects)2983        - [Группы аргументов](https://python-all.ru/3.8/library/argparse.html#argument-groups)2984        - [Взаимное исключение](https://python-all.ru/3.8/library/argparse.html#mutual-exclusion)2985        - [Значения по умолчанию парсера](https://python-all.ru/3.8/library/argparse.html#parser-defaults)2986        - [Вывод справки](https://python-all.ru/3.8/library/argparse.html#printing-help)2987        - [Частичный разбор](https://python-all.ru/3.8/library/argparse.html#partial-parsing)2988        - [Настройка разбора файлов](https://python-all.ru/3.8/library/argparse.html#customizing-file-parsing)2989        - [Методы завершения](https://python-all.ru/3.8/library/argparse.html#exiting-methods)2990        - [Смешанный разбор](https://python-all.ru/3.8/library/argparse.html#intermixed-parsing)2991      - [Обновление кода optparse](https://python-all.ru/3.8/library/argparse.html#upgrading-optparse-code)2992    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.8/library/getopt.html)2993    - [`logging` – Средство журналирования для Python](https://python-all.ru/3.8/library/logging.html)29942995      - [Объекты Logger](https://python-all.ru/3.8/library/logging.html#logger-objects)2996      - [Уровни журналирования](https://python-all.ru/3.8/library/logging.html#logging-levels)2997      - [Объекты-обработчики](https://python-all.ru/3.8/library/logging.html#handler-objects)2998      - [Объекты-форматировщики](https://python-all.ru/3.8/library/logging.html#formatter-objects)2999      - [Объекты-фильтры](https://python-all.ru/3.8/library/logging.html#filter-objects)3000      - [Объекты LogRecord](https://python-all.ru/3.8/library/logging.html#logrecord-objects)3001      - [Атрибуты LogRecord](https://python-all.ru/3.8/library/logging.html#logrecord-attributes)3002      - [Объекты LoggerAdapter](https://python-all.ru/3.8/library/logging.html#loggeradapter-objects)3003      - [Потокобезопасность](https://python-all.ru/3.8/library/logging.html#thread-safety)3004      - [Функции уровня модуля](https://python-all.ru/3.8/library/logging.html#module-level-functions)3005      - [Атрибуты уровня модуля](https://python-all.ru/3.8/library/logging.html#module-level-attributes)3006      - [Интеграция с модулем warnings](https://python-all.ru/3.8/library/logging.html#integration-with-the-warnings-module)3007    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.8/library/logging.config.html)30083009      - [Функции конфигурации](https://python-all.ru/3.8/library/logging.config.html#configuration-functions)3010      - [Схема конфигурационного словаря](https://python-all.ru/3.8/library/logging.config.html#configuration-dictionary-schema)30113012        - [Подробности схемы словаря](https://python-all.ru/3.8/library/logging.config.html#dictionary-schema-details)3013        - [Инкрементальная конфигурация](https://python-all.ru/3.8/library/logging.config.html#incremental-configuration)3014        - [Соединения объектов](https://python-all.ru/3.8/library/logging.config.html#object-connections)3015        - [Пользовательские объекты](https://python-all.ru/3.8/library/logging.config.html#user-defined-objects)3016        - [Доступ к внешним объектам](https://python-all.ru/3.8/library/logging.config.html#access-to-external-objects)3017        - [Доступ к внутренним объектам](https://python-all.ru/3.8/library/logging.config.html#access-to-internal-objects)3018        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.8/library/logging.config.html#import-resolution-and-custom-importers)3019      - [Формат файла конфигурации](https://python-all.ru/3.8/library/logging.config.html#configuration-file-format)3020    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.8/library/logging.handlers.html)30213022      - [StreamHandler](https://python-all.ru/3.8/library/logging.handlers.html#streamhandler)3023      - [FileHandler](https://python-all.ru/3.8/library/logging.handlers.html#filehandler)3024      - [NullHandler](https://python-all.ru/3.8/library/logging.handlers.html#nullhandler)3025      - [WatchedFileHandler](https://python-all.ru/3.8/library/logging.handlers.html#watchedfilehandler)3026      - [BaseRotatingHandler](https://python-all.ru/3.8/library/logging.handlers.html#baserotatinghandler)3027      - [RotatingFileHandler](https://python-all.ru/3.8/library/logging.handlers.html#rotatingfilehandler)3028      - [TimedRotatingFileHandler](https://python-all.ru/3.8/library/logging.handlers.html#timedrotatingfilehandler)3029      - [Обработчик сокетов](https://python-all.ru/3.8/library/logging.handlers.html#sockethandler)3030      - [Обработчик датаграмм](https://python-all.ru/3.8/library/logging.handlers.html#datagramhandler)3031      - [Обработчик системного журнала](https://python-all.ru/3.8/library/logging.handlers.html#sysloghandler)3032      - [Обработчик журнала событий NT](https://python-all.ru/3.8/library/logging.handlers.html#nteventloghandler)3033      - [SMTP-обработчик](https://python-all.ru/3.8/library/logging.handlers.html#smtphandler)3034      - [Обработчик памяти](https://python-all.ru/3.8/library/logging.handlers.html#memoryhandler)3035      - [HTTP-обработчик](https://python-all.ru/3.8/library/logging.handlers.html#httphandler)3036      - [Обработчик очереди](https://python-all.ru/3.8/library/logging.handlers.html#queuehandler)3037      - [Прослушиватель очереди](https://python-all.ru/3.8/library/logging.handlers.html#queuelistener)3038    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.8/library/getpass.html)3039    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.8/library/curses.html)30403041      - [Функции](https://python-all.ru/3.8/library/curses.html#functions)3042      - [Объекты окон](https://python-all.ru/3.8/library/curses.html#window-objects)3043      - [Константы](https://python-all.ru/3.8/library/curses.html#constants)3044    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.8/library/curses.html#module-curses.textpad)30453046      - [Объекты Textbox](https://python-all.ru/3.8/library/curses.html#textbox-objects)3047    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.8/library/curses.ascii.html)3048    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.8/library/curses.panel.html)30493050      - [Функции](https://python-all.ru/3.8/library/curses.panel.html#functions)3051      - [Объекты панелей](https://python-all.ru/3.8/library/curses.panel.html#panel-objects)3052    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.8/library/platform.html)30533054      - [Кроссплатформенные](https://python-all.ru/3.8/library/platform.html#cross-platform)3055      - [Платформа Java](https://python-all.ru/3.8/library/platform.html#java-platform)3056      - [Платформа Windows](https://python-all.ru/3.8/library/platform.html#windows-platform)3057      - [Mac OS Platform](https://python-all.ru/3.8/library/platform.html#mac-os-platform)3058      - [Платформы Unix](https://python-all.ru/3.8/library/platform.html#unix-platforms)3059    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.8/library/errno.html)3060    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.8/library/ctypes.html)30613062      - [Руководство по ctypes](https://python-all.ru/3.8/library/ctypes.html#ctypes-tutorial)30633064        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.8/library/ctypes.html#loading-dynamic-link-libraries)3065        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.8/library/ctypes.html#accessing-functions-from-loaded-dlls)3066        - [Вызов функций](https://python-all.ru/3.8/library/ctypes.html#calling-functions)3067        - [Базовые типы данных](https://python-all.ru/3.8/library/ctypes.html#fundamental-data-types)3068        - [Вызов функций (продолжение)](https://python-all.ru/3.8/library/ctypes.html#calling-functions-continued)3069        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.8/library/ctypes.html#calling-functions-with-your-own-custom-data-types)3070        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.8/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)3071        - [Типы возвращаемых значений](https://python-all.ru/3.8/library/ctypes.html#return-types)3072        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.8/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)3073        - [Структуры и объединения](https://python-all.ru/3.8/library/ctypes.html#structures-and-unions)3074        - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.8/library/ctypes.html#structure-union-alignment-and-byte-order)3075        - [Битовые поля в структурах и объединениях](https://python-all.ru/3.8/library/ctypes.html#bit-fields-in-structures-and-unions)3076        - [Массивы](https://python-all.ru/3.8/library/ctypes.html#arrays)3077        - [Указатели](https://python-all.ru/3.8/library/ctypes.html#pointers)3078        - [Преобразования типов](https://python-all.ru/3.8/library/ctypes.html#type-conversions)3079        - [Неполные типы](https://python-all.ru/3.8/library/ctypes.html#incomplete-types)3080        - [Функции обратного вызова](https://python-all.ru/3.8/library/ctypes.html#callback-functions)3081        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.8/library/ctypes.html#accessing-values-exported-from-dlls)3082        - [Неожиданности](https://python-all.ru/3.8/library/ctypes.html#surprises)3083        - [Типы данных переменного размера](https://python-all.ru/3.8/library/ctypes.html#variable-sized-data-types)3084      - [Справочник по ctypes](https://python-all.ru/3.8/library/ctypes.html#ctypes-reference)30853086        - [Поиск общих библиотек](https://python-all.ru/3.8/library/ctypes.html#finding-shared-libraries)3087        - [Загрузка общих библиотек](https://python-all.ru/3.8/library/ctypes.html#loading-shared-libraries)3088        - [Внешние функции](https://python-all.ru/3.8/library/ctypes.html#foreign-functions)3089        - [Прототипы функций](https://python-all.ru/3.8/library/ctypes.html#function-prototypes)3090        - [Вспомогательные функции](https://python-all.ru/3.8/library/ctypes.html#utility-functions)3091        - [Типы данных](https://python-all.ru/3.8/library/ctypes.html#data-types)3092        - [Базовые типы данных](https://python-all.ru/3.8/library/ctypes.html#ctypes-fundamental-data-types-2)3093        - [Структурированные типы данных](https://python-all.ru/3.8/library/ctypes.html#structured-data-types)3094        - [Массивы и указатели](https://python-all.ru/3.8/library/ctypes.html#arrays-and-pointers)3095  - [Параллельное выполнение](https://python-all.ru/3.8/library/concurrency.html)30963097    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.8/library/threading.html)30983099      - [Потоковые локальные данные](https://python-all.ru/3.8/library/threading.html#thread-local-data)3100      - [Объекты потоков](https://python-all.ru/3.8/library/threading.html#thread-objects)3101      - [Объекты блокировок](https://python-all.ru/3.8/library/threading.html#lock-objects)3102      - [Объекты RLock](https://python-all.ru/3.8/library/threading.html#rlock-objects)3103      - [Объекты условий](https://python-all.ru/3.8/library/threading.html#condition-objects)3104      - [Объекты семафоров](https://python-all.ru/3.8/library/threading.html#semaphore-objects)31053106        - [`Semaphore` Пример](https://python-all.ru/3.8/library/threading.html#semaphore-example)3107      - [Объекты событий](https://python-all.ru/3.8/library/threading.html#event-objects)3108      - [Объекты таймеров](https://python-all.ru/3.8/library/threading.html#timer-objects)3109      - [Объекты барьеров](https://python-all.ru/3.8/library/threading.html#barrier-objects)3110      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.8/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)3111    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.8/library/multiprocessing.html)31123113      - [Введение](https://python-all.ru/3.8/library/multiprocessing.html#introduction)31143115        - [Класс `Process`](https://python-all.ru/3.8/library/multiprocessing.html#the-process-class)3116        - [Контексты и методы запуска](https://python-all.ru/3.8/library/multiprocessing.html#contexts-and-start-methods)3117        - [Обмен объектами между процессами](https://python-all.ru/3.8/library/multiprocessing.html#exchanging-objects-between-processes)3118        - [Синхронизация между процессами](https://python-all.ru/3.8/library/multiprocessing.html#synchronization-between-processes)3119        - [Совместное использование состояния между процессами](https://python-all.ru/3.8/library/multiprocessing.html#sharing-state-between-processes)3120        - [Использование пула рабочих процессов](https://python-all.ru/3.8/library/multiprocessing.html#using-a-pool-of-workers)3121      - [Справочник](https://python-all.ru/3.8/library/multiprocessing.html#reference)31223123        - [`Process` и исключения](https://python-all.ru/3.8/library/multiprocessing.html#process-and-exceptions)3124        - [Каналы и очереди](https://python-all.ru/3.8/library/multiprocessing.html#pipes-and-queues)3125        - [Разное](https://python-all.ru/3.8/library/multiprocessing.html#miscellaneous)3126        - [Объекты соединений](https://python-all.ru/3.8/library/multiprocessing.html#connection-objects)3127        - [Примитивы синхронизации](https://python-all.ru/3.8/library/multiprocessing.html#synchronization-primitives)3128        - [Разделяемые `ctypes` объекты](https://python-all.ru/3.8/library/multiprocessing.html#shared-ctypes-objects)31293130          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.8/library/multiprocessing.html#module-multiprocessing.sharedctypes)3131        - [Менеджеры](https://python-all.ru/3.8/library/multiprocessing.html#managers)31323133          - [Настраиваемые менеджеры](https://python-all.ru/3.8/library/multiprocessing.html#customized-managers)3134          - [Использование удалённого менеджера](https://python-all.ru/3.8/library/multiprocessing.html#using-a-remote-manager)3135        - [Объекты-прокси](https://python-all.ru/3.8/library/multiprocessing.html#proxy-objects)31363137          - [Очистка](https://python-all.ru/3.8/library/multiprocessing.html#cleanup)3138        - [Пулы процессов](https://python-all.ru/3.8/library/multiprocessing.html#module-multiprocessing.pool)3139        - [Слушатели и клиенты](https://python-all.ru/3.8/library/multiprocessing.html#module-multiprocessing.connection)31403141          - [Форматы адресов](https://python-all.ru/3.8/library/multiprocessing.html#address-formats)3142        - [Ключи аутентификации](https://python-all.ru/3.8/library/multiprocessing.html#authentication-keys)3143        - [Логирование](https://python-all.ru/3.8/library/multiprocessing.html#logging)3144        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.8/library/multiprocessing.html#module-multiprocessing.dummy)3145      - [Рекомендации по программированию](https://python-all.ru/3.8/library/multiprocessing.html#programming-guidelines)31463147        - [Все методы запуска](https://python-all.ru/3.8/library/multiprocessing.html#all-start-methods)3148        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.8/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)3149      - [Примеры](https://python-all.ru/3.8/library/multiprocessing.html#examples)3150    - [`multiprocessing.shared_memory` – Предоставляет разделяемую память для прямого доступа между процессами](https://python-all.ru/3.8/library/multiprocessing.shared_memory.html)3151    - [Пакет `concurrent`](https://python-all.ru/3.8/library/concurrent.html)3152    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.8/library/concurrent.futures.html)31533154      - [Объекты исполнителя](https://python-all.ru/3.8/library/concurrent.futures.html#executor-objects)3155      - [ThreadPoolExecutor](https://python-all.ru/3.8/library/concurrent.futures.html#threadpoolexecutor)31563157        - [Пример ThreadPoolExecutor](https://python-all.ru/3.8/library/concurrent.futures.html#threadpoolexecutor-example)3158      - [ProcessPoolExecutor](https://python-all.ru/3.8/library/concurrent.futures.html#processpoolexecutor)31593160        - [Пример ProcessPoolExecutor](https://python-all.ru/3.8/library/concurrent.futures.html#processpoolexecutor-example)3161      - [Объекты Future](https://python-all.ru/3.8/library/concurrent.futures.html#future-objects)3162      - [Функции модуля](https://python-all.ru/3.8/library/concurrent.futures.html#module-functions)3163      - [Классы исключений](https://python-all.ru/3.8/library/concurrent.futures.html#exception-classes)3164    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.8/library/subprocess.html)31653166      - [Использование модуля `subprocess`](https://python-all.ru/3.8/library/subprocess.html#using-the-subprocess-module)31673168        - [Часто используемые аргументы](https://python-all.ru/3.8/library/subprocess.html#frequently-used-arguments)3169        - [Конструктор Popen](https://python-all.ru/3.8/library/subprocess.html#popen-constructor)3170        - [Исключения](https://python-all.ru/3.8/library/subprocess.html#exceptions)3171      - [Вопросы безопасности](https://python-all.ru/3.8/library/subprocess.html#security-considerations)3172      - [Объекты Popen](https://python-all.ru/3.8/library/subprocess.html#popen-objects)3173      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.8/library/subprocess.html#windows-popen-helpers)31743175        - [Константы Windows](https://python-all.ru/3.8/library/subprocess.html#windows-constants)3176      - [Старый высокоуровневый API](https://python-all.ru/3.8/library/subprocess.html#older-high-level-api)3177      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.8/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)31783179        - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.8/library/subprocess.html#replacing-bin-sh-shell-command-substitution)3180        - [Замена конвейера оболочки](https://python-all.ru/3.8/library/subprocess.html#replacing-shell-pipeline)3181        - [Замена `os.system()`](https://python-all.ru/3.8/library/subprocess.html#replacing-os-system)3182        - [Замена семейства `os.spawn`](https://python-all.ru/3.8/library/subprocess.html#replacing-the-os-spawn-family)3183        - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.8/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)3184        - [Замена функций из модуля `popen2`](https://python-all.ru/3.8/library/subprocess.html#replacing-functions-from-the-popen2-module)3185      - [Устаревшие функции вызова оболочки](https://python-all.ru/3.8/library/subprocess.html#legacy-shell-invocation-functions)3186      - [Примечания](https://python-all.ru/3.8/library/subprocess.html#notes)31873188        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.8/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)3189    - [`sched` – планировщик событий](https://python-all.ru/3.8/library/sched.html)31903191      - [Объекты планировщика](https://python-all.ru/3.8/library/sched.html#scheduler-objects)3192    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.8/library/queue.html)31933194      - [Объекты очередей](https://python-all.ru/3.8/library/queue.html#queue-objects)3195      - [Объекты SimpleQueue](https://python-all.ru/3.8/library/queue.html#simplequeue-objects)3196    - [`contextvars` – контекстные переменные](https://python-all.ru/3.8/library/contextvars.html)31973198      - [Контекстные переменные](https://python-all.ru/3.8/library/contextvars.html#context-variables)3199      - [Ручное управление контекстом](https://python-all.ru/3.8/library/contextvars.html#manual-context-management)3200      - [Поддержка asyncio](https://python-all.ru/3.8/library/contextvars.html#asyncio-support)3201    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.8/library/_thread.html)3202    - [`_dummy_thread` – прямая замена модуля `_thread`](https://python-all.ru/3.8/library/_dummy_thread.html)3203    - [`dummy_threading` – прямая замена модуля `threading`](https://python-all.ru/3.8/library/dummy_threading.html)3204  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.8/library/ipc.html)32053206    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.8/library/asyncio.html)32073208      - [Корутины и задачи](https://python-all.ru/3.8/library/asyncio-task.html)32093210        - [Корутины](https://python-all.ru/3.8/library/asyncio-task.html#coroutines)3211        - [Ожидаемые объекты](https://python-all.ru/3.8/library/asyncio-task.html#awaitables)3212        - [Запуск asyncio-программы](https://python-all.ru/3.8/library/asyncio-task.html#running-an-asyncio-program)3213        - [Создание задач](https://python-all.ru/3.8/library/asyncio-task.html#creating-tasks)3214        - [Приостановка выполнения](https://python-all.ru/3.8/library/asyncio-task.html#sleeping)3215        - [Одновременное выполнение задач](https://python-all.ru/3.8/library/asyncio-task.html#running-tasks-concurrently)3216        - [Защита от отмены](https://python-all.ru/3.8/library/asyncio-task.html#shielding-from-cancellation)3217        - [Тайм-ауты](https://python-all.ru/3.8/library/asyncio-task.html#timeouts)3218        - [Примитивы ожидания](https://python-all.ru/3.8/library/asyncio-task.html#waiting-primitives)3219        - [Планирование из других потоков](https://python-all.ru/3.8/library/asyncio-task.html#scheduling-from-other-threads)3220        - [Интроспекция](https://python-all.ru/3.8/library/asyncio-task.html#introspection)3221        - [Объект задачи](https://python-all.ru/3.8/library/asyncio-task.html#task-object)3222        - [Корутины на основе генераторов](https://python-all.ru/3.8/library/asyncio-task.html#generator-based-coroutines)3223      - [Потоки данных](https://python-all.ru/3.8/library/asyncio-stream.html)32243225        - [StreamReader](https://python-all.ru/3.8/library/asyncio-stream.html#streamreader)3226        - [StreamWriter](https://python-all.ru/3.8/library/asyncio-stream.html#streamwriter)3227        - [Примеры](https://python-all.ru/3.8/library/asyncio-stream.html#examples)32283229          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.8/library/asyncio-stream.html#tcp-echo-client-using-streams)3230          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.8/library/asyncio-stream.html#tcp-echo-server-using-streams)3231          - [Получение HTTP-заголовков](https://python-all.ru/3.8/library/asyncio-stream.html#get-http-headers)3232          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.8/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)3233      - [Примитивы синхронизации](https://python-all.ru/3.8/library/asyncio-sync.html)32343235        - [Блокировка](https://python-all.ru/3.8/library/asyncio-sync.html#lock)3236        - [Событие](https://python-all.ru/3.8/library/asyncio-sync.html#event)3237        - [Условная переменная](https://python-all.ru/3.8/library/asyncio-sync.html#condition)3238        - [Семафор](https://python-all.ru/3.8/library/asyncio-sync.html#semaphore)3239        - [BoundedSemaphore](https://python-all.ru/3.8/library/asyncio-sync.html#boundedsemaphore)3240      - [Подпроцессы](https://python-all.ru/3.8/library/asyncio-subprocess.html)32413242        - [Создание подпроцессов](https://python-all.ru/3.8/library/asyncio-subprocess.html#creating-subprocesses)3243        - [Константы](https://python-all.ru/3.8/library/asyncio-subprocess.html#constants)3244        - [Взаимодействие с подпроцессами](https://python-all.ru/3.8/library/asyncio-subprocess.html#interacting-with-subprocesses)32453246          - [Подпроцессы и потоки](https://python-all.ru/3.8/library/asyncio-subprocess.html#subprocess-and-threads)3247          - [Примеры](https://python-all.ru/3.8/library/asyncio-subprocess.html#examples)3248      - [Очереди](https://python-all.ru/3.8/library/asyncio-queue.html)32493250        - [Очередь](https://python-all.ru/3.8/library/asyncio-queue.html#queue)3251        - [Очередь с приоритетом](https://python-all.ru/3.8/library/asyncio-queue.html#priority-queue)3252        - [Очередь LIFO](https://python-all.ru/3.8/library/asyncio-queue.html#lifo-queue)3253        - [Исключения](https://python-all.ru/3.8/library/asyncio-queue.html#exceptions)3254        - [Примеры](https://python-all.ru/3.8/library/asyncio-queue.html#examples)3255      - [Исключения](https://python-all.ru/3.8/library/asyncio-exceptions.html)3256      - [Цикл событий](https://python-all.ru/3.8/library/asyncio-eventloop.html)32573258        - [Методы цикла событий](https://python-all.ru/3.8/library/asyncio-eventloop.html#event-loop-methods)32593260          - [Запуск и остановка цикла событий](https://python-all.ru/3.8/library/asyncio-eventloop.html#running-and-stopping-the-loop)3261          - [Планирование колбэков](https://python-all.ru/3.8/library/asyncio-eventloop.html#scheduling-callbacks)3262          - [Планирование отложенных колбэков](https://python-all.ru/3.8/library/asyncio-eventloop.html#scheduling-delayed-callbacks)3263          - [Создание Future и задач](https://python-all.ru/3.8/library/asyncio-eventloop.html#creating-futures-and-tasks)3264          - [Открытие сетевых соединений](https://python-all.ru/3.8/library/asyncio-eventloop.html#opening-network-connections)3265          - [Создание сетевых серверов](https://python-all.ru/3.8/library/asyncio-eventloop.html#creating-network-servers)3266          - [Передача файлов](https://python-all.ru/3.8/library/asyncio-eventloop.html#transferring-files)3267          - [Обновление TLS](https://python-all.ru/3.8/library/asyncio-eventloop.html#tls-upgrade)3268          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.8/library/asyncio-eventloop.html#watching-file-descriptors)3269          - [Работа с объектами сокетов напрямую](https://python-all.ru/3.8/library/asyncio-eventloop.html#working-with-socket-objects-directly)3270          - [DNS](https://python-all.ru/3.8/library/asyncio-eventloop.html#dns)3271          - [Работа с каналами](https://python-all.ru/3.8/library/asyncio-eventloop.html#working-with-pipes)3272          - [Сигналы Unix](https://python-all.ru/3.8/library/asyncio-eventloop.html#unix-signals)3273          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.8/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)3274          - [API обработки ошибок](https://python-all.ru/3.8/library/asyncio-eventloop.html#error-handling-api)3275          - [Включение режима отладки](https://python-all.ru/3.8/library/asyncio-eventloop.html#enabling-debug-mode)3276          - [Запуск подпроцессов](https://python-all.ru/3.8/library/asyncio-eventloop.html#running-subprocesses)3277        - [Обработчики колбэков](https://python-all.ru/3.8/library/asyncio-eventloop.html#callback-handles)3278        - [Объекты сервера](https://python-all.ru/3.8/library/asyncio-eventloop.html#server-objects)3279        - [Реализации цикла событий](https://python-all.ru/3.8/library/asyncio-eventloop.html#event-loop-implementations)3280        - [Примеры](https://python-all.ru/3.8/library/asyncio-eventloop.html#examples)32813282          - [Hello World с помощью call\_soon()](https://python-all.ru/3.8/library/asyncio-eventloop.html#hello-world-with-call-soon)3283          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.8/library/asyncio-eventloop.html#display-the-current-date-with-call-later)3284          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.8/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)3285          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.8/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)3286      - [Future](https://python-all.ru/3.8/library/asyncio-future.html)32873288        - [Функции Future](https://python-all.ru/3.8/library/asyncio-future.html#future-functions)3289        - [Объект Future](https://python-all.ru/3.8/library/asyncio-future.html#future-object)3290      - [Транспорты и протоколы](https://python-all.ru/3.8/library/asyncio-protocol.html)32913292        - [Транспорты](https://python-all.ru/3.8/library/asyncio-protocol.html#transports)32933294          - [Иерархия транспортов](https://python-all.ru/3.8/library/asyncio-protocol.html#transports-hierarchy)3295          - [Базовый транспорт](https://python-all.ru/3.8/library/asyncio-protocol.html#base-transport)3296          - [Транспорты только для чтения](https://python-all.ru/3.8/library/asyncio-protocol.html#read-only-transports)3297          - [Транспорты только для записи](https://python-all.ru/3.8/library/asyncio-protocol.html#write-only-transports)3298          - [Транспорты дейтаграмм](https://python-all.ru/3.8/library/asyncio-protocol.html#datagram-transports)3299          - [Транспорты подпроцессов](https://python-all.ru/3.8/library/asyncio-protocol.html#subprocess-transports)3300        - [Протоколы](https://python-all.ru/3.8/library/asyncio-protocol.html#protocols)33013302          - [Базовые протоколы](https://python-all.ru/3.8/library/asyncio-protocol.html#base-protocols)3303          - [Базовый протокол](https://python-all.ru/3.8/library/asyncio-protocol.html#base-protocol)3304          - [Потоковые протоколы](https://python-all.ru/3.8/library/asyncio-protocol.html#streaming-protocols)3305          - [Буферизированные потоковые протоколы](https://python-all.ru/3.8/library/asyncio-protocol.html#buffered-streaming-protocols)3306          - [Протоколы дейтаграмм](https://python-all.ru/3.8/library/asyncio-protocol.html#datagram-protocols)3307          - [Протоколы подпроцессов](https://python-all.ru/3.8/library/asyncio-protocol.html#subprocess-protocols)3308        - [Примеры](https://python-all.ru/3.8/library/asyncio-protocol.html#examples)33093310          - [TCP-эхо-сервер](https://python-all.ru/3.8/library/asyncio-protocol.html#tcp-echo-server)3311          - [TCP-эхо-клиент](https://python-all.ru/3.8/library/asyncio-protocol.html#tcp-echo-client)3312          - [UDP-эхо-сервер](https://python-all.ru/3.8/library/asyncio-protocol.html#udp-echo-server)3313          - [UDP-эхо-клиент](https://python-all.ru/3.8/library/asyncio-protocol.html#udp-echo-client)3314          - [Подключение существующих сокетов](https://python-all.ru/3.8/library/asyncio-protocol.html#connecting-existing-sockets)3315          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.8/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)3316      - [Политики](https://python-all.ru/3.8/library/asyncio-policy.html)33173318        - [Получение и установка политики](https://python-all.ru/3.8/library/asyncio-policy.html#getting-and-setting-the-policy)3319        - [Объекты политики](https://python-all.ru/3.8/library/asyncio-policy.html#policy-objects)3320        - [Наблюдатели за процессами](https://python-all.ru/3.8/library/asyncio-policy.html#process-watchers)3321        - [Пользовательские политики](https://python-all.ru/3.8/library/asyncio-policy.html#custom-policies)3322      - [Поддержка платформ](https://python-all.ru/3.8/library/asyncio-platforms.html)33233324        - [Все платформы](https://python-all.ru/3.8/library/asyncio-platforms.html#all-platforms)3325        - [Windows](https://python-all.ru/3.8/library/asyncio-platforms.html#windows)33263327          - [Поддержка подпроцессов в Windows](https://python-all.ru/3.8/library/asyncio-platforms.html#subprocess-support-on-windows)3328        - [macOS](https://python-all.ru/3.8/library/asyncio-platforms.html#macos)3329      - [Индекс API высокого уровня](https://python-all.ru/3.8/library/asyncio-api-index.html)33303331        - [Задачи](https://python-all.ru/3.8/library/asyncio-api-index.html#tasks)3332        - [Очереди](https://python-all.ru/3.8/library/asyncio-api-index.html#queues)3333        - [Подпроцессы](https://python-all.ru/3.8/library/asyncio-api-index.html#subprocesses)3334        - [Потоки данных](https://python-all.ru/3.8/library/asyncio-api-index.html#streams)3335        - [Синхронизация](https://python-all.ru/3.8/library/asyncio-api-index.html#synchronization)3336        - [Исключения](https://python-all.ru/3.8/library/asyncio-api-index.html#exceptions)3337      - [Индекс API низкого уровня](https://python-all.ru/3.8/library/asyncio-llapi-index.html)33383339        - [Получение цикла событий](https://python-all.ru/3.8/library/asyncio-llapi-index.html#obtaining-the-event-loop)3340        - [Методы цикла событий](https://python-all.ru/3.8/library/asyncio-llapi-index.html#event-loop-methods)3341        - [Транспорты](https://python-all.ru/3.8/library/asyncio-llapi-index.html#transports)3342        - [Протоколы](https://python-all.ru/3.8/library/asyncio-llapi-index.html#protocols)3343        - [Политики цикла событий](https://python-all.ru/3.8/library/asyncio-llapi-index.html#event-loop-policies)3344      - [Разработка с asyncio](https://python-all.ru/3.8/library/asyncio-dev.html)33453346        - [Режим отладки](https://python-all.ru/3.8/library/asyncio-dev.html#debug-mode)3347        - [Параллелизм и многопоточность](https://python-all.ru/3.8/library/asyncio-dev.html#concurrency-and-multithreading)3348        - [Выполнение блокирующего кода](https://python-all.ru/3.8/library/asyncio-dev.html#running-blocking-code)3349        - [Логирование](https://python-all.ru/3.8/library/asyncio-dev.html#logging)3350        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.8/library/asyncio-dev.html#detect-never-awaited-coroutines)3351        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.8/library/asyncio-dev.html#detect-never-retrieved-exceptions)3352    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.8/library/socket.html)33533354      - [Семейства сокетов](https://python-all.ru/3.8/library/socket.html#socket-families)3355      - [Содержание модуля](https://python-all.ru/3.8/library/socket.html#module-contents)33563357        - [Исключения](https://python-all.ru/3.8/library/socket.html#exceptions)3358        - [Константы](https://python-all.ru/3.8/library/socket.html#constants)3359        - [Функции](https://python-all.ru/3.8/library/socket.html#functions)33603361          - [Создание сокетов](https://python-all.ru/3.8/library/socket.html#creating-sockets)3362          - [Другие функции](https://python-all.ru/3.8/library/socket.html#other-functions)3363      - [Объекты сокетов](https://python-all.ru/3.8/library/socket.html#socket-objects)3364      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.8/library/socket.html#notes-on-socket-timeouts)33653366        - [Тайм-ауты и метод `connect`](https://python-all.ru/3.8/library/socket.html#timeouts-and-the-connect-method)3367        - [Тайм-ауты и метод `accept`](https://python-all.ru/3.8/library/socket.html#timeouts-and-the-accept-method)3368      - [Пример](https://python-all.ru/3.8/library/socket.html#example)3369    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.8/library/ssl.html)33703371      - [Функции, константы и исключения](https://python-all.ru/3.8/library/ssl.html#functions-constants-and-exceptions)33723373        - [Создание сокетов](https://python-all.ru/3.8/library/ssl.html#socket-creation)3374        - [Создание контекста](https://python-all.ru/3.8/library/ssl.html#context-creation)3375        - [Исключения](https://python-all.ru/3.8/library/ssl.html#exceptions)3376        - [Генерация случайных чисел](https://python-all.ru/3.8/library/ssl.html#random-generation)3377        - [Работа с сертификатами](https://python-all.ru/3.8/library/ssl.html#certificate-handling)3378        - [Константы](https://python-all.ru/3.8/library/ssl.html#constants)3379      - [SSL-сокеты](https://python-all.ru/3.8/library/ssl.html#ssl-sockets)3380      - [SSL-контексты](https://python-all.ru/3.8/library/ssl.html#ssl-contexts)3381      - [Сертификаты](https://python-all.ru/3.8/library/ssl.html#certificates)33823383        - [Цепочки сертификатов](https://python-all.ru/3.8/library/ssl.html#certificate-chains)3384        - [Сертификаты ЦС](https://python-all.ru/3.8/library/ssl.html#ca-certificates)3385        - [Объединённый ключ и сертификат](https://python-all.ru/3.8/library/ssl.html#combined-key-and-certificate)3386        - [Самоподписанные сертификаты](https://python-all.ru/3.8/library/ssl.html#self-signed-certificates)3387      - [Примеры](https://python-all.ru/3.8/library/ssl.html#examples)33883389        - [Проверка поддержки SSL](https://python-all.ru/3.8/library/ssl.html#testing-for-ssl-support)3390        - [Работа на стороне клиента](https://python-all.ru/3.8/library/ssl.html#client-side-operation)3391        - [Работа на стороне сервера](https://python-all.ru/3.8/library/ssl.html#server-side-operation)3392      - [Замечания о неблокирующих сокетах](https://python-all.ru/3.8/library/ssl.html#notes-on-non-blocking-sockets)3393      - [Поддержка Memory BIO](https://python-all.ru/3.8/library/ssl.html#memory-bio-support)3394      - [SSL-сессия](https://python-all.ru/3.8/library/ssl.html#ssl-session)3395      - [Вопросы безопасности](https://python-all.ru/3.8/library/ssl.html#security-considerations)33963397        - [Оптимальные настройки по умолчанию](https://python-all.ru/3.8/library/ssl.html#best-defaults)3398        - [Настройка вручную](https://python-all.ru/3.8/library/ssl.html#manual-settings)33993400          - [Проверка сертификатов](https://python-all.ru/3.8/library/ssl.html#verifying-certificates)3401          - [Версии протоколов](https://python-all.ru/3.8/library/ssl.html#protocol-versions)3402          - [Выбор шифров](https://python-all.ru/3.8/library/ssl.html#cipher-selection)3403        - [Многопроцессорная обработка](https://python-all.ru/3.8/library/ssl.html#multi-processing)3404      - [TLS 1.3](https://python-all.ru/3.8/library/ssl.html#tls-1-3)3405      - [Поддержка LibreSSL](https://python-all.ru/3.8/library/ssl.html#libressl-support)3406    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.8/library/select.html)34073408      - [`/dev/poll` Объекты опроса](https://python-all.ru/3.8/library/select.html#dev-poll-polling-objects)3409      - [Объекты опроса по фронту и уровню (epoll)](https://python-all.ru/3.8/library/select.html#edge-and-level-trigger-polling-epoll-objects)3410      - [Объекты опроса](https://python-all.ru/3.8/library/select.html#polling-objects)3411      - [Объекты kqueue](https://python-all.ru/3.8/library/select.html#kqueue-objects)3412      - [Объекты kevent](https://python-all.ru/3.8/library/select.html#kevent-objects)3413    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.8/library/selectors.html)34143415      - [Введение](https://python-all.ru/3.8/library/selectors.html#introduction)3416      - [Классы](https://python-all.ru/3.8/library/selectors.html#classes)3417      - [Примеры](https://python-all.ru/3.8/library/selectors.html#examples)3418    - [`asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.8/library/asyncore.html)34193420      - [Пример asyncore: простой HTTP-клиент](https://python-all.ru/3.8/library/asyncore.html#asyncore-example-basic-http-client)3421      - [Пример asyncore: простой эхо-сервер](https://python-all.ru/3.8/library/asyncore.html#asyncore-example-basic-echo-server)3422    - [`asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.8/library/asynchat.html)34233424      - [Пример asynchat](https://python-all.ru/3.8/library/asynchat.html#asynchat-example)3425    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.8/library/signal.html)34263427      - [Общие правила](https://python-all.ru/3.8/library/signal.html#general-rules)34283429        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.8/library/signal.html#execution-of-python-signal-handlers)3430        - [Сигналы и потоки](https://python-all.ru/3.8/library/signal.html#signals-and-threads)3431      - [Содержание модуля](https://python-all.ru/3.8/library/signal.html#module-contents)3432      - [Пример](https://python-all.ru/3.8/library/signal.html#example)3433      - [Примечание о SIGPIPE](https://python-all.ru/3.8/library/signal.html#note-on-sigpipe)3434    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.8/library/mmap.html)34353436      - [Константы MADV\_\*](https://python-all.ru/3.8/library/mmap.html#madv-constants)3437  - [Обработка интернет-данных](https://python-all.ru/3.8/library/netdata.html)34383439    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.8/library/email.html)34403441      - [`email.message`: Представление email-сообщения](https://python-all.ru/3.8/library/email.message.html)3442      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.8/library/email.parser.html)34433444        - [API FeedParser](https://python-all.ru/3.8/library/email.parser.html#feedparser-api)3445        - [API Parser](https://python-all.ru/3.8/library/email.parser.html#parser-api)3446        - [Дополнительные примечания](https://python-all.ru/3.8/library/email.parser.html#additional-notes)3447      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.8/library/email.generator.html)3448      - [`email.policy`: Объекты политик](https://python-all.ru/3.8/library/email.policy.html)3449      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.8/library/email.errors.html)3450      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.8/library/email.headerregistry.html)3451      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.8/library/email.contentmanager.html)34523453        - [Экземпляры Content Manager](https://python-all.ru/3.8/library/email.contentmanager.html#content-manager-instances)3454      - [`email`: Примеры](https://python-all.ru/3.8/library/email.examples.html)3455      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.8/library/email.compat32-message.html)3456      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.8/library/email.mime.html)3457      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.8/library/email.header.html)3458      - [`email.charset`: Представление наборов символов](https://python-all.ru/3.8/library/email.charset.html)3459      - [`email.encoders`: Кодировщики](https://python-all.ru/3.8/library/email.encoders.html)3460      - [`email.utils`: Разные утилиты](https://python-all.ru/3.8/library/email.utils.html)3461      - [`email.iterators`: Итераторы](https://python-all.ru/3.8/library/email.iterators.html)3462    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.8/library/json.html)34633464      - [Основное использование](https://python-all.ru/3.8/library/json.html#basic-usage)3465      - [Кодировщики и декодировщики](https://python-all.ru/3.8/library/json.html#encoders-and-decoders)3466      - [Исключения](https://python-all.ru/3.8/library/json.html#exceptions)3467      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.8/library/json.html#standard-compliance-and-interoperability)34683469        - [Кодировки символов](https://python-all.ru/3.8/library/json.html#character-encodings)3470        - [Бесконечные и NaN числовые значения](https://python-all.ru/3.8/library/json.html#infinite-and-nan-number-values)3471        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.8/library/json.html#repeated-names-within-an-object)3472        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.8/library/json.html#top-level-non-object-non-array-values)3473        - [Ограничения реализации](https://python-all.ru/3.8/library/json.html#implementation-limitations)3474      - [Интерфейс командной строки](https://python-all.ru/3.8/library/json.html#module-json.tool)34753476        - [Параметры командной строки](https://python-all.ru/3.8/library/json.html#command-line-options)3477    - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.8/library/mailcap.html)3478    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.8/library/mailbox.html)34793480      - [`Mailbox` объекты](https://python-all.ru/3.8/library/mailbox.html#mailbox-objects)34813482        - [`Maildir`](https://python-all.ru/3.8/library/mailbox.html#maildir)3483        - [`mbox`](https://python-all.ru/3.8/library/mailbox.html#mbox)3484        - [`MH`](https://python-all.ru/3.8/library/mailbox.html#mh)3485        - [`Babyl`](https://python-all.ru/3.8/library/mailbox.html#babyl)3486        - [`MMDF`](https://python-all.ru/3.8/library/mailbox.html#mmdf)3487      - [`Message` объекты](https://python-all.ru/3.8/library/mailbox.html#message-objects)34883489        - [`MaildirMessage`](https://python-all.ru/3.8/library/mailbox.html#maildirmessage)3490        - [`mboxMessage`](https://python-all.ru/3.8/library/mailbox.html#mboxmessage)3491        - [`MHMessage`](https://python-all.ru/3.8/library/mailbox.html#mhmessage)3492        - [`BabylMessage`](https://python-all.ru/3.8/library/mailbox.html#babylmessage)3493        - [`MMDFMessage`](https://python-all.ru/3.8/library/mailbox.html#mmdfmessage)3494      - [Исключения](https://python-all.ru/3.8/library/mailbox.html#exceptions)3495      - [Примеры](https://python-all.ru/3.8/library/mailbox.html#examples)3496    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.8/library/mimetypes.html)34973498      - [Объекты MimeTypes](https://python-all.ru/3.8/library/mimetypes.html#mimetypes-objects)3499    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.8/library/base64.html)3500    - [`binhex` – Кодирование и декодирование файлов binhex4](https://python-all.ru/3.8/library/binhex.html)35013502      - [Примечания](https://python-all.ru/3.8/library/binhex.html#notes)3503    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.8/library/binascii.html)3504    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.8/library/quopri.html)3505    - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.8/library/uu.html)3506  - [Инструменты обработки структурированной разметки](https://python-all.ru/3.8/library/markup.html)35073508    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.8/library/html.html)3509    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.8/library/html.parser.html)35103511      - [Пример приложения парсера HTML](https://python-all.ru/3.8/library/html.parser.html#example-html-parser-application)3512      - [`HTMLParser` Методы](https://python-all.ru/3.8/library/html.parser.html#htmlparser-methods)3513      - [Примеры](https://python-all.ru/3.8/library/html.parser.html#examples)3514    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.8/library/html.entities.html)3515    - [Модули обработки XML](https://python-all.ru/3.8/library/xml.html)35163517      - [Уязвимости XML](https://python-all.ru/3.8/library/xml.html#xml-vulnerabilities)3518      - [Пакет `defusedxml`](https://python-all.ru/3.8/library/xml.html#the-defusedxml-package)3519    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.8/library/xml.etree.elementtree.html)35203521      - [Учебное пособие](https://python-all.ru/3.8/library/xml.etree.elementtree.html#tutorial)35223523        - [XML-дерево и элементы](https://python-all.ru/3.8/library/xml.etree.elementtree.html#xml-tree-and-elements)3524        - [Разбор XML](https://python-all.ru/3.8/library/xml.etree.elementtree.html#parsing-xml)3525        - [Pull API для неблокирующего разбора](https://python-all.ru/3.8/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)3526        - [Поиск интересующих элементов](https://python-all.ru/3.8/library/xml.etree.elementtree.html#finding-interesting-elements)3527        - [Изменение XML-файла](https://python-all.ru/3.8/library/xml.etree.elementtree.html#modifying-an-xml-file)3528        - [Создание XML-документов](https://python-all.ru/3.8/library/xml.etree.elementtree.html#building-xml-documents)3529        - [Разбор XML с пространствами имён](https://python-all.ru/3.8/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)3530        - [Дополнительные ресурсы](https://python-all.ru/3.8/library/xml.etree.elementtree.html#additional-resources)3531      - [Поддержка XPath](https://python-all.ru/3.8/library/xml.etree.elementtree.html#xpath-support)35323533        - [Пример](https://python-all.ru/3.8/library/xml.etree.elementtree.html#example)3534        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.8/library/xml.etree.elementtree.html#supported-xpath-syntax)3535      - [Справочник](https://python-all.ru/3.8/library/xml.etree.elementtree.html#reference)35363537        - [Функции](https://python-all.ru/3.8/library/xml.etree.elementtree.html#functions)3538      - [Поддержка XInclude](https://python-all.ru/3.8/library/xml.etree.elementtree.html#xinclude-support)35393540        - [Пример](https://python-all.ru/3.8/library/xml.etree.elementtree.html#id3)3541      - [Справочник](https://python-all.ru/3.8/library/xml.etree.elementtree.html#id4)35423543        - [Функции](https://python-all.ru/3.8/library/xml.etree.elementtree.html#elementinclude-functions)3544        - [Объекты Element](https://python-all.ru/3.8/library/xml.etree.elementtree.html#element-objects)3545        - [Объекты ElementTree](https://python-all.ru/3.8/library/xml.etree.elementtree.html#elementtree-objects)3546        - [Объекты QName](https://python-all.ru/3.8/library/xml.etree.elementtree.html#qname-objects)3547        - [Объекты TreeBuilder](https://python-all.ru/3.8/library/xml.etree.elementtree.html#treebuilder-objects)3548        - [Объекты XMLParser](https://python-all.ru/3.8/library/xml.etree.elementtree.html#xmlparser-objects)3549        - [Объекты XMLPullParser](https://python-all.ru/3.8/library/xml.etree.elementtree.html#xmlpullparser-objects)3550        - [Исключения](https://python-all.ru/3.8/library/xml.etree.elementtree.html#exceptions)3551    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.8/library/xml.dom.html)35523553      - [Содержимое модуля](https://python-all.ru/3.8/library/xml.dom.html#module-contents)3554      - [Объекты в DOM](https://python-all.ru/3.8/library/xml.dom.html#objects-in-the-dom)35553556        - [Объекты DOMImplementation](https://python-all.ru/3.8/library/xml.dom.html#domimplementation-objects)3557        - [Объекты Node](https://python-all.ru/3.8/library/xml.dom.html#node-objects)3558        - [Объекты NodeList](https://python-all.ru/3.8/library/xml.dom.html#nodelist-objects)3559        - [Объекты DocumentType](https://python-all.ru/3.8/library/xml.dom.html#documenttype-objects)3560        - [Объекты Document](https://python-all.ru/3.8/library/xml.dom.html#document-objects)3561        - [Объекты Element](https://python-all.ru/3.8/library/xml.dom.html#element-objects)3562        - [Объекты Attr](https://python-all.ru/3.8/library/xml.dom.html#attr-objects)3563        - [Объекты NamedNodeMap](https://python-all.ru/3.8/library/xml.dom.html#namednodemap-objects)3564        - [Объекты Comment](https://python-all.ru/3.8/library/xml.dom.html#comment-objects)3565        - [Объекты Text и CDATASection](https://python-all.ru/3.8/library/xml.dom.html#text-and-cdatasection-objects)3566        - [Объекты ProcessingInstruction](https://python-all.ru/3.8/library/xml.dom.html#processinginstruction-objects)3567        - [Исключения](https://python-all.ru/3.8/library/xml.dom.html#exceptions)3568      - [Соответствие стандарту](https://python-all.ru/3.8/library/xml.dom.html#conformance)35693570        - [Отображение типов](https://python-all.ru/3.8/library/xml.dom.html#type-mapping)3571        - [Методы доступа](https://python-all.ru/3.8/library/xml.dom.html#accessor-methods)3572    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.8/library/xml.dom.minidom.html)35733574      - [Объекты DOM](https://python-all.ru/3.8/library/xml.dom.minidom.html#dom-objects)3575      - [Пример DOM](https://python-all.ru/3.8/library/xml.dom.minidom.html#dom-example)3576      - [minidom и стандарт DOM](https://python-all.ru/3.8/library/xml.dom.minidom.html#minidom-and-the-dom-standard)3577    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.8/library/xml.dom.pulldom.html)35783579      - [Объекты DOMEventStream](https://python-all.ru/3.8/library/xml.dom.pulldom.html#domeventstream-objects)3580    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.8/library/xml.sax.html)35813582      - [Объекты SAXException](https://python-all.ru/3.8/library/xml.sax.html#saxexception-objects)3583    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.8/library/xml.sax.handler.html)35843585      - [Объекты ContentHandler](https://python-all.ru/3.8/library/xml.sax.handler.html#contenthandler-objects)3586      - [Объекты DTDHandler](https://python-all.ru/3.8/library/xml.sax.handler.html#dtdhandler-objects)3587      - [Объекты EntityResolver](https://python-all.ru/3.8/library/xml.sax.handler.html#entityresolver-objects)3588      - [Объекты ErrorHandler](https://python-all.ru/3.8/library/xml.sax.handler.html#errorhandler-objects)3589    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.8/library/xml.sax.utils.html)3590    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.8/library/xml.sax.reader.html)35913592      - [Объекты XMLReader](https://python-all.ru/3.8/library/xml.sax.reader.html#xmlreader-objects)3593      - [Объекты IncrementalParser](https://python-all.ru/3.8/library/xml.sax.reader.html#incrementalparser-objects)3594      - [Объекты Locator](https://python-all.ru/3.8/library/xml.sax.reader.html#locator-objects)3595      - [Объекты InputSource](https://python-all.ru/3.8/library/xml.sax.reader.html#inputsource-objects)3596      - [Интерфейс `Attributes`](https://python-all.ru/3.8/library/xml.sax.reader.html#the-attributes-interface)3597      - [Интерфейс `AttributesNS`](https://python-all.ru/3.8/library/xml.sax.reader.html#the-attributesns-interface)3598    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.8/library/pyexpat.html)35993600      - [Объекты XMLParser](https://python-all.ru/3.8/library/pyexpat.html#xmlparser-objects)3601      - [Исключения ExpatError](https://python-all.ru/3.8/library/pyexpat.html#expaterror-exceptions)3602      - [Пример](https://python-all.ru/3.8/library/pyexpat.html#example)3603      - [Описания моделей содержимого](https://python-all.ru/3.8/library/pyexpat.html#module-xml.parsers.expat.model)3604      - [Константы ошибок Expat](https://python-all.ru/3.8/library/pyexpat.html#module-xml.parsers.expat.errors)3605  - [Интернет-протоколы и поддержка](https://python-all.ru/3.8/library/internet.html)36063607    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.8/library/webbrowser.html)36083609      - [Объекты управления браузером](https://python-all.ru/3.8/library/webbrowser.html#browser-controller-objects)3610    - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.8/library/cgi.html)36113612      - [Введение](https://python-all.ru/3.8/library/cgi.html#introduction)3613      - [Использование модуля cgi](https://python-all.ru/3.8/library/cgi.html#using-the-cgi-module)3614      - [Интерфейс высокого уровня](https://python-all.ru/3.8/library/cgi.html#higher-level-interface)3615      - [Функции](https://python-all.ru/3.8/library/cgi.html#functions)3616      - [Вопросы безопасности](https://python-all.ru/3.8/library/cgi.html#caring-about-security)3617      - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.8/library/cgi.html#installing-your-cgi-script-on-a-unix-system)3618      - [Тестирование CGI-скрипта](https://python-all.ru/3.8/library/cgi.html#testing-your-cgi-script)3619      - [Отладка CGI-скриптов](https://python-all.ru/3.8/library/cgi.html#debugging-cgi-scripts)3620      - [Типичные проблемы и решения](https://python-all.ru/3.8/library/cgi.html#common-problems-and-solutions)3621    - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.8/library/cgitb.html)3622    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.8/library/wsgiref.html)36233624      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.8/library/wsgiref.html#module-wsgiref.util)3625      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.8/library/wsgiref.html#module-wsgiref.headers)3626      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.8/library/wsgiref.html#module-wsgiref.simple_server)3627      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.8/library/wsgiref.html#module-wsgiref.validate)3628      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.8/library/wsgiref.html#module-wsgiref.handlers)3629      - [Примеры](https://python-all.ru/3.8/library/wsgiref.html#examples)3630    - [`urllib` – Модули обработки URL](https://python-all.ru/3.8/library/urllib.html)3631    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.8/library/urllib.request.html)36323633      - [Объекты Request](https://python-all.ru/3.8/library/urllib.request.html#request-objects)3634      - [Объекты OpenerDirector](https://python-all.ru/3.8/library/urllib.request.html#openerdirector-objects)3635      - [Объекты BaseHandler](https://python-all.ru/3.8/library/urllib.request.html#basehandler-objects)3636      - [Объекты HTTPRedirectHandler](https://python-all.ru/3.8/library/urllib.request.html#httpredirecthandler-objects)3637      - [Объекты HTTPCookieProcessor](https://python-all.ru/3.8/library/urllib.request.html#httpcookieprocessor-objects)3638      - [Объекты ProxyHandler](https://python-all.ru/3.8/library/urllib.request.html#proxyhandler-objects)3639      - [Объекты HTTPPasswordMgr](https://python-all.ru/3.8/library/urllib.request.html#httppasswordmgr-objects)3640      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.8/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)3641      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.8/library/urllib.request.html#abstractbasicauthhandler-objects)3642      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.8/library/urllib.request.html#httpbasicauthhandler-objects)3643      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.8/library/urllib.request.html#proxybasicauthhandler-objects)3644      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.8/library/urllib.request.html#abstractdigestauthhandler-objects)3645      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.8/library/urllib.request.html#httpdigestauthhandler-objects)3646      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.8/library/urllib.request.html#proxydigestauthhandler-objects)3647      - [Объекты HTTPHandler](https://python-all.ru/3.8/library/urllib.request.html#httphandler-objects)3648      - [Объекты HTTPSHandler](https://python-all.ru/3.8/library/urllib.request.html#httpshandler-objects)3649      - [Объекты FileHandler](https://python-all.ru/3.8/library/urllib.request.html#filehandler-objects)3650      - [Объекты DataHandler](https://python-all.ru/3.8/library/urllib.request.html#datahandler-objects)3651      - [Объекты FTPHandler](https://python-all.ru/3.8/library/urllib.request.html#ftphandler-objects)3652      - [Объекты CacheFTPHandler](https://python-all.ru/3.8/library/urllib.request.html#cacheftphandler-objects)3653      - [Объекты UnknownHandler](https://python-all.ru/3.8/library/urllib.request.html#unknownhandler-objects)3654      - [Объекты HTTPErrorProcessor](https://python-all.ru/3.8/library/urllib.request.html#httperrorprocessor-objects)3655      - [Примеры](https://python-all.ru/3.8/library/urllib.request.html#examples)3656      - [Устаревший интерфейс](https://python-all.ru/3.8/library/urllib.request.html#legacy-interface)3657      - [`urllib.request` Ограничения](https://python-all.ru/3.8/library/urllib.request.html#urllib-request-restrictions)3658    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.8/library/urllib.request.html#module-urllib.response)3659    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.8/library/urllib.parse.html)36603661      - [Разбор URL](https://python-all.ru/3.8/library/urllib.parse.html#url-parsing)3662      - [Безопасность разбора URL](https://python-all.ru/3.8/library/urllib.parse.html#url-parsing-security)3663      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.8/library/urllib.parse.html#parsing-ascii-encoded-bytes)3664      - [Структурированные результаты разбора](https://python-all.ru/3.8/library/urllib.parse.html#structured-parse-results)3665      - [Экранирование URL](https://python-all.ru/3.8/library/urllib.parse.html#url-quoting)3666    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.8/library/urllib.error.html)3667    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.8/library/urllib.robotparser.html)3668    - [`http` – Модули HTTP](https://python-all.ru/3.8/library/http.html)36693670      - [Коды состояния HTTP](https://python-all.ru/3.8/library/http.html#http-status-codes)3671    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.8/library/http.client.html)36723673      - [Объекты HTTPConnection](https://python-all.ru/3.8/library/http.client.html#httpconnection-objects)3674      - [Объекты HTTPResponse](https://python-all.ru/3.8/library/http.client.html#httpresponse-objects)3675      - [Примеры](https://python-all.ru/3.8/library/http.client.html#examples)3676      - [Объекты HTTPMessage](https://python-all.ru/3.8/library/http.client.html#httpmessage-objects)3677    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.8/library/ftplib.html)36783679      - [Объекты FTP](https://python-all.ru/3.8/library/ftplib.html#ftp-objects)3680      - [Объекты FTP\_TLS](https://python-all.ru/3.8/library/ftplib.html#ftp-tls-objects)3681    - [`poplib` – клиент протокола POP3](https://python-all.ru/3.8/library/poplib.html)36823683      - [Объекты POP3](https://python-all.ru/3.8/library/poplib.html#pop3-objects)3684      - [Пример POP3](https://python-all.ru/3.8/library/poplib.html#pop3-example)3685    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.8/library/imaplib.html)36863687      - [Объекты IMAP4](https://python-all.ru/3.8/library/imaplib.html#imap4-objects)3688      - [Пример IMAP4](https://python-all.ru/3.8/library/imaplib.html#imap4-example)3689    - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.8/library/nntplib.html)36903691      - [Объекты NNTP](https://python-all.ru/3.8/library/nntplib.html#nntp-objects)36923693        - [Атрибуты](https://python-all.ru/3.8/library/nntplib.html#attributes)3694        - [Методы](https://python-all.ru/3.8/library/nntplib.html#methods)3695      - [Вспомогательные функции](https://python-all.ru/3.8/library/nntplib.html#utility-functions)3696    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.8/library/smtplib.html)36973698      - [Объекты SMTP](https://python-all.ru/3.8/library/smtplib.html#smtp-objects)3699      - [Пример SMTP](https://python-all.ru/3.8/library/smtplib.html#smtp-example)3700    - [`smtpd` – SMTP-сервер](https://python-all.ru/3.8/library/smtpd.html)37013702      - [Объекты SMTPServer](https://python-all.ru/3.8/library/smtpd.html#smtpserver-objects)3703      - [Объекты DebuggingServer](https://python-all.ru/3.8/library/smtpd.html#debuggingserver-objects)3704      - [Объекты PureProxy](https://python-all.ru/3.8/library/smtpd.html#pureproxy-objects)3705      - [Объекты MailmanProxy](https://python-all.ru/3.8/library/smtpd.html#mailmanproxy-objects)3706      - [Объекты SMTPChannel](https://python-all.ru/3.8/library/smtpd.html#smtpchannel-objects)3707    - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.8/library/telnetlib.html)37083709      - [Объекты Telnet](https://python-all.ru/3.8/library/telnetlib.html#telnet-objects)3710      - [Пример Telnet](https://python-all.ru/3.8/library/telnetlib.html#telnet-example)3711    - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.8/library/uuid.html)37123713      - [Пример](https://python-all.ru/3.8/library/uuid.html#example)3714    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.8/library/socketserver.html)37153716      - [Замечания по созданию сервера](https://python-all.ru/3.8/library/socketserver.html#server-creation-notes)3717      - [Объекты сервера](https://python-all.ru/3.8/library/socketserver.html#server-objects)3718      - [Объекты обработчиков запросов](https://python-all.ru/3.8/library/socketserver.html#request-handler-objects)3719      - [Примеры](https://python-all.ru/3.8/library/socketserver.html#examples)37203721        - [`socketserver.TCPServer` Пример](https://python-all.ru/3.8/library/socketserver.html#socketserver-tcpserver-example)3722        - [`socketserver.UDPServer` Пример](https://python-all.ru/3.8/library/socketserver.html#socketserver-udpserver-example)3723        - [Асинхронные примеси](https://python-all.ru/3.8/library/socketserver.html#asynchronous-mixins)3724    - [`http.server` – HTTP-серверы](https://python-all.ru/3.8/library/http.server.html)37253726      - [Вопросы безопасности](https://python-all.ru/3.8/library/http.server.html#security-considerations)3727    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.8/library/http.cookies.html)37283729      - [Объекты Cookie](https://python-all.ru/3.8/library/http.cookies.html#cookie-objects)3730      - [Объекты Morsel](https://python-all.ru/3.8/library/http.cookies.html#morsel-objects)3731      - [Пример](https://python-all.ru/3.8/library/http.cookies.html#example)3732    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.8/library/http.cookiejar.html)37333734      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.8/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)3735      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.8/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)3736      - [Объекты CookiePolicy](https://python-all.ru/3.8/library/http.cookiejar.html#cookiepolicy-objects)3737      - [Объекты DefaultCookiePolicy](https://python-all.ru/3.8/library/http.cookiejar.html#defaultcookiepolicy-objects)3738      - [Объекты Cookie](https://python-all.ru/3.8/library/http.cookiejar.html#cookie-objects)3739      - [Примеры](https://python-all.ru/3.8/library/http.cookiejar.html#examples)3740    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.8/library/xmlrpc.html)3741    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.8/library/xmlrpc.client.html)37423743      - [Объекты ServerProxy](https://python-all.ru/3.8/library/xmlrpc.client.html#serverproxy-objects)3744      - [Объекты datetime](https://python-all.ru/3.8/library/xmlrpc.client.html#datetime-objects)3745      - [Объекты Binary](https://python-all.ru/3.8/library/xmlrpc.client.html#binary-objects)3746      - [Объекты Fault](https://python-all.ru/3.8/library/xmlrpc.client.html#fault-objects)3747      - [Объекты ProtocolError](https://python-all.ru/3.8/library/xmlrpc.client.html#protocolerror-objects)3748      - [Объекты MultiCall](https://python-all.ru/3.8/library/xmlrpc.client.html#multicall-objects)3749      - [Удобные функции](https://python-all.ru/3.8/library/xmlrpc.client.html#convenience-functions)3750      - [Пример использования клиента](https://python-all.ru/3.8/library/xmlrpc.client.html#example-of-client-usage)3751      - [Пример использования клиента и сервера](https://python-all.ru/3.8/library/xmlrpc.client.html#example-of-client-and-server-usage)3752    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.8/library/xmlrpc.server.html)37533754      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.8/library/xmlrpc.server.html#simplexmlrpcserver-objects)37553756        - [Пример SimpleXMLRPCServer](https://python-all.ru/3.8/library/xmlrpc.server.html#simplexmlrpcserver-example)3757      - [CGIXMLRPCRequestHandler](https://python-all.ru/3.8/library/xmlrpc.server.html#cgixmlrpcrequesthandler)3758      - [Документирование сервера XML-RPC](https://python-all.ru/3.8/library/xmlrpc.server.html#documenting-xmlrpc-server)3759      - [Объекты DocXMLRPCServer](https://python-all.ru/3.8/library/xmlrpc.server.html#docxmlrpcserver-objects)3760      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.8/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)3761    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.8/library/ipaddress.html)37623763      - [Удобные фабричные функции](https://python-all.ru/3.8/library/ipaddress.html#convenience-factory-functions)3764      - [IP-адреса](https://python-all.ru/3.8/library/ipaddress.html#ip-addresses)37653766        - [Объекты адресов](https://python-all.ru/3.8/library/ipaddress.html#address-objects)3767        - [Преобразование в строки и целые числа](https://python-all.ru/3.8/library/ipaddress.html#conversion-to-strings-and-integers)3768        - [Операторы](https://python-all.ru/3.8/library/ipaddress.html#operators)37693770          - [Операторы сравнения](https://python-all.ru/3.8/library/ipaddress.html#comparison-operators)3771          - [Арифметические операторы](https://python-all.ru/3.8/library/ipaddress.html#arithmetic-operators)3772      - [Определения IP-сетей](https://python-all.ru/3.8/library/ipaddress.html#ip-network-definitions)37733774        - [Префикс, маска сети и маска узла](https://python-all.ru/3.8/library/ipaddress.html#prefix-net-mask-and-host-mask)3775        - [Объекты сетей](https://python-all.ru/3.8/library/ipaddress.html#network-objects)3776        - [Операторы](https://python-all.ru/3.8/library/ipaddress.html#id1)37773778          - [Логические операторы](https://python-all.ru/3.8/library/ipaddress.html#logical-operators)3779          - [Итерация](https://python-all.ru/3.8/library/ipaddress.html#iteration)3780          - [Сети как контейнеры адресов](https://python-all.ru/3.8/library/ipaddress.html#networks-as-containers-of-addresses)3781      - [Объекты интерфейсов](https://python-all.ru/3.8/library/ipaddress.html#interface-objects)37823783        - [Операторы](https://python-all.ru/3.8/library/ipaddress.html#id2)37843785          - [Логические операторы](https://python-all.ru/3.8/library/ipaddress.html#id3)3786      - [Прочие функции уровня модуля](https://python-all.ru/3.8/library/ipaddress.html#other-module-level-functions)3787      - [Пользовательские исключения](https://python-all.ru/3.8/library/ipaddress.html#custom-exceptions)3788  - [Мультимедийные службы](https://python-all.ru/3.8/library/mm.html)37893790    - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.8/library/audioop.html)3791    - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.8/library/aifc.html)3792    - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.8/library/sunau.html)37933794      - [Объекты AU\_read](https://python-all.ru/3.8/library/sunau.html#au-read-objects)3795      - [Объекты AU\_write](https://python-all.ru/3.8/library/sunau.html#au-write-objects)3796    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.8/library/wave.html)37973798      - [Объекты Wave\_read](https://python-all.ru/3.8/library/wave.html#wave-read-objects)3799      - [Объекты Wave\_write](https://python-all.ru/3.8/library/wave.html#wave-write-objects)3800    - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.8/library/chunk.html)3801    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.8/library/colorsys.html)3802    - [`imghdr` – определение типа изображения](https://python-all.ru/3.8/library/imghdr.html)3803    - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.8/library/sndhdr.html)3804    - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.8/library/ossaudiodev.html)38053806      - [Объекты аудиоустройства](https://python-all.ru/3.8/library/ossaudiodev.html#audio-device-objects)3807      - [Объекты микшера](https://python-all.ru/3.8/library/ossaudiodev.html#mixer-device-objects)3808  - [Интернационализация](https://python-all.ru/3.8/library/i18n.html)38093810    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.8/library/gettext.html)38113812      - [API GNU **gettext**](https://python-all.ru/3.8/library/gettext.html#gnu-gettext-api)3813      - [API на основе классов](https://python-all.ru/3.8/library/gettext.html#class-based-api)38143815        - [Класс `NullTranslations`](https://python-all.ru/3.8/library/gettext.html#the-nulltranslations-class)3816        - [Класс `GNUTranslations`](https://python-all.ru/3.8/library/gettext.html#the-gnutranslations-class)3817        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.8/library/gettext.html#solaris-message-catalog-support)3818        - [Конструктор Catalog](https://python-all.ru/3.8/library/gettext.html#the-catalog-constructor)3819      - [Интернационализация программ и модулей](https://python-all.ru/3.8/library/gettext.html#internationalizing-your-programs-and-modules)38203821        - [Локализация модуля](https://python-all.ru/3.8/library/gettext.html#localizing-your-module)3822        - [Локализация приложения](https://python-all.ru/3.8/library/gettext.html#localizing-your-application)3823        - [Смена языка на лету](https://python-all.ru/3.8/library/gettext.html#changing-languages-on-the-fly)3824        - [Отложенные переводы](https://python-all.ru/3.8/library/gettext.html#deferred-translations)3825      - [Благодарности](https://python-all.ru/3.8/library/gettext.html#acknowledgements)3826    - [`locale` – службы интернационализации](https://python-all.ru/3.8/library/locale.html)38273828      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.8/library/locale.html#background-details-hints-tips-and-caveats)3829      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.8/library/locale.html#for-extension-writers-and-programs-that-embed-python)3830      - [Доступ к каталогам сообщений](https://python-all.ru/3.8/library/locale.html#access-to-message-catalogs)3831  - [Программные фреймворки](https://python-all.ru/3.8/library/frameworks.html)38323833    - [`turtle` – Черепашья графика](https://python-all.ru/3.8/library/turtle.html)38343835      - [Введение](https://python-all.ru/3.8/library/turtle.html#introduction)3836      - [Обзор доступных методов Turtle и Screen](https://python-all.ru/3.8/library/turtle.html#overview-of-available-turtle-and-screen-methods)38373838        - [Методы черепашки](https://python-all.ru/3.8/library/turtle.html#turtle-methods)3839        - [Методы TurtleScreen/Screen](https://python-all.ru/3.8/library/turtle.html#methods-of-turtlescreen-screen)3840      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.8/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)38413842        - [Движение черепашки](https://python-all.ru/3.8/library/turtle.html#turtle-motion)3843        - [Состояние черепашки](https://python-all.ru/3.8/library/turtle.html#tell-turtle-s-state)3844        - [Настройки измерений](https://python-all.ru/3.8/library/turtle.html#settings-for-measurement)3845        - [Управление пером](https://python-all.ru/3.8/library/turtle.html#pen-control)38463847          - [Состояние рисования](https://python-all.ru/3.8/library/turtle.html#drawing-state)3848          - [Управление цветом](https://python-all.ru/3.8/library/turtle.html#color-control)3849          - [Заливка](https://python-all.ru/3.8/library/turtle.html#filling)3850          - [Дополнительное управление рисованием](https://python-all.ru/3.8/library/turtle.html#more-drawing-control)3851        - [Состояние черепашки](https://python-all.ru/3.8/library/turtle.html#turtle-state)38523853          - [Видимость](https://python-all.ru/3.8/library/turtle.html#visibility)3854          - [Внешний вид](https://python-all.ru/3.8/library/turtle.html#appearance)3855        - [Использование событий](https://python-all.ru/3.8/library/turtle.html#using-events)3856        - [Специальные методы черепашки](https://python-all.ru/3.8/library/turtle.html#special-turtle-methods)3857        - [Составные фигуры](https://python-all.ru/3.8/library/turtle.html#compound-shapes)3858      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.8/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)38593860        - [Управление окном](https://python-all.ru/3.8/library/turtle.html#window-control)3861        - [Управление анимацией](https://python-all.ru/3.8/library/turtle.html#animation-control)3862        - [Использование событий экрана](https://python-all.ru/3.8/library/turtle.html#using-screen-events)3863        - [Методы ввода](https://python-all.ru/3.8/library/turtle.html#input-methods)3864        - [Настройки и специальные методы](https://python-all.ru/3.8/library/turtle.html#settings-and-special-methods)3865        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.8/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)3866      - [Публичные классы](https://python-all.ru/3.8/library/turtle.html#public-classes)3867      - [Справка и настройка](https://python-all.ru/3.8/library/turtle.html#help-and-configuration)38683869        - [Как пользоваться справкой](https://python-all.ru/3.8/library/turtle.html#how-to-use-help)3870        - [Перевод docstrings на разные языки](https://python-all.ru/3.8/library/turtle.html#translation-of-docstrings-into-different-languages)3871        - [Как настроить Screen и Turtles](https://python-all.ru/3.8/library/turtle.html#how-to-configure-screen-and-turtles)3872      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.8/library/turtle.html#module-turtledemo)3873      - [Изменения начиная с Python 2.6](https://python-all.ru/3.8/library/turtle.html#changes-since-python-2-6)3874      - [Изменения начиная с Python 3.0](https://python-all.ru/3.8/library/turtle.html#changes-since-python-3-0)3875    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.8/library/cmd.html)38763877      - [Объекты Cmd](https://python-all.ru/3.8/library/cmd.html#cmd-objects)3878      - [Пример Cmd](https://python-all.ru/3.8/library/cmd.html#cmd-example)3879    - [`shlex` – Простой лексический анализ](https://python-all.ru/3.8/library/shlex.html)38803881      - [Объекты shlex](https://python-all.ru/3.8/library/shlex.html#shlex-objects)3882      - [Правила разбора](https://python-all.ru/3.8/library/shlex.html#parsing-rules)3883      - [Улучшенная совместимость с оболочками](https://python-all.ru/3.8/library/shlex.html#improved-compatibility-with-shells)3884  - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.8/library/tk.html)38853886    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.8/library/tkinter.html)38873888      - [Модули Tkinter](https://python-all.ru/3.8/library/tkinter.html#tkinter-modules)3889      - [Основы Tkinter](https://python-all.ru/3.8/library/tkinter.html#tkinter-life-preserver)38903891        - [Как использовать этот раздел](https://python-all.ru/3.8/library/tkinter.html#how-to-use-this-section)3892        - [Простая программа Hello World](https://python-all.ru/3.8/library/tkinter.html#a-simple-hello-world-program)3893      - [Беглый (очень) взгляд на Tcl/Tk](https://python-all.ru/3.8/library/tkinter.html#a-very-quick-look-at-tcl-tk)3894      - [Сопоставление базовых Tk с Tkinter](https://python-all.ru/3.8/library/tkinter.html#mapping-basic-tk-into-tkinter)3895      - [Как связаны Tk и Tkinter](https://python-all.ru/3.8/library/tkinter.html#how-tk-and-tkinter-are-related)3896      - [Удобный справочник](https://python-all.ru/3.8/library/tkinter.html#handy-reference)38973898        - [Настройка параметров](https://python-all.ru/3.8/library/tkinter.html#setting-options)3899        - [Packer](https://python-all.ru/3.8/library/tkinter.html#the-packer)3900        - [Параметры Packer](https://python-all.ru/3.8/library/tkinter.html#packer-options)3901        - [Связывание переменных виджетов](https://python-all.ru/3.8/library/tkinter.html#coupling-widget-variables)3902        - [Менеджер окон](https://python-all.ru/3.8/library/tkinter.html#the-window-manager)3903        - [Типы данных опций Tk](https://python-all.ru/3.8/library/tkinter.html#tk-option-data-types)3904        - [Привязки и события](https://python-all.ru/3.8/library/tkinter.html#bindings-and-events)3905        - [Параметр index](https://python-all.ru/3.8/library/tkinter.html#the-index-parameter)3906        - [Изображения](https://python-all.ru/3.8/library/tkinter.html#images)3907      - [Обработчики файлов](https://python-all.ru/3.8/library/tkinter.html#file-handlers)3908    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.8/library/tkinter.ttk.html)39093910      - [Использование Ttk](https://python-all.ru/3.8/library/tkinter.ttk.html#using-ttk)3911      - [Виджеты Ttk](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-widgets)3912      - [Виджет](https://python-all.ru/3.8/library/tkinter.ttk.html#widget)39133914        - [Стандартные параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#standard-options)3915        - [Параметры прокручиваемых виджетов](https://python-all.ru/3.8/library/tkinter.ttk.html#scrollable-widget-options)3916        - [Параметры метки](https://python-all.ru/3.8/library/tkinter.ttk.html#label-options)3917        - [Параметры совместимости](https://python-all.ru/3.8/library/tkinter.ttk.html#compatibility-options)3918        - [Состояния виджетов](https://python-all.ru/3.8/library/tkinter.ttk.html#widget-states)3919        - [ttk.Widget](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-widget)3920      - [Combobox](https://python-all.ru/3.8/library/tkinter.ttk.html#combobox)39213922        - [Параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#options)3923        - [Виртуальные события](https://python-all.ru/3.8/library/tkinter.ttk.html#virtual-events)3924        - [ttk.Combobox](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-combobox)3925      - [Spinbox](https://python-all.ru/3.8/library/tkinter.ttk.html#spinbox)39263927        - [Параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#id1)3928        - [Виртуальные события](https://python-all.ru/3.8/library/tkinter.ttk.html#id2)3929        - [ttk.Spinbox](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-spinbox)3930      - [Блокнот](https://python-all.ru/3.8/library/tkinter.ttk.html#notebook)39313932        - [Параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#id3)3933        - [Опции вкладок](https://python-all.ru/3.8/library/tkinter.ttk.html#tab-options)3934        - [Идентификаторы вкладок](https://python-all.ru/3.8/library/tkinter.ttk.html#tab-identifiers)3935        - [Виртуальные события](https://python-all.ru/3.8/library/tkinter.ttk.html#id4)3936        - [ttk.Notebook](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-notebook)3937      - [Индикатор прогресса](https://python-all.ru/3.8/library/tkinter.ttk.html#progressbar)39383939        - [Параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#id5)3940        - [ttk.Progressbar](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-progressbar)3941      - [Разделитель](https://python-all.ru/3.8/library/tkinter.ttk.html#separator)39423943        - [Параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#id6)3944      - [Маркер изменения размера](https://python-all.ru/3.8/library/tkinter.ttk.html#sizegrip)39453946        - [Примечания для платформ](https://python-all.ru/3.8/library/tkinter.ttk.html#platform-specific-notes)3947        - [Ошибки](https://python-all.ru/3.8/library/tkinter.ttk.html#bugs)3948      - [Древовидный список](https://python-all.ru/3.8/library/tkinter.ttk.html#treeview)39493950        - [Параметры](https://python-all.ru/3.8/library/tkinter.ttk.html#id7)3951        - [Опции элементов](https://python-all.ru/3.8/library/tkinter.ttk.html#item-options)3952        - [Опции тегов](https://python-all.ru/3.8/library/tkinter.ttk.html#tag-options)3953        - [Идентификаторы столбцов](https://python-all.ru/3.8/library/tkinter.ttk.html#column-identifiers)3954        - [Виртуальные события](https://python-all.ru/3.8/library/tkinter.ttk.html#id8)3955        - [ttk.Treeview](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-treeview)3956      - [Стилизация Ttk](https://python-all.ru/3.8/library/tkinter.ttk.html#ttk-styling)39573958        - [Макеты](https://python-all.ru/3.8/library/tkinter.ttk.html#layouts)3959    - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.8/library/tkinter.tix.html)39603961      - [Использование Tix](https://python-all.ru/3.8/library/tkinter.tix.html#using-tix)3962      - [Виджеты Tix](https://python-all.ru/3.8/library/tkinter.tix.html#tix-widgets)39633964        - [Базовые виджеты](https://python-all.ru/3.8/library/tkinter.tix.html#basic-widgets)3965        - [Выбор файлов](https://python-all.ru/3.8/library/tkinter.tix.html#file-selectors)3966        - [Иерархический ListBox](https://python-all.ru/3.8/library/tkinter.tix.html#hierarchical-listbox)3967        - [Табличный ListBox](https://python-all.ru/3.8/library/tkinter.tix.html#tabular-listbox)3968        - [Менеджеры виджетов](https://python-all.ru/3.8/library/tkinter.tix.html#manager-widgets)3969        - [Типы изображений](https://python-all.ru/3.8/library/tkinter.tix.html#image-types)3970        - [Прочие виджеты](https://python-all.ru/3.8/library/tkinter.tix.html#miscellaneous-widgets)3971        - [Менеджер геометрии Form](https://python-all.ru/3.8/library/tkinter.tix.html#form-geometry-manager)3972      - [Команды Tix](https://python-all.ru/3.8/library/tkinter.tix.html#tix-commands)3973    - [`tkinter.scrolledtext` – Виджет текстовой области с прокруткой](https://python-all.ru/3.8/library/tkinter.scrolledtext.html)3974    - [IDLE](https://python-all.ru/3.8/library/idle.html)39753976      - [Меню](https://python-all.ru/3.8/library/idle.html#menus)39773978        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.8/library/idle.html#file-menu-shell-and-editor)3979        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.8/library/idle.html#edit-menu-shell-and-editor)3980        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.8/library/idle.html#format-menu-editor-window-only)3981        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.8/library/idle.html#run-menu-editor-window-only)3982        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.8/library/idle.html#shell-menu-shell-window-only)3983        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.8/library/idle.html#debug-menu-shell-window-only)3984        - [Меню Options (оболочка и редактор)](https://python-all.ru/3.8/library/idle.html#options-menu-shell-and-editor)3985        - [Меню Window (оболочка и редактор)](https://python-all.ru/3.8/library/idle.html#window-menu-shell-and-editor)3986        - [Меню Help (оболочка и редактор)](https://python-all.ru/3.8/library/idle.html#help-menu-shell-and-editor)3987        - [Контекстные меню](https://python-all.ru/3.8/library/idle.html#context-menus)3988      - [Редактирование и навигация](https://python-all.ru/3.8/library/idle.html#editing-and-navigation)39893990        - [Окна редактора](https://python-all.ru/3.8/library/idle.html#editor-windows)3991        - [Привязки клавиш](https://python-all.ru/3.8/library/idle.html#key-bindings)3992        - [Автоматические отступы](https://python-all.ru/3.8/library/idle.html#automatic-indentation)3993        - [Автодополнение](https://python-all.ru/3.8/library/idle.html#completions)3994        - [Подсказки вызова](https://python-all.ru/3.8/library/idle.html#calltips)3995        - [Контекст кода](https://python-all.ru/3.8/library/idle.html#code-context)3996        - [Окно оболочки Python](https://python-all.ru/3.8/library/idle.html#python-shell-window)3997        - [Цвета текста](https://python-all.ru/3.8/library/idle.html#text-colors)3998      - [Запуск и выполнение кода](https://python-all.ru/3.8/library/idle.html#startup-and-code-execution)39994000        - [Использование командной строки](https://python-all.ru/3.8/library/idle.html#command-line-usage)4001        - [Ошибка запуска](https://python-all.ru/3.8/library/idle.html#startup-failure)4002        - [Выполнение пользовательского кода](https://python-all.ru/3.8/library/idle.html#running-user-code)4003        - [Вывод пользователя в оболочке](https://python-all.ru/3.8/library/idle.html#user-output-in-shell)4004        - [Разработка приложений tkinter](https://python-all.ru/3.8/library/idle.html#developing-tkinter-applications)4005        - [Запуск без подпроцесса](https://python-all.ru/3.8/library/idle.html#running-without-a-subprocess)4006      - [Справка и настройки](https://python-all.ru/3.8/library/idle.html#help-and-preferences)40074008        - [Источники справки](https://python-all.ru/3.8/library/idle.html#help-sources)4009        - [Настройка параметров](https://python-all.ru/3.8/library/idle.html#setting-preferences)4010        - [IDLE в macOS](https://python-all.ru/3.8/library/idle.html#idle-on-macos)4011        - [Расширения](https://python-all.ru/3.8/library/idle.html#extensions)4012    - [Другие пакеты графического интерфейса пользователя](https://python-all.ru/3.8/library/othergui.html)4013  - [Инструменты разработки](https://python-all.ru/3.8/library/development.html)40144015    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.8/library/typing.html)40164017      - [Псевдонимы типов](https://python-all.ru/3.8/library/typing.html#type-aliases)4018      - [NewType](https://python-all.ru/3.8/library/typing.html#newtype)4019      - [Callable](https://python-all.ru/3.8/library/typing.html#callable)4020      - [Обобщённые типы](https://python-all.ru/3.8/library/typing.html#generics)4021      - [Пользовательские обобщённые типы](https://python-all.ru/3.8/library/typing.html#user-defined-generic-types)4022      - [Тип `Any`](https://python-all.ru/3.8/library/typing.html#the-any-type)4023      - [Номинальное и структурное подтипирование](https://python-all.ru/3.8/library/typing.html#nominal-vs-structural-subtyping)4024      - [Классы, функции и декораторы](https://python-all.ru/3.8/library/typing.html#classes-functions-and-decorators)4025    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.8/library/pydoc.html)4026    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.8/library/doctest.html)40274028      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.8/library/doctest.html#simple-usage-checking-examples-in-docstrings)4029      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.8/library/doctest.html#simple-usage-checking-examples-in-a-text-file)4030      - [Как это работает](https://python-all.ru/3.8/library/doctest.html#how-it-works)40314032        - [Какие строки документации проверяются?](https://python-all.ru/3.8/library/doctest.html#which-docstrings-are-examined)4033        - [Как распознаются примеры в строках документации?](https://python-all.ru/3.8/library/doctest.html#how-are-docstring-examples-recognized)4034        - [Каков контекст выполнения?](https://python-all.ru/3.8/library/doctest.html#what-s-the-execution-context)4035        - [А как насчёт исключений?](https://python-all.ru/3.8/library/doctest.html#what-about-exceptions)4036        - [Флаги опций](https://python-all.ru/3.8/library/doctest.html#option-flags)4037        - [Директивы](https://python-all.ru/3.8/library/doctest.html#directives)4038        - [Предупреждения](https://python-all.ru/3.8/library/doctest.html#warnings)4039      - [Базовый API](https://python-all.ru/3.8/library/doctest.html#basic-api)4040      - [API unittest](https://python-all.ru/3.8/library/doctest.html#unittest-api)4041      - [Расширенный API](https://python-all.ru/3.8/library/doctest.html#advanced-api)40424043        - [Объекты DocTest](https://python-all.ru/3.8/library/doctest.html#doctest-objects)4044        - [Объекты Example](https://python-all.ru/3.8/library/doctest.html#example-objects)4045        - [Объекты DocTestFinder](https://python-all.ru/3.8/library/doctest.html#doctestfinder-objects)4046        - [Объекты DocTestParser](https://python-all.ru/3.8/library/doctest.html#doctestparser-objects)4047        - [Объекты DocTestRunner](https://python-all.ru/3.8/library/doctest.html#doctestrunner-objects)4048        - [Объекты OutputChecker](https://python-all.ru/3.8/library/doctest.html#outputchecker-objects)4049      - [Отладка](https://python-all.ru/3.8/library/doctest.html#debugging)4050      - [Трибуна](https://python-all.ru/3.8/library/doctest.html#soapbox)4051    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.8/library/unittest.html)40524053      - [Простой пример](https://python-all.ru/3.8/library/unittest.html#basic-example)4054      - [Интерфейс командной строки](https://python-all.ru/3.8/library/unittest.html#command-line-interface)40554056        - [Параметры командной строки](https://python-all.ru/3.8/library/unittest.html#command-line-options)4057      - [Обнаружение тестов](https://python-all.ru/3.8/library/unittest.html#test-discovery)4058      - [Организация тестового кода](https://python-all.ru/3.8/library/unittest.html#organizing-test-code)4059      - [Повторное использование старого тестового кода](https://python-all.ru/3.8/library/unittest.html#re-using-old-test-code)4060      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.8/library/unittest.html#skipping-tests-and-expected-failures)4061      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.8/library/unittest.html#distinguishing-test-iterations-using-subtests)4062      - [Классы и функции](https://python-all.ru/3.8/library/unittest.html#classes-and-functions)40634064        - [Тестовые случаи](https://python-all.ru/3.8/library/unittest.html#test-cases)40654066          - [Устаревшие псевдонимы](https://python-all.ru/3.8/library/unittest.html#deprecated-aliases)4067        - [Группировка тестов](https://python-all.ru/3.8/library/unittest.html#grouping-tests)4068        - [Загрузка и запуск тестов](https://python-all.ru/3.8/library/unittest.html#loading-and-running-tests)40694070          - [Протокол load\_tests](https://python-all.ru/3.8/library/unittest.html#load-tests-protocol)4071      - [Фикстуры классов и модулей](https://python-all.ru/3.8/library/unittest.html#class-and-module-fixtures)40724073        - [setUpClass и tearDownClass](https://python-all.ru/3.8/library/unittest.html#setupclass-and-teardownclass)4074        - [setUpModule и tearDownModule](https://python-all.ru/3.8/library/unittest.html#setupmodule-and-teardownmodule)4075      - [Обработка сигналов](https://python-all.ru/3.8/library/unittest.html#signal-handling)4076    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.8/library/unittest.mock.html)40774078      - [Краткое руководство](https://python-all.ru/3.8/library/unittest.mock.html#quick-guide)4079      - [Класс Mock](https://python-all.ru/3.8/library/unittest.mock.html#the-mock-class)40804081        - [Вызов](https://python-all.ru/3.8/library/unittest.mock.html#calling)4082        - [Удаление атрибутов](https://python-all.ru/3.8/library/unittest.mock.html#deleting-attributes)4083        - [Имена Mock и атрибут name](https://python-all.ru/3.8/library/unittest.mock.html#mock-names-and-the-name-attribute)4084        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.8/library/unittest.mock.html#attaching-mocks-as-attributes)4085      - [Патчеры](https://python-all.ru/3.8/library/unittest.mock.html#the-patchers)40864087        - [patch](https://python-all.ru/3.8/library/unittest.mock.html#patch)4088        - [patch.object](https://python-all.ru/3.8/library/unittest.mock.html#patch-object)4089        - [patch.dict](https://python-all.ru/3.8/library/unittest.mock.html#patch-dict)4090        - [patch.multiple](https://python-all.ru/3.8/library/unittest.mock.html#patch-multiple)4091        - [Методы patch: start и stop](https://python-all.ru/3.8/library/unittest.mock.html#patch-methods-start-and-stop)4092        - [patch встроенных объектов](https://python-all.ru/3.8/library/unittest.mock.html#patch-builtins)4093        - [TEST\_PREFIX](https://python-all.ru/3.8/library/unittest.mock.html#test-prefix)4094        - [Вложение декораторов patch](https://python-all.ru/3.8/library/unittest.mock.html#nesting-patch-decorators)4095        - [Где применять patch](https://python-all.ru/3.8/library/unittest.mock.html#where-to-patch)4096        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.8/library/unittest.mock.html#patching-descriptors-and-proxy-objects)4097      - [MagicMock и поддержка магических методов](https://python-all.ru/3.8/library/unittest.mock.html#magicmock-and-magic-method-support)40984099        - [Мокирование магических методов](https://python-all.ru/3.8/library/unittest.mock.html#mocking-magic-methods)4100        - [Магический макет](https://python-all.ru/3.8/library/unittest.mock.html#magic-mock)4101      - [Вспомогательные средства](https://python-all.ru/3.8/library/unittest.mock.html#helpers)41024103        - [sentinel](https://python-all.ru/3.8/library/unittest.mock.html#sentinel)4104        - [DEFAULT](https://python-all.ru/3.8/library/unittest.mock.html#default)4105        - [вызов](https://python-all.ru/3.8/library/unittest.mock.html#call)4106        - [create\_autospec](https://python-all.ru/3.8/library/unittest.mock.html#create-autospec)4107        - [ANY](https://python-all.ru/3.8/library/unittest.mock.html#any)4108        - [FILTER\_DIR](https://python-all.ru/3.8/library/unittest.mock.html#filter-dir)4109        - [mock\_open](https://python-all.ru/3.8/library/unittest.mock.html#mock-open)4110        - [Автоспецификация](https://python-all.ru/3.8/library/unittest.mock.html#autospeccing)4111        - [Запечатывание моков](https://python-all.ru/3.8/library/unittest.mock.html#sealing-mocks)4112    - [`unittest.mock` – начало работы](https://python-all.ru/3.8/library/unittest.mock-examples.html)41134114      - [Использование Mock](https://python-all.ru/3.8/library/unittest.mock-examples.html#using-mock)41154116        - [Методы подмены моков](https://python-all.ru/3.8/library/unittest.mock-examples.html#mock-patching-methods)4117        - [Mock для вызовов методов объекта](https://python-all.ru/3.8/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)4118        - [Создание моков для классов](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-classes)4119        - [Именование моков](https://python-all.ru/3.8/library/unittest.mock-examples.html#naming-your-mocks)4120        - [Отслеживание всех вызовов](https://python-all.ru/3.8/library/unittest.mock-examples.html#tracking-all-calls)4121        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.8/library/unittest.mock-examples.html#setting-return-values-and-attributes)4122        - [Возбуждение исключений с помощью моков](https://python-all.ru/3.8/library/unittest.mock-examples.html#raising-exceptions-with-mocks)4123        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.8/library/unittest.mock-examples.html#side-effect-functions-and-iterables)4124        - [Мокирование асинхронных итераторов](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-asynchronous-iterators)4125        - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)4126        - [Создание мока на основе существующего объекта](https://python-all.ru/3.8/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)4127      - [Декораторы patch](https://python-all.ru/3.8/library/unittest.mock-examples.html#patch-decorators)4128      - [Дополнительные примеры](https://python-all.ru/3.8/library/unittest.mock-examples.html#further-examples)41294130        - [Мокирование цепочек вызовов](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-chained-calls)4131        - [Частичное мокирование](https://python-all.ru/3.8/library/unittest.mock-examples.html#partial-mocking)4132        - [Создание мока для метода-генератора](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-a-generator-method)4133        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.8/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)4134        - [Создание моков для несвязанных методов](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-unbound-methods)4135        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.8/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)4136        - [Работа с изменяемыми аргументами](https://python-all.ru/3.8/library/unittest.mock-examples.html#coping-with-mutable-arguments)4137        - [Вложенные подмены](https://python-all.ru/3.8/library/unittest.mock-examples.html#nesting-patches)4138        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)4139        - [Подклассы Mock и их атрибуты](https://python-all.ru/3.8/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)4140        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.8/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)4141        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.8/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)4142        - [Более сложное сопоставление аргументов](https://python-all.ru/3.8/library/unittest.mock-examples.html#more-complex-argument-matching)4143    - [2to3 – автоматический перенос кода с Python 2 на Python 3](https://python-all.ru/3.8/library/2to3.html)41444145      - [Использование 2to3](https://python-all.ru/3.8/library/2to3.html#using-2to3)4146      - [Фиксы](https://python-all.ru/3.8/library/2to3.html#fixers)4147      - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.8/library/2to3.html#module-lib2to3)4148    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.8/library/test.html)41494150      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.8/library/test.html#writing-unit-tests-for-the-test-package)4151      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.8/library/test.html#running-tests-using-the-command-line-interface)4152    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.8/library/test.html#module-test.support)4153    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.8/library/test.html#module-test.support.script_helper)4154  - [Отладка и профилирование](https://python-all.ru/3.8/library/debug.html)41554156    - [Таблица событий аудита](https://python-all.ru/3.8/library/audit_events.html)4157    - [`bdb` – фреймворк отладчика](https://python-all.ru/3.8/library/bdb.html)4158    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.8/library/faulthandler.html)41594160      - [Дамп трассировки](https://python-all.ru/3.8/library/faulthandler.html#dumping-the-traceback)4161      - [Состояние обработчика сбоев](https://python-all.ru/3.8/library/faulthandler.html#fault-handler-state)4162      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.8/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)4163      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.8/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)4164      - [Проблема с файловыми дескрипторами](https://python-all.ru/3.8/library/faulthandler.html#issue-with-file-descriptors)4165      - [Пример](https://python-all.ru/3.8/library/faulthandler.html#example)4166    - [`pdb` – отладчик Python](https://python-all.ru/3.8/library/pdb.html)41674168      - [Команды отладчика](https://python-all.ru/3.8/library/pdb.html#debugger-commands)4169    - [Профилировщики Python](https://python-all.ru/3.8/library/profile.html)41704171      - [Введение в профилировщики](https://python-all.ru/3.8/library/profile.html#introduction-to-the-profilers)4172      - [Краткое руководство пользователя](https://python-all.ru/3.8/library/profile.html#instant-user-s-manual)4173      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.8/library/profile.html#module-cProfile)4174      - [Класс `Stats`](https://python-all.ru/3.8/library/profile.html#the-stats-class)4175      - [Что такое детерминированное профилирование?](https://python-all.ru/3.8/library/profile.html#what-is-deterministic-profiling)4176      - [Ограничения](https://python-all.ru/3.8/library/profile.html#limitations)4177      - [Калибровка](https://python-all.ru/3.8/library/profile.html#calibration)4178      - [Использование пользовательского таймера](https://python-all.ru/3.8/library/profile.html#using-a-custom-timer)4179    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.8/library/timeit.html)41804181      - [Основные примеры](https://python-all.ru/3.8/library/timeit.html#basic-examples)4182      - [Интерфейс Python](https://python-all.ru/3.8/library/timeit.html#python-interface)4183      - [Интерфейс командной строки](https://python-all.ru/3.8/library/timeit.html#command-line-interface)4184      - [Примеры](https://python-all.ru/3.8/library/timeit.html#examples)4185    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.8/library/trace.html)41864187      - [Использование командной строки](https://python-all.ru/3.8/library/trace.html#command-line-usage)41884189        - [Основные параметры](https://python-all.ru/3.8/library/trace.html#main-options)4190        - [Модификаторы](https://python-all.ru/3.8/library/trace.html#modifiers)4191        - [Фильтры](https://python-all.ru/3.8/library/trace.html#filters)4192      - [Программный интерфейс](https://python-all.ru/3.8/library/trace.html#programmatic-interface)4193    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.8/library/tracemalloc.html)41944195      - [Примеры](https://python-all.ru/3.8/library/tracemalloc.html#examples)41964197        - [Отображение первых 10](https://python-all.ru/3.8/library/tracemalloc.html#display-the-top-10)4198        - [Вычисление различий](https://python-all.ru/3.8/library/tracemalloc.html#compute-differences)4199        - [Получение трассировки для блока памяти](https://python-all.ru/3.8/library/tracemalloc.html#get-the-traceback-of-a-memory-block)4200        - [Удобный вывод топа](https://python-all.ru/3.8/library/tracemalloc.html#pretty-top)4201      - [API](https://python-all.ru/3.8/library/tracemalloc.html#api)42024203        - [Функции](https://python-all.ru/3.8/library/tracemalloc.html#functions)4204        - [DomainFilter](https://python-all.ru/3.8/library/tracemalloc.html#domainfilter)4205        - [Filter](https://python-all.ru/3.8/library/tracemalloc.html#filter)4206        - [Фрейм](https://python-all.ru/3.8/library/tracemalloc.html#frame)4207        - [Снимок](https://python-all.ru/3.8/library/tracemalloc.html#snapshot)4208        - [Статистика](https://python-all.ru/3.8/library/tracemalloc.html#statistic)4209        - [StatisticDiff](https://python-all.ru/3.8/library/tracemalloc.html#statisticdiff)4210        - [Трассировка](https://python-all.ru/3.8/library/tracemalloc.html#trace)4211        - [Traceback](https://python-all.ru/3.8/library/tracemalloc.html#traceback)4212  - [Упаковка и распространение ПО](https://python-all.ru/3.8/library/distribution.html)42134214    - [`distutils` – Сборка и установка модулей Python](https://python-all.ru/3.8/library/distutils.html)4215    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.8/library/ensurepip.html)42164217      - [Интерфейс командной строки](https://python-all.ru/3.8/library/ensurepip.html#command-line-interface)4218      - [API модуля](https://python-all.ru/3.8/library/ensurepip.html#module-api)4219    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.8/library/venv.html)42204221      - [Создание виртуальных окружений](https://python-all.ru/3.8/library/venv.html#creating-virtual-environments)4222      - [API](https://python-all.ru/3.8/library/venv.html#api)4223      - [Пример расширения `EnvBuilder`](https://python-all.ru/3.8/library/venv.html#an-example-of-extending-envbuilder)4224    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.8/library/zipapp.html)42254226      - [Простой пример](https://python-all.ru/3.8/library/zipapp.html#basic-example)4227      - [Интерфейс командной строки](https://python-all.ru/3.8/library/zipapp.html#command-line-interface)4228      - [API Python](https://python-all.ru/3.8/library/zipapp.html#python-api)4229      - [Примеры](https://python-all.ru/3.8/library/zipapp.html#examples)4230      - [Указание интерпретатора](https://python-all.ru/3.8/library/zipapp.html#specifying-the-interpreter)4231      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.8/library/zipapp.html#creating-standalone-applications-with-zipapp)42324233        - [Создание исполняемого файла для Windows](https://python-all.ru/3.8/library/zipapp.html#making-a-windows-executable)4234        - [Предостережения](https://python-all.ru/3.8/library/zipapp.html#caveats)4235      - [Формат архива Python-приложения Zip](https://python-all.ru/3.8/library/zipapp.html#the-python-zip-application-archive-format)4236  - [Службы выполнения Python](https://python-all.ru/3.8/library/python.html)42374238    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.8/library/sys.html)4239    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.8/library/sysconfig.html)42404241      - [Переменные конфигурации](https://python-all.ru/3.8/library/sysconfig.html#configuration-variables)4242      - [Пути установки](https://python-all.ru/3.8/library/sysconfig.html#installation-paths)4243      - [Другие функции](https://python-all.ru/3.8/library/sysconfig.html#other-functions)4244      - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.8/library/sysconfig.html#using-sysconfig-as-a-script)4245    - [`builtins` – Встроенные объекты](https://python-all.ru/3.8/library/builtins.html)4246    - [`__main__` – среда сценария верхнего уровня](https://python-all.ru/3.8/library/__main__.html)4247    - [`warnings` – Управление предупреждениями](https://python-all.ru/3.8/library/warnings.html)42484249      - [Категории предупреждений](https://python-all.ru/3.8/library/warnings.html#warning-categories)4250      - [Фильтр предупреждений](https://python-all.ru/3.8/library/warnings.html#the-warnings-filter)42514252        - [Описание фильтров предупреждений](https://python-all.ru/3.8/library/warnings.html#describing-warning-filters)4253        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.8/library/warnings.html#default-warning-filter)4254        - [Переопределение фильтра по умолчанию](https://python-all.ru/3.8/library/warnings.html#overriding-the-default-filter)4255      - [Временное подавление предупреждений](https://python-all.ru/3.8/library/warnings.html#temporarily-suppressing-warnings)4256      - [Тестирование предупреждений](https://python-all.ru/3.8/library/warnings.html#testing-warnings)4257      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.8/library/warnings.html#updating-code-for-new-versions-of-dependencies)4258      - [Доступные функции](https://python-all.ru/3.8/library/warnings.html#available-functions)4259      - [Доступные контекстные менеджеры](https://python-all.ru/3.8/library/warnings.html#available-context-managers)4260    - [`dataclasses` – Классы данных](https://python-all.ru/3.8/library/dataclasses.html)42614262      - [Декораторы, классы и функции уровня модуля](https://python-all.ru/3.8/library/dataclasses.html#module-level-decorators-classes-and-functions)4263      - [Обработка после инициализации](https://python-all.ru/3.8/library/dataclasses.html#post-init-processing)4264      - [Переменные класса](https://python-all.ru/3.8/library/dataclasses.html#class-variables)4265      - [Переменные только для инициализации](https://python-all.ru/3.8/library/dataclasses.html#init-only-variables)4266      - [Неизменяемые экземпляры](https://python-all.ru/3.8/library/dataclasses.html#frozen-instances)4267      - [Наследование](https://python-all.ru/3.8/library/dataclasses.html#inheritance)4268      - [Функции-фабрики по умолчанию](https://python-all.ru/3.8/library/dataclasses.html#default-factory-functions)4269      - [Изменяемые значения по умолчанию](https://python-all.ru/3.8/library/dataclasses.html#mutable-default-values)4270      - [Исключения](https://python-all.ru/3.8/library/dataclasses.html#exceptions)4271    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.8/library/contextlib.html)42724273      - [Утилиты](https://python-all.ru/3.8/library/contextlib.html#utilities)4274      - [Примеры и рецепты](https://python-all.ru/3.8/library/contextlib.html#examples-and-recipes)42754276        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.8/library/contextlib.html#supporting-a-variable-number-of-context-managers)4277        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.8/library/contextlib.html#catching-exceptions-from-enter-methods)4278        - [Очистка в реализации `__enter__`](https://python-all.ru/3.8/library/contextlib.html#cleaning-up-in-an-enter-implementation)4279        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.8/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)4280        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.8/library/contextlib.html#using-a-context-manager-as-a-function-decorator)4281      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.8/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)42824283        - [Реентерабельные менеджеры контекста](https://python-all.ru/3.8/library/contextlib.html#reentrant-context-managers)4284        - [Повторно используемые менеджеры контекста](https://python-all.ru/3.8/library/contextlib.html#reusable-context-managers)4285    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.8/library/abc.html)4286    - [`atexit` – Обработчики выхода](https://python-all.ru/3.8/library/atexit.html)42874288      - [`atexit` Пример](https://python-all.ru/3.8/library/atexit.html#atexit-example)4289    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.8/library/traceback.html)42904291      - [Объекты `TracebackException`](https://python-all.ru/3.8/library/traceback.html#tracebackexception-objects)4292      - [Объекты `StackSummary`](https://python-all.ru/3.8/library/traceback.html#stacksummary-objects)4293      - [Объекты `FrameSummary`](https://python-all.ru/3.8/library/traceback.html#framesummary-objects)4294      - [Примеры Traceback](https://python-all.ru/3.8/library/traceback.html#traceback-examples)4295    - [`__future__` – Определения операторов future](https://python-all.ru/3.8/library/__future__.html)4296    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.8/library/gc.html)4297    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.8/library/inspect.html)42984299      - [Типы и члены](https://python-all.ru/3.8/library/inspect.html#types-and-members)4300      - [Получение исходного кода](https://python-all.ru/3.8/library/inspect.html#retrieving-source-code)4301      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.8/library/inspect.html#introspecting-callables-with-the-signature-object)4302      - [Классы и функции](https://python-all.ru/3.8/library/inspect.html#classes-and-functions)4303      - [Стек интерпретатора](https://python-all.ru/3.8/library/inspect.html#the-interpreter-stack)4304      - [Получение атрибутов статически](https://python-all.ru/3.8/library/inspect.html#fetching-attributes-statically)4305      - [Текущее состояние генераторов и корутин](https://python-all.ru/3.8/library/inspect.html#current-state-of-generators-and-coroutines)4306      - [Битовые флаги объектов кода](https://python-all.ru/3.8/library/inspect.html#code-objects-bit-flags)4307      - [Интерфейс командной строки](https://python-all.ru/3.8/library/inspect.html#command-line-interface)4308    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.8/library/site.html)43094310      - [Конфигурация readline](https://python-all.ru/3.8/library/site.html#readline-configuration)4311      - [Содержание модуля](https://python-all.ru/3.8/library/site.html#module-contents)4312      - [Интерфейс командной строки](https://python-all.ru/3.8/library/site.html#command-line-interface)4313  - [Пользовательские интерпретаторы Python](https://python-all.ru/3.8/library/custominterp.html)43144315    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.8/library/code.html)43164317      - [Объекты интерактивного интерпретатора](https://python-all.ru/3.8/library/code.html#interactive-interpreter-objects)4318      - [Объекты интерактивной консоли](https://python-all.ru/3.8/library/code.html#interactive-console-objects)4319    - [`codeop` – Компиляция кода Python](https://python-all.ru/3.8/library/codeop.html)4320  - [Импорт модулей](https://python-all.ru/3.8/library/modules.html)43214322    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.8/library/zipimport.html)43234324      - [Объекты zipimporter](https://python-all.ru/3.8/library/zipimport.html#zipimporter-objects)4325      - [Примеры](https://python-all.ru/3.8/library/zipimport.html#examples)4326    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.8/library/pkgutil.html)4327    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.8/library/modulefinder.html)43284329      - [Пример использования `ModuleFinder`](https://python-all.ru/3.8/library/modulefinder.html#example-usage-of-modulefinder)4330    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.8/library/runpy.html)4331    - [`importlib` – Реализация `import`](https://python-all.ru/3.8/library/importlib.html)43324333      - [Введение](https://python-all.ru/3.8/library/importlib.html#introduction)4334      - [Функции](https://python-all.ru/3.8/library/importlib.html#functions)4335      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.8/library/importlib.html#module-importlib.abc)4336      - [`importlib.resources` – Ресурсы](https://python-all.ru/3.8/library/importlib.html#module-importlib.resources)4337      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.8/library/importlib.html#module-importlib.machinery)4338      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.8/library/importlib.html#module-importlib.util)4339      - [Примеры](https://python-all.ru/3.8/library/importlib.html#examples)43404341        - [Программный импорт](https://python-all.ru/3.8/library/importlib.html#importing-programmatically)4342        - [Проверка возможности импорта модуля](https://python-all.ru/3.8/library/importlib.html#checking-if-a-module-can-be-imported)4343        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.8/library/importlib.html#importing-a-source-file-directly)4344        - [Настройка импортёра](https://python-all.ru/3.8/library/importlib.html#setting-up-an-importer)4345        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.8/library/importlib.html#approximating-importlib-import-module)4346    - [Использование `importlib.metadata`](https://python-all.ru/3.8/library/importlib.metadata.html)43474348      - [Обзор](https://python-all.ru/3.8/library/importlib.metadata.html#overview)4349      - [Функциональный API](https://python-all.ru/3.8/library/importlib.metadata.html#functional-api)43504351        - [Точки входа](https://python-all.ru/3.8/library/importlib.metadata.html#entry-points)4352        - [Метаданные дистрибутива](https://python-all.ru/3.8/library/importlib.metadata.html#distribution-metadata)4353        - [Версии дистрибутива](https://python-all.ru/3.8/library/importlib.metadata.html#distribution-versions)4354        - [Файлы дистрибутива](https://python-all.ru/3.8/library/importlib.metadata.html#distribution-files)4355        - [Зависимости дистрибутива](https://python-all.ru/3.8/library/importlib.metadata.html#distribution-requirements)4356      - [Дистрибутивы](https://python-all.ru/3.8/library/importlib.metadata.html#distributions)4357      - [Расширение алгоритма поиска](https://python-all.ru/3.8/library/importlib.metadata.html#extending-the-search-algorithm)4358  - [Службы языка Python](https://python-all.ru/3.8/library/language.html)43594360    - [`parser` – Доступ к деревьям разбора Python](https://python-all.ru/3.8/library/parser.html)43614362      - [Создание ST-объектов](https://python-all.ru/3.8/library/parser.html#creating-st-objects)4363      - [Преобразование ST-объектов](https://python-all.ru/3.8/library/parser.html#converting-st-objects)4364      - [Запросы к ST-объектам](https://python-all.ru/3.8/library/parser.html#queries-on-st-objects)4365      - [Исключения и обработка ошибок](https://python-all.ru/3.8/library/parser.html#exceptions-and-error-handling)4366      - [ST-объекты](https://python-all.ru/3.8/library/parser.html#st-objects)4367      - [Пример: эмуляция `compile()`](https://python-all.ru/3.8/library/parser.html#example-emulation-of-compile)4368    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.8/library/ast.html)43694370      - [Классы узлов](https://python-all.ru/3.8/library/ast.html#node-classes)4371      - [Абстрактная грамматика](https://python-all.ru/3.8/library/ast.html#abstract-grammar)4372      - [`ast` Вспомогательные функции](https://python-all.ru/3.8/library/ast.html#ast-helpers)4373    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.8/library/symtable.html)43744375      - [Генерация таблиц символов](https://python-all.ru/3.8/library/symtable.html#generating-symbol-tables)4376      - [Изучение таблиц символов](https://python-all.ru/3.8/library/symtable.html#examining-symbol-tables)4377    - [`symbol` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.8/library/symbol.html)4378    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.8/library/token.html)4379    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.8/library/keyword.html)4380    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.8/library/tokenize.html)43814382      - [Токенизация входных данных](https://python-all.ru/3.8/library/tokenize.html#tokenizing-input)4383      - [Использование командной строки](https://python-all.ru/3.8/library/tokenize.html#command-line-usage)4384      - [Примеры](https://python-all.ru/3.8/library/tokenize.html#examples)4385    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.8/library/tabnanny.html)4386    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.8/library/pyclbr.html)43874388      - [Объекты функций](https://python-all.ru/3.8/library/pyclbr.html#function-objects)4389      - [Объекты классов](https://python-all.ru/3.8/library/pyclbr.html#class-objects)4390    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.8/library/py_compile.html)4391    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.8/library/compileall.html)43924393      - [Использование командной строки](https://python-all.ru/3.8/library/compileall.html#command-line-use)4394      - [Публичные функции](https://python-all.ru/3.8/library/compileall.html#public-functions)4395    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.8/library/dis.html)43964397      - [Анализ байт-кода](https://python-all.ru/3.8/library/dis.html#bytecode-analysis)4398      - [Функции анализа](https://python-all.ru/3.8/library/dis.html#analysis-functions)4399      - [Инструкции байт-кода Python](https://python-all.ru/3.8/library/dis.html#python-bytecode-instructions)4400      - [Коллекции кодов операций](https://python-all.ru/3.8/library/dis.html#opcode-collections)4401    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.8/library/pickletools.html)44024403      - [Использование командной строки](https://python-all.ru/3.8/library/pickletools.html#command-line-usage)44044405        - [Параметры командной строки](https://python-all.ru/3.8/library/pickletools.html#command-line-options)4406      - [Программный интерфейс](https://python-all.ru/3.8/library/pickletools.html#programmatic-interface)4407  - [Прочие службы](https://python-all.ru/3.8/library/misc.html)44084409    - [`formatter` – Общее форматирование вывода](https://python-all.ru/3.8/library/formatter.html)44104411      - [Интерфейс Formatter](https://python-all.ru/3.8/library/formatter.html#the-formatter-interface)4412      - [Реализации Formatter](https://python-all.ru/3.8/library/formatter.html#formatter-implementations)4413      - [Интерфейс Writer](https://python-all.ru/3.8/library/formatter.html#the-writer-interface)4414      - [Реализации Writer](https://python-all.ru/3.8/library/formatter.html#writer-implementations)4415  - [Службы, специфичные для MS Windows](https://python-all.ru/3.8/library/windows.html)44164417    - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.8/library/msilib.html)44184419      - [Объекты базы данных](https://python-all.ru/3.8/library/msilib.html#database-objects)4420      - [Объекты представления](https://python-all.ru/3.8/library/msilib.html#view-objects)4421      - [Объекты сводной информации](https://python-all.ru/3.8/library/msilib.html#summary-information-objects)4422      - [Объекты записей](https://python-all.ru/3.8/library/msilib.html#record-objects)4423      - [Ошибки](https://python-all.ru/3.8/library/msilib.html#errors)4424      - [Объекты CAB](https://python-all.ru/3.8/library/msilib.html#cab-objects)4425      - [Объекты каталогов](https://python-all.ru/3.8/library/msilib.html#directory-objects)4426      - [Возможности](https://python-all.ru/3.8/library/msilib.html#features)4427      - [Классы графического интерфейса](https://python-all.ru/3.8/library/msilib.html#gui-classes)4428      - [Предварительно вычисленные таблицы](https://python-all.ru/3.8/library/msilib.html#precomputed-tables)4429    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.8/library/msvcrt.html)44304431      - [Операции с файлами](https://python-all.ru/3.8/library/msvcrt.html#file-operations)4432      - [Консольный ввод/вывод](https://python-all.ru/3.8/library/msvcrt.html#console-i-o)4433      - [Прочие функции](https://python-all.ru/3.8/library/msvcrt.html#other-functions)4434    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.8/library/winreg.html)44354436      - [Функции](https://python-all.ru/3.8/library/winreg.html#functions)4437      - [Константы](https://python-all.ru/3.8/library/winreg.html#constants)44384439        - [Константы HKEY\_\*](https://python-all.ru/3.8/library/winreg.html#hkey-constants)4440        - [Права доступа](https://python-all.ru/3.8/library/winreg.html#access-rights)44414442          - [Специфика 64-бит](https://python-all.ru/3.8/library/winreg.html#bit-specific)4443        - [Типы значений](https://python-all.ru/3.8/library/winreg.html#value-types)4444      - [Объекты дескрипторов реестра](https://python-all.ru/3.8/library/winreg.html#registry-handle-objects)4445    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.8/library/winsound.html)4446  - [Специфические для Unix службы](https://python-all.ru/3.8/library/unix.html)44474448    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.8/library/posix.html)44494450      - [Поддержка больших файлов](https://python-all.ru/3.8/library/posix.html#large-file-support)4451      - [Примечательное содержимое модуля](https://python-all.ru/3.8/library/posix.html#notable-module-contents)4452    - [`pwd` – База данных паролей](https://python-all.ru/3.8/library/pwd.html)4453    - [`spwd` – База данных теневых паролей](https://python-all.ru/3.8/library/spwd.html)4454    - [`grp` – База данных групп](https://python-all.ru/3.8/library/grp.html)4455    - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.8/library/crypt.html)44564457      - [Методы хеширования](https://python-all.ru/3.8/library/crypt.html#hashing-methods)4458      - [Атрибуты модуля](https://python-all.ru/3.8/library/crypt.html#module-attributes)4459      - [Функции модуля](https://python-all.ru/3.8/library/crypt.html#module-functions)4460      - [Примеры](https://python-all.ru/3.8/library/crypt.html#examples)4461    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.8/library/termios.html)44624463      - [Пример](https://python-all.ru/3.8/library/termios.html#example)4464    - [`tty` – Функции управления терминалом](https://python-all.ru/3.8/library/tty.html)4465    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.8/library/pty.html)44664467      - [Пример](https://python-all.ru/3.8/library/pty.html#example)4468    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.8/library/fcntl.html)4469    - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.8/library/pipes.html)44704471      - [Объекты шаблонов](https://python-all.ru/3.8/library/pipes.html#template-objects)4472    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.8/library/resource.html)44734474      - [Ограничения ресурсов](https://python-all.ru/3.8/library/resource.html#resource-limits)4475      - [Использование ресурсов](https://python-all.ru/3.8/library/resource.html#resource-usage)4476    - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.8/library/nis.html)4477    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.8/library/syslog.html)44784479      - [Примеры](https://python-all.ru/3.8/library/syslog.html#examples)44804481        - [Простой пример](https://python-all.ru/3.8/library/syslog.html#simple-example)4482  - [Заменённые модули](https://python-all.ru/3.8/library/superseded.html)44834484    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.8/library/optparse.html)44854486      - [Фон](https://python-all.ru/3.8/library/optparse.html#background)44874488        - [Терминология](https://python-all.ru/3.8/library/optparse.html#terminology)4489        - [Для чего нужны опции?](https://python-all.ru/3.8/library/optparse.html#what-are-options-for)4490        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.8/library/optparse.html#what-are-positional-arguments-for)4491      - [Учебное пособие](https://python-all.ru/3.8/library/optparse.html#tutorial)44924493        - [Понимание действий опций](https://python-all.ru/3.8/library/optparse.html#understanding-option-actions)4494        - [Действие store](https://python-all.ru/3.8/library/optparse.html#the-store-action)4495        - [Обработка булевых опций (флагов)](https://python-all.ru/3.8/library/optparse.html#handling-boolean-flag-options)4496        - [Другие действия](https://python-all.ru/3.8/library/optparse.html#other-actions)4497        - [Значения по умолчанию](https://python-all.ru/3.8/library/optparse.html#default-values)4498        - [Генерация справки](https://python-all.ru/3.8/library/optparse.html#generating-help)44994500          - [Группировка опций](https://python-all.ru/3.8/library/optparse.html#grouping-options)4501        - [Вывод строки версии](https://python-all.ru/3.8/library/optparse.html#printing-a-version-string)4502        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.8/library/optparse.html#how-optparse-handles-errors)4503        - [Собираем всё вместе](https://python-all.ru/3.8/library/optparse.html#putting-it-all-together)4504      - [Справочное руководство](https://python-all.ru/3.8/library/optparse.html#reference-guide)45054506        - [Создание парсера](https://python-all.ru/3.8/library/optparse.html#creating-the-parser)4507        - [Наполнение парсера](https://python-all.ru/3.8/library/optparse.html#populating-the-parser)4508        - [Определение параметров](https://python-all.ru/3.8/library/optparse.html#defining-options)4509        - [Атрибуты параметров](https://python-all.ru/3.8/library/optparse.html#option-attributes)4510        - [Стандартные действия параметров](https://python-all.ru/3.8/library/optparse.html#standard-option-actions)4511        - [Стандартные типы параметров](https://python-all.ru/3.8/library/optparse.html#standard-option-types)4512        - [Разбор аргументов](https://python-all.ru/3.8/library/optparse.html#parsing-arguments)4513        - [Запросы и управление парсером параметров](https://python-all.ru/3.8/library/optparse.html#querying-and-manipulating-your-option-parser)4514        - [Конфликты между параметрами](https://python-all.ru/3.8/library/optparse.html#conflicts-between-options)4515        - [Очистка](https://python-all.ru/3.8/library/optparse.html#cleanup)4516        - [Другие методы](https://python-all.ru/3.8/library/optparse.html#other-methods)4517      - [Колбэки параметров](https://python-all.ru/3.8/library/optparse.html#option-callbacks)45184519        - [Определение параметра с колбэком](https://python-all.ru/3.8/library/optparse.html#defining-a-callback-option)4520        - [Как вызываются колбэки](https://python-all.ru/3.8/library/optparse.html#how-callbacks-are-called)4521        - [Возбуждение исключений в колбэке](https://python-all.ru/3.8/library/optparse.html#raising-errors-in-a-callback)4522        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.8/library/optparse.html#callback-example-1-trivial-callback)4523        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.8/library/optparse.html#callback-example-2-check-option-order)4524        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.8/library/optparse.html#callback-example-3-check-option-order-generalized)4525        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.8/library/optparse.html#callback-example-4-check-arbitrary-condition)4526        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.8/library/optparse.html#callback-example-5-fixed-arguments)4527        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.8/library/optparse.html#callback-example-6-variable-arguments)4528      - [Расширение `optparse`](https://python-all.ru/3.8/library/optparse.html#extending-optparse)45294530        - [Добавление новых типов](https://python-all.ru/3.8/library/optparse.html#adding-new-types)4531        - [Добавление новых действий](https://python-all.ru/3.8/library/optparse.html#adding-new-actions)4532    - [`imp` – Доступ к внутреннему устройству import](https://python-all.ru/3.8/library/imp.html)45334534      - [Примеры](https://python-all.ru/3.8/library/imp.html#examples)4535  - [Недокументированные модули](https://python-all.ru/3.8/library/undoc.html)45364537    - [Платформозависимые модули](https://python-all.ru/3.8/library/undoc.html#platform-specific-modules)4538- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.8/extending/index.html)45394540  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.8/extending/index.html#recommended-third-party-tools)4541  - [Создание расширений без сторонних инструментов](https://python-all.ru/3.8/extending/index.html#creating-extensions-without-third-party-tools)45424543    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.8/extending/extending.html)45444545      - [1.1. Простой пример](https://python-all.ru/3.8/extending/extending.html#a-simple-example)4546      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.8/extending/extending.html#intermezzo-errors-and-exceptions)4547      - [1.3. Возвращение к примеру](https://python-all.ru/3.8/extending/extending.html#back-to-the-example)4548      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.8/extending/extending.html#the-module-s-method-table-and-initialization-function)4549      - [1.5. Компиляция и компоновка](https://python-all.ru/3.8/extending/extending.html#compilation-and-linkage)4550      - [1.6. Вызов функций Python из C](https://python-all.ru/3.8/extending/extending.html#calling-python-functions-from-c)4551      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.8/extending/extending.html#extracting-parameters-in-extension-functions)4552      - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.8/extending/extending.html#keyword-parameters-for-extension-functions)4553      - [1.9. Построение произвольных значений](https://python-all.ru/3.8/extending/extending.html#building-arbitrary-values)4554      - [1.10. Счетчики ссылок](https://python-all.ru/3.8/extending/extending.html#reference-counts)45554556        - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.8/extending/extending.html#reference-counting-in-python)4557        - [1.10.2. Правила владения](https://python-all.ru/3.8/extending/extending.html#ownership-rules)4558        - [1.10.3. Тонкий лёд](https://python-all.ru/3.8/extending/extending.html#thin-ice)4559        - [1.10.4. Указатели NULL](https://python-all.ru/3.8/extending/extending.html#null-pointers)4560      - [1.11. Написание расширений на C++](https://python-all.ru/3.8/extending/extending.html#writing-extensions-in-c)4561      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.8/extending/extending.html#providing-a-c-api-for-an-extension-module)4562    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.8/extending/newtypes_tutorial.html)45634564      - [2.1. Основы](https://python-all.ru/3.8/extending/newtypes_tutorial.html#the-basics)4565      - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.8/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)4566      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.8/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)4567      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.8/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)4568      - [2.5. Наследование от других типов](https://python-all.ru/3.8/extending/newtypes_tutorial.html#subclassing-other-types)4569    - [3. Определение типов расширения: разные темы](https://python-all.ru/3.8/extending/newtypes.html)45704571      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.8/extending/newtypes.html#finalization-and-de-allocation)4572      - [3.2. Представление объектов](https://python-all.ru/3.8/extending/newtypes.html#object-presentation)4573      - [3.3. Управление атрибутами](https://python-all.ru/3.8/extending/newtypes.html#attribute-management)45744575        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.8/extending/newtypes.html#generic-attribute-management)4576        - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.8/extending/newtypes.html#type-specific-attribute-management)4577      - [3.4. Сравнение объектов](https://python-all.ru/3.8/extending/newtypes.html#object-comparison)4578      - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.8/extending/newtypes.html#abstract-protocol-support)4579      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.8/extending/newtypes.html#weak-reference-support)4580      - [3.7. Дополнительные предложения](https://python-all.ru/3.8/extending/newtypes.html#more-suggestions)4581    - [4. Сборка расширений на C и C++](https://python-all.ru/3.8/extending/building.html)45824583      - [4.1. Сборка расширений на C и C++ с помощью distutils](https://python-all.ru/3.8/extending/building.html#building-c-and-c-extensions-with-distutils)4584      - [4.2. Распространение модулей расширения](https://python-all.ru/3.8/extending/building.html#distributing-your-extension-modules)4585    - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.8/extending/windows.html)45864587      - [5.1. Рецептурный подход](https://python-all.ru/3.8/extending/windows.html#a-cookbook-approach)4588      - [5.2. Различия между Unix и Windows](https://python-all.ru/3.8/extending/windows.html#differences-between-unix-and-windows)4589      - [5.3. Использование DLL на практике](https://python-all.ru/3.8/extending/windows.html#using-dlls-in-practice)4590  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.8/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)45914592    - [1. Встраивание Python в другое приложение](https://python-all.ru/3.8/extending/embedding.html)45934594      - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.8/extending/embedding.html#very-high-level-embedding)4595      - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.8/extending/embedding.html#beyond-very-high-level-embedding-an-overview)4596      - [1.3. Чистое встраивание](https://python-all.ru/3.8/extending/embedding.html#pure-embedding)4597      - [1.4. Расширение встроенного Python](https://python-all.ru/3.8/extending/embedding.html#extending-embedded-python)4598      - [1.5. Встраивание Python в C++](https://python-all.ru/3.8/extending/embedding.html#embedding-python-in-c)4599      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.8/extending/embedding.html#compiling-and-linking-under-unix-like-systems)4600- [Справочное руководство по Python/C API](https://python-all.ru/3.8/c-api/index.html)46014602  - [Введение](https://python-all.ru/3.8/c-api/intro.html)46034604    - [Стандарты кодирования](https://python-all.ru/3.8/c-api/intro.html#coding-standards)4605    - [Заголовочные файлы](https://python-all.ru/3.8/c-api/intro.html#include-files)4606    - [Полезные макросы](https://python-all.ru/3.8/c-api/intro.html#useful-macros)4607    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.8/c-api/intro.html#objects-types-and-reference-counts)46084609      - [Счётчики ссылок](https://python-all.ru/3.8/c-api/intro.html#reference-counts)46104611        - [Подробности подсчёта ссылок](https://python-all.ru/3.8/c-api/intro.html#reference-count-details)4612      - [Типы](https://python-all.ru/3.8/c-api/intro.html#types)4613    - [Исключения](https://python-all.ru/3.8/c-api/intro.html#exceptions)4614    - [Встраивание Python](https://python-all.ru/3.8/c-api/intro.html#embedding-python)4615    - [Отладочные сборки](https://python-all.ru/3.8/c-api/intro.html#debugging-builds)4616  - [Стабильный ABI](https://python-all.ru/3.8/c-api/stable.html)4617  - [Очень высокоуровневый слой](https://python-all.ru/3.8/c-api/veryhigh.html)4618  - [Подсчёт ссылок](https://python-all.ru/3.8/c-api/refcounting.html)4619  - [Обработка исключений](https://python-all.ru/3.8/c-api/exceptions.html)46204621    - [Вывод и очистка](https://python-all.ru/3.8/c-api/exceptions.html#printing-and-clearing)4622    - [Возбуждение исключений](https://python-all.ru/3.8/c-api/exceptions.html#raising-exceptions)4623    - [Выдача предупреждений](https://python-all.ru/3.8/c-api/exceptions.html#issuing-warnings)4624    - [Запрос индикатора ошибки](https://python-all.ru/3.8/c-api/exceptions.html#querying-the-error-indicator)4625    - [Обработка сигналов](https://python-all.ru/3.8/c-api/exceptions.html#signal-handling)4626    - [Классы исключений](https://python-all.ru/3.8/c-api/exceptions.html#exception-classes)4627    - [Объекты исключений](https://python-all.ru/3.8/c-api/exceptions.html#exception-objects)4628    - [Объекты исключений Unicode](https://python-all.ru/3.8/c-api/exceptions.html#unicode-exception-objects)4629    - [Управление рекурсией](https://python-all.ru/3.8/c-api/exceptions.html#recursion-control)4630    - [Стандартные исключения](https://python-all.ru/3.8/c-api/exceptions.html#standard-exceptions)4631    - [Стандартные категории предупреждений](https://python-all.ru/3.8/c-api/exceptions.html#standard-warning-categories)4632  - [Утилиты](https://python-all.ru/3.8/c-api/utilities.html)46334634    - [Утилиты операционной системы](https://python-all.ru/3.8/c-api/sys.html)4635    - [Системные функции](https://python-all.ru/3.8/c-api/sys.html#system-functions)4636    - [Управление процессами](https://python-all.ru/3.8/c-api/sys.html#process-control)4637    - [Импорт модулей](https://python-all.ru/3.8/c-api/import.html)4638    - [Поддержка маршалинга данных](https://python-all.ru/3.8/c-api/marshal.html)4639    - [Разбор аргументов и сборка значений](https://python-all.ru/3.8/c-api/arg.html)46404641      - [Разбор аргументов](https://python-all.ru/3.8/c-api/arg.html#parsing-arguments)46424643        - [Строки и буферы](https://python-all.ru/3.8/c-api/arg.html#strings-and-buffers)4644        - [Числа](https://python-all.ru/3.8/c-api/arg.html#numbers)4645        - [Другие объекты](https://python-all.ru/3.8/c-api/arg.html#other-objects)4646        - [Функции API](https://python-all.ru/3.8/c-api/arg.html#api-functions)4647      - [Сборка значений](https://python-all.ru/3.8/c-api/arg.html#building-values)4648    - [Преобразование и форматирование строк](https://python-all.ru/3.8/c-api/conversion.html)4649    - [Рефлексия](https://python-all.ru/3.8/c-api/reflection.html)4650    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.8/c-api/codec.html)46514652      - [API поиска кодировок](https://python-all.ru/3.8/c-api/codec.html#codec-lookup-api)4653      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.8/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)4654  - [Слой абстрактных объектов](https://python-all.ru/3.8/c-api/abstract.html)46554656    - [Протокол объекта](https://python-all.ru/3.8/c-api/object.html)4657    - [Протокол чисел](https://python-all.ru/3.8/c-api/number.html)4658    - [Протокол последовательностей](https://python-all.ru/3.8/c-api/sequence.html)4659    - [Протокол отображений](https://python-all.ru/3.8/c-api/mapping.html)4660    - [Протокол итератора](https://python-all.ru/3.8/c-api/iter.html)4661    - [Протокол буфера](https://python-all.ru/3.8/c-api/buffer.html)46624663      - [Структура буфера](https://python-all.ru/3.8/c-api/buffer.html#buffer-structure)4664      - [Типы запросов буфера](https://python-all.ru/3.8/c-api/buffer.html#buffer-request-types)46654666        - [поля, не зависящие от запроса](https://python-all.ru/3.8/c-api/buffer.html#request-independent-fields)4667        - [только для чтения, формат](https://python-all.ru/3.8/c-api/buffer.html#readonly-format)4668        - [форма, шаги, подсмещения](https://python-all.ru/3.8/c-api/buffer.html#shape-strides-suboffsets)4669        - [запросы непрерывности](https://python-all.ru/3.8/c-api/buffer.html#contiguity-requests)4670        - [составные запросы](https://python-all.ru/3.8/c-api/buffer.html#compound-requests)4671      - [Комплексные массивы](https://python-all.ru/3.8/c-api/buffer.html#complex-arrays)46724673        - [В стиле NumPy: форма и шаги](https://python-all.ru/3.8/c-api/buffer.html#numpy-style-shape-and-strides)4674        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.8/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)4675      - [Функции, связанные с буферами](https://python-all.ru/3.8/c-api/buffer.html#buffer-related-functions)4676    - [Старый буферный протокол](https://python-all.ru/3.8/c-api/objbuffer.html)4677  - [Слой конкретных объектов](https://python-all.ru/3.8/c-api/concrete.html)46784679    - [Базовые объекты](https://python-all.ru/3.8/c-api/concrete.html#fundamental-objects)46804681      - [Объекты типов](https://python-all.ru/3.8/c-api/type.html)46824683        - [Создание типов, размещаемых в куче](https://python-all.ru/3.8/c-api/type.html#creating-heap-allocated-types)4684      - [Объект `None`](https://python-all.ru/3.8/c-api/none.html)4685    - [Числовые объекты](https://python-all.ru/3.8/c-api/concrete.html#numeric-objects)46864687      - [Объекты целых чисел](https://python-all.ru/3.8/c-api/long.html)4688      - [Объекты логических значений](https://python-all.ru/3.8/c-api/bool.html)4689      - [Объекты чисел с плавающей запятой](https://python-all.ru/3.8/c-api/float.html)4690      - [Объекты комплексных чисел](https://python-all.ru/3.8/c-api/complex.html)46914692        - [Комплексные числа как структуры C](https://python-all.ru/3.8/c-api/complex.html#complex-numbers-as-c-structures)4693        - [Комплексные числа как объекты Python](https://python-all.ru/3.8/c-api/complex.html#complex-numbers-as-python-objects)4694    - [Объекты последовательностей](https://python-all.ru/3.8/c-api/concrete.html#sequence-objects)46954696      - [Объекты bytes](https://python-all.ru/3.8/c-api/bytes.html)4697      - [Объекты массива байтов](https://python-all.ru/3.8/c-api/bytearray.html)46984699        - [Макросы проверки типа](https://python-all.ru/3.8/c-api/bytearray.html#type-check-macros)4700        - [Функции прямого API](https://python-all.ru/3.8/c-api/bytearray.html#direct-api-functions)4701        - [Макросы](https://python-all.ru/3.8/c-api/bytearray.html#macros)4702      - [Объекты Unicode и кодеки](https://python-all.ru/3.8/c-api/unicode.html)47034704        - [Объекты Unicode](https://python-all.ru/3.8/c-api/unicode.html#unicode-objects)47054706          - [Тип Юникода](https://python-all.ru/3.8/c-api/unicode.html#unicode-type)4707          - [Свойства символов Юникода](https://python-all.ru/3.8/c-api/unicode.html#unicode-character-properties)4708          - [Создание и доступ к строкам Юникода](https://python-all.ru/3.8/c-api/unicode.html#creating-and-accessing-unicode-strings)4709          - [Устаревшие API Py\_UNICODE](https://python-all.ru/3.8/c-api/unicode.html#deprecated-py-unicode-apis)4710          - [Локальная кодировка](https://python-all.ru/3.8/c-api/unicode.html#locale-encoding)4711          - [Кодировка файловой системы](https://python-all.ru/3.8/c-api/unicode.html#file-system-encoding)4712          - [Поддержка wchar\_t](https://python-all.ru/3.8/c-api/unicode.html#wchar-t-support)4713        - [Встроенные кодеки](https://python-all.ru/3.8/c-api/unicode.html#built-in-codecs)47144715          - [Общие кодеки](https://python-all.ru/3.8/c-api/unicode.html#generic-codecs)4716          - [Кодеки UTF-8](https://python-all.ru/3.8/c-api/unicode.html#utf-8-codecs)4717          - [Кодеки UTF-32](https://python-all.ru/3.8/c-api/unicode.html#utf-32-codecs)4718          - [Кодеки UTF-16](https://python-all.ru/3.8/c-api/unicode.html#utf-16-codecs)4719          - [Кодеки UTF-7](https://python-all.ru/3.8/c-api/unicode.html#utf-7-codecs)4720          - [Кодеки Unicode-Escape](https://python-all.ru/3.8/c-api/unicode.html#unicode-escape-codecs)4721          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.8/c-api/unicode.html#raw-unicode-escape-codecs)4722          - [Кодеки Latin-1](https://python-all.ru/3.8/c-api/unicode.html#latin-1-codecs)4723          - [Кодеки ASCII](https://python-all.ru/3.8/c-api/unicode.html#ascii-codecs)4724          - [Кодеки символьной карты](https://python-all.ru/3.8/c-api/unicode.html#character-map-codecs)4725          - [Кодеки MBCS для Windows](https://python-all.ru/3.8/c-api/unicode.html#mbcs-codecs-for-windows)4726          - [Методы и слоты](https://python-all.ru/3.8/c-api/unicode.html#methods-slots)4727        - [Методы и слот-функции](https://python-all.ru/3.8/c-api/unicode.html#methods-and-slot-functions)4728      - [Кортежи](https://python-all.ru/3.8/c-api/tuple.html)4729      - [Объекты структурных последовательностей](https://python-all.ru/3.8/c-api/tuple.html#struct-sequence-objects)4730      - [Списки](https://python-all.ru/3.8/c-api/list.html)4731    - [Объекты контейнеров](https://python-all.ru/3.8/c-api/concrete.html#container-objects)47324733      - [Объекты словарей](https://python-all.ru/3.8/c-api/dict.html)4734      - [Множества](https://python-all.ru/3.8/c-api/set.html)4735    - [Объекты функций](https://python-all.ru/3.8/c-api/concrete.html#function-objects)47364737      - [Объекты функций](https://python-all.ru/3.8/c-api/function.html)4738      - [Объекты методов экземпляра](https://python-all.ru/3.8/c-api/method.html)4739      - [Объекты методов](https://python-all.ru/3.8/c-api/method.html#method-objects)4740      - [Объекты ячеек](https://python-all.ru/3.8/c-api/cell.html)4741      - [Объекты кода](https://python-all.ru/3.8/c-api/code.html)4742    - [Прочие объекты](https://python-all.ru/3.8/c-api/concrete.html#other-objects)47434744      - [Объекты файлов](https://python-all.ru/3.8/c-api/file.html)4745      - [Объекты модулей](https://python-all.ru/3.8/c-api/module.html)47464747        - [Инициализация C-модулей](https://python-all.ru/3.8/c-api/module.html#initializing-c-modules)47484749          - [Однофазная инициализация](https://python-all.ru/3.8/c-api/module.html#single-phase-initialization)4750          - [Многофазная инициализация](https://python-all.ru/3.8/c-api/module.html#multi-phase-initialization)4751          - [Функции низкоуровневого создания модулей](https://python-all.ru/3.8/c-api/module.html#low-level-module-creation-functions)4752          - [Вспомогательные функции](https://python-all.ru/3.8/c-api/module.html#support-functions)4753        - [Поиск модуля](https://python-all.ru/3.8/c-api/module.html#module-lookup)4754      - [Объекты итераторов](https://python-all.ru/3.8/c-api/iterator.html)4755      - [Объекты дескрипторов](https://python-all.ru/3.8/c-api/descriptor.html)4756      - [Объекты срезов](https://python-all.ru/3.8/c-api/slice.html)4757      - [Объект Ellipsis](https://python-all.ru/3.8/c-api/slice.html#ellipsis-object)4758      - [Объекты memoryview](https://python-all.ru/3.8/c-api/memoryview.html)4759      - [Объекты слабых ссылок](https://python-all.ru/3.8/c-api/weakref.html)4760      - [Капсулы](https://python-all.ru/3.8/c-api/capsule.html)4761      - [Объекты-генераторы](https://python-all.ru/3.8/c-api/gen.html)4762      - [Объекты корутин](https://python-all.ru/3.8/c-api/coro.html)4763      - [Объекты контекстных переменных](https://python-all.ru/3.8/c-api/contextvars.html)4764      - [Объекты datetime](https://python-all.ru/3.8/c-api/datetime.html)4765  - [Инициализация, финализация и потоки](https://python-all.ru/3.8/c-api/init.html)47664767    - [Перед инициализацией Python](https://python-all.ru/3.8/c-api/init.html#before-python-initialization)4768    - [Глобальные переменные конфигурации](https://python-all.ru/3.8/c-api/init.html#global-configuration-variables)4769    - [Инициализация и финализация интерпретатора](https://python-all.ru/3.8/c-api/init.html#initializing-and-finalizing-the-interpreter)4770    - [Параметры уровня процесса](https://python-all.ru/3.8/c-api/init.html#process-wide-parameters)4771    - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.8/c-api/init.html#thread-state-and-the-global-interpreter-lock)47724773      - [Освобождение GIL из кода расширения](https://python-all.ru/3.8/c-api/init.html#releasing-the-gil-from-extension-code)4774      - [Потоки, созданные не в Python](https://python-all.ru/3.8/c-api/init.html#non-python-created-threads)4775      - [Предостережения о fork()](https://python-all.ru/3.8/c-api/init.html#cautions-about-fork)4776      - [Высокоуровневый API](https://python-all.ru/3.8/c-api/init.html#high-level-api)4777      - [Низкоуровневый API](https://python-all.ru/3.8/c-api/init.html#low-level-api)4778    - [Поддержка под-интерпретаторов](https://python-all.ru/3.8/c-api/init.html#sub-interpreter-support)47794780      - [Ошибки и предостережения](https://python-all.ru/3.8/c-api/init.html#bugs-and-caveats)4781    - [Асинхронные уведомления](https://python-all.ru/3.8/c-api/init.html#asynchronous-notifications)4782    - [Профилирование и трассировка](https://python-all.ru/3.8/c-api/init.html#profiling-and-tracing)4783    - [Расширенная поддержка отладчика](https://python-all.ru/3.8/c-api/init.html#advanced-debugger-support)4784    - [Поддержка локального хранилища потоков](https://python-all.ru/3.8/c-api/init.html#thread-local-storage-support)47854786      - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.8/c-api/init.html#thread-specific-storage-tss-api)47874788        - [Динамическое выделение памяти](https://python-all.ru/3.8/c-api/init.html#dynamic-allocation)4789        - [Методы](https://python-all.ru/3.8/c-api/init.html#methods)4790      - [API локального хранилища потоков (TLS)](https://python-all.ru/3.8/c-api/init.html#thread-local-storage-tls-api)4791  - [Конфигурация инициализации Python](https://python-all.ru/3.8/c-api/init_config.html)47924793    - [PyWideStringList](https://python-all.ru/3.8/c-api/init_config.html#pywidestringlist)4794    - [PyStatus](https://python-all.ru/3.8/c-api/init_config.html#pystatus)4795    - [PyPreConfig](https://python-all.ru/3.8/c-api/init_config.html#pypreconfig)4796    - [Преинициализация с PyPreConfig](https://python-all.ru/3.8/c-api/init_config.html#preinitialization-with-pypreconfig)4797    - [PyConfig](https://python-all.ru/3.8/c-api/init_config.html#pyconfig)4798    - [Инициализация с помощью PyConfig](https://python-all.ru/3.8/c-api/init_config.html#initialization-with-pyconfig)4799    - [Изолированная конфигурация](https://python-all.ru/3.8/c-api/init_config.html#isolated-configuration)4800    - [Конфигурация Python](https://python-all.ru/3.8/c-api/init_config.html#python-configuration)4801    - [Конфигурация путей](https://python-all.ru/3.8/c-api/init_config.html#path-configuration)4802    - [Py\_RunMain()](https://python-all.ru/3.8/c-api/init_config.html#py-runmain)4803    - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.8/c-api/init_config.html#multi-phase-initialization-private-provisional-api)4804  - [Управление памятью](https://python-all.ru/3.8/c-api/memory.html)48054806    - [Обзор](https://python-all.ru/3.8/c-api/memory.html#overview)4807    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.8/c-api/memory.html#raw-memory-interface)4808    - [Интерфейс памяти](https://python-all.ru/3.8/c-api/memory.html#memory-interface)4809    - [Аллокаторы объектов](https://python-all.ru/3.8/c-api/memory.html#object-allocators)4810    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.8/c-api/memory.html#default-memory-allocators)4811    - [Настройка аллокаторов памяти](https://python-all.ru/3.8/c-api/memory.html#customize-memory-allocators)4812    - [Аллокатор pymalloc](https://python-all.ru/3.8/c-api/memory.html#the-pymalloc-allocator)48134814      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.8/c-api/memory.html#customize-pymalloc-arena-allocator)4815    - [C API модуля tracemalloc](https://python-all.ru/3.8/c-api/memory.html#tracemalloc-c-api)4816    - [Примеры](https://python-all.ru/3.8/c-api/memory.html#examples)4817  - [Поддержка реализации объектов](https://python-all.ru/3.8/c-api/objimpl.html)48184819    - [Выделение объектов в куче](https://python-all.ru/3.8/c-api/allocation.html)4820    - [Общие структуры объектов](https://python-all.ru/3.8/c-api/structures.html)4821    - [Объекты типов](https://python-all.ru/3.8/c-api/typeobj.html)48224823      - [Краткий справочник](https://python-all.ru/3.8/c-api/typeobj.html#quick-reference)48244825        - [“tp slots”](https://python-all.ru/3.8/c-api/typeobj.html#tp-slots)4826        - [под-слоты](https://python-all.ru/3.8/c-api/typeobj.html#sub-slots)4827        - [typedefs слотов](https://python-all.ru/3.8/c-api/typeobj.html#slot-typedefs)4828      - [Определение PyTypeObject](https://python-all.ru/3.8/c-api/typeobj.html#pytypeobject-definition)4829      - [Слоты PyObject](https://python-all.ru/3.8/c-api/typeobj.html#pyobject-slots)4830      - [Слоты PyVarObject](https://python-all.ru/3.8/c-api/typeobj.html#pyvarobject-slots)4831      - [Слоты PyTypeObject](https://python-all.ru/3.8/c-api/typeobj.html#pytypeobject-slots)4832      - [Типы в куче](https://python-all.ru/3.8/c-api/typeobj.html#heap-types)4833    - [Структуры числовых объектов](https://python-all.ru/3.8/c-api/typeobj.html#number-object-structures)4834    - [Структуры объектов отображений](https://python-all.ru/3.8/c-api/typeobj.html#mapping-object-structures)4835    - [Структуры объектов последовательностей](https://python-all.ru/3.8/c-api/typeobj.html#sequence-object-structures)4836    - [Структуры буферных объектов](https://python-all.ru/3.8/c-api/typeobj.html#buffer-object-structures)4837    - [Структуры асинхронных объектов](https://python-all.ru/3.8/c-api/typeobj.html#async-object-structures)4838    - [typedefs типов слотов](https://python-all.ru/3.8/c-api/typeobj.html#slot-type-typedefs)4839    - [Примеры](https://python-all.ru/3.8/c-api/typeobj.html#examples)4840    - [Поддержка циклической сборки мусора](https://python-all.ru/3.8/c-api/gcsupport.html)4841  - [Версионирование API и ABI](https://python-all.ru/3.8/c-api/apiabiversion.html)4842- [Распространение модулей Python](https://python-all.ru/3.8/distributing/index.html)48434844  - [Ключевые термины](https://python-all.ru/3.8/distributing/index.html#key-terms)4845  - [Открытое лицензирование и совместная работа](https://python-all.ru/3.8/distributing/index.html#open-source-licensing-and-collaboration)4846  - [Установка инструментов](https://python-all.ru/3.8/distributing/index.html#installing-the-tools)4847  - [Чтение Python Packaging User Guide](https://python-all.ru/3.8/distributing/index.html#reading-the-python-packaging-user-guide)4848  - [Как мне…?](https://python-all.ru/3.8/distributing/index.html#how-do-i)48494850    - [… выбрать имя для проекта?](https://python-all.ru/3.8/distributing/index.html#choose-a-name-for-my-project)4851    - [… создавать и распространять бинарные расширения?](https://python-all.ru/3.8/distributing/index.html#create-and-distribute-binary-extensions)4852- [Установка модулей Python](https://python-all.ru/3.8/installing/index.html)48534854  - [Ключевые термины](https://python-all.ru/3.8/installing/index.html#key-terms)4855  - [Основы использования](https://python-all.ru/3.8/installing/index.html#basic-usage)4856  - [Как мне …?](https://python-all.ru/3.8/installing/index.html#how-do-i)48574858    - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.8/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)4859    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.8/installing/index.html#install-packages-just-for-the-current-user)4860    - [… установить научные пакеты Python?](https://python-all.ru/3.8/installing/index.html#install-scientific-python-packages)4861    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.8/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)4862  - [Распространённые проблемы установки](https://python-all.ru/3.8/installing/index.html#common-installation-issues)48634864    - [Установка в системный Python на Linux](https://python-all.ru/3.8/installing/index.html#installing-into-the-system-python-on-linux)4865    - [Pip не установлен](https://python-all.ru/3.8/installing/index.html#pip-not-installed)4866    - [Установка бинарных расширений](https://python-all.ru/3.8/installing/index.html#installing-binary-extensions)4867- [Руководства Python HOWTO](https://python-all.ru/3.8/howto/index.html)48684869  - [Перенос кода с Python 2 на Python 3](https://python-all.ru/3.8/howto/pyporting.html)48704871    - [Краткое объяснение](https://python-all.ru/3.8/howto/pyporting.html#the-short-explanation)4872    - [Подробности](https://python-all.ru/3.8/howto/pyporting.html#details)48734874      - [Прекратить поддержку Python 2.6 и более старых версий](https://python-all.ru/3.8/howto/pyporting.html#drop-support-for-python-2-6-and-older)4875      - [Убедитесь, что в файле `setup.py` указана правильная поддержка версий](https://python-all.ru/3.8/howto/pyporting.html#make-sure-you-specify-the-proper-version-support-in-your-setup-py-file)4876      - [Обеспечьте хорошее покрытие тестами](https://python-all.ru/3.8/howto/pyporting.html#have-good-test-coverage)4877      - [Изучите различия между Python 2 и 3](https://python-all.ru/3.8/howto/pyporting.html#learn-the-differences-between-python-2-3)4878      - [Обновите свой код](https://python-all.ru/3.8/howto/pyporting.html#update-your-code)48794880        - [Деление](https://python-all.ru/3.8/howto/pyporting.html#division)4881        - [Текст и двоичные данные](https://python-all.ru/3.8/howto/pyporting.html#text-versus-binary-data)4882        - [Используйте определение возможностей вместо определения версии](https://python-all.ru/3.8/howto/pyporting.html#use-feature-detection-instead-of-version-detection)4883      - [Предотвращение регрессий совместимости](https://python-all.ru/3.8/howto/pyporting.html#prevent-compatibility-regressions)4884      - [Проверьте, какие зависимости блокируют переход](https://python-all.ru/3.8/howto/pyporting.html#check-which-dependencies-block-your-transition)4885      - [Обновите файл `setup.py`, чтобы указать совместимость с Python 3](https://python-all.ru/3.8/howto/pyporting.html#update-your-setup-py-file-to-denote-python-3-compatibility)4886      - [Используйте непрерывную интеграцию для поддержания совместимости](https://python-all.ru/3.8/howto/pyporting.html#use-continuous-integration-to-stay-compatible)4887      - [Рассмотрите использование необязательной статической проверки типов](https://python-all.ru/3.8/howto/pyporting.html#consider-using-optional-static-type-checking)4888  - [Перенос модулей расширения на Python 3](https://python-all.ru/3.8/howto/cporting.html)4889  - [Программирование с curses на Python](https://python-all.ru/3.8/howto/curses.html)48904891    - [Что такое curses?](https://python-all.ru/3.8/howto/curses.html#what-is-curses)48924893      - [Модуль curses в Python](https://python-all.ru/3.8/howto/curses.html#the-python-curses-module)4894    - [Запуск и завершение приложения curses](https://python-all.ru/3.8/howto/curses.html#starting-and-ending-a-curses-application)4895    - [Окна и пады](https://python-all.ru/3.8/howto/curses.html#windows-and-pads)4896    - [Отображение текста](https://python-all.ru/3.8/howto/curses.html#displaying-text)48974898      - [Атрибуты и цвет](https://python-all.ru/3.8/howto/curses.html#attributes-and-color)4899    - [Ввод пользователя](https://python-all.ru/3.8/howto/curses.html#user-input)4900    - [Для получения дополнительных сведений](https://python-all.ru/3.8/howto/curses.html#for-more-information)4901  - [Руководство по дескрипторам](https://python-all.ru/3.8/howto/descriptor.html)49024903    - [Аннотация](https://python-all.ru/3.8/howto/descriptor.html#abstract)4904    - [Определение и введение](https://python-all.ru/3.8/howto/descriptor.html#definition-and-introduction)4905    - [Протокол дескрипторов](https://python-all.ru/3.8/howto/descriptor.html#descriptor-protocol)4906    - [Вызов дескрипторов](https://python-all.ru/3.8/howto/descriptor.html#invoking-descriptors)4907    - [Пример дескриптора](https://python-all.ru/3.8/howto/descriptor.html#descriptor-example)4908    - [Свойства](https://python-all.ru/3.8/howto/descriptor.html#properties)4909    - [Функции и методы](https://python-all.ru/3.8/howto/descriptor.html#functions-and-methods)4910    - [Статические методы и методы класса](https://python-all.ru/3.8/howto/descriptor.html#static-methods-and-class-methods)4911  - [HOWTO по функциональному программированию](https://python-all.ru/3.8/howto/functional.html)49124913    - [Введение](https://python-all.ru/3.8/howto/functional.html#introduction)49144915      - [Формальная доказуемость](https://python-all.ru/3.8/howto/functional.html#formal-provability)4916      - [Модульность](https://python-all.ru/3.8/howto/functional.html#modularity)4917      - [Простота отладки и тестирования](https://python-all.ru/3.8/howto/functional.html#ease-of-debugging-and-testing)4918      - [Композируемость](https://python-all.ru/3.8/howto/functional.html#composability)4919    - [Итераторы](https://python-all.ru/3.8/howto/functional.html#iterators)49204921      - [Типы данных, поддерживающие итераторы](https://python-all.ru/3.8/howto/functional.html#data-types-that-support-iterators)4922    - [Генераторные выражения и списковые включения](https://python-all.ru/3.8/howto/functional.html#generator-expressions-and-list-comprehensions)4923    - [Генераторы](https://python-all.ru/3.8/howto/functional.html#generators)49244925      - [Передача значений в генератор](https://python-all.ru/3.8/howto/functional.html#passing-values-into-a-generator)4926    - [Встроенные функции](https://python-all.ru/3.8/howto/functional.html#built-in-functions)4927    - [Модуль itertools](https://python-all.ru/3.8/howto/functional.html#the-itertools-module)49284929      - [Создание новых итераторов](https://python-all.ru/3.8/howto/functional.html#creating-new-iterators)4930      - [Вызов функций для элементов](https://python-all.ru/3.8/howto/functional.html#calling-functions-on-elements)4931      - [Выбор элементов](https://python-all.ru/3.8/howto/functional.html#selecting-elements)4932      - [Комбинаторные функции](https://python-all.ru/3.8/howto/functional.html#combinatoric-functions)4933      - [Группировка элементов](https://python-all.ru/3.8/howto/functional.html#grouping-elements)4934    - [Модуль functools](https://python-all.ru/3.8/howto/functional.html#the-functools-module)49354936      - [Модуль operator](https://python-all.ru/3.8/howto/functional.html#the-operator-module)4937    - [Небольшие функции и лямбда-выражение](https://python-all.ru/3.8/howto/functional.html#small-functions-and-the-lambda-expression)4938    - [История изменений и благодарности](https://python-all.ru/3.8/howto/functional.html#revision-history-and-acknowledgements)4939    - [Ссылки](https://python-all.ru/3.8/howto/functional.html#references)49404941      - [Общие](https://python-all.ru/3.8/howto/functional.html#general)4942      - [Специфичное для Python](https://python-all.ru/3.8/howto/functional.html#python-specific)4943      - [Документация Python](https://python-all.ru/3.8/howto/functional.html#python-documentation)4944  - [Руководство по логированию](https://python-all.ru/3.8/howto/logging.html)49454946    - [Базовое руководство по логированию](https://python-all.ru/3.8/howto/logging.html#basic-logging-tutorial)49474948      - [Когда использовать логирование](https://python-all.ru/3.8/howto/logging.html#when-to-use-logging)4949      - [Простой пример](https://python-all.ru/3.8/howto/logging.html#a-simple-example)4950      - [Логирование в файл](https://python-all.ru/3.8/howto/logging.html#logging-to-a-file)4951      - [Логирование из нескольких модулей](https://python-all.ru/3.8/howto/logging.html#logging-from-multiple-modules)4952      - [Логирование переменных данных](https://python-all.ru/3.8/howto/logging.html#logging-variable-data)4953      - [Изменение формата отображаемых сообщений](https://python-all.ru/3.8/howto/logging.html#changing-the-format-of-displayed-messages)4954      - [Отображение даты/времени в сообщениях](https://python-all.ru/3.8/howto/logging.html#displaying-the-date-time-in-messages)4955      - [Дальнейшие шаги](https://python-all.ru/3.8/howto/logging.html#next-steps)4956    - [Расширенное руководство по логированию](https://python-all.ru/3.8/howto/logging.html#advanced-logging-tutorial)49574958      - [Поток логирования](https://python-all.ru/3.8/howto/logging.html#logging-flow)4959      - [Логгеры](https://python-all.ru/3.8/howto/logging.html#loggers)4960      - [Обработчики](https://python-all.ru/3.8/howto/logging.html#handlers)4961      - [Форматировщики](https://python-all.ru/3.8/howto/logging.html#formatters)4962      - [Настройка логирования](https://python-all.ru/3.8/howto/logging.html#configuring-logging)4963      - [Что происходит, если конфигурация не предоставлена](https://python-all.ru/3.8/howto/logging.html#what-happens-if-no-configuration-is-provided)4964      - [Настройка логирования для библиотеки](https://python-all.ru/3.8/howto/logging.html#configuring-logging-for-a-library)4965    - [Уровни журналирования](https://python-all.ru/3.8/howto/logging.html#logging-levels)49664967      - [Пользовательские уровни](https://python-all.ru/3.8/howto/logging.html#custom-levels)4968    - [Полезные обработчики](https://python-all.ru/3.8/howto/logging.html#useful-handlers)4969    - [Исключения, возникающие при логировании](https://python-all.ru/3.8/howto/logging.html#exceptions-raised-during-logging)4970    - [Использование произвольных объектов в качестве сообщений](https://python-all.ru/3.8/howto/logging.html#using-arbitrary-objects-as-messages)4971    - [Оптимизация](https://python-all.ru/3.8/howto/logging.html#optimization)4972  - [Рецепты по логированию](https://python-all.ru/3.8/howto/logging-cookbook.html)49734974    - [Использование логирования в нескольких модулях](https://python-all.ru/3.8/howto/logging-cookbook.html#using-logging-in-multiple-modules)4975    - [Логирование из нескольких потоков](https://python-all.ru/3.8/howto/logging-cookbook.html#logging-from-multiple-threads)4976    - [Несколько обработчиков и форматировщиков](https://python-all.ru/3.8/howto/logging-cookbook.html#multiple-handlers-and-formatters)4977    - [Логирование в несколько мест назначения](https://python-all.ru/3.8/howto/logging-cookbook.html#logging-to-multiple-destinations)4978    - [Пример сервера конфигурации](https://python-all.ru/3.8/howto/logging-cookbook.html#configuration-server-example)4979    - [Работа с блокирующими обработчиками](https://python-all.ru/3.8/howto/logging-cookbook.html#dealing-with-handlers-that-block)4980    - [Отправка и получение событий логирования по сети](https://python-all.ru/3.8/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network)4981    - [Добавление контекстной информации в вывод логирования](https://python-all.ru/3.8/howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output)49824983      - [Использование LoggerAdapters для передачи контекстной информации](https://python-all.ru/3.8/howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information)49844985        - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.8/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)4986      - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.8/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)4987    - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.8/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)49884989      - [Использование concurrent.futures.ProcessPoolExecutor](https://python-all.ru/3.8/howto/logging-cookbook.html#using-concurrent-futures-processpoolexecutor)4990    - [Использование ротации файлов](https://python-all.ru/3.8/howto/logging-cookbook.html#using-file-rotation)4991    - [Использование альтернативных стилей форматирования](https://python-all.ru/3.8/howto/logging-cookbook.html#use-of-alternative-formatting-styles)4992    - [Настройка `LogRecord`](https://python-all.ru/3.8/howto/logging-cookbook.html#customizing-logrecord)4993    - [Наследование от QueueHandler – пример с ZeroMQ](https://python-all.ru/3.8/howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example)4994    - [Наследование от QueueListener – пример с ZeroMQ](https://python-all.ru/3.8/howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example)4995    - [Пример конфигурации на основе словаря](https://python-all.ru/3.8/howto/logging-cookbook.html#an-example-dictionary-based-configuration)4996    - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.8/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)4997    - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.8/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)4998    - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.8/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)4999    - [Реализация структурированного логирования](https://python-all.ru/3.8/howto/logging-cookbook.html#implementing-structured-logging)5000    - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.8/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)5001    - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.8/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)50025003      - [Использование фабрик LogRecord](https://python-all.ru/3.8/howto/logging-cookbook.html#using-logrecord-factories)5004      - [Использование пользовательских объектов сообщений](https://python-all.ru/3.8/howto/logging-cookbook.html#using-custom-message-objects)5005    - [Настройка фильтров с помощью `dictConfig()`](https://python-all.ru/3.8/howto/logging-cookbook.html#configuring-filters-with-dictconfig)5006    - [Настраиваемое форматирование исключений](https://python-all.ru/3.8/howto/logging-cookbook.html#customized-exception-formatting)5007    - [Озвучивание сообщений логирования](https://python-all.ru/3.8/howto/logging-cookbook.html#speaking-logging-messages)5008    - [Буферизация сообщений логирования и их условный вывод](https://python-all.ru/3.8/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally)5009    - [Форматирование времени в UTC (GMT) через конфигурацию](https://python-all.ru/3.8/howto/logging-cookbook.html#formatting-times-using-utc-gmt-via-configuration)5010    - [Использование менеджера контекста для выборочного журналирования](https://python-all.ru/3.8/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging)5011    - [Шаблон для запуска CLI-приложения](https://python-all.ru/3.8/howto/logging-cookbook.html#a-cli-application-starter-template)5012    - [Графический интерфейс Qt для журналирования](https://python-all.ru/3.8/howto/logging-cookbook.html#a-qt-gui-for-logging)5013  - [HOWTO по регулярным выражениям](https://python-all.ru/3.8/howto/regex.html)50145015    - [Введение](https://python-all.ru/3.8/howto/regex.html#introduction)5016    - [Простые шаблоны](https://python-all.ru/3.8/howto/regex.html#simple-patterns)50175018      - [Сопоставление символов](https://python-all.ru/3.8/howto/regex.html#matching-characters)5019      - [Повторение](https://python-all.ru/3.8/howto/regex.html#repeating-things)5020    - [Использование регулярных выражений](https://python-all.ru/3.8/howto/regex.html#using-regular-expressions)50215022      - [Компиляция регулярных выражений](https://python-all.ru/3.8/howto/regex.html#compiling-regular-expressions)5023      - [Проблема обратной косой черты](https://python-all.ru/3.8/howto/regex.html#the-backslash-plague)5024      - [Выполнение сопоставлений](https://python-all.ru/3.8/howto/regex.html#performing-matches)5025      - [Функции уровня модуля](https://python-all.ru/3.8/howto/regex.html#module-level-functions)5026      - [Флаги компиляции](https://python-all.ru/3.8/howto/regex.html#compilation-flags)5027    - [Дополнительные возможности шаблонов](https://python-all.ru/3.8/howto/regex.html#more-pattern-power)50285029      - [Дополнительные метасимволы](https://python-all.ru/3.8/howto/regex.html#more-metacharacters)5030      - [Группировка](https://python-all.ru/3.8/howto/regex.html#grouping)5031      - [Незахватывающие и именованные группы](https://python-all.ru/3.8/howto/regex.html#non-capturing-and-named-groups)5032      - [Опережающие проверки](https://python-all.ru/3.8/howto/regex.html#lookahead-assertions)5033    - [Изменение строк](https://python-all.ru/3.8/howto/regex.html#modifying-strings)50345035      - [Разделение строк](https://python-all.ru/3.8/howto/regex.html#splitting-strings)5036      - [Поиск и замена](https://python-all.ru/3.8/howto/regex.html#search-and-replace)5037    - [Распространённые проблемы](https://python-all.ru/3.8/howto/regex.html#common-problems)50385039      - [Использование строковых методов](https://python-all.ru/3.8/howto/regex.html#use-string-methods)5040      - [match() и search()](https://python-all.ru/3.8/howto/regex.html#match-versus-search)5041      - [Жадные и нежадные квантификаторы](https://python-all.ru/3.8/howto/regex.html#greedy-versus-non-greedy)5042      - [Использование re.VERBOSE](https://python-all.ru/3.8/howto/regex.html#using-re-verbose)5043    - [Обратная связь](https://python-all.ru/3.8/howto/regex.html#feedback)5044  - [Руководство по программированию сокетов](https://python-all.ru/3.8/howto/sockets.html)50455046    - [Сокеты](https://python-all.ru/3.8/howto/sockets.html#sockets)50475048      - [История](https://python-all.ru/3.8/howto/sockets.html#history)5049    - [Создание сокета](https://python-all.ru/3.8/howto/sockets.html#creating-a-socket)50505051      - [Межпроцессное взаимодействие](https://python-all.ru/3.8/howto/sockets.html#ipc)5052    - [Использование сокета](https://python-all.ru/3.8/howto/sockets.html#using-a-socket)50535054      - [Двоичные данные](https://python-all.ru/3.8/howto/sockets.html#binary-data)5055    - [Отключение](https://python-all.ru/3.8/howto/sockets.html#disconnecting)50565057      - [Когда сокеты завершают работу](https://python-all.ru/3.8/howto/sockets.html#when-sockets-die)5058    - [Неблокирующие сокеты](https://python-all.ru/3.8/howto/sockets.html#non-blocking-sockets)5059  - [Руководство по сортировке](https://python-all.ru/3.8/howto/sorting.html)50605061    - [Основы сортировки](https://python-all.ru/3.8/howto/sorting.html#sorting-basics)5062    - [Ключевые функции](https://python-all.ru/3.8/howto/sorting.html#key-functions)5063    - [Функции модуля operator](https://python-all.ru/3.8/howto/sorting.html#operator-module-functions)5064    - [По возрастанию и по убыванию](https://python-all.ru/3.8/howto/sorting.html#ascending-and-descending)5065    - [Стабильность сортировки и сложные сортировки](https://python-all.ru/3.8/howto/sorting.html#sort-stability-and-complex-sorts)5066    - [Старый способ: Decorate-Sort-Undecorate](https://python-all.ru/3.8/howto/sorting.html#the-old-way-using-decorate-sort-undecorate)5067    - [Старый способ: использование параметра *cmp*](https://python-all.ru/3.8/howto/sorting.html#the-old-way-using-the-cmp-parameter)5068    - [Разное](https://python-all.ru/3.8/howto/sorting.html#odd-and-ends)5069  - [Руководство по Unicode](https://python-all.ru/3.8/howto/unicode.html)50705071    - [Введение в Unicode](https://python-all.ru/3.8/howto/unicode.html#introduction-to-unicode)50725073      - [Определения](https://python-all.ru/3.8/howto/unicode.html#definitions)5074      - [Кодировки](https://python-all.ru/3.8/howto/unicode.html#encodings)5075      - [Ссылки](https://python-all.ru/3.8/howto/unicode.html#references)5076    - [Поддержка Unicode в Python](https://python-all.ru/3.8/howto/unicode.html#python-s-unicode-support)50775078      - [Тип str](https://python-all.ru/3.8/howto/unicode.html#the-string-type)5079      - [Преобразование в байты](https://python-all.ru/3.8/howto/unicode.html#converting-to-bytes)5080      - [Unicode-литералы в исходном коде Python](https://python-all.ru/3.8/howto/unicode.html#unicode-literals-in-python-source-code)5081      - [Свойства Unicode](https://python-all.ru/3.8/howto/unicode.html#unicode-properties)5082      - [Сравнение строк](https://python-all.ru/3.8/howto/unicode.html#comparing-strings)5083      - [Регулярные выражения и Unicode](https://python-all.ru/3.8/howto/unicode.html#unicode-regular-expressions)5084      - [Ссылки](https://python-all.ru/3.8/howto/unicode.html#id2)5085    - [Чтение и запись данных Unicode](https://python-all.ru/3.8/howto/unicode.html#reading-and-writing-unicode-data)50865087      - [Имена файлов в Unicode](https://python-all.ru/3.8/howto/unicode.html#unicode-filenames)5088      - [Советы по написанию программ с поддержкой Unicode](https://python-all.ru/3.8/howto/unicode.html#tips-for-writing-unicode-aware-programs)50895090        - [Преобразование между кодировками файлов](https://python-all.ru/3.8/howto/unicode.html#converting-between-file-encodings)5091        - [Файлы в неизвестной кодировке](https://python-all.ru/3.8/howto/unicode.html#files-in-an-unknown-encoding)5092      - [Ссылки](https://python-all.ru/3.8/howto/unicode.html#id3)5093    - [Благодарности](https://python-all.ru/3.8/howto/unicode.html#acknowledgements)5094  - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.8/howto/urllib2.html)50955096    - [Введение](https://python-all.ru/3.8/howto/urllib2.html#introduction)5097    - [Получение URL-адресов](https://python-all.ru/3.8/howto/urllib2.html#fetching-urls)50985099      - [Данные](https://python-all.ru/3.8/howto/urllib2.html#data)5100      - [Заголовки](https://python-all.ru/3.8/howto/urllib2.html#headers)5101    - [Обработка исключений](https://python-all.ru/3.8/howto/urllib2.html#handling-exceptions)51025103      - [URLError](https://python-all.ru/3.8/howto/urllib2.html#urlerror)5104      - [HTTPError](https://python-all.ru/3.8/howto/urllib2.html#httperror)51055106        - [Коды ошибок](https://python-all.ru/3.8/howto/urllib2.html#error-codes)5107      - [Заключение](https://python-all.ru/3.8/howto/urllib2.html#wrapping-it-up)51085109        - [Номер 1](https://python-all.ru/3.8/howto/urllib2.html#number-1)5110        - [Номер 2](https://python-all.ru/3.8/howto/urllib2.html#number-2)5111    - [info и geturl](https://python-all.ru/3.8/howto/urllib2.html#info-and-geturl)5112    - [Открыватели и обработчики](https://python-all.ru/3.8/howto/urllib2.html#openers-and-handlers)5113    - [Базовая аутентификация](https://python-all.ru/3.8/howto/urllib2.html#id5)5114    - [Прокси](https://python-all.ru/3.8/howto/urllib2.html#proxies)5115    - [Сокеты и слои](https://python-all.ru/3.8/howto/urllib2.html#sockets-and-layers)5116    - [Сноски](https://python-all.ru/3.8/howto/urllib2.html#footnotes)5117  - [Учебное пособие по argparse](https://python-all.ru/3.8/howto/argparse.html)51185119    - [Основные понятия](https://python-all.ru/3.8/howto/argparse.html#concepts)5120    - [Основы](https://python-all.ru/3.8/howto/argparse.html#the-basics)5121    - [Знакомство с позиционными аргументами](https://python-all.ru/3.8/howto/argparse.html#introducing-positional-arguments)5122    - [Знакомство с необязательными аргументами](https://python-all.ru/3.8/howto/argparse.html#introducing-optional-arguments)51235124      - [Короткие опции](https://python-all.ru/3.8/howto/argparse.html#short-options)5125    - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.8/howto/argparse.html#combining-positional-and-optional-arguments)5126    - [Переходим к более сложным темам](https://python-all.ru/3.8/howto/argparse.html#getting-a-little-more-advanced)51275128      - [Конфликтующие опции](https://python-all.ru/3.8/howto/argparse.html#conflicting-options)5129    - [Заключение](https://python-all.ru/3.8/howto/argparse.html#conclusion)5130  - [Введение в модуль ipaddress](https://python-all.ru/3.8/howto/ipaddress.html)51315132    - [Создание объектов Address/Network/Interface](https://python-all.ru/3.8/howto/ipaddress.html#creating-address-network-interface-objects)51335134      - [Замечание о версиях IP](https://python-all.ru/3.8/howto/ipaddress.html#a-note-on-ip-versions)5135      - [IP-адреса хостов](https://python-all.ru/3.8/howto/ipaddress.html#ip-host-addresses)5136      - [Определение сетей](https://python-all.ru/3.8/howto/ipaddress.html#defining-networks)5137      - [Интерфейсы хоста](https://python-all.ru/3.8/howto/ipaddress.html#host-interfaces)5138    - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.8/howto/ipaddress.html#inspecting-address-network-interface-objects)5139    - [Сети как списки адресов](https://python-all.ru/3.8/howto/ipaddress.html#networks-as-lists-of-addresses)5140    - [Сравнения](https://python-all.ru/3.8/howto/ipaddress.html#comparisons)5141    - [Использование IP-адресов с другими модулями](https://python-all.ru/3.8/howto/ipaddress.html#using-ip-addresses-with-other-modules)5142    - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.8/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)5143  - [Руководство по Argument Clinic](https://python-all.ru/3.8/howto/clinic.html)51445145    - [Цели Argument Clinic](https://python-all.ru/3.8/howto/clinic.html#the-goals-of-argument-clinic)5146    - [Основные понятия и использование](https://python-all.ru/3.8/howto/clinic.html#basic-concepts-and-usage)5147    - [Преобразование первой функции](https://python-all.ru/3.8/howto/clinic.html#converting-your-first-function)5148    - [Продвинутые темы](https://python-all.ru/3.8/howto/clinic.html#advanced-topics)51495150      - [Символические значения по умолчанию](https://python-all.ru/3.8/howto/clinic.html#symbolic-default-values)5151      - [Переименование C-функций и переменных, генерируемых Argument Clinic](https://python-all.ru/3.8/howto/clinic.html#renaming-the-c-functions-and-variables-generated-by-argument-clinic)5152      - [Преобразование функций с использованием PyArg\_UnpackTuple](https://python-all.ru/3.8/howto/clinic.html#converting-functions-using-pyarg-unpacktuple)5153      - [Необязательные группы](https://python-all.ru/3.8/howto/clinic.html#optional-groups)5154      - [Использование настоящих преобразователей Argument Clinic вместо «устаревших преобразователей»](https://python-all.ru/3.8/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters)5155      - [Py\_buffer](https://python-all.ru/3.8/howto/clinic.html#py-buffer)5156      - [Продвинутые преобразователи](https://python-all.ru/3.8/howto/clinic.html#advanced-converters)5157      - [Значения параметров по умолчанию](https://python-all.ru/3.8/howto/clinic.html#parameter-default-values)5158      - [Значение по умолчанию `NULL`](https://python-all.ru/3.8/howto/clinic.html#the-null-default-value)5159      - [Выражения, заданные как значения по умолчанию](https://python-all.ru/3.8/howto/clinic.html#expressions-specified-as-default-values)5160      - [Использование преобразователя возвращаемого значения](https://python-all.ru/3.8/howto/clinic.html#using-a-return-converter)5161      - [Клонирование существующих функций](https://python-all.ru/3.8/howto/clinic.html#cloning-existing-functions)5162      - [Вызов кода Python](https://python-all.ru/3.8/howto/clinic.html#calling-python-code)5163      - [Использование «self converter»](https://python-all.ru/3.8/howto/clinic.html#using-a-self-converter)5164      - [Создание собственного конвертера](https://python-all.ru/3.8/howto/clinic.html#writing-a-custom-converter)5165      - [Создание собственного конвертера возвращаемого значения](https://python-all.ru/3.8/howto/clinic.html#writing-a-custom-return-converter)5166      - [METH\_O и METH\_NOARGS](https://python-all.ru/3.8/howto/clinic.html#meth-o-and-meth-noargs)5167      - [Функции tp\_new и tp\_init](https://python-all.ru/3.8/howto/clinic.html#tp-new-and-tp-init-functions)5168      - [Изменение и перенаправление вывода Clinic](https://python-all.ru/3.8/howto/clinic.html#changing-and-redirecting-clinic-s-output)5169      - [Приём #ifdef](https://python-all.ru/3.8/howto/clinic.html#the-ifdef-trick)5170      - [Использование Argument Clinic в файлах Python](https://python-all.ru/3.8/howto/clinic.html#using-argument-clinic-in-python-files)5171  - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.8/howto/instrumentation.html)51725173    - [Включение статических маркеров](https://python-all.ru/3.8/howto/instrumentation.html#enabling-the-static-markers)5174    - [Статические зонды DTrace](https://python-all.ru/3.8/howto/instrumentation.html#static-dtrace-probes)5175    - [Статические маркеры SystemTap](https://python-all.ru/3.8/howto/instrumentation.html#static-systemtap-markers)5176    - [Доступные статические маркеры](https://python-all.ru/3.8/howto/instrumentation.html#available-static-markers)5177    - [Тэпсеты SystemTap](https://python-all.ru/3.8/howto/instrumentation.html#systemtap-tapsets)5178    - [Примеры](https://python-all.ru/3.8/howto/instrumentation.html#examples)5179- [Часто задаваемые вопросы по Python](https://python-all.ru/3.8/faq/index.html)51805181  - [Общие вопросы по Python](https://python-all.ru/3.8/faq/general.html)51825183    - [Общая информация](https://python-all.ru/3.8/faq/general.html#general-information)5184    - [Python в реальном мире](https://python-all.ru/3.8/faq/general.html#python-in-the-real-world)5185  - [Вопросы по программированию](https://python-all.ru/3.8/faq/programming.html)51865187    - [Общие вопросы](https://python-all.ru/3.8/faq/programming.html#general-questions)5188    - [Ядро языка](https://python-all.ru/3.8/faq/programming.html#core-language)5189    - [Числа и строки](https://python-all.ru/3.8/faq/programming.html#numbers-and-strings)5190    - [Производительность](https://python-all.ru/3.8/faq/programming.html#performance)5191    - [Последовательности (кортежи/списки)](https://python-all.ru/3.8/faq/programming.html#sequences-tuples-lists)5192    - [Объекты](https://python-all.ru/3.8/faq/programming.html#objects)5193    - [Модули](https://python-all.ru/3.8/faq/programming.html#modules)5194  - [Вопросы по дизайну и истории](https://python-all.ru/3.8/faq/design.html)51955196    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.8/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)5197    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.8/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)5198    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.8/faq/design.html#why-are-floating-point-calculations-so-inaccurate)5199    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.8/faq/design.html#why-are-python-strings-immutable)5200    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.8/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)5201    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.8/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)5202    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.8/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)5203    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.8/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)5204    - [Насколько быстры исключения?](https://python-all.ru/3.8/faq/design.html#how-fast-are-exceptions)5205    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.8/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)5206    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.8/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)5207    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.8/faq/design.html#why-can-t-lambda-expressions-contain-statements)5208    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.8/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)5209    - [Как Python управляет памятью?](https://python-all.ru/3.8/faq/design.html#how-does-python-manage-memory)5210    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.8/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)5211    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.8/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)5212    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.8/faq/design.html#why-are-there-separate-tuple-and-list-data-types)5213    - [Как списки реализованы в CPython?](https://python-all.ru/3.8/faq/design.html#how-are-lists-implemented-in-cpython)5214    - [Как словари реализованы в CPython?](https://python-all.ru/3.8/faq/design.html#how-are-dictionaries-implemented-in-cpython)5215    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.8/faq/design.html#why-must-dictionary-keys-be-immutable)5216    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.8/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)5217    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.8/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)5218    - [Почему нет goto?](https://python-all.ru/3.8/faq/design.html#why-is-there-no-goto)5219    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.8/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)5220    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.8/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)5221    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.8/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)5222    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.8/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)5223  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.8/faq/library.html)52245225    - [Общие вопросы по библиотекам](https://python-all.ru/3.8/faq/library.html#general-library-questions)5226    - [Типовые задачи](https://python-all.ru/3.8/faq/library.html#common-tasks)5227    - [Потоки](https://python-all.ru/3.8/faq/library.html#threads)5228    - [Ввод и вывод](https://python-all.ru/3.8/faq/library.html#input-and-output)5229    - [Сетевое и интернет-программирование](https://python-all.ru/3.8/faq/library.html#network-internet-programming)5230    - [Базы данных](https://python-all.ru/3.8/faq/library.html#databases)5231    - [Математика и численные методы](https://python-all.ru/3.8/faq/library.html#mathematics-and-numerics)5232  - [FAQ по расширению и встраиванию](https://python-all.ru/3.8/faq/extending.html)52335234    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.8/faq/extending.html#can-i-create-my-own-functions-in-c)5235    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.8/faq/extending.html#id1)5236    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.8/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)5237    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.8/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)5238    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.8/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)5239    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.8/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)5240    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.8/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)5241    - [Как вызвать метод объекта из C?](https://python-all.ru/3.8/faq/extending.html#how-do-i-call-an-object-s-method-from-c)5242    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.8/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)5243    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.8/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)5244    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.8/faq/extending.html#how-do-i-interface-to-c-objects-from-python)5245    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.8/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)5246    - [Как отлаживать расширение?](https://python-all.ru/3.8/faq/extending.html#how-do-i-debug-an-extension)5247    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.8/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)5248    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.8/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)5249    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.8/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)5250    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.8/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)5251  - [FAQ по Python в Windows](https://python-all.ru/3.8/faq/windows.html)52525253    - [Как запустить программу Python в Windows?](https://python-all.ru/3.8/faq/windows.html#how-do-i-run-a-python-program-under-windows)5254    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.8/faq/windows.html#how-do-i-make-python-scripts-executable)5255    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.8/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)5256    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.8/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)5257    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.8/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)5258    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.8/faq/windows.html#how-can-i-embed-python-into-a-windows-application)5259    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.8/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)5260    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.8/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)5261  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.8/faq/gui.html)52625263    - [Общие вопросы по GUI](https://python-all.ru/3.8/faq/gui.html#general-gui-questions)5264    - [Какие существуют кроссплатформенные GUI-инструментарии для Python?](https://python-all.ru/3.8/faq/gui.html#what-platform-independent-gui-toolkits-exist-for-python)5265    - [Какие существуют платформозависимые GUI-инструментарии для Python?](https://python-all.ru/3.8/faq/gui.html#what-platform-specific-gui-toolkits-exist-for-python)5266    - [Вопросы по Tkinter](https://python-all.ru/3.8/faq/gui.html#tkinter-questions)5267  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.8/faq/installed.html)52685269    - [Что такое Python?](https://python-all.ru/3.8/faq/installed.html#what-is-python)5270    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.8/faq/installed.html#why-is-python-installed-on-my-machine)5271    - [Можно ли удалить Python?](https://python-all.ru/3.8/faq/installed.html#can-i-delete-python)5272- [Глоссарий](https://python-all.ru/3.8/glossary.html)5273- [Об этих документах](https://python-all.ru/3.8/about.html)52745275  - [Участники документации Python](https://python-all.ru/3.8/about.html#contributors-to-the-python-documentation)5276- [Работа с ошибками](https://python-all.ru/3.8/bugs.html)52775278  - [Ошибки в документации](https://python-all.ru/3.8/bugs.html#documentation-bugs)5279  - [Использование трекера задач Python](https://python-all.ru/3.8/bugs.html#using-the-python-issue-tracker)5280  - [Начало работы: участие в разработке Python](https://python-all.ru/3.8/bugs.html#getting-started-contributing-to-python-yourself)5281- [Авторские права](https://python-all.ru/3.8/copyright.html)5282- [История и лицензия](https://python-all.ru/3.8/license.html)52835284  - [История программного обеспечения](https://python-all.ru/3.8/license.html#history-of-the-software)5285  - [Условия доступа и использования Python](https://python-all.ru/3.8/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)52865287    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ PSF ДЛЯ PYTHON 3.8.20](https://python-all.ru/3.8/license.html#psf-license-agreement-for-python-release)5288    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.8/license.html#beopen-com-license-agreement-for-python-2-0)5289    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.8/license.html#cnri-license-agreement-for-python-1-6-1)5290    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.8/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)5291    - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМИ УСЛОВИЯМИ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON 3.8.20](https://python-all.ru/3.8/license.html#zero-clause-bsd-license-for-code-in-the-python-release-documentation)5292  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.8/license.html#licenses-and-acknowledgements-for-incorporated-software)52935294    - [Вихрь Мерсенна](https://python-all.ru/3.8/license.html#mersenne-twister)5295    - [Сокеты](https://python-all.ru/3.8/license.html#sockets)5296    - [Асинхронные службы сокетов](https://python-all.ru/3.8/license.html#asynchronous-socket-services)5297    - [Управление cookie](https://python-all.ru/3.8/license.html#cookie-management)5298    - [Трассировка выполнения](https://python-all.ru/3.8/license.html#execution-tracing)5299    - [Функции UUencode и UUdecode](https://python-all.ru/3.8/license.html#uuencode-and-uudecode-functions)5300    - [XML-вызовы удалённых процедур](https://python-all.ru/3.8/license.html#xml-remote-procedure-calls)5301    - [test\_epoll](https://python-all.ru/3.8/license.html#test-epoll)5302    - [Select kqueue](https://python-all.ru/3.8/license.html#select-kqueue)5303    - [SipHash24](https://python-all.ru/3.8/license.html#siphash24)5304    - [strtod and dtoa](https://python-all.ru/3.8/license.html#strtod-and-dtoa)5305    - [OpenSSL](https://python-all.ru/3.8/license.html#openssl)5306    - [expat](https://python-all.ru/3.8/license.html#expat)5307    - [libffi](https://python-all.ru/3.8/license.html#libffi)5308    - [zlib](https://python-all.ru/3.8/license.html#zlib)5309    - [cfuhash](https://python-all.ru/3.8/license.html#cfuhash)5310    - [libmpdec](https://python-all.ru/3.8/license.html#libmpdec)5311    - [Тестовый набор W3C C14N](https://python-all.ru/3.8/license.html#w3c-c14n-test-suite)5312