summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 12:50:26 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 12:50:26 +0100
commitcbde10288cbe873f33820729aee4951ffde00764 (patch)
treed9b175945674657bca07e7d6a093c63263df7dc5 /README
parent84c79550bd5ee1419c0d8d174a46a6a6ace328b2 (diff)
downloadaioeventlet-cbde10288cbe873f33820729aee4951ffde00764.tar.gz
Setting debug mode of the event loop doesn't enable "debug_blocking" of
eventlet on Windows anymore, the feature is not implemented on Windows in eventlet.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 7d40f4c..d66bd3f 100644
--- a/README
+++ b/README
@@ -75,6 +75,9 @@ Version 0.2 (development version)
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event
loop with call_soon()
* Add tox.ini to run tests with tox
+* Setting debug mode of the event loop doesn't enable "debug_blocking" of
+ eventlet on Windows anymore, the feature is not implemented on Windows
+ in eventlet.
2014-11-19: version 0.1
-----------------------