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, janssen
Date 2007-11-15.20:47:56
SpamBayes Score 0.34283894
Marked as misclassified No
Message-id <1195159676.24.0.713417816566.issue1451@psf.upfronthosting.co.za>
In-reply-to
Content
If you haven't checked this in by tomorrow morning, I'll submit issue
1378 (socket3.diff) first, and you'll have to do a bunch of cleanup. 
Or, if you like, I can submit that now and you can do the cleanup this
afternoon.  (Basically, we can dup() sockets on Windows now, so all the
nonsense about keeping our own reference counts is no longer needed --
makefile() just hangs on to a dup() of the socket. This restores the
semantics we had in 1.5.2...
History
Date User Action Args
2007-11-15 20:47:56gvanrossumsetspambayes_score: 0.342839 -> 0.34283894
recipients: + gvanrossum, janssen, christian.heimes
2007-11-15 20:47:56gvanrossumsetspambayes_score: 0.342839 -> 0.342839
messageid: <1195159676.24.0.713417816566.issue1451@psf.upfronthosting.co.za>
2007-11-15 20:47:56gvanrossumlinkissue1451 messages
2007-11-15 20:47:56gvanrossumcreate