Chris Hallman wrote:
>
> I'm working on a program that telnets to multiple devices to test their
> backup ISDN BRI connections. I'm trying to build in error recovery with
> try/except logic, but I'm having trouble getting it to work. This first
> example uses a host name that isn't in our DNS (
I'm working on a program that telnets to multiple devices to test their
backup ISDN BRI connections. I'm trying to build in error recovery with
try/except logic, but I'm having trouble getting it to work. This first
example uses a host name that isn't in our DNS (yes, this does happen):
import t