Se lanzó Python 3.14.
(python.org)Principales cambios de Python 3.14
PEP 779 — Soporte oficial para Python con hilos libres (free-threaded Python)
PEP 649 — Evaluación diferida de anotaciones (deferred evaluation of annotations)
PEP 750 — Literales de cadenas de plantilla (t-strings)
PEP 734 — Soporte para múltiples intérpretes en la biblioteca estándar
PEP 784 — Se agrega el módulo compression.zstd
PEP 758 — Se permite omitir paréntesis en expresiones except / except*
PEP 765 — Se prohíbe return/break/continue en bloques finally
...
Aún no hay comentarios.