Changeset 3672

Show
Ignore:
Timestamp:
19/11/08 03:29:09 (7 weeks ago)
Author:
tack
Message:

Fix typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/net/tls.py

    r3671 r3672  
    147147        # TLSConnection).  So if self._handshake is True, we return False here 
    148148        # to prevent the IOChannel from responding to reads and passing data 
    149         # from the TLS handshake back to the user.  If it's True, we defer to 
     149        # from the TLS handshake back to the user.  If it's False, we defer to 
    150150        # the default behaviour. 
    151151        return not self._handshake and super(TLSSocket, self)._is_read_connected()