]> granicus.if.org Git - python/commitdiff
#21815: Make the doc change match what I actually did.
authorR David Murray <rdmurray@bitdance.com>
Sat, 2 Jan 2016 22:25:59 +0000 (17:25 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 2 Jan 2016 22:25:59 +0000 (17:25 -0500)
Doc/library/imaplib.rst

index fbb802ce2fbddf10613df365593d63242582833a..cd214ffe017abb84cae7384965ba46b2661af830 100644 (file)
@@ -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
       servers are supposed to be strict, imaplib nontheless continues to allow
       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
-      this improves real-world compatibility.
+      python 3.6, handles them if they are sent from the server, since this
+      improves real-world compatibility.
 
 .. method:: IMAP4.subscribe(mailbox)