diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-12-15 05:38:38 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-12-15 05:38:38 (GMT) |
commit | 2c008d83dcd92c6de5f29b81121a1792eed9b913 (patch) | |
tree | 14c306b64ca59e81fa02684e56a1efc24f7ea5db /Doc/whatsnew | |
parent | e93f407a0f4929895c4a07d65edddc7dbc494534 (diff) | |
parent | 4a18b35dbd80d21e1b3c1a5aa45c5c96deb44c7b (diff) | |
download | cpython-2c008d83dcd92c6de5f29b81121a1792eed9b913.zip cpython-2c008d83dcd92c6de5f29b81121a1792eed9b913.tar.gz cpython-2c008d83dcd92c6de5f29b81121a1792eed9b913.tar.bz2 |
Merge 3.5
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 61992f7..53cd602 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -814,7 +814,7 @@ Updates in 3.5.1: coroutines to event loops from other threads. (Contributed by Vincent Michel.) -* New :meth:`Transport.is_closing() <asyncio.Transport.is_closing>` +* New :meth:`Transport.is_closing() <asyncio.BaseTransport.is_closing>` method to check if the transport is closing or closed. (Contributed by Yury Selivanov.) |