This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients docs@python, orsenthil, stutzbach, synapse
Date 2010-10-15.08:59:47
SpamBayes Score 4.8043035e-05
Marked as misclassified No
Message-id <1287133189.07.0.631257704063.issue10099@psf.upfronthosting.co.za>
In-reply-to
Content
I think, the original docs *is* pretty intuitive. It says "Duplicate the file descriptor fd and build a socket object".  No one will think that the this method will close the original fd. Person using this method might of course, explicitly close the original fd in some other part of the code (as he may use it after creating the socket object too).

If at all anything is required, a line may be "The original file descriptor is unaffected", but again that seems redundant to me.
History
Date User Action Args
2010-10-15 08:59:49orsenthilsetrecipients: + orsenthil, stutzbach, synapse, docs@python
2010-10-15 08:59:49orsenthilsetmessageid: <1287133189.07.0.631257704063.issue10099@psf.upfronthosting.co.za>
2010-10-15 08:59:47orsenthillinkissue10099 messages
2010-10-15 08:59:47orsenthilcreate