> **Источник:** https://python-all.ru/3/whatsnew/index.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# Что нового в Python

Серия статей «Что нового в Python» знакомит с наиболее\\nважными изменениями между основными версиями Python. Это обязательное чтение для\\nтех, кто хочет быть в курсе после выхода новой версии.

- [Что нового в Python 3.14](https://python-all.ru/3/whatsnew/3.14.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.14.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.14.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.14.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.14.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.14.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.14.html#optimizations)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.14.html#removed)
  - [Устарело](https://python-all.ru/3/whatsnew/3.14.html#deprecated)
  - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.14.html#cpython-bytecode-changes)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.14.html#c-api-changes)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.14.html#build-changes)
  - [Перенос на Python 3.14](https://python-all.ru/3/whatsnew/3.14.html#porting-to-python-3-14)
  - [Заметные изменения в 3.14.1](https://python-all.ru/3/whatsnew/3.14.html#notable-changes-in-3-14-1)
  - [Значительные изменения в 3.14.5](https://python-all.ru/3/whatsnew/3.14.html#notable-changes-in-3-14-5)
- [Что нового в Python 3.13](https://python-all.ru/3/whatsnew/3.13.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.13.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.13.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.13.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.13.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.13.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.13.html#optimizations)
  - [Удалённые модули и API](https://python-all.ru/3/whatsnew/3.13.html#removed-modules-and-apis)
  - [Новые объявления об устаревании](https://python-all.ru/3/whatsnew/3.13.html#new-deprecations)
  - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.13.html#cpython-bytecode-changes)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.13.html#c-api-changes)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.13.html#build-changes)
  - [Перенос на Python 3.13](https://python-all.ru/3/whatsnew/3.13.html#porting-to-python-3-13)
  - [Изменения в регрессионных тестах](https://python-all.ru/3/whatsnew/3.13.html#regression-test-changes)
- [Что нового в Python 3.12](https://python-all.ru/3/whatsnew/3.12.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.12.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.12.html#new-features)
  - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.12.html#new-features-related-to-type-hints)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.12.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.12.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.12.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.12.html#optimizations)
  - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.12.html#cpython-bytecode-changes)
  - [Демонстрации и инструменты](https://python-all.ru/3/whatsnew/3.12.html#demos-and-tools)
  - [Устарело](https://python-all.ru/3/whatsnew/3.12.html#deprecated)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.12.html#removed)
  - [Переход на Python 3.12](https://python-all.ru/3/whatsnew/3.12.html#porting-to-python-3-12)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.12.html#build-changes)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.12.html#c-api-changes)
- [Что нового в Python 3.11](https://python-all.ru/3/whatsnew/3.11.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.11.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.11.html#new-features)
  - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.11.html#new-features-related-to-type-hints)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.11.html#other-language-changes)
  - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.11.html#other-cpython-implementation-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.11.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.11.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.11.html#optimizations)
  - [Более быстрый CPython](https://python-all.ru/3/whatsnew/3.11.html#faster-cpython)
  - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.11.html#cpython-bytecode-changes)
  - [Устарело](https://python-all.ru/3/whatsnew/3.11.html#deprecated)
  - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3/whatsnew/3.11.html#pending-removal-in-python-3-12)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.11.html#removed)
  - [Переход на Python 3.11](https://python-all.ru/3/whatsnew/3.11.html#porting-to-python-3-11)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.11.html#build-changes)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.11.html#c-api-changes)
  - [Заметные изменения в 3.11.4](https://python-all.ru/3/whatsnew/3.11.html#notable-changes-in-3-11-4)
  - [Заметные изменения в 3.11.5](https://python-all.ru/3/whatsnew/3.11.html#notable-changes-in-3-11-5)
- [Что нового в Python 3.10](https://python-all.ru/3/whatsnew/3.10.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.10.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.10.html#new-features)
  - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3/whatsnew/3.10.html#new-features-related-to-type-hints)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.10.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.10.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.10.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.10.html#optimizations)
  - [Устарело](https://python-all.ru/3/whatsnew/3.10.html#deprecated)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.10.html#removed)
  - [Перенос на Python 3.10](https://python-all.ru/3/whatsnew/3.10.html#porting-to-python-3-10)
  - [Изменения байт-кода CPython](https://python-all.ru/3/whatsnew/3.10.html#cpython-bytecode-changes)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.10.html#build-changes)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.10.html#c-api-changes)
  - [Важная функция безопасности в 3.10.7](https://python-all.ru/3/whatsnew/3.10.html#notable-security-feature-in-3-10-7)
  - [Важная функция безопасности в 3.10.8](https://python-all.ru/3/whatsnew/3.10.html#notable-security-feature-in-3-10-8)
  - [Важные изменения в 3.10.12](https://python-all.ru/3/whatsnew/3.10.html#notable-changes-in-3-10-12)
- [Что нового в Python 3.9](https://python-all.ru/3/whatsnew/3.9.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.9.html#summary-release-highlights)
  - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.9.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.9.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.9.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.9.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.9.html#optimizations)
  - [Устарело](https://python-all.ru/3/whatsnew/3.9.html#deprecated)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.9.html#removed)
  - [Перенос на Python 3.9](https://python-all.ru/3/whatsnew/3.9.html#porting-to-python-3-9)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.9.html#build-changes)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.9.html#c-api-changes)
  - [Заметные изменения в Python 3.9.1](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-1)
  - [Заметные изменения в Python 3.9.2](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-2)
  - [Заметные изменения в Python 3.9.3](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-3)
  - [Заметные изменения в Python 3.9.5](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-python-3-9-5)
  - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3/whatsnew/3.9.html#notable-security-feature-in-3-9-14)
  - [Заметные изменения в 3.9.17](https://python-all.ru/3/whatsnew/3.9.html#notable-changes-in-3-9-17)
- [Что нового в Python 3.8](https://python-all.ru/3/whatsnew/3.8.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.8.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.8.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.8.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.8.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.8.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.8.html#optimizations)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.8.html#build-and-c-api-changes)
  - [Устарело](https://python-all.ru/3/whatsnew/3.8.html#deprecated)
  - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.8.html#api-and-feature-removals)
  - [Перенос на Python 3.8](https://python-all.ru/3/whatsnew/3.8.html#porting-to-python-3-8)
  - [Заметные изменения в Python 3.8.1](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-1)
  - [Заметные изменения в Python 3.8.2](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-2)
  - [Заметные изменения в Python 3.8.3](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-3)
  - [Заметные изменения в Python 3.8.8](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-8)
  - [Заметные изменения в Python 3.8.9](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-9)
  - [Заметные изменения в Python 3.8.10](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-10)
  - [Заметные изменения в Python 3.8.10](https://python-all.ru/3/whatsnew/3.8.html#id1)
  - [Заметные изменения в Python 3.8.12](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-python-3-8-12)
  - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3/whatsnew/3.8.html#notable-security-feature-in-3-8-14)
  - [Заметные изменения в 3.8.17](https://python-all.ru/3/whatsnew/3.8.html#notable-changes-in-3-8-17)
- [Что нового в Python 3.7](https://python-all.ru/3/whatsnew/3.7.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.7.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.7.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.7.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.7.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.7.html#improved-modules)
  - [Изменения C API](https://python-all.ru/3/whatsnew/3.7.html#c-api-changes)
  - [Изменения сборки](https://python-all.ru/3/whatsnew/3.7.html#build-changes)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.7.html#optimizations)
  - [Прочие изменения реализации CPython](https://python-all.ru/3/whatsnew/3.7.html#other-cpython-implementation-changes)
  - [Устаревшее поведение Python](https://python-all.ru/3/whatsnew/3.7.html#deprecated-python-behavior)
  - [Устаревшие модули, функции и методы Python](https://python-all.ru/3/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)
  - [Устаревшие функции и типы C API](https://python-all.ru/3/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)
  - [Удаление поддержки платформ](https://python-all.ru/3/whatsnew/3.7.html#platform-support-removals)
  - [Удаление API и возможностей](https://python-all.ru/3/whatsnew/3.7.html#api-and-feature-removals)
  - [Удаление модулей](https://python-all.ru/3/whatsnew/3.7.html#module-removals)
  - [Изменения только для Windows](https://python-all.ru/3/whatsnew/3.7.html#windows-only-changes)
  - [Перенос на Python 3.7](https://python-all.ru/3/whatsnew/3.7.html#porting-to-python-3-7)
  - [Заметные изменения в Python 3.7.1](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-1)
  - [Заметные изменения в Python 3.7.2](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-2)
  - [Заметные изменения в Python 3.7.6](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-6)
  - [Заметные изменения в Python 3.7.10](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-10)
  - [Заметные изменения в Python 3.7.11](https://python-all.ru/3/whatsnew/3.7.html#notable-changes-in-python-3-7-11)
  - [Важная функция безопасности в 3.7.14](https://python-all.ru/3/whatsnew/3.7.html#notable-security-feature-in-3-7-14)
- [Что нового в Python 3.6](https://python-all.ru/3/whatsnew/3.6.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.6.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.6.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.6.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.6.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.6.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.6.html#optimizations)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.6.html#build-and-c-api-changes)
  - [Прочие улучшения](https://python-all.ru/3/whatsnew/3.6.html#other-improvements)
  - [Устарело](https://python-all.ru/3/whatsnew/3.6.html#deprecated)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.6.html#removed)
  - [Перенос на Python 3.6](https://python-all.ru/3/whatsnew/3.6.html#porting-to-python-3-6)
  - [Заметные изменения в Python 3.6.2](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-2)
  - [Заметные изменения в Python 3.6.4](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-4)
  - [Заметные изменения в Python 3.6.5](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-5)
  - [Заметные изменения в Python 3.6.7](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-7)
  - [Заметные изменения в Python 3.6.10](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-10)
  - [Заметные изменения в Python 3.6.13](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-13)
  - [Заметные изменения в Python 3.6.14](https://python-all.ru/3/whatsnew/3.6.html#notable-changes-in-python-3-6-14)
- [Что нового в Python 3.5](https://python-all.ru/3/whatsnew/3.5.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.5.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.5.html#new-features)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.5.html#other-language-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.5.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.5.html#improved-modules)
  - [Другие изменения на уровне модулей](https://python-all.ru/3/whatsnew/3.5.html#other-module-level-changes)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.5.html#optimizations)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.5.html#build-and-c-api-changes)
  - [Устарело](https://python-all.ru/3/whatsnew/3.5.html#deprecated)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.5.html#removed)
  - [Переход на Python 3.5](https://python-all.ru/3/whatsnew/3.5.html#porting-to-python-3-5)
  - [Заметные изменения в Python 3.5.4](https://python-all.ru/3/whatsnew/3.5.html#notable-changes-in-python-3-5-4)
- [Что нового в Python 3.4](https://python-all.ru/3/whatsnew/3.4.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.4.html#summary-release-highlights)
  - [Новые возможности](https://python-all.ru/3/whatsnew/3.4.html#new-features)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.4.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.4.html#improved-modules)
  - [Изменения в реализации CPython](https://python-all.ru/3/whatsnew/3.4.html#cpython-implementation-changes)
  - [Устарело](https://python-all.ru/3/whatsnew/3.4.html#deprecated)
  - [Удалённое](https://python-all.ru/3/whatsnew/3.4.html#removed)
  - [Перенос на Python 3.4](https://python-all.ru/3/whatsnew/3.4.html#porting-to-python-3-4)
  - [Изменено в 3.4.3](https://python-all.ru/3/whatsnew/3.4.html#changed-in-3-4-3)
- [Что нового в Python 3.3](https://python-all.ru/3/whatsnew/3.3.html)

  - [Сводка – основные моменты выпуска](https://python-all.ru/3/whatsnew/3.3.html#summary-release-highlights)
  - [PEP 405: Виртуальные окружения](https://python-all.ru/3/whatsnew/3.3.html#pep-405-virtual-environments)
  - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3/whatsnew/3.3.html#pep-420-implicit-namespace-packages)
  - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)
  - [PEP 393: Гибкое представление строк](https://python-all.ru/3/whatsnew/3.3.html#pep-393-flexible-string-representation)
  - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3/whatsnew/3.3.html#pep-397-python-launcher-for-windows)
  - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)
  - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)
  - [PEP 409: Подавление контекста исключения](https://python-all.ru/3/whatsnew/3.3.html#pep-409-suppressing-exception-context)
  - [PEP 414: Явные литералы Unicode](https://python-all.ru/3/whatsnew/3.3.html#pep-414-explicit-unicode-literals)
  - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)
  - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3/whatsnew/3.3.html#pep-412-key-sharing-dictionary)
  - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3/whatsnew/3.3.html#pep-362-function-signature-object)
  - [PEP 421: Добавление sys.implementation](https://python-all.ru/3/whatsnew/3.3.html#pep-421-adding-sys-implementation)
  - [Использование importlib в качестве реализации импорта](https://python-all.ru/3/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.3.html#other-language-changes)
  - [Более детальная блокировка импорта](https://python-all.ru/3/whatsnew/3.3.html#a-finer-grained-import-lock)
  - [Встроенные функции и типы](https://python-all.ru/3/whatsnew/3.3.html#builtin-functions-and-types)
  - [Новые модули](https://python-all.ru/3/whatsnew/3.3.html#new-modules)
  - [Улучшенные модули](https://python-all.ru/3/whatsnew/3.3.html#improved-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.3.html#optimizations)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.3.html#build-and-c-api-changes)
  - [Устарело](https://python-all.ru/3/whatsnew/3.3.html#deprecated)
  - [Портирование на Python 3.3](https://python-all.ru/3/whatsnew/3.3.html#porting-to-python-3-3)
- [Что нового в Python 3.2](https://python-all.ru/3/whatsnew/3.2.html)

  - [PEP 384: Определение стабильного ABI](https://python-all.ru/3/whatsnew/3.2.html#pep-384-defining-a-stable-abi)
  - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)
  - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)
  - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)
  - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3/whatsnew/3.2.html#pep-3147-pyc-repository-directories)
  - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)
  - [PEP 3333: Python Web Server Gateway Interface v1.0.1](https://python-all.ru/3/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.2.html#other-language-changes)
  - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/3.2.html#new-improved-and-deprecated-modules)
  - [Многопоточность](https://python-all.ru/3/whatsnew/3.2.html#multi-threading)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.2.html#optimizations)
  - [Юникод](https://python-all.ru/3/whatsnew/3.2.html#unicode)
  - [Кодеки](https://python-all.ru/3/whatsnew/3.2.html#codecs)
  - [Документация](https://python-all.ru/3/whatsnew/3.2.html#documentation)
  - [IDLE](https://python-all.ru/3/whatsnew/3.2.html#idle)
  - [Репозиторий кода](https://python-all.ru/3/whatsnew/3.2.html#code-repository)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.2.html#build-and-c-api-changes)
  - [Переход на Python 3.2](https://python-all.ru/3/whatsnew/3.2.html#porting-to-python-3-2)
- [Что нового в Python 3.1](https://python-all.ru/3/whatsnew/3.1.html)

  - [PEP 372: Упорядоченные словари](https://python-all.ru/3/whatsnew/3.1.html#pep-372-ordered-dictionaries)
  - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/3.1.html#other-language-changes)
  - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/3.1.html#new-improved-and-deprecated-modules)
  - [Оптимизации](https://python-all.ru/3/whatsnew/3.1.html#optimizations)
  - [IDLE](https://python-all.ru/3/whatsnew/3.1.html#idle)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.1.html#build-and-c-api-changes)
  - [Переход на Python 3.1](https://python-all.ru/3/whatsnew/3.1.html#porting-to-python-3-1)
- [Что нового в Python 3.0](https://python-all.ru/3/whatsnew/3.0.html)

  - [Типичные трудности](https://python-all.ru/3/whatsnew/3.0.html#common-stumbling-blocks)
  - [Обзор изменений синтаксиса](https://python-all.ru/3/whatsnew/3.0.html#overview-of-syntax-changes)
  - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3/whatsnew/3.0.html#changes-already-present-in-python-2-6)
  - [Изменения в библиотеке](https://python-all.ru/3/whatsnew/3.0.html#library-changes)
  - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)
  - [Изменения в исключениях](https://python-all.ru/3/whatsnew/3.0.html#changes-to-exceptions)
  - [Прочие изменения](https://python-all.ru/3/whatsnew/3.0.html#miscellaneous-other-changes)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/3.0.html#build-and-c-api-changes)
  - [Производительность](https://python-all.ru/3/whatsnew/3.0.html#performance)
  - [Переход на Python 3.0](https://python-all.ru/3/whatsnew/3.0.html#porting-to-python-3-0)
- [Что нового в Python 2.7](https://python-all.ru/3/whatsnew/2.7.html)

  - [Будущее Python 2.x](https://python-all.ru/3/whatsnew/2.7.html#the-future-for-python-2-x)
  - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)
  - [Возможности Python 3.1](https://python-all.ru/3/whatsnew/2.7.html#python-3-1-features)
  - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)
  - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)
  - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)
  - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)
  - [PEP 3106: Представления словаря](https://python-all.ru/3/whatsnew/2.7.html#pep-3106-dictionary-views)
  - [PEP 3137: Объект memoryview](https://python-all.ru/3/whatsnew/2.7.html#pep-3137-the-memoryview-object)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.7.html#other-language-changes)
  - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.7.html#new-and-improved-modules)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.7.html#build-and-c-api-changes)
  - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.7.html#other-changes-and-fixes)
  - [Переход на Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#porting-to-python-2-7)
  - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.7.html#acknowledgements)
- [Что нового в Python 2.6](https://python-all.ru/3/whatsnew/2.6.html)

  - [Python 3.0](https://python-all.ru/3/whatsnew/2.6.html#python-3-0)
  - [Изменения в процессе разработки](https://python-all.ru/3/whatsnew/2.6.html#changes-to-the-development-process)
  - [PEP 343: Оператор 'with'](https://python-all.ru/3/whatsnew/2.6.html#pep-343-the-with-statement)
  - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)
  - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)
  - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3/whatsnew/2.6.html#pep-371-the-multiprocessing-package)
  - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3/whatsnew/2.6.html#pep-3101-advanced-string-formatting)
  - [PEP 3105: `print` как функция](https://python-all.ru/3/whatsnew/2.6.html#pep-3105-print-as-a-function)
  - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3/whatsnew/2.6.html#pep-3110-exception-handling-changes)
  - [PEP 3112: Байтовые литералы](https://python-all.ru/3/whatsnew/2.6.html#pep-3112-byte-literals)
  - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3/whatsnew/2.6.html#pep-3116-new-i-o-library)
  - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)
  - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3/whatsnew/2.6.html#pep-3119-abstract-base-classes)
  - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)
  - [PEP 3129: Декораторы классов](https://python-all.ru/3/whatsnew/2.6.html#pep-3129-class-decorators)
  - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.6.html#other-language-changes)
  - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.6.html#new-and-improved-modules)
  - [Устаревания и удаления](https://python-all.ru/3/whatsnew/2.6.html#deprecations-and-removals)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.6.html#build-and-c-api-changes)
  - [Переход на Python 2.6](https://python-all.ru/3/whatsnew/2.6.html#porting-to-python-2-6)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.6.html#acknowledgements)
- [Что нового в Python 2.5](https://python-all.ru/3/whatsnew/2.5.html)

  - [PEP 308: Условные выражения](https://python-all.ru/3/whatsnew/2.5.html#pep-308-conditional-expressions)
  - [PEP 309: Частичное применение функций](https://python-all.ru/3/whatsnew/2.5.html#pep-309-partial-function-application)
  - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)
  - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)
  - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)
  - [PEP 341: Единый try/except/finally](https://python-all.ru/3/whatsnew/2.5.html#pep-341-unified-try-except-finally)
  - [PEP 342: Новые возможности генераторов](https://python-all.ru/3/whatsnew/2.5.html#pep-342-new-generator-features)
  - [PEP 343: Оператор 'with'](https://python-all.ru/3/whatsnew/2.5.html#pep-343-the-with-statement)
  - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)
  - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)
  - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3/whatsnew/2.5.html#pep-357-the-index-method)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.5.html#other-language-changes)
  - [Новые, улучшенные и удалённые модули](https://python-all.ru/3/whatsnew/2.5.html#new-improved-and-removed-modules)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.5.html#build-and-c-api-changes)
  - [Перенос на Python 2.5](https://python-all.ru/3/whatsnew/2.5.html#porting-to-python-2-5)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.5.html#acknowledgements)
- [Что нового в Python 2.4](https://python-all.ru/3/whatsnew/2.4.html)

  - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3/whatsnew/2.4.html#pep-218-built-in-set-objects)
  - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)
  - [PEP 289: Генераторные выражения](https://python-all.ru/3/whatsnew/2.4.html#pep-289-generator-expressions)
  - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3/whatsnew/2.4.html#pep-292-simpler-string-substitutions)
  - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)
  - [PEP 322: Обратная итерация](https://python-all.ru/3/whatsnew/2.4.html#pep-322-reverse-iteration)
  - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3/whatsnew/2.4.html#pep-324-new-subprocess-module)
  - [PEP 327: Тип данных Decimal](https://python-all.ru/3/whatsnew/2.4.html#pep-327-decimal-data-type)
  - [PEP 328: Многострочные импорты](https://python-all.ru/3/whatsnew/2.4.html#pep-328-multi-line-imports)
  - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.4.html#other-language-changes)
  - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/2.4.html#new-improved-and-deprecated-modules)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.4.html#build-and-c-api-changes)
  - [Перенос на Python 2.4](https://python-all.ru/3/whatsnew/2.4.html#porting-to-python-2-4)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.4.html#acknowledgements)
- [Что нового в Python 2.3](https://python-all.ru/3/whatsnew/2.3.html)

  - [PEP 218: Стандартный тип set](https://python-all.ru/3/whatsnew/2.3.html#pep-218-a-standard-set-datatype)
  - [PEP 255: простые генераторы](https://python-all.ru/3/whatsnew/2.3.html#pep-255-simple-generators)
  - [PEP 263: Кодировки исходного кода](https://python-all.ru/3/whatsnew/2.3.html#pep-263-source-code-encodings)
  - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)
  - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)
  - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3/whatsnew/2.3.html#pep-278-universal-newline-support)
  - [PEP 279: enumerate()](https://python-all.ru/3/whatsnew/2.3.html#pep-279-enumerate)
  - [PEP 282: Пакет logging](https://python-all.ru/3/whatsnew/2.3.html#pep-282-the-logging-package)
  - [PEP 285: Булев тип](https://python-all.ru/3/whatsnew/2.3.html#pep-285-a-boolean-type)
  - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)
  - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)
  - [PEP 302: Новые хуки импорта](https://python-all.ru/3/whatsnew/2.3.html#pep-302-new-import-hooks)
  - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3/whatsnew/2.3.html#pep-305-comma-separated-files)
  - [PEP 307: Улучшения pickle](https://python-all.ru/3/whatsnew/2.3.html#pep-307-pickle-enhancements)
  - [Расширенные срезы](https://python-all.ru/3/whatsnew/2.3.html#extended-slices)
  - [Прочие изменения языка](https://python-all.ru/3/whatsnew/2.3.html#other-language-changes)
  - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3/whatsnew/2.3.html#new-improved-and-deprecated-modules)
  - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)
  - [Изменения в сборке и C API](https://python-all.ru/3/whatsnew/2.3.html#build-and-c-api-changes)
  - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.3.html#other-changes-and-fixes)
  - [Перенос на Python 2.3](https://python-all.ru/3/whatsnew/2.3.html#porting-to-python-2-3)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.3.html#acknowledgements)
- [Что нового в Python 2.2](https://python-all.ru/3/whatsnew/2.2.html)

  - [Введение](https://python-all.ru/3/whatsnew/2.2.html#introduction)
  - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)
  - [PEP 234: итераторы](https://python-all.ru/3/whatsnew/2.2.html#pep-234-iterators)
  - [PEP 255: простые генераторы](https://python-all.ru/3/whatsnew/2.2.html#pep-255-simple-generators)
  - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)
  - [PEP 238: изменение оператора деления](https://python-all.ru/3/whatsnew/2.2.html#pep-238-changing-the-division-operator)
  - [Изменения в Unicode](https://python-all.ru/3/whatsnew/2.2.html#unicode-changes)
  - [PEP 227: вложенные области видимости](https://python-all.ru/3/whatsnew/2.2.html#pep-227-nested-scopes)
  - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.2.html#new-and-improved-modules)
  - [Изменения и исправления интерпретатора](https://python-all.ru/3/whatsnew/2.2.html#interpreter-changes-and-fixes)
  - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.2.html#other-changes-and-fixes)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.2.html#acknowledgements)
- [Что нового в Python 2.1](https://python-all.ru/3/whatsnew/2.1.html)

  - [Введение](https://python-all.ru/3/whatsnew/2.1.html#introduction)
  - [PEP 227: вложенные области видимости](https://python-all.ru/3/whatsnew/2.1.html#pep-227-nested-scopes)
  - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3/whatsnew/2.1.html#pep-236-future-directives)
  - [PEP 207: расширенные сравнения](https://python-all.ru/3/whatsnew/2.1.html#pep-207-rich-comparisons)
  - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3/whatsnew/2.1.html#pep-230-warning-framework)
  - [PEP 229: новая система сборки](https://python-all.ru/3/whatsnew/2.1.html#pep-229-new-build-system)
  - [PEP 205: слабые ссылки](https://python-all.ru/3/whatsnew/2.1.html#pep-205-weak-references)
  - [PEP 232: атрибуты функций](https://python-all.ru/3/whatsnew/2.1.html#pep-232-function-attributes)
  - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)
  - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3/whatsnew/2.1.html#pep-217-interactive-display-hook)
  - [PEP 208: новая модель приведения типов](https://python-all.ru/3/whatsnew/2.1.html#pep-208-new-coercion-model)
  - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3/whatsnew/2.1.html#pep-241-metadata-in-python-packages)
  - [Новые и улучшенные модули](https://python-all.ru/3/whatsnew/2.1.html#new-and-improved-modules)
  - [Прочие изменения и исправления](https://python-all.ru/3/whatsnew/2.1.html#other-changes-and-fixes)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.1.html#acknowledgements)
- [Что нового в Python 2.0](https://python-all.ru/3/whatsnew/2.0.html)

  - [Введение](https://python-all.ru/3/whatsnew/2.0.html#introduction)
  - [А что насчёт Python 1.6?](https://python-all.ru/3/whatsnew/2.0.html#what-about-python-1-6)
  - [Новый процесс разработки](https://python-all.ru/3/whatsnew/2.0.html#new-development-process)
  - [Юникод](https://python-all.ru/3/whatsnew/2.0.html#unicode)
  - [Списковые включения](https://python-all.ru/3/whatsnew/2.0.html#list-comprehensions)
  - [Расширенное присваивание](https://python-all.ru/3/whatsnew/2.0.html#augmented-assignment)
  - [Методы строк](https://python-all.ru/3/whatsnew/2.0.html#string-methods)
  - [Сборка мусора циклических ссылок](https://python-all.ru/3/whatsnew/2.0.html#garbage-collection-of-cycles)
  - [Другие изменения ядра](https://python-all.ru/3/whatsnew/2.0.html#other-core-changes)
  - [Перенос на 2.0](https://python-all.ru/3/whatsnew/2.0.html#porting-to-2-0)
  - [Изменения в расширении/встраивании](https://python-all.ru/3/whatsnew/2.0.html#extending-embedding-changes)
  - [Distutils: упрощение установки модулей](https://python-all.ru/3/whatsnew/2.0.html#distutils-making-modules-easy-to-install)
  - [Модули XML](https://python-all.ru/3/whatsnew/2.0.html#xml-modules)
  - [Изменения модулей](https://python-all.ru/3/whatsnew/2.0.html#module-changes)
  - [Новые модули](https://python-all.ru/3/whatsnew/2.0.html#new-modules)
  - [Улучшения IDLE](https://python-all.ru/3/whatsnew/2.0.html#idle-improvements)
  - [Удалённые и устаревшие модули](https://python-all.ru/3/whatsnew/2.0.html#deleted-and-deprecated-modules)
  - [Благодарности](https://python-all.ru/3/whatsnew/2.0.html#acknowledgements)

«Changelog» – это HTML-версия [файла, построенного](https://python-all.ru/3/whatsnew/index.html)\\nиз содержимого дерева каталогов\\n[Misc/NEWS.d](https://python-all.ru/3/whatsnew/index.html), который содержит *все* нетривиальные изменения\\nв Python для текущей версии.

- [Журнал изменений](https://python-all.ru/3/whatsnew/changelog.html)

  - [Следующая версия Python](https://python-all.ru/3/whatsnew/changelog.html#python-next)
  - [Python 3.14.6 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-6-final)
  - [Python 3.14.5 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-5-final)
  - [Python 3.14.5 release candidate 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-5-release-candidate-1)
  - [Python 3.14.4 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-4-final)
  - [Python 3.14.3 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-3-final)
  - [Python 3.14.2 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-2-final)
  - [Python 3.14.1 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-1-final)
  - [Python 3.14.0 final](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-final)
  - [Python 3.14.0 release candidate 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-3)
  - [Python 3.14.0 release candidate 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-2)
  - [Python 3.14.0 release candidate 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-release-candidate-1)
  - [Python 3.14.0 beta 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-4)
  - [Python 3.14.0 beta 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-3)
  - [Python 3.14.0 beta 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-2)
  - [Python 3.14.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-beta-1)
  - [Python 3.14.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-7)
  - [Python 3.14.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-6)
  - [Python 3.14.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-5)
  - [Python 3.14.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-4)
  - [Python 3.14.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-3)
  - [Python 3.14.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-2)
  - [Python 3.14.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-14-0-alpha-1)
  - [Python 3.13.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-beta-1)
  - [Python 3.13.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-6)
  - [Python 3.13.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-5)
  - [Python 3.13.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-4)
  - [Python 3.13.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-3)
  - [Python 3.13.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-2)
  - [Python 3.13.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-13-0-alpha-1)
  - [Python 3.12.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-beta-1)
  - [Python 3.12.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-7)
  - [Python 3.12.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-6)
  - [Python 3.12.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-5)
  - [Python 3.12.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-4)
  - [Python 3.12.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-3)
  - [Python 3.12.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-2)
  - [Python 3.12.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-12-0-alpha-1)
  - [Python 3.11.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-beta-1)
  - [Python 3.11.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-7)
  - [Python 3.11.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-6)
  - [Python 3.11.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-5)
  - [Python 3.11.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-4)
  - [Python 3.11.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-3)
  - [Python 3.11.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-2)
  - [Python 3.11.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-11-0-alpha-1)
  - [Python 3.10.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-beta-1)
  - [Python 3.10.0 alpha 7](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-7)
  - [Python 3.10.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-6)
  - [Python 3.10.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-5)
  - [Python 3.10.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-4)
  - [Python 3.10.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-3)
  - [Python 3.10.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-2)
  - [Python 3.10.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-10-0-alpha-1)
  - [Python 3.9.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-beta-1)
  - [Python 3.9.0 alpha 6](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-6)
  - [Python 3.9.0 alpha 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-5)
  - [Python 3.9.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-4)
  - [Python 3.9.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-3)
  - [Python 3.9.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-2)
  - [Python 3.9.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-9-0-alpha-1)
  - [Python 3.8.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-beta-1)
  - [Python 3.8.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-4)
  - [Python 3.8.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-3)
  - [Python 3.8.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-2)
  - [Python 3.8.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-8-0-alpha-1)
  - [Python 3.7.0 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-final)
  - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-release-candidate-1)
  - [Python 3.7.0 бета 5](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-5)
  - [Python 3.7.0 бета 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-4)
  - [Python 3.7.0 бета 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-3)
  - [Python 3.7.0 бета 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-2)
  - [Python 3.7.0 бета 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-beta-1)
  - [Python 3.7.0 альфа 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-4)
  - [Python 3.7.0 альфа 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-3)
  - [Python 3.7.0 альфа 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-2)
  - [Python 3.7.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-7-0-alpha-1)
  - [Python 3.6.6 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-6-final)
  - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-6-release-candidate-1)
  - [Python 3.6.5 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-5-final)
  - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-5-release-candidate-1)
  - [Python 3.6.4 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-4-final)
  - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-4-release-candidate-1)
  - [Python 3.6.3 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-3-final)
  - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-3-release-candidate-1)
  - [Python 3.6.2 финальная](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-final)
  - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-release-candidate-2)
  - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-2-release-candidate-1)
  - [Python 3.6.1 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-1-final)
  - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-1-release-candidate-1)
  - [Python 3.6.0 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-final)
  - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-release-candidate-2)
  - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-release-candidate-1)
  - [Python 3.6.0 бета 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-4)
  - [Python 3.6.0 бета 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-3)
  - [Python 3.6.0 бета 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-2)
  - [Python 3.6.0 бета 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-beta-1)
  - [Python 3.6.0 альфа 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-4)
  - [Python 3.6.0 альфа 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-3)
  - [Python 3.6.0 альфа 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-2)
  - [Python 3.6.0 альфа 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-6-0-alpha-1)
  - [Python 3.5.5 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-5-final)
  - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-5-release-candidate-1)
  - [Python 3.5.4 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-4-final)
  - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-4-release-candidate-1)
  - [Python 3.5.3 финальный](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-3-final)
  - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-3-release-candidate-1)
  - [Python 3.5.2, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-2-final)
  - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-2-release-candidate-1)
  - [Python 3.5.1, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-1-final)
  - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-1-release-candidate-1)
  - [Python 3.5.0, финальная версия](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-final)
  - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-4)
  - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-3)
  - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-2)
  - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-release-candidate-1)
  - [Python 3.5.0 beta 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-4)
  - [Python 3.5.0 beta 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-3)
  - [Python 3.5.0 beta 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-2)
  - [Python 3.5.0 beta 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-beta-1)
  - [Python 3.5.0 alpha 4](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-4)
  - [Python 3.5.0 alpha 3](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-3)
  - [Python 3.5.0 alpha 2](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-2)
  - [Python 3.5.0 alpha 1](https://python-all.ru/3/whatsnew/changelog.html#python-3-5-0-alpha-1)
