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 janssen
Date 2007-08-26.02:45:08
SpamBayes Score 0.15441798
Marked as misclassified No
Message-id <1188096309.88.0.45889663508.issue1024@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a documentation patch for the SSL code that was checked in 
yesterday.  It removes discussion of SSL from the socket documentation, 
makes a change to the urllib2 doc's discussion of how to test for SSL 
support, and adds documentation of the SSL module and it's features, 
including some examples of how to use it.
Files
File name Uploaded
x2 janssen, 2007-08-26.02:45:08
History
Date User Action Args
2007-08-26 02:45:10janssensetspambayes_score: 0.154418 -> 0.15441798
recipients: + janssen
2007-08-26 02:45:09janssensetspambayes_score: 0.154418 -> 0.154418
messageid: <1188096309.88.0.45889663508.issue1024@psf.upfronthosting.co.za>
2007-08-26 02:45:09janssenlinkissue1024 messages
2007-08-26 02:45:08janssencreate