[issue708007] TelnetPopen3, TelnetBase, Expect split

2013-03-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: As per Guido's core-mentorship list post: "Please close" -- nosy: +terry.reedy resolution: -> rejected stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue708007] TelnetPopen3, TelnetBase, Expect split

2010-08-18 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue708007] TelnetPopen3, TelnetBase, Expect split

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any interest in seeing the patch updated for py3k? Any comments from Windows users since Pexpect uses pty which is Linux only? -- nosy: +BreamoreBoy stage: -> patch review type: -> feature request versions: +Python 3.2 -Python 2.6 _

[issue708007] TelnetPopen3, TelnetBase, Expect split

2009-04-01 Thread Jack Diederich
Jack Diederich added the comment: assigning all open telnetlib items to myself -- assignee: -> jackdied nosy: +jackdied ___ Python tracker ___

[issue708007] TelnetPopen3, TelnetBase, Expect split

2008-05-30 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Since Pexpect is alive and well, doesn't it satisfy your needs? What's the point of trying to push an alternative implementation that has lingered for 7 years now? -- nosy: +gvanrossum ___ Python

[issue708007] TelnetPopen3, TelnetBase, Expect split

2008-05-29 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: out of date -> status: closed -> open versions: +Python 2.6 -Python 2.2 ___ Python tracker <[EMAIL PROTECTED]> _

[issue708007] TelnetPopen3, TelnetBase, Expect split

2008-05-13 Thread Luke Kenneth Casson Leighton
Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> added the comment: finally! i accidentally found this, when looking for my own work for yet another project that requires this split. comments - several 1) the patch was relevant in 2001 at the time of creation; it was relevant for python 2.0, 2

[issue708007] TelnetPopen3, TelnetBase, Expect split

2008-02-19 Thread Christian Heimes
Changes by Christian Heimes: -- status: pending -> closed Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe

[issue708007] TelnetPopen3, TelnetBase, Expect split

2008-01-03 Thread Christian Heimes
Christian Heimes added the comment: Are you still interested in the matter? Please discuss the idea on the python-dev mailing list and possible create a new patch for Python 2.6. -- nosy: +tiran resolution: -> out of date status: open -> pending Tra