diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-04 18:30:11 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-04 18:30:11 (GMT) |
commit | 69312fa4a2712b3ff37e473c833a42162aa9b5cd (patch) | |
tree | 008bb64b7ee485a5031e94744ecf5fa22f51cf3d /Misc | |
parent | 4b8eb7b8b4d2d4c2c900f0931d475ffa951d3215 (diff) | |
parent | 600a349781bfa0a8239e1cb95fac29c7c4a3302e (diff) | |
download | cpython-69312fa4a2712b3ff37e473c833a42162aa9b5cd.zip cpython-69312fa4a2712b3ff37e473c833a42162aa9b5cd.tar.gz cpython-69312fa4a2712b3ff37e473c833a42162aa9b5cd.tar.bz2 |
Merge 3.5 (issue #28613)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Library - Issue #28600: Optimize loop.call_soon. +- Issue #28613: Fix get_event_loop() return the current loop if + called from coroutines/callbacks. + Documentation ------------- |