cpython: 3801ee5d5d73 (original) (raw)

Mercurial > cpython

changeset 81070:3801ee5d5d73 3.2

Closes #16789: :meth:`quit` links to constants instead of own module [#16789]

Jesus Cea jcea@jcea.es
date Wed, 26 Dec 2012 16:47:03 +0100
parents 7e5d7ef4634d
children b6a9f8fd9443 39be1514c16c
files Doc/library/ftplib.rst Doc/library/poplib.rst Doc/library/smtplib.rst
diffstat 3 files changed, 7 insertions(+), 6 deletions(-)[+] [-] Doc/library/ftplib.rst 8 Doc/library/poplib.rst 2 Doc/library/smtplib.rst 3

line wrap: on

line diff

--- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -377,10 +377,10 @@ followed by lines for the text versi .. method:: FTP.close() Close the connection unilaterally. This should not be applied to an already

FTP_TLS Objects

--- a/Doc/library/poplib.rst +++ b/Doc/library/poplib.rst @@ -105,7 +105,7 @@ An :class:POP3 instance has the follow .. method:: POP3.pass_(password) Send password, response includes message count and mailbox size. Note: the

.. method:: POP3.apop(user, secret)

--- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -32,7 +32,8 @@ Protocol) and :rfc:1869 (SMTP Service setting will be used). For normal use, you should only require the initialization/connect,

.. class:: SMTP_SSL(host='', port=0, local_hostname=None, keyfile=None, certfile=None[, timeout])