]> granicus.if.org Git - python/commit
asyncio: Fix formatting of the "Future exception was never retrieved" in
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Nov 2014 13:16:31 +0000 (14:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Nov 2014 13:16:31 +0000 (14:16 +0100)
commit662fd5f68ef1a3bf7f4f7bbb4e50a876216424eb
treef435bf8369e007243faa453565d226e3df643572
parentabde2c1d2511367c6199d6bb21ec63cecb7ac6b8
asyncio: Fix formatting of the "Future exception was never retrieved" in
release mode
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py