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 r.david.murray
Recipients ckreddy, eric.smith, r.david.murray
Date 2018-06-08.15:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528470554.09.0.592728768989.issue33806@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify: don't call open again *on that telnetlib.Telnet object*.  You can certainly have more than one open connection using different telnetlib.Telnet instances, though it might be a bit challenging to manage them :)
History
Date User Action Args
2018-06-08 15:09:14r.david.murraysetrecipients: + r.david.murray, eric.smith, ckreddy
2018-06-08 15:09:14r.david.murraysetmessageid: <1528470554.09.0.592728768989.issue33806@psf.upfronthosting.co.za>
2018-06-08 15:09:14r.david.murraylinkissue33806 messages
2018-06-08 15:09:14r.david.murraycreate