[issue10099] socket.fromfd() documentation problem

2010-10-14 Thread Kálmán Gergely
Kálmán Gergely added the comment: Forgot to add that the changes should be applied to all versions if accepted. synapse -- ___ Python tracker <http://bugs.python.org/issue10

[issue10099] socket.fromfd() documentation problem

2010-10-14 Thread Kálmán Gergely
New submission from Kálmán Gergely : socket.fromfd()'s behaviour is somewhat counter-intutive and should contain a note to warn the user that it'll leave the original FD open. This is important if someone forgets to manually close the file descriptor as it might lead to FD leaks (

[issue6560] socket sendmsg(), recvmsg() methods

2009-07-24 Thread Kálmán Gergely
Kálmán Gergely added the comment: the tester application -- Added file: http://bugs.python.org/file14557/sendrecvmsgtest.py ___ Python tracker <http://bugs.python.org/issue6

[issue6560] socket sendmsg(), recvmsg() methods

2009-07-24 Thread Kálmán Gergely
New submission from Kálmán Gergely : This is the rewritten-from-scratch implementation of the sendmsg()/recvmsg() methods. Any comments / suggestions / flames are very welcome. Currently it supports what I need and I'm only releasing it because I don't have much time to develop it furt