commit | 46586822058b54c93e36247f31b13b4d7286f0a2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon May 18 14:39:42 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon May 18 14:39:42 1998 +0000 |
tree | 8bba3b6cf9d6d495d1477fe3a4c5aecf6ced7b6c | |
parent | 7beaad4e75eac9601e6678967cfadcc833746e20 [diff] |
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.