Skip to content

Commit 9fcd90d

Browse files
committed
versionadded docs
1 parent 2b5f1f3 commit 9fcd90d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/operator.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,15 @@ Operations which work with sequences (some of them with mappings too) include:
212212

213213
Return the outcome of the test ``a in b``.
214214

215+
.. versionadded:: 3.14
216+
215217

216218
.. function:: not_in(a, b)
217219

218220
Return the outcome of the test ``a not in b``.
219221

222+
.. versionadded:: 3.14
223+
220224

221225
.. function:: contains(a, b)
222226
__contains__(a, b)

0 commit comments

Comments
 (0)