summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 13:31:10 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 13:31:10 +0100
commit0ffdda2b9ac21d1341dfb8def0405a283ee36596 (patch)
tree716a713191907970521d3580a68638653cc8326a
parentb7b7e067bc33674ce43f3bf0ff5cae43f4a80031 (diff)
downloadtrollius-0ffdda2b9ac21d1341dfb8def0405a283ee36596.tar.gz
cleanup changelog
-rw-r--r--doc/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index d64e47b..88c8bf4 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -16,13 +16,13 @@ Changes:
submodule.
* On Python 3.4 and newer, use os.set_inheritable().
* Enhance protocol representation: add "closed" or "closing" info.
-* Reuse socket.socketpair() on Windows if available
* run_forever() now consumes BaseException of the temporary task. If the
coroutine raised a BaseException, consume the exception to not log a warning.
The caller doesn't have access to the local task.
* Python issue 22448: cleanup _run_once(), only iterate once to remove delayed
calls that were cancelled.
-* Return destructor logs the source traceback in debug mode
+* The destructor of the Return class now shows where the Return object was
+ created.
2014-10-02: Version 1.0.2