[ python-Bugs-1003323 ] telnetlib on Windows: read_until() freezes
SourceForge.net
noreply at sourceforge.net
Wed Aug 4 16:45:42 CEST 2004
Bugs item #1003323, was opened at 2004-08-04 10:45
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=1003323&group_id=5470
Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Yannick Turgeon (yturgeon)
Assigned to: Nobody/Anonymous (nobody)
Summary: telnetlib on Windows: read_until() freezes
Initial Comment:
I'm currently trying to pass commands to a telnet
session and get the texte generated (stdin + stdout) by
the session. The problem I get is that the
Telnet.read_until() function seems to freeze after a
couple of command. I did a simplified script (attached)
that reproduce the problem each time. In the script,
when I send the command "echo bar7" to the telnet
session, it freezes forever without a Timeout.
I'm using 2.3.4 on Windows 2000 Server. According to a
feedback for the comp.lang.python newsgroup, this
problem do not occur on linux systems.
Thanks
Yannick
yannick.turgeon at cablevision.qc.ca
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1003323&group_id=5470
More information about the Python-bugs-list
mailing list