From ea6b714ad2398c052b69ead66e3e45c84d6df3c5 Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Fri, 16 Oct 2009 04:47:42 +0000 Subject: Fixed a few >80 char lines --- PEP.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PEP.txt b/PEP.txt index 240ffca..7548639 100644 --- a/PEP.txt +++ b/PEP.txt @@ -113,7 +113,8 @@ possibly out-of-order. The returned iterator raises a `TimeoutError` if `__next__()` is called and the result isn't available after *timeout* seconds from the original call to `run_to_results()`. If *timeout* is not specified or ``None`` then there is no limit to the wait time. If a call raises an exception -then that exception will be raised when its value is retrieved from the iterator. +then that exception will be raised when its value is retrieved from the +iterator. `Executor.shutdown()` @@ -201,7 +202,8 @@ cancelled. `done_futures()` -Return an iterator over all `Future` instances that completed are were cancelled. +Return an iterator over all `Future` instances that completed are were +cancelled. `successful_futures()` -- cgit v1.2.1