Re: [Tutor] telnetlib - character hex00 missing

2010-11-22 Thread Steven D'Aprano
Joachim Roop wrote: Even though my non-python telnet-server on the other side is sending #00-bytes, they are not recognized by python's telnetlib (characters #01-#FF seem to work fine though). My C++ implementation has no problems with this. I have to use Python 3.1 on Windows. I'm guessing

Re: [Tutor] telnetlib - character hex00 missing

2010-11-22 Thread Alan Gauld
"Joachim Roop" wrote Even though my non-python telnet-server on the other side is sending #00-bytes, they are not recognized by python's telnetlib (characters #01-#FF seem to work fine though). My C++ implementation has no problems with this. I have to use Python 3.1 on Windows. I'm guessi

[Tutor] telnetlib - character hex00 missing

2010-11-22 Thread Joachim Roop
Even though my non-python telnet-server on the other side is sending #00-bytes, they are not recognized by python's telnetlib (characters #01-#FF seem to work fine though). My C++ implementation has no problems with this. I have to use Python 3.1 on Windows. I'm guessing this a known bug. What