This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cool-RR
Recipients cool-RR
Date 2013-06-14.13:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371216345.77.0.119966223843.issue18212@psf.upfronthosting.co.za>
In-reply-to
Content
I have a `Future` and I want to check whether it's in finished state. It seems like I don't have a method to do that, right? (I could emulate the existing methods for checking Future state, but that would mean fiddling with private variables.)

Why not just expose the Future state in a property that automatically acquires `self._condition`? (Instead of a horde of methods.)
History
Date User Action Args
2013-06-14 13:25:45cool-RRsetrecipients: + cool-RR
2013-06-14 13:25:45cool-RRsetmessageid: <1371216345.77.0.119966223843.issue18212@psf.upfronthosting.co.za>
2013-06-14 13:25:45cool-RRlinkissue18212 messages
2013-06-14 13:25:45cool-RRcreate