Merge 3.5

This commit is contained in:
Yury Selivanov 2015-11-16 12:47:25 -05:00
commit caf6452af2
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ BaseTransport
protocol's :meth:`connection_lost` method will be called with
:const:`None` as its argument.
.. method:: is_closing(self)
Return ``True`` if the transport is closing or is closed.
.. versionadded:: 3.5.1
.. method:: get_extra_info(name, default=None)