• Tim Peters's avatar
    Merge rev 30900 from 3.4 branch. · 35136be9
    Tim Peters authored
    _triggerbase:  Make new-style class, for better debugability.
    
    Windows trigger.__init__:  Simplify more.  The trigger can connect
    after the other end has done  bind() and listen(); no need to wait
    for an accept() too, and so no need to fiddle with blocking/
    non-blocking or "expected" socket.error's either.
    35136be9
trigger.py 6.59 KB