How to timeout when waiting for raw_input from user ?

Maxim Khitrov mkhitrov at gmail.com
Sat Dec 5 09:07:32 EST 2009


On Sat, Dec 5, 2009 at 9:01 AM, Rune Strand <rune.strand at gmail.com> wrote:
> The easiest wasy is to use the Timer object in the threading module.
>
>
> from threading import Timer

Doesn't work on Windows.

- Max



More information about the Python-list mailing list