]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futures
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Jun 2014 09:16:18 +0000 (11:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Jun 2014 09:16:18 +0000 (11:16 +0200)
commit791e5531c992323dd0605d9ccd3092876db89073
tree8257dd37e61b0b85c275a32e24d2b8769aaa0578
parentf10642e8a9f4a1ac14aa17da8f1ddb8b7646c025
parentdb74d982d43d98040e38665d843cbc8de4a082b1
(Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futures
must not be empty.