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 janssen
Recipients christian.heimes, gvanrossum, janssen
Date 2007-11-15.21:35:32
SpamBayes Score 0.0031819197
Marked as misclassified No
Message-id <4b3e516a0711151335nf9b386dh5cc8ef72f033323b@mail.gmail.com>
In-reply-to <1195159676.24.0.713417816566.issue1451@psf.upfronthosting.co.za>
Content
I'll check it in this afternoon -- I've just got to figure out how to
run the Python clean-up tool.  Then you can check in the socket3.diff
patch, then I'll make sure the SSL module works with that version of
sockets.

Bill

On 11/15/07, Guido van Rossum <report@bugs.python.org> wrote:
>
> Guido van Rossum added the comment:
>
> 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...
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1451>
> __________________________________
>
History
Date User Action Args
2007-11-15 21:35:33janssensetspambayes_score: 0.00318192 -> 0.0031819197
recipients: + janssen, gvanrossum, christian.heimes
2007-11-15 21:35:33janssenlinkissue1451 messages
2007-11-15 21:35:32janssencreate