commit | 7b9190b8fc416f97c17ca6461dd73967813516c7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jul 27 05:07:19 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jul 27 05:07:19 2004 +0000 |
tree | 69c189a91c6dd0255faedba4392fc9a331f01736 | |
parent | 5785a1391ed9ad444bfb5b00847416452a593d1b [diff] [blame] |
Patch #998149: imaplib deleteacl and myrights.
diff --git a/Misc/NEWS b/Misc/NEWS index e48309c..a7b0f1d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Library ------- +- imaplib has two new methods: deleteacl and myrights. + - nntplib has two new methods: description and descriptions. They use a more RFC-compliant way of getting a newsgroup description.