Thanks to visit codestin.com Credit goes to github.com
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 ebc0052 commit 38e117dCopy full SHA for 38e117d
1 file changed
Doc/library/functions.rst
@@ -1047,8 +1047,8 @@ are always available. They are listed here in alphabetical order.
1047
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
1048
1049
.. versionchanged:: 3.2
1050
- Implement the Sequence ABC
1051
- Support slicing and negative indices
+ Implement the Sequence ABC.
+ Support slicing and negative indices.
1052
Test integers for membership in constant time instead of iterating
1053
through all items.
1054
0 commit comments