]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Issue #21163: BaseEventLoop.run_until_complete() and
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Jun 2014 12:51:24 +0000 (14:51 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Jun 2014 12:51:24 +0000 (14:51 +0200)
test_utils.run_briefly() don't log the "destroy pending task" message anymore.
The log is redundant for run_until_complete() and useless in run_briefly().


Trivial merge