This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients Mark McDonnell, SilentGhost, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-29.15:20:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451402421.02.0.711312658654.issue25976@psf.upfronthosting.co.za>
In-reply-to
Content
The host ip needs to be supplied as a string:

telnetlib.Telnet(host='192.168.1.15', port=3490, timeout=5)
History
Date User Action Args
2015-12-29 15:20:21SilentGhostsetrecipients: + SilentGhost, paul.moore, tim.golden, zach.ware, steve.dower, Mark McDonnell
2015-12-29 15:20:21SilentGhostsetmessageid: <1451402421.02.0.711312658654.issue25976@psf.upfronthosting.co.za>
2015-12-29 15:20:20SilentGhostlinkissue25976 messages
2015-12-29 15:20:20SilentGhostcreate