[New-bugs-announce] [issue22301] smtplib.SMTP.starttls' documentation is just confusing

Michele Orrù report at bugs.python.org
Fri Aug 29 22:33:03 CEST 2014


New submission from Michele Orrù:

<maker> hello! In <https://docs.python.org/2/library/smtplib.html#smtplib.SMTP.starttls> I read::
<maker> "If keyfile and certfile are provided, these are passed to the socket module’s ssl() function."
<maker> socket.ssl() exists, though it is not documented (not even in /dev/library/socket)
<maker> and furthermore, the link on ssl() points to the ssl module, which is just confusing.
<bitdancer> maker: open an issue.

(I'm noising ap and chris because afaik they were working on the latest ssl security stuff)

----------
assignee: docs at python
components: Documentation, Library (Lib), email
messages: 226074
nosy: barry, christian.heimes, docs at python, maker, pitrou, r.david.murray
priority: normal
severity: normal
status: open
title: smtplib.SMTP.starttls' documentation is just confusing
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22301>
_______________________________________


More information about the New-bugs-announce mailing list