Update the changelog

This commit is contained in:
Victor Stinner
2014-12-19 00:05:25 +01:00
parent 2bdacd392c
commit a4fb737dcb

View File

@@ -19,6 +19,8 @@ Changes:
Bugfixes:
* Fix a race condition in BaseSubprocessTransport._try_finish(): ensure that
connection_made() is called before connection_lost().
* Python issue #23009: selectors, make sure EpollSelecrtor.select() works when
no file descriptor is registered.
* Python issue #22922: Fix ProactorEventLoop.close(). Call