]> granicus.if.org Git - python/commit
Added mt_interact() -- multithreaded version of interact().
authorGuido van Rossum <guido@python.org>
Wed, 23 Dec 1998 23:04:17 +0000 (23:04 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Dec 1998 23:04:17 +0000 (23:04 +0000)
commit82eae9eaa70eb1f58277bd7d08b996507c3e3ffe
treecbc62d2ea889c3eb88bea44fbbdf26e50d7b8bb8
parentdb01ee0e22c348b642143dbb728517ca7e13f526
Added mt_interact() -- multithreaded version of interact().
interact() automatically uses this on Windows (where the
single-threaded version doesn't work).
Lib/telnetlib.py