[Python-checkins] cpython: #21815: Make the doc change match what I actually did.

r.david.murray python-checkins at python.org
Sat Jan 2 17:26:13 EST 2016


https://hg.python.org/cpython/rev/53271aa4d84c
changeset:   99761:53271aa4d84c
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Jan 02 17:25:59 2016 -0500
summary:
  #21815: Make the doc change match what I actually did.

files:
  Doc/library/imaplib.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst
--- a/Doc/library/imaplib.rst
+++ b/Doc/library/imaplib.rst
@@ -509,8 +509,8 @@
       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)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list