summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-18 16:06:45 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-18 16:06:45 +0100
commit06c3d5fa4a3feccff8bcf8f9d58557ee3c5b2f43 (patch)
tree137c449936b44796abd01a86019a7fcf1af7ced6
parentf624a2b673aed2fa445c748cb7f4b40f75dac9e6 (diff)
downloadtrollius-06c3d5fa4a3feccff8bcf8f9d58557ee3c5b2f43.tar.gz
update changelog
-rw-r--r--doc/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 51d4d2e..464a4d8 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -14,6 +14,8 @@ Changes:
functions. Patch by Donald Stufft.
* Add run_aiotest.py: run the aiotest test suite.
* tox now also run the aiotest test suite
+* Python issue #23074: get_event_loop() now raises an exception if the thread
+ has no event loop even if assertions are disabled.
Bugfixes: