Skip to content

Commit 906eff0

Browse files
committed
Update docs
1 parent 4d83fee commit 906eff0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/collections.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ The class can be used to simulate nested scopes and is useful in templating.
116116
>>> list(combined)
117117
['music', 'art', 'opera']
118118

119+
.. versionchanged:: 3.9
120+
Added support for ``|`` and ``|=`` operators, specified in :pep:`584`.
121+
119122
.. seealso::
120123

121124
* The `MultiContext class

0 commit comments

Comments
 (0)