[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-10-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Committed to py3k in r85846, 3.1 in r85847. -- resolution: - fixed stage: unit test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-10-24 Thread Jack Diederich
Jack Diederich jackd...@gmail.com added the comment: Thanks David, do you want to apply? Looks good to me. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761 ___

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-10-23 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: The attached patch should fix the problem. It replicates the bytes/string changes made for the unix branch in the windows branch. It would be nice to come up with a unit test for this, but in this case that's a lot more complicated

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-10-23 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: The patch works. I agree that no test is needed, since no one will attempt to revert this. :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-12 Thread Jack Diederich
Jack Diederich jackd...@gmail.com added the comment: Can you check this on 3.1.2 or 3.2? There were a few bugfixes of the bytes handling in that timeframe. -- assignee: - jackdied nosy: +jackdied priority: high - normal ___ Python tracker

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-12 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I get the same error on Windows for 3.1.2 as the OP did for 3.1.1. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761 ___

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-12 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: 3.2 is affected as well. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761 ___ ___

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This works fine with Python 2.7 on Windows. -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Confirmed with 3.1. Raising priority, since it seems to be one of those bytes/string issues that prevent people from using py3k. -- nosy: +skrah priority: normal - high ___ Python tracker

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Stefan Krah
Changes by Stefan Krah stefan-use...@bytereef.org: -- stage: unit test needed - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761 ___

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti stage: needs patch - unit test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761 ___

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-01-23 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- nosy: +brian.curtin priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761 ___

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-01-22 Thread Michael Newman
New submission from Michael Newman michael.b.new...@gmail.com: Telnet.interact() is failing on Python 3.1.1 Windows, but works fine on Python 2.6.4 Windows and also works on Python 3.1.1 Linux. See 3 examples below: --- Test #1 (fails): Telnet.interact on Python 3.1.1 Windows --- Python