[Python-bugs-list] [ python-Bugs-439823 ] poll docs should mention timeout unit
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 11 Jul 2001 11:49:25 -0700
Bugs item #439823, was opened at 2001-07-09 13:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=439823&group_id=5470
Category: Documentation
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: poll docs should mention timeout unit
Initial Comment:
the documentation about polling objects does not seem
to mention
what unit the timeout is specified in. it is
especially important because it is in milliseconds
whereas select.select and time.time use seconds.
maybe it should be in bold.
-- erno@iki.fi
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-11 11:49
Message:
Logged In: YES
user_id=3066
Ok, ok, I've read the manpage and the code now.
Fixed in Doc/lib/libselect.tex revisions 1.18 and 1.17.4.1.
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2001-07-11 11:29
Message:
Logged In: YES
user_id=6380
Fred, it *is* in milliseconds, and you can update the docs
yourself. ;-)
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-11 11:26
Message:
Logged In: YES
user_id=3066
Assigned to Andrew since he's familiar with poll() and the
Python interface to it.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=439823&group_id=5470