Add send_fds and receive_fds functions.
authorW. Trevor King <wking@tremily.us>
Sat, 21 Apr 2012 15:51:08 +0000 (11:51 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Apr 2012 15:51:08 +0000 (11:51 -0400)
commitbf85529fc1fd71ce50093317f0b5a25368ccf121
treed05df52f0bf3d83a2857b96417ed42b2a9c74f5b
parent89a9ab22b2dbb22cf9a22a3d8b9da9e4168b4f25
Add send_fds and receive_fds functions.

These will need Python 3.3 for sendmsg and recvmsg, but I already
copied over the code from the Python docs, so I'm committing it now
;).
pyassuan/common.py