summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-rw-r--r--Doc/whatsnew/3.10.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 78f3c2d..dac44cf 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -791,6 +791,10 @@ Other Language Changes
Moreover, static methods are now callable as regular functions.
(Contributed by Victor Stinner in :issue:`43682`.)
+* Annotations for complex targets (everything beside ``simple name`` targets
+ defined by :pep:`526`) no longer cause any runtime effects with ``from __future__ import annotations``.
+ (Contributed by Batuhan Taskaya in :issue:`42737`.)
+
New Modules
===========