10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb172a commit 9bbea64Copy full SHA for 9bbea64
Doc/tutorial/datastructures.rst
@@ -675,10 +675,11 @@ to a variable. For example, ::
675
>>> non_null
676
'Trondheim'
677
678
-Note that in Python, unlike C, assignment inside expressions must be done
679
-explicitly with the walrus operator ``:=``. This avoids a common class of
680
-problems encountered in C programs: typing ``=`` in an expression when ``==``
681
-was intended.
+.. versionchanged:: 3.8
+ Note that in Python, unlike C, assignment inside expressions must be done
+ explicitly with the walrus operator ``:=``. This avoids a common class of
+ problems encountered in C programs: typing ``=`` in an expression when ``==``
682
+ was intended.
683
684
685
.. _tut-comparing:
0 commit comments