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 jjdominguezm
Recipients bquinlan, jjdominguezm
Date 2012-01-14.17:07:13
SpamBayes Score 3.731519e-06
Marked as misclassified No
Message-id <1326560835.55.0.282912980665.issue13785@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

This is a proposal to make the state of Future objects public.

The idea is to have access to the current state of the Future using a property instead of calling several methods (done, cancelled, etc.).

Also, a history property that returns a list of Event(state, timestamp) objects is written, the list stores the timestamp every time the state of a future changes.

There is a patch attached to the issue.

Regards.
History
Date User Action Args
2012-01-14 17:07:15jjdominguezmsetrecipients: + jjdominguezm, bquinlan
2012-01-14 17:07:15jjdominguezmsetmessageid: <1326560835.55.0.282912980665.issue13785@psf.upfronthosting.co.za>
2012-01-14 17:07:14jjdominguezmlinkissue13785 messages
2012-01-14 17:07:14jjdominguezmcreate