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

2010-10-26 Thread R. David Murray
R. David Murray 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 __

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

2010-10-24 Thread Jack Diederich
Jack Diederich added the comment: Thanks David, do you want to apply? Looks good to me. -- ___ Python tracker ___ ___ Python-bugs-lis

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

2010-10-23 Thread Stefan Krah
Stefan Krah added the comment: The patch works. I agree that no test is needed, since no one will attempt to revert this. :) -- ___ Python tracker ___ ___

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

2010-10-23 Thread R. David Murray
R. David Murray 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 than figuring out the fix

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

2010-07-12 Thread Stefan Krah
Stefan Krah added the comment: 3.2 is affected as well. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

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

2010-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: I get the same error on Windows for 3.1.2 as the OP did for 3.1.1. -- ___ Python tracker ___ ___ Pyth

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

2010-07-12 Thread Jack Diederich
Jack Diederich 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-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: needs patch -> unit test needed ___ Python tracker ___ ___ Python-bugs-list mai

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

2010-07-11 Thread Stefan Krah
Changes by Stefan Krah : -- stage: unit test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

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

2010-07-11 Thread Stefan Krah
Stefan Krah 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 Mark Lawrence
Mark Lawrence added the comment: This works fine with Python 2.7 on Windows. -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker ___ __

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

2010-01-23 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin priority: -> normal stage: -> test needed type: -> behavior ___ Python tracker ___

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

2010-01-22 Thread Michael Newman
New submission from Michael Newman : 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 3.1.1 (r311:74483, Aug 17 2009,