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 Brian.Cain
Recipients Brian.Cain
Date 2010-12-10.14:36:02
SpamBayes Score 0.013498446
Marked as misclassified No
Message-id <1291991778.63.0.145134143934.issue10673@psf.upfronthosting.co.za>
In-reply-to
Content
When calling Process' join([timeout]) method, the timeout expiration case is indistinguishable from the successful join.  I suppose the 'exitcode' attribute can deliver the necessary information, but perhaps join could stand on its own.

If join() shouldn't be changed, could we make explicit reference to the exitcode attribute in the documentation?
History
Date User Action Args
2010-12-10 14:36:18Brian.Cainsetrecipients: + Brian.Cain
2010-12-10 14:36:18Brian.Cainsetmessageid: <1291991778.63.0.145134143934.issue10673@psf.upfronthosting.co.za>
2010-12-10 14:36:02Brian.Cainlinkissue10673 messages
2010-12-10 14:36:02Brian.Caincreate