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 santoso.wijaya
Recipients pitrou, rnk, santoso.wijaya
Date 2011-03-20.20:46:20
SpamBayes Score 0.010755152
Marked as misclassified No
Message-id <1300653980.76.0.177716205344.issue11613@psf.upfronthosting.co.za>
In-reply-to
Content
The timeout value given to wait() is multiplied by 1000 before being passed to TimeoutExpired constructor. The multiplication is unnecessary since we take the input unit as time unit second.
History
Date User Action Args
2011-03-20 20:46:20santoso.wijayasetrecipients: + santoso.wijaya, pitrou, rnk
2011-03-20 20:46:20santoso.wijayasetmessageid: <1300653980.76.0.177716205344.issue11613@psf.upfronthosting.co.za>
2011-03-20 20:46:20santoso.wijayalinkissue11613 messages
2011-03-20 20:46:20santoso.wijayacreate