skytools.sockutil: separate module for low-level socket stuff
authorMarko Kreen <markokr@gmail.com>
Tue, 28 Jun 2011 15:28:50 +0000 (18:28 +0300)
committerMarko Kreen <markokr@gmail.com>
Wed, 29 Jun 2011 07:11:05 +0000 (10:11 +0300)
commite3abfa3f014019fcca3c667209938036f6dc496b
treefe5e2e142471a09cbeec244021fb115fdb8ecb70
parente44881488d19e2c928fbdef4949f40530a268797
skytools.sockutil: separate module for low-level socket stuff

Move set_tcp_keepalive() here, plus set_nonblocking() and
set_cloexec().
Makefile
python/skytools/__init__.py
python/skytools/psycopgwrapper.py
python/skytools/sockutil.py [new file with mode: 0644]