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 gvanrossum
Recipients christian.heimes, gvanrossum, nnorwitz, roudkerk, theller
Date 2007-11-15.22:22:45
SpamBayes Score 0.3113423
Marked as misclassified No
Message-id <1195165365.74.0.160781511553.issue1378@psf.upfronthosting.co.za>
In-reply-to
Content
Hold on, socket3.diff breaks four unit tests:

test_ftplib test_poplib test_smtplib test_urllib2net

> newfd = _socket.dup(socket_instance)

But that doesn't allow fromfd to work. I found some real use cases for
fromfd where the fd is passed in through some other means:

http://www.google.com/codesearch?as_q=socket%5C.fromfd&btnG=Search+Code&as_lang=python
History
Date User Action Args
2007-11-15 22:22:45gvanrossumsetspambayes_score: 0.311342 -> 0.3113423
recipients: + gvanrossum, nnorwitz, theller, christian.heimes, roudkerk
2007-11-15 22:22:45gvanrossumsetspambayes_score: 0.311342 -> 0.311342
messageid: <1195165365.74.0.160781511553.issue1378@psf.upfronthosting.co.za>
2007-11-15 22:22:45gvanrossumlinkissue1378 messages
2007-11-15 22:22:45gvanrossumcreate