Commit 8307ddfe authored by Josh Snyder's avatar Josh Snyder Committed by Jason Madden

Add versionchanged declaration

parent b56a30d7
......@@ -201,6 +201,8 @@ def iwait_on_objects(objects, timeout=None, count=None):
.. versionchanged:: 1.1a2
No longer raise :exc:`LoopExit` if our caller switches greenlets
in between items yielded by this function.
.. versionchanged:: 1.4
Add support to use the returned object as a context manager.
"""
# QQQ would be nice to support iterable here that can be generated slowly (why?)
hub = get_hub()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment