]> granicus.if.org Git - python/commit
-fixes telnetlib constants to be one-length byte arrays instead of ints
authorJack Diederich <jackdied@gmail.com>
Fri, 10 Apr 2009 05:33:26 +0000 (05:33 +0000)
committerJack Diederich <jackdied@gmail.com>
Fri, 10 Apr 2009 05:33:26 +0000 (05:33 +0000)
commit1c8f38c4f7d6db22d0de6f2a64a67536afbcd405
treecfd1efe8a7e3f28400dec7293d5f8ca679cd5b77
parent175cb23bb9796cc2e0cfe6b33b3fa6c1b89c4912
-fixes telnetlib constants to be one-length byte arrays instead of ints
-this fixes telnet negotiation (broken in 3.0)
-merged/ported telnetlib tests from trunk (below)

Merged revisions 71302,71377,71385 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71302 | jack.diederich | 2009-04-05 22:08:44 -0400 (Sun, 05 Apr 2009) | 1 line

  test the telnetlib.Telnet interface more thoroughly
........
  r71377 | jack.diederich | 2009-04-07 16:22:59 -0400 (Tue, 07 Apr 2009) | 1 line

  eliminate more race conditions in telnetlib tests
........
  r71385 | jack.diederich | 2009-04-07 19:56:57 -0400 (Tue, 07 Apr 2009) | 4 lines

  - Make timing assertions very generous (a la test_timeout.py)
  - Break the gc cycle in negotiation tests
  - test the different guarantees of read_lazy and read_very_lazy
........
Lib/telnetlib.py
Lib/test/test_telnetlib.py