documentation for new SSL module · Issue #45365 · python/cpython (original) (raw)

@janssen

BPO 1024
Nosy @gvanrossum
Files x2

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = <Date 2007-08-27.19:11:48.863> created_at = <Date 2007-08-26.02:45:09.788> labels = ['type-feature', 'docs'] title = 'documentation for new SSL module' updated_at = <Date 2007-08-27.19:11:48.820> user = 'https://bugs.python.org/janssen'

bugs.python.org fields:

activity = <Date 2007-08-27.19:11:48.820> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = <Date 2007-08-27.19:11:48.863> closer = 'gvanrossum' components = ['Documentation'] creation = <Date 2007-08-26.02:45:09.788> creator = 'janssen' dependencies = [] files = ['8320'] hgrepos = [] issue_num = 1024 keywords = ['patch'] message_count = 3.0 messages = ['55293', '55294', '55339'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'janssen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1024' versions = ['Python 2.6']

@janssen

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.

@janssen

Sorry, long day: "...and its features..."

@janssen janssen mannequin added the docs

Documentation in the Doc dir

label

Aug 26, 2007

@gvanrossum

Committed revision 57570.

I didn't review it though.