]> granicus.if.org Git - python/commit
Piers Lauder:
authorGuido van Rossum <guido@python.org>
Tue, 28 Mar 2000 20:20:53 +0000 (20:20 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Mar 2000 20:20:53 +0000 (20:20 +0000)
commit66d451397577a7710902b75104839afc7ca05b81
treeb88e6e6a57361bacf4d1b58b04260aa3b19f8945
parent84306246f1d9a70b887881e029a082aab8db9211
Piers Lauder:

This patch fixes the "search" command in imaplib. The problem
was that a search can take multiple arguments, but as defined,
would only accept one.

I have also made changes to the test code at the end to be less
verbose by default, but to accept a verbosity argument.
Lib/imaplib.py