diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 22:32:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 22:32:52 (GMT) |
commit | 05245f7487dfd5e35faeabc94e7e1a6fc205247c (patch) | |
tree | a2dc17675d60e151f61dc0e6a53cf778bf2dab70 /Misc | |
parent | 87a1564f247eb04e559ef665bd97df0b88fca728 (diff) | |
download | cpython-05245f7487dfd5e35faeabc94e7e1a6fc205247c.zip cpython-05245f7487dfd5e35faeabc94e7e1a6fc205247c.tar.gz cpython-05245f7487dfd5e35faeabc94e7e1a6fc205247c.tar.bz2 |
#5146: handle UID THREAD command correctly.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Core and Builtins Library ------- +- Issue #5146: Handle UID THREAD command correctly in imaplib. + - Issue #5147: Fix the header generated for cookie files written by http.cookiejar.MozillaCookieJar. |