Consistency check for versionadded/changed directives.

This commit is contained in:
Georg Brandl 2010-08-17 15:07:14 +00:00
parent 9e25701e87
commit 67b21b7547
33 changed files with 129 additions and 114 deletions

View file

@ -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)