]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Oct 2019 21:27:35 +0000 (14:27 -0700)
committerNed Deily <nad@python.org>
Mon, 14 Oct 2019 20:48:16 +0000 (16:48 -0400)
commit88204a3908663a574919f9c17278bcabed0598fa
tree0d376057164595e6c75e047fc414c5cd7e408e14
parent2027f90d285ff6a6677bd74227d093d74adc023d
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)

(cherry picked from commit b23a8423a923077e4f83d3f328bb7542b4c940ed)

Co-authored-by: idomic <michael.ido@gmail.com>
Lib/asyncio/events.py