mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
whatsnew: frozen package __path__; and min/max versionadded.
This commit is contained in:
parent
fce0082005
commit
b070b3f502
2 changed files with 16 additions and 3 deletions
|
@ -781,6 +781,9 @@ are always available. They are listed here in alphabetical order.
|
|||
such as ``sorted(iterable, key=keyfunc, reverse=True)[0]`` and
|
||||
``heapq.nlargest(1, iterable, key=keyfunc)``.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
The *default* keyword-only argument.
|
||||
|
||||
|
||||
.. _func-memoryview:
|
||||
.. function:: memoryview(obj)
|
||||
|
@ -812,6 +815,9 @@ are always available. They are listed here in alphabetical order.
|
|||
such as ``sorted(iterable, key=keyfunc)[0]`` and ``heapq.nsmallest(1,
|
||||
iterable, key=keyfunc)``.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
The *default* keyword-only argument.
|
||||
|
||||
.. function:: next(iterator[, default])
|
||||
|
||||
Retrieve the next item from the *iterator* by calling its
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue