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
"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
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