mirror of
https://github.com/python/cpython.git
synced 2026-03-20 03:41:06 +00:00
merge 3.4 (#21764)
This commit is contained in:
commit
3a0b6aa59b
1 changed files with 6 additions and 0 deletions
|
|
@ -353,6 +353,12 @@ I/O Base Classes
|
|||
is usual for each of the lines provided to have a line separator at the
|
||||
end.
|
||||
|
||||
.. method:: __del__()
|
||||
|
||||
Prepare for object destruction. :class:`IOBase` provides a default
|
||||
implementation of this method that calls the instance's
|
||||
:meth:`~IOBase.close` method.
|
||||
|
||||
|
||||
.. class:: RawIOBase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue