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.20:36:18
SpamBayes Score 0.045890514
Marked as misclassified No
Message-id <1195158978.74.0.199176605871.issue1378@psf.upfronthosting.co.za>
In-reply-to
Content
socket3.diff builds on socket2.diff:

- Rename socket class to Socket; add socket() as a factory function.

- Implement roudkerk's suggestion of using a duplicate socket in
makefile() to get rid of the manual reference counting. Yay!

Note: this dinterferes with Bill Janssen's issue 1451.  Whichever is
checked in last must fix issues with the other.
History
Date User Action Args
2007-11-15 20:36:18gvanrossumsetspambayes_score: 0.0458905 -> 0.045890514
recipients: + gvanrossum, nnorwitz, theller, christian.heimes, roudkerk
2007-11-15 20:36:18gvanrossumsetspambayes_score: 0.0458905 -> 0.0458905
messageid: <1195158978.74.0.199176605871.issue1378@psf.upfronthosting.co.za>
2007-11-15 20:36:18gvanrossumlinkissue1378 messages
2007-11-15 20:36:18gvanrossumcreate