summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-13 00:15:27 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-13 00:15:27 +0100
commit6cba83b9b7cfa3b5195c04aa59d4cc77c2d2510f (patch)
treef29c58fd3afef5f06e6ddcc4aba3663c882446f8
parente1a2bfaa33788784fea4a36cb4750decf9efa200 (diff)
downloadtrollius-6cba83b9b7cfa3b5195c04aa59d4cc77c2d2510f.tar.gz
update changelog
-rw-r--r--doc/changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index cdfb74d..6a015dc 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -7,7 +7,9 @@ Version 1.0.3
Changes:
-* On Python 3.5, windows_utils.socketpair is now an alias to socket.socketpair.
+* On Python 3.5 and newer, reuse socket.socketpair() in the windows_utils
+ 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