mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Consistency check for versionadded/changed directives.
This commit is contained in:
parent
9e25701e87
commit
67b21b7547
33 changed files with 129 additions and 114 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue