Re: [Tutor] ​How to use the returned telnet object after creating the telnet session.

2015-09-13 Thread Danny Yoo
On Sun, Sep 13, 2015 at 12:29 AM, Manju M wrote: > > Assume that I will pass IP and port information from a function to open the > telnet session. have opened the telnet session and after opening the telnet > session I returned telnet object to calling function. Hi Manju, I apologize for potent

Re: [Tutor] ​How to use the returned telnet object after creating the telnet session.

2015-09-13 Thread Alan Gauld
On 13/09/15 08:29, Manju M wrote: Assume that I will pass IP and port information from a function to open the telnet session. have opened the telnet session and after opening the telnet session I returned telnet object to calling function. That makes sense so far. Unfortunately its hard to rea

[Tutor] ​How to use the returned telnet object after creating the telnet session.

2015-09-13 Thread Manju M
Hello all, First I would like thank you for creating such good platform for discussing python..!!! Assume that I will pass IP and port information from a function to open the telnet session. have opened the telnet session and after opening the telnet session I returned telnet object to calling fu