Thread: python - fe: read or write while EINTR.

python - fe: read or write while EINTR.

From
jwp@pgfoundry.org (James William Pye)
Date:
Log Message:
-----------
read or write while EINTR.

Additionally, take the 'interrupt' attribute into account to allow the entire
operation to be interrupted with the raising of the OperationInterrupt
exception. (Use with the signal trap if immediate aborting is desired)

Modified Files:
--------------
    fe/src:
        transport.py (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/transport.py.diff?r1=1.2&r2=1.3)