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 python-dev
Recipients alex, geertj, pitrou, python-dev, vstinner
Date 2014-10-10.10:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141010104328.39540.55901@psf.io>
In-reply-to
Content
New changeset 54402b25f0b9 by Victor Stinner in branch '3.4':
Issue #22564: ssl doc: fix typos
https://hg.python.org/cpython/rev/54402b25f0b9

New changeset 61e52fda1006 by Victor Stinner in branch '3.4':
Issue #22564: ssl doc: document read(), write(), pending, server_side and
https://hg.python.org/cpython/rev/61e52fda1006

New changeset 63386eda0cb7 by Victor Stinner in branch '3.4':
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
https://hg.python.org/cpython/rev/63386eda0cb7

New changeset 8338ae599931 by Victor Stinner in branch '3.4':
Issue #22564: ssl doc: mention how SSLSocket are usually created
https://hg.python.org/cpython/rev/8338ae599931
History
Date User Action Args
2014-10-10 10:43:38python-devsetrecipients: + python-dev, geertj, pitrou, vstinner, alex
2014-10-10 10:43:38python-devlinkissue22564 messages
2014-10-10 10:43:38python-devcreate