[New-bugs-announce] [issue17200] telnetlib.read_until() timeout uses the wrong units

Reuben D'Netto report at bugs.python.org
Wed Feb 13 06:06:46 CET 2013


New submission from Reuben D'Netto:

read_until() takes a value for timeout in seconds, but passes it to poll(), which takes a value in milliseconds.

----------
files: telnetlib.py.patch
keywords: patch
messages: 181993
nosy: Reuben.D'Netto
priority: normal
severity: normal
status: open
title: telnetlib.read_until() timeout uses the wrong units
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file29055/telnetlib.py.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17200>
_______________________________________


More information about the New-bugs-announce mailing list