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 DavidDecotigny
Recipients DavidDecotigny, jnoller
Date 2008-09-06.01:45:23
SpamBayes Score 0.026041877
Marked as misclassified No
Message-id <1220665525.74.0.467681868703.issue3789@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Jesse. When I read this passage, I thought naively that a
timeout raised in a get() would not be harmful: that somehow the whole
get() request would be aborted. But now I realize that it would make
things rather complicated and dangerous: the data would get dropped, and
will never be recovered by subsequent get().
So thank you for the hint, and leave the things as they are, it's better.
History
Date User Action Args
2008-09-06 01:45:25DavidDecotignysetrecipients: + DavidDecotigny, jnoller
2008-09-06 01:45:25DavidDecotignysetmessageid: <1220665525.74.0.467681868703.issue3789@psf.upfronthosting.co.za>
2008-09-06 01:45:24DavidDecotignylinkissue3789 messages
2008-09-06 01:45:23DavidDecotignycreate