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.

classification
Title: Typo in SSL documentation
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, pfista, python-dev, r.david.murray
Priority: normal Keywords:

Created on 2013-06-26 18:47 by pfista, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg191913 - (view) Author: mp (pfista) Date: 2013-06-26 18:47
Under http://docs.python.org/3.4/library/ssl.html#ssl.SSLContext.set_npn_protocols

"avertise" should be "advertise".  This is in documentation for both 3.4 and 3.3
msg191914 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-06-26 19:11
New changeset d7ae8a84f443 by R David Murray in branch '3.3':
#18311: fix typo.
http://hg.python.org/cpython/rev/d7ae8a84f443

New changeset 16fe29689f3f by R David Murray in branch 'default':
Merge #18311: fix typo.
http://hg.python.org/cpython/rev/16fe29689f3f
msg191915 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-06-26 19:12
Fixed, thanks.
History
Date User Action Args
2022-04-11 14:57:47adminsetgithub: 62511
2013-06-26 19:12:26r.david.murraysetstatus: open -> closed

type: behavior

nosy: + r.david.murray
messages: + msg191915
resolution: fixed
stage: resolved
2013-06-26 19:11:54python-devsetnosy: + python-dev
messages: + msg191914
2013-06-26 18:47:27pfistacreate