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, dugang@188.com, janssen
Date 2008-01-31.02:48:49
SpamBayes Score 0.0628419
Marked as misclassified No
Message-id <1201747730.64.0.79436595587.issue1978@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch.

I'm of two minds about this.  It may well be an appropriate patch for
2.5.2 -- I seem to recall having to do something much like this in the
new SSL module -- but it patches the old SSL code which we are replacing
for 2.6.  And I'd recommend downloading and using the new SSL code from
PyPI with pre-2.6 Pythons instead of using the supplied support.  I'd
think, at the very least, this patch should include additions to the
test suite for socket_ssl before it's included.
History
Date User Action Args
2008-01-31 02:48:51janssensetspambayes_score: 0.0628419 -> 0.0628419
recipients: + janssen, christian.heimes, dugang@188.com
2008-01-31 02:48:50janssensetspambayes_score: 0.0628419 -> 0.0628419
messageid: <1201747730.64.0.79436595587.issue1978@psf.upfronthosting.co.za>
2008-01-31 02:48:49janssenlinkissue1978 messages
2008-01-31 02:48:49janssencreate