diff options
| author | Georg Brandl <georg@python.org> | 2010-08-17 15:07:14 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-17 15:07:14 +0000 |
| commit | 67b21b7547feee634bbecafeb88606ff350c0d3c (patch) | |
| tree | bd493e5b10f9cead75ed145def9e0098b53188ab /Doc/library/functions.rst | |
| parent | 9e25701e87936ef61c348b5da6f9b580a52bab19 (diff) | |
| download | cpython-git-67b21b7547feee634bbecafeb88606ff350c0d3c.tar.gz | |
Consistency check for versionadded/changed directives.
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 5fb4f70240..2b3cbd04b0 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) |
