mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
#21815: Make the doc change match what I actually did.
This commit is contained in:
parent
317f64f048
commit
75f104a745
1 changed files with 2 additions and 2 deletions
|
|
@ -509,8 +509,8 @@ An :class:`IMAP4` instance has the following methods:
|
||||||
create such tags. Although it is an RFC violation and IMAP clients and
|
create such tags. Although it is an RFC violation and IMAP clients and
|
||||||
servers are supposed to be strict, imaplib nontheless continues to allow
|
servers are supposed to be strict, imaplib nontheless continues to allow
|
||||||
such tags to be created for backward compatibility reasons, and as of
|
such tags to be created for backward compatibility reasons, and as of
|
||||||
python 3.5.2/3.6.0, handles them if they are sent from the server, since
|
python 3.6, handles them if they are sent from the server, since this
|
||||||
this improves real-world compatibility.
|
improves real-world compatibility.
|
||||||
|
|
||||||
.. method:: IMAP4.subscribe(mailbox)
|
.. method:: IMAP4.subscribe(mailbox)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue