cpython: 0ffaf1079a7a (original) (raw)

Mercurial > cpython

changeset 81069:0ffaf1079a7a 2.7

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

Jesus Cea jcea@jcea.es
date Wed, 26 Dec 2012 16:46:04 +0100
parents 6c186caa6285
children 44609ff7e53c
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 @@ -370,10 +370,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 @@ -102,7 +102,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,