mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Get rid of the remaining versionadded/versionchanged directives.
This commit is contained in:
parent
1617457cff
commit
55ac8f0f26
161 changed files with 335 additions and 2197 deletions
|
@ -59,9 +59,6 @@ The module defines the following type:
|
|||
from the optional *initializer* value, which must be a list, string, or iterable
|
||||
over elements of the appropriate type.
|
||||
|
||||
.. versionchanged:: 2.4
|
||||
Formerly, only lists or strings were accepted.
|
||||
|
||||
If given a list or string, the initializer is passed to the new array's
|
||||
:meth:`fromlist`, :meth:`fromstring`, or :meth:`fromunicode` method (see below)
|
||||
to add initial items to the array. Otherwise, the iterable initializer is
|
||||
|
@ -135,9 +132,6 @@ The following data items and methods are also supported:
|
|||
be raised. If *iterable* is not an array, it must be iterable and its elements
|
||||
must be the right type to be appended to the array.
|
||||
|
||||
.. versionchanged:: 2.4
|
||||
Formerly, the argument could only be another array.
|
||||
|
||||
|
||||
.. method:: array.fromfile(f, n)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue