[issue14303] Incorrect documentation for socket.py on linux

2014-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e2a72e05b4f by Georg Brandl in branch '2.7': Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. https://hg.python.org/cpython/rev/6e2a72e05b4f -- nosy: +python-dev resolution: -> fixed stage: -> resolved status

[issue14303] Incorrect documentation for socket.py on linux

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Shane, there are major differences between the makefile docs versions 2 and 3, so could you prepare a patch for this addressed at version 2 only? -- nosy: +BreamoreBoy versions: -Python 2.6 ___ Python tracker

[issue14303] Incorrect documentation for socket.py on linux

2013-06-14 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue14303] Incorrect documentation for socket.py on linux

2012-03-14 Thread Shane Hansen
New submission from Shane Hansen : The python docs state that for socket.makefile "The file object references a dup()ped version of the socket file descriptor, so the file object and socket object may be closed or garbage-collected independently." In fact for socket.py dup() is never called, a