mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags
This commit is contained in:
parent
0e8e78e15d
commit
4dde587405
3 changed files with 79 additions and 6 deletions
|
@ -466,7 +466,7 @@ The complete signature is::
|
|||
|
||||
:type: type to mix in to new Enum class.
|
||||
|
||||
:start: number to start counting at if only names are passed in
|
||||
:start: number to start counting at if only names are passed in.
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
The *start* parameter was added.
|
||||
|
|
|
@ -487,7 +487,7 @@ I/O Base Classes
|
|||
|
||||
.. method:: readinto1(b)
|
||||
|
||||
Read up to ``len(b)`` bytes into bytearray *b*, ,using at most one call to
|
||||
Read up to ``len(b)`` bytes into bytearray *b*, using at most one call to
|
||||
the underlying raw stream's :meth:`~RawIOBase.read` (or
|
||||
:meth:`~RawIOBase.readinto`) method. Return the number of bytes read.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue