Skip to content

Commit 7d6f0fd

Browse files
committed
.. versionadded
1 parent 7fd652d commit 7d6f0fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,8 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
12641264
:no-typesetting:
12651265
.. method:: sequence.clear()
12661266

1267+
.. versionadded:: 3.3
1268+
12671269
Remove all items from *sequence*.
12681270
This is equivalent to writing ``del sequence[:]``.
12691271

@@ -1274,6 +1276,8 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
12741276
:no-typesetting:
12751277
.. method:: sequence.copy()
12761278

1279+
.. versionadded:: 3.3
1280+
12771281
Create a shallow copy of *sequence*.
12781282
This is equivalent to writing ``sequence[:]``.
12791283

0 commit comments

Comments
 (0)