index.md
1> **Источник:** https://python-all.ru/3.10/whatsnew/index.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Что нового в Python89Серия статей «Что нового в Python» знакомит с наиболее\\nважными изменениями между основными версиями Python. Это обязательное чтение для\\nтех, кто хочет быть в курсе после выхода новой версии.1011- [Что нового в Python 3.10](https://python-all.ru/3.10/whatsnew/3.10.html)1213 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.10.html#summary-release-highlights)14 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.10.html#new-features)15 - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.10/whatsnew/3.10.html#new-features-related-to-type-hints)16 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.10.html#other-language-changes)17 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.10.html#new-modules)18 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.10.html#improved-modules)19 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.10.html#optimizations)20 - [Устарело](https://python-all.ru/3.10/whatsnew/3.10.html#deprecated)21 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.10.html#removed)22 - [Перенос на Python 3.10](https://python-all.ru/3.10/whatsnew/3.10.html#porting-to-python-3-10)23 - [Изменения байт-кода CPython](https://python-all.ru/3.10/whatsnew/3.10.html#cpython-bytecode-changes)24 - [Изменения сборки](https://python-all.ru/3.10/whatsnew/3.10.html#build-changes)25 - [Изменения C API](https://python-all.ru/3.10/whatsnew/3.10.html#c-api-changes)26 - [Важная функция безопасности в 3.10.7](https://python-all.ru/3.10/whatsnew/3.10.html#notable-security-feature-in-3-10-7)27 - [Важная функция безопасности в 3.10.8](https://python-all.ru/3.10/whatsnew/3.10.html#notable-security-feature-in-3-10-8)28 - [Заметные изменения в версии 3.10.12](https://python-all.ru/3.10/whatsnew/3.10.html#notable-changes-in-3-10-12)29 - [Заметные изменения в версии 3.10.15](https://python-all.ru/3.10/whatsnew/3.10.html#notable-changes-in-3-10-15)30 - [Заметные изменения в версии 3.10.18](https://python-all.ru/3.10/whatsnew/3.10.html#notable-changes-in-3-10-18)31- [Что нового в Python 3.9](https://python-all.ru/3.10/whatsnew/3.9.html)3233 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.9.html#summary-release-highlights)34 - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.10/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)35 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.9.html#new-features)36 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.9.html#other-language-changes)37 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.9.html#new-modules)38 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.9.html#improved-modules)39 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.9.html#optimizations)40 - [Устарело](https://python-all.ru/3.10/whatsnew/3.9.html#deprecated)41 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.9.html#removed)42 - [Перенос на Python 3.9](https://python-all.ru/3.10/whatsnew/3.9.html#porting-to-python-3-9)43 - [Изменения сборки](https://python-all.ru/3.10/whatsnew/3.9.html#build-changes)44 - [Изменения C API](https://python-all.ru/3.10/whatsnew/3.9.html#c-api-changes)45 - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.10/whatsnew/3.9.html#notable-changes-in-python-3-9-1)46 - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.10/whatsnew/3.9.html#notable-changes-in-python-3-9-2)47- [Что нового в Python 3.8](https://python-all.ru/3.10/whatsnew/3.8.html)4849 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.8.html#summary-release-highlights)50 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.8.html#new-features)51 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.8.html#other-language-changes)52 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.8.html#new-modules)53 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.8.html#improved-modules)54 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.8.html#optimizations)55 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.8.html#build-and-c-api-changes)56 - [Устарело](https://python-all.ru/3.10/whatsnew/3.8.html#deprecated)57 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.8.html#api-and-feature-removals)58 - [Перенос на Python 3.8](https://python-all.ru/3.10/whatsnew/3.8.html#porting-to-python-3-8)59 - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.10/whatsnew/3.8.html#notable-changes-in-python-3-8-1)60 - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.10/whatsnew/3.8.html#notable-changes-in-python-3-8-8)61 - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.10/whatsnew/3.8.html#notable-changes-in-python-3-8-12)62- [Что нового в Python 3.7](https://python-all.ru/3.10/whatsnew/3.7.html)6364 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.7.html#summary-release-highlights)65 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.7.html#new-features)66 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.7.html#other-language-changes)67 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.7.html#new-modules)68 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.7.html#improved-modules)69 - [Изменения C API](https://python-all.ru/3.10/whatsnew/3.7.html#c-api-changes)70 - [Изменения сборки](https://python-all.ru/3.10/whatsnew/3.7.html#build-changes)71 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.7.html#optimizations)72 - [Прочие изменения реализации CPython](https://python-all.ru/3.10/whatsnew/3.7.html#other-cpython-implementation-changes)73 - [Устаревшее поведение Python](https://python-all.ru/3.10/whatsnew/3.7.html#deprecated-python-behavior)74 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.10/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)75 - [Устаревшие функции и типы C API](https://python-all.ru/3.10/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)76 - [Удаление поддержки платформ](https://python-all.ru/3.10/whatsnew/3.7.html#platform-support-removals)77 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.7.html#api-and-feature-removals)78 - [Удаление модулей](https://python-all.ru/3.10/whatsnew/3.7.html#module-removals)79 - [Изменения только для Windows](https://python-all.ru/3.10/whatsnew/3.7.html#windows-only-changes)80 - [Перенос на Python 3.7](https://python-all.ru/3.10/whatsnew/3.7.html#porting-to-python-3-7)81 - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-1)82 - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-2)83 - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-6)84 - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-10)85- [Что нового в Python 3.6](https://python-all.ru/3.10/whatsnew/3.6.html)8687 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.6.html#summary-release-highlights)88 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.6.html#new-features)89 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.6.html#other-language-changes)90 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.6.html#new-modules)91 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.6.html#improved-modules)92 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.6.html#optimizations)93 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.6.html#build-and-c-api-changes)94 - [Прочие улучшения](https://python-all.ru/3.10/whatsnew/3.6.html#other-improvements)95 - [Устарело](https://python-all.ru/3.10/whatsnew/3.6.html#deprecated)96 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.6.html#removed)97 - [Перенос на Python 3.6](https://python-all.ru/3.10/whatsnew/3.6.html#porting-to-python-3-6)98 - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-2)99 - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-4)100 - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-5)101 - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-7)102 - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-10)103 - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-13)104- [Что нового в Python 3.5](https://python-all.ru/3.10/whatsnew/3.5.html)105106 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.5.html#summary-release-highlights)107 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.5.html#new-features)108 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.5.html#other-language-changes)109 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.5.html#new-modules)110 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.5.html#improved-modules)111 - [Другие изменения на уровне модулей](https://python-all.ru/3.10/whatsnew/3.5.html#other-module-level-changes)112 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.5.html#optimizations)113 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.5.html#build-and-c-api-changes)114 - [Устарело](https://python-all.ru/3.10/whatsnew/3.5.html#deprecated)115 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.5.html#removed)116 - [Переход на Python 3.5](https://python-all.ru/3.10/whatsnew/3.5.html#porting-to-python-3-5)117 - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.10/whatsnew/3.5.html#notable-changes-in-python-3-5-4)118- [Что нового в Python 3.4](https://python-all.ru/3.10/whatsnew/3.4.html)119120 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.4.html#summary-release-highlights)121 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.4.html#new-features)122 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.4.html#new-modules)123 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.4.html#improved-modules)124 - [Изменения в реализации CPython](https://python-all.ru/3.10/whatsnew/3.4.html#cpython-implementation-changes)125 - [Устарело](https://python-all.ru/3.10/whatsnew/3.4.html#deprecated)126 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.4.html#removed)127 - [Перенос на Python 3.4](https://python-all.ru/3.10/whatsnew/3.4.html#porting-to-python-3-4)128 - [Изменено в 3.4.3](https://python-all.ru/3.10/whatsnew/3.4.html#changed-in-3-4-3)129- [Что нового в Python 3.3](https://python-all.ru/3.10/whatsnew/3.3.html)130131 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.3.html#summary-release-highlights)132 - [PEP 405: Виртуальные окружения](https://python-all.ru/3.10/whatsnew/3.3.html#pep-405-virtual-environments)133 - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.10/whatsnew/3.3.html#pep-420-implicit-namespace-packages)134 - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.10/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)135 - [PEP 393: Гибкое представление строк](https://python-all.ru/3.10/whatsnew/3.3.html#pep-393-flexible-string-representation)136 - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.10/whatsnew/3.3.html#pep-397-python-launcher-for-windows)137 - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.10/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)138 - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.10/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)139 - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.10/whatsnew/3.3.html#pep-409-suppressing-exception-context)140 - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.10/whatsnew/3.3.html#pep-414-explicit-unicode-literals)141 - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.10/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)142 - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.10/whatsnew/3.3.html#pep-412-key-sharing-dictionary)143 - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.10/whatsnew/3.3.html#pep-362-function-signature-object)144 - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.10/whatsnew/3.3.html#pep-421-adding-sys-implementation)145 - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.10/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)146 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.3.html#other-language-changes)147 - [Более детальная блокировка импорта](https://python-all.ru/3.10/whatsnew/3.3.html#a-finer-grained-import-lock)148 - [Встроенные функции и типы](https://python-all.ru/3.10/whatsnew/3.3.html#builtin-functions-and-types)149 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.3.html#new-modules)150 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.3.html#improved-modules)151 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.3.html#optimizations)152 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.3.html#build-and-c-api-changes)153 - [Устарело](https://python-all.ru/3.10/whatsnew/3.3.html#deprecated)154 - [Портирование на Python 3.3](https://python-all.ru/3.10/whatsnew/3.3.html#porting-to-python-3-3)155- [Что нового в Python 3.2](https://python-all.ru/3.10/whatsnew/3.2.html)156157 - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.10/whatsnew/3.2.html#pep-384-defining-a-stable-abi)158 - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.10/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)159 - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.10/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)160 - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)161 - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3147-pyc-repository-directories)162 - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)163 - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)164 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.2.html#other-language-changes)165 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/3.2.html#new-improved-and-deprecated-modules)166 - [Многопоточность](https://python-all.ru/3.10/whatsnew/3.2.html#multi-threading)167 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.2.html#optimizations)168 - [Юникод](https://python-all.ru/3.10/whatsnew/3.2.html#unicode)169 - [Кодеки](https://python-all.ru/3.10/whatsnew/3.2.html#codecs)170 - [Документация](https://python-all.ru/3.10/whatsnew/3.2.html#documentation)171 - [IDLE](https://python-all.ru/3.10/whatsnew/3.2.html#idle)172 - [Репозиторий кода](https://python-all.ru/3.10/whatsnew/3.2.html#code-repository)173 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.2.html#build-and-c-api-changes)174 - [Переход на Python 3.2](https://python-all.ru/3.10/whatsnew/3.2.html#porting-to-python-3-2)175- [Что нового в Python 3.1](https://python-all.ru/3.10/whatsnew/3.1.html)176177 - [PEP 372: Упорядоченные словари](https://python-all.ru/3.10/whatsnew/3.1.html#pep-372-ordered-dictionaries)178 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.10/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)179 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.1.html#other-language-changes)180 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/3.1.html#new-improved-and-deprecated-modules)181 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.1.html#optimizations)182 - [IDLE](https://python-all.ru/3.10/whatsnew/3.1.html#idle)183 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.1.html#build-and-c-api-changes)184 - [Переход на Python 3.1](https://python-all.ru/3.10/whatsnew/3.1.html#porting-to-python-3-1)185- [Что нового в Python 3.0](https://python-all.ru/3.10/whatsnew/3.0.html)186187 - [Типичные трудности](https://python-all.ru/3.10/whatsnew/3.0.html#common-stumbling-blocks)188 - [Обзор изменений синтаксиса](https://python-all.ru/3.10/whatsnew/3.0.html#overview-of-syntax-changes)189 - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.10/whatsnew/3.0.html#changes-already-present-in-python-2-6)190 - [Изменения в библиотеке](https://python-all.ru/3.10/whatsnew/3.0.html#library-changes)191 - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.10/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)192 - [Изменения в исключениях](https://python-all.ru/3.10/whatsnew/3.0.html#changes-to-exceptions)193 - [Прочие изменения](https://python-all.ru/3.10/whatsnew/3.0.html#miscellaneous-other-changes)194 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.0.html#build-and-c-api-changes)195 - [Производительность](https://python-all.ru/3.10/whatsnew/3.0.html#performance)196 - [Переход на Python 3.0](https://python-all.ru/3.10/whatsnew/3.0.html#porting-to-python-3-0)197- [Что нового в Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html)198199 - [Будущее Python 2.x](https://python-all.ru/3.10/whatsnew/2.7.html#the-future-for-python-2-x)200 - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.10/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)201 - [Возможности Python 3.1](https://python-all.ru/3.10/whatsnew/2.7.html#python-3-1-features)202 - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.10/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)203 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.10/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)204 - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.10/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)205 - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.10/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)206 - [PEP 3106: Представления словаря](https://python-all.ru/3.10/whatsnew/2.7.html#pep-3106-dictionary-views)207 - [PEP 3137: Объект memoryview](https://python-all.ru/3.10/whatsnew/2.7.html#pep-3137-the-memoryview-object)208 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.7.html#other-language-changes)209 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.7.html#new-and-improved-modules)210 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.7.html#build-and-c-api-changes)211 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.7.html#other-changes-and-fixes)212 - [Переход на Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#porting-to-python-2-7)213 - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)214 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.7.html#acknowledgements)215- [Что нового в Python 2.6](https://python-all.ru/3.10/whatsnew/2.6.html)216217 - [Python 3.0](https://python-all.ru/3.10/whatsnew/2.6.html#python-3-0)218 - [Изменения в процессе разработки](https://python-all.ru/3.10/whatsnew/2.6.html#changes-to-the-development-process)219 - [PEP 343: Оператор 'with'](https://python-all.ru/3.10/whatsnew/2.6.html#pep-343-the-with-statement)220 - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.10/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)221 - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.10/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)222 - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.10/whatsnew/2.6.html#pep-371-the-multiprocessing-package)223 - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3101-advanced-string-formatting)224 - [PEP 3105: `print` как функция](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3105-print-as-a-function)225 - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3110-exception-handling-changes)226 - [PEP 3112: Байтовые литералы](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3112-byte-literals)227 - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3116-new-i-o-library)228 - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)229 - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3119-abstract-base-classes)230 - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)231 - [PEP 3129: Декораторы классов](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3129-class-decorators)232 - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)233 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.6.html#other-language-changes)234 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.6.html#new-and-improved-modules)235 - [Устаревания и удаления](https://python-all.ru/3.10/whatsnew/2.6.html#deprecations-and-removals)236 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.6.html#build-and-c-api-changes)237 - [Переход на Python 2.6](https://python-all.ru/3.10/whatsnew/2.6.html#porting-to-python-2-6)238 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.6.html#acknowledgements)239- [Что нового в Python 2.5](https://python-all.ru/3.10/whatsnew/2.5.html)240241 - [PEP 308: Условные выражения](https://python-all.ru/3.10/whatsnew/2.5.html#pep-308-conditional-expressions)242 - [PEP 309: Частичное применение функций](https://python-all.ru/3.10/whatsnew/2.5.html#pep-309-partial-function-application)243 - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.10/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)244 - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.10/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)245 - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.10/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)246 - [PEP 341: Единый try/except/finally](https://python-all.ru/3.10/whatsnew/2.5.html#pep-341-unified-try-except-finally)247 - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.10/whatsnew/2.5.html#pep-342-new-generator-features)248 - [PEP 343: Оператор 'with'](https://python-all.ru/3.10/whatsnew/2.5.html#pep-343-the-with-statement)249 - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.10/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)250 - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.10/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)251 - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.10/whatsnew/2.5.html#pep-357-the-index-method)252 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.5.html#other-language-changes)253 - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.10/whatsnew/2.5.html#new-improved-and-removed-modules)254 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.5.html#build-and-c-api-changes)255 - [Перенос на Python 2.5](https://python-all.ru/3.10/whatsnew/2.5.html#porting-to-python-2-5)256 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.5.html#acknowledgements)257- [Что нового в Python 2.4](https://python-all.ru/3.10/whatsnew/2.4.html)258259 - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.10/whatsnew/2.4.html#pep-218-built-in-set-objects)260 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.10/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)261 - [PEP 289: Генераторные выражения](https://python-all.ru/3.10/whatsnew/2.4.html#pep-289-generator-expressions)262 - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.10/whatsnew/2.4.html#pep-292-simpler-string-substitutions)263 - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.10/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)264 - [PEP 322: Обратная итерация](https://python-all.ru/3.10/whatsnew/2.4.html#pep-322-reverse-iteration)265 - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.10/whatsnew/2.4.html#pep-324-new-subprocess-module)266 - [PEP 327: Тип данных Decimal](https://python-all.ru/3.10/whatsnew/2.4.html#pep-327-decimal-data-type)267 - [PEP 328: Многострочные импорты](https://python-all.ru/3.10/whatsnew/2.4.html#pep-328-multi-line-imports)268 - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.10/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)269 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.4.html#other-language-changes)270 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/2.4.html#new-improved-and-deprecated-modules)271 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.4.html#build-and-c-api-changes)272 - [Перенос на Python 2.4](https://python-all.ru/3.10/whatsnew/2.4.html#porting-to-python-2-4)273 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.4.html#acknowledgements)274- [Что нового в Python 2.3](https://python-all.ru/3.10/whatsnew/2.3.html)275276 - [PEP 218: Стандартный тип set](https://python-all.ru/3.10/whatsnew/2.3.html#pep-218-a-standard-set-datatype)277 - [PEP 255: простые генераторы](https://python-all.ru/3.10/whatsnew/2.3.html#pep-255-simple-generators)278 - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.10/whatsnew/2.3.html#pep-263-source-code-encodings)279 - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.10/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)280 - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.10/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)281 - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.10/whatsnew/2.3.html#pep-278-universal-newline-support)282 - [PEP 279: enumerate()](https://python-all.ru/3.10/whatsnew/2.3.html#pep-279-enumerate)283 - [PEP 282: Пакет logging](https://python-all.ru/3.10/whatsnew/2.3.html#pep-282-the-logging-package)284 - [PEP 285: Булев тип](https://python-all.ru/3.10/whatsnew/2.3.html#pep-285-a-boolean-type)285 - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.10/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)286 - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.10/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)287 - [PEP 302: Новые хуки импорта](https://python-all.ru/3.10/whatsnew/2.3.html#pep-302-new-import-hooks)288 - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.10/whatsnew/2.3.html#pep-305-comma-separated-files)289 - [PEP 307: Улучшения pickle](https://python-all.ru/3.10/whatsnew/2.3.html#pep-307-pickle-enhancements)290 - [Расширенные срезы](https://python-all.ru/3.10/whatsnew/2.3.html#extended-slices)291 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.3.html#other-language-changes)292 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/2.3.html#new-improved-and-deprecated-modules)293 - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.10/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)294 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.3.html#build-and-c-api-changes)295 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.3.html#other-changes-and-fixes)296 - [Перенос на Python 2.3](https://python-all.ru/3.10/whatsnew/2.3.html#porting-to-python-2-3)297 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.3.html#acknowledgements)298- [Что нового в Python 2.2](https://python-all.ru/3.10/whatsnew/2.2.html)299300 - [Введение](https://python-all.ru/3.10/whatsnew/2.2.html#introduction)301 - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.10/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)302 - [PEP 234: итераторы](https://python-all.ru/3.10/whatsnew/2.2.html#pep-234-iterators)303 - [PEP 255: простые генераторы](https://python-all.ru/3.10/whatsnew/2.2.html#pep-255-simple-generators)304 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.10/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)305 - [PEP 238: изменение оператора деления](https://python-all.ru/3.10/whatsnew/2.2.html#pep-238-changing-the-division-operator)306 - [Изменения в Unicode](https://python-all.ru/3.10/whatsnew/2.2.html#unicode-changes)307 - [PEP 227: вложенные области видимости](https://python-all.ru/3.10/whatsnew/2.2.html#pep-227-nested-scopes)308 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.2.html#new-and-improved-modules)309 - [Изменения и исправления интерпретатора](https://python-all.ru/3.10/whatsnew/2.2.html#interpreter-changes-and-fixes)310 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.2.html#other-changes-and-fixes)311 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.2.html#acknowledgements)312- [Что нового в Python 2.1](https://python-all.ru/3.10/whatsnew/2.1.html)313314 - [Введение](https://python-all.ru/3.10/whatsnew/2.1.html#introduction)315 - [PEP 227: вложенные области видимости](https://python-all.ru/3.10/whatsnew/2.1.html#pep-227-nested-scopes)316 - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.10/whatsnew/2.1.html#pep-236-future-directives)317 - [PEP 207: расширенные сравнения](https://python-all.ru/3.10/whatsnew/2.1.html#pep-207-rich-comparisons)318 - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.10/whatsnew/2.1.html#pep-230-warning-framework)319 - [PEP 229: новая система сборки](https://python-all.ru/3.10/whatsnew/2.1.html#pep-229-new-build-system)320 - [PEP 205: слабые ссылки](https://python-all.ru/3.10/whatsnew/2.1.html#pep-205-weak-references)321 - [PEP 232: атрибуты функций](https://python-all.ru/3.10/whatsnew/2.1.html#pep-232-function-attributes)322 - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.10/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)323 - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.10/whatsnew/2.1.html#pep-217-interactive-display-hook)324 - [PEP 208: новая модель приведения типов](https://python-all.ru/3.10/whatsnew/2.1.html#pep-208-new-coercion-model)325 - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.10/whatsnew/2.1.html#pep-241-metadata-in-python-packages)326 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.1.html#new-and-improved-modules)327 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.1.html#other-changes-and-fixes)328 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.1.html#acknowledgements)329- [Что нового в Python 2.0](https://python-all.ru/3.10/whatsnew/2.0.html)330331 - [Введение](https://python-all.ru/3.10/whatsnew/2.0.html#introduction)332 - [А что насчёт Python 1.6?](https://python-all.ru/3.10/whatsnew/2.0.html#what-about-python-1-6)333 - [Новый процесс разработки](https://python-all.ru/3.10/whatsnew/2.0.html#new-development-process)334 - [Юникод](https://python-all.ru/3.10/whatsnew/2.0.html#unicode)335 - [Списковые включения](https://python-all.ru/3.10/whatsnew/2.0.html#list-comprehensions)336 - [Расширенное присваивание](https://python-all.ru/3.10/whatsnew/2.0.html#augmented-assignment)337 - [Методы строк](https://python-all.ru/3.10/whatsnew/2.0.html#string-methods)338 - [Сборка мусора циклических ссылок](https://python-all.ru/3.10/whatsnew/2.0.html#garbage-collection-of-cycles)339 - [Другие изменения ядра](https://python-all.ru/3.10/whatsnew/2.0.html#other-core-changes)340 - [Перенос на 2.0](https://python-all.ru/3.10/whatsnew/2.0.html#porting-to-2-0)341 - [Изменения в расширении/встраивании](https://python-all.ru/3.10/whatsnew/2.0.html#extending-embedding-changes)342 - [Distutils: упрощение установки модулей](https://python-all.ru/3.10/whatsnew/2.0.html#distutils-making-modules-easy-to-install)343 - [Модули XML](https://python-all.ru/3.10/whatsnew/2.0.html#xml-modules)344 - [Изменения модулей](https://python-all.ru/3.10/whatsnew/2.0.html#module-changes)345 - [Новые модули](https://python-all.ru/3.10/whatsnew/2.0.html#new-modules)346 - [Улучшения IDLE](https://python-all.ru/3.10/whatsnew/2.0.html#idle-improvements)347 - [Удалённые и устаревшие модули](https://python-all.ru/3.10/whatsnew/2.0.html#deleted-and-deprecated-modules)348 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.0.html#acknowledgements)349350«Список изменений» – это HTML-версия [собранного файла](https://python-all.ru/3.10/whatsnew/index.html) из содержимого дерева каталога [Misc/NEWS.d](https://python-all.ru/3.10/whatsnew/index.html), которое содержит *все* нетривиальные изменения в Python для текущей версии.351352- [Журнал изменений](https://python-all.ru/3.10/whatsnew/changelog.html)353354 - [Python 3.10.20 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-20-final)355 - [Python 3.10.19 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-19-final)356 - [Python 3.10.18 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-18-final)357 - [Python 3.10.17 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-17-final)358 - [Python 3.10.16 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-16-final)359 - [Python 3.10.15 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-15-final)360 - [Python 3.10.14 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-14-final)361 - [Python 3.10.13 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-13-final)362 - [Python 3.10.12 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-12-final)363 - [Python 3.10.11 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-11-final)364 - [Python 3.10.10 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-10-final)365 - [Python 3.10.9 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-9-final)366 - [Python 3.10.8 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-8-final)367 - [Python 3.10.7 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-7-final)368 - [Python 3.10.6 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-6-final)369 - [Python 3.10.5 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-5-final)370 - [Python 3.10.4 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-4-final)371 - [Python 3.10.3 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-3-final)372 - [Python 3.10.2 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-2-final)373 - [Python 3.10.1 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-1-final)374 - [Python 3.10.0 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-final)375 - [Python 3.10.0 кандидат в релиз 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-release-candidate-2)376 - [Python 3.10.0 кандидат в релиз 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-release-candidate-1)377 - [Python 3.10.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-4)378 - [Python 3.10.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-3)379 - [Python 3.10.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-2)380 - [Python 3.10.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-1)381 - [Python 3.10.0 альфа 7](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-7)382 - [Python 3.10.0 альфа 6](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-6)383 - [Python 3.10.0 альфа 5](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5)384 - [Python 3.10.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-4)385 - [Python 3.10.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-3)386 - [Python 3.10.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-2)387 - [Python 3.10.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-1)388 - [Python 3.9.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-beta-1)389 - [Python 3.9.0 альфа 6](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-6)390 - [Python 3.9.0 альфа 5](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-5)391 - [Python 3.9.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-4)392 - [Python 3.9.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-3)393 - [Python 3.9.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-2)394 - [Python 3.9.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-1)395 - [Python 3.8.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-beta-1)396 - [Python 3.8.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-4)397 - [Python 3.8.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-3)398 - [Python 3.8.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-2)399 - [Python 3.8.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-1)400 - [Python 3.7.0 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-final)401 - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-release-candidate-1)402 - [Python 3.7.0 бета 5](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-5)403 - [Python 3.7.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-4)404 - [Python 3.7.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-3)405 - [Python 3.7.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-2)406 - [Python 3.7.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-1)407 - [Python 3.7.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-4)408 - [Python 3.7.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-3)409 - [Python 3.7.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-2)410 - [Python 3.7.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-1)411 - [Python 3.6.6 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-6-final)412 - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-6-release-candidate-1)413 - [Python 3.6.5 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-5-final)414 - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-5-release-candidate-1)415 - [Python 3.6.4 финальная](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-4-final)416 - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-4-release-candidate-1)417 - [Python 3.6.3 финальная](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-3-final)418 - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-3-release-candidate-1)419 - [Python 3.6.2 финальная](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-2-final)420 - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-2-release-candidate-2)421 - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-2-release-candidate-1)422 - [Python 3.6.1 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-1-final)423 - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-1-release-candidate-1)424 - [Python 3.6.0 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-final)425 - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-release-candidate-2)426 - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-release-candidate-1)427 - [Python 3.6.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-4)428 - [Python 3.6.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-3)429 - [Python 3.6.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-2)430 - [Python 3.6.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-1)431 - [Python 3.6.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-4)432 - [Python 3.6.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-3)433 - [Python 3.6.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-2)434 - [Python 3.6.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-1)435 - [Python 3.5.5 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-5-final)436 - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-5-release-candidate-1)437 - [Python 3.5.4 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-4-final)438 - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-4-release-candidate-1)439 - [Python 3.5.3 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-3-final)440 - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-3-release-candidate-1)441 - [Python 3.5.2, финальная версия](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-2-final)442 - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-2-release-candidate-1)443 - [Python 3.5.1, финальная версия](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-1-final)444 - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-1-release-candidate-1)445 - [Python 3.5.0, финальная версия](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-final)446 - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-4)447 - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-3)448 - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-2)449 - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-1)450 - [Python 3.5.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-4)451 - [Python 3.5.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-3)452 - [Python 3.5.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-2)453 - [Python 3.5.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-1)454 - [Python 3.5.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-4)455 - [Python 3.5.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-3)456 - [Python 3.5.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-2)457 - [Python 3.5.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-1)458