Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75f104a

Browse files
committed
#21815: Make the doc change match what I actually did.
1 parent 317f64f commit 75f104a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/imaplib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ An :class:`IMAP4` instance has the following methods:
509509
create such tags. Although it is an RFC violation and IMAP clients and
510510
servers are supposed to be strict, imaplib nontheless continues to allow
511511
such tags to be created for backward compatibility reasons, and as of
512-
python 3.5.2/3.6.0, handles them if they are sent from the server, since
513-
this improves real-world compatibility.
512+
python 3.6, handles them if they are sent from the server, since this
513+
improves real-world compatibility.
514514

515515
.. method:: IMAP4.subscribe(mailbox)
516516

0 commit comments

Comments
 (0)