diff options
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 5fb4f70..2b3cbd0 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -181,7 +181,6 @@ are always available. They are listed here in alphabetical order. character. This is to facilitate detection of incomplete and complete statements in the :mod:`code` module. - .. versionchanged:: 3.2 Allowed use of Windows and Mac newlines. Also input in ``'exec'`` mode does not have to end in a newline anymore. @@ -939,8 +938,8 @@ are always available. They are listed here in alphabetical order. [] .. versionchanged:: 3.2 - Testing integers for membership takes constant time instead of - iterating through all items. + Testing integers for membership takes constant time instead of iterating + through all items. .. function:: repr(object) |