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 lcatucci
Recipients giampaolo.rodola, lcatucci, vstinner
Date 2008-12-02.14:31:03
SpamBayes Score 4.244877e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
As for the shutdown/close comment, I think there could be cases
where you are going to close but don't want to shutdown: e.g. you might
close a dup-ed socket, but the other owner would want to continue
working with his copy of the socket.
History
Date User Action Args
2008-12-02 14:31:04lcatuccisetrecipients: + lcatucci, vstinner, giampaolo.rodola
2008-12-02 14:31:04lcatuccisetmessageid: <[email protected]>
2008-12-02 14:31:03lcatuccilinkissue4473 messages
2008-12-02 14:31:03lcatuccicreate