]> granicus.if.org Git - python/commit
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Aug 2006 06:46:21 +0000 (06:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Aug 2006 06:46:21 +0000 (06:46 +0000)
commit9b0ca79213f262daab54db21d6f3aa17b8dd86dd
tree07e79ed0e6c833b954f0e89b0b114b2c7fa5a432
parent3ee5941f68fea95116e30a78fb0cc2fb359c48ea
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
a socket operation on a socket with a timeout, the exception will be
caught correctly.  Previously, the exception was not caught.
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c