summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-17 15:07:14 +0000
committerGeorg Brandl <georg@python.org>2010-08-17 15:07:14 +0000
commit67b21b7547feee634bbecafeb88606ff350c0d3c (patch)
treebd493e5b10f9cead75ed145def9e0098b53188ab /Doc/library/functions.rst
parent9e25701e87936ef61c348b5da6f9b580a52bab19 (diff)
downloadcpython-git-67b21b7547feee634bbecafeb88606ff350c0d3c.tar.gz
Consistency check for versionadded/changed directives.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst5
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)