]> granicus.if.org Git - python/commit
Subject: bug fixes for imaplib.py
authorGuido van Rossum <guido@python.org>
Mon, 18 May 1998 14:39:42 +0000 (14:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 May 1998 14:39:42 +0000 (14:39 +0000)
commit46586822058b54c93e36247f31b13b4d7286f0a2
tree8bba3b6cf9d6d495d1477fe3a4c5aecf6ced7b6c
parent7beaad4e75eac9601e6678967cfadcc833746e20
Subject: bug fixes for imaplib.py
From: Piers Lauder <piers@staff.cs.usyd.edu.au>
To: Python List <python-list@cwi.nl>
Date: Mon, 18 May 1998 09:51:53 +1000

Following is a context diff for imaplib.py in the Python1.5.1 distribution.
It fixes 2 bugs. One to do with argument quoting, and the other to do with
caching of un-tagged responses. Apologies for its size.
Lib/imaplib.py