[Python-bugs-list] [ python-Bugs-734806 ] telnetlib.read_until: float req'd for timeout

SourceForge.net noreply@sourceforge.net
Thu, 08 May 2003 11:27:33 -0700


Bugs item #734806, was opened at 2003-05-08 14:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=734806&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Craig Allen (cba037)
Assigned to: Nobody/Anonymous (nobody)
Summary: telnetlib.read_until: float req'd for timeout

Initial Comment:
The read_until (and I assume expect) method(s) have an
optional timeout parameter; a float is required but
this is not documented; use of an integer causes an
exception.  

Documentation needs to mention the need for a float
value (alternatively, telnetlib should convert to a float).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=734806&group_id=5470