summaryrefslogtreecommitdiffstats
path: root/Doc/reference/expressions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/reference/expressions.rst')
-rw-r--r--Doc/reference/expressions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index 281d032..54384a8 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -323,7 +323,7 @@ See also :pep:`530`.
asynchronous functions. Outer comprehensions implicitly become
asynchronous.
-.. versionchanged:: next
+.. versionchanged:: 3.15
Unpacking with the ``*`` operator is now allowed in the expression.
@@ -455,7 +455,7 @@ prevails.
the key. Starting with 3.8, the key is evaluated before the value, as
proposed by :pep:`572`.
-.. versionchanged:: next
+.. versionchanged:: 3.15
Unpacking with the ``**`` operator is now allowed in dictionary comprehensions.
.. _genexpr: