]> granicus.if.org Git - python/commit
Added expect() method which takes a list of regular expressions and an
authorGuido van Rossum <guido@python.org>
Wed, 24 Dec 1997 22:24:19 +0000 (22:24 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Dec 1997 22:24:19 +0000 (22:24 +0000)
commitccb5ec62e10e8dce424f3f03159536bdc9c10d90
tree17ec85504666ac9f0264d4129a36609acc1d2621
parent00f9fea288baed5a37e3866b492185b5045d30d4
Added expect() method which takes a list of regular expressions and an
optional timeout.  Also moved some imports around.
Lib/telnetlib.py