diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-11-10 06:44:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-11-10 06:44:44 (GMT) |
commit | d8921379e9ce1b4133ba54feab9ea0b3d641c94d (patch) | |
tree | 8d3c0aff39e22e1763372c3462d04a6533daf8b6 /Misc | |
parent | 49ee14dac5da2249f0f55f00190a9b9f01d23642 (diff) | |
download | cpython-d8921379e9ce1b4133ba54feab9ea0b3d641c94d.zip cpython-d8921379e9ce1b4133ba54feab9ea0b3d641c94d.tar.gz cpython-d8921379e9ce1b4133ba54feab9ea0b3d641c94d.tar.bz2 |
Patch #798297: Add IMAP THREAD command.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -137,6 +137,7 @@ John DeGood Vincent Delft Roger Dev Toby Dickenson +Yves Dionne Daniel Dittmar Walter Dörwald Jaromir Dolecek @@ -57,6 +57,8 @@ Core and builtins Extension modules ----------------- +- os.getsid was added. + - The pwd module incorrectly advertised its struct type as struct_pwent; this has been renamed to struct_passwd. (The old name is still supported for backwards compatibility.) @@ -104,6 +106,8 @@ Extension modules Library ------- +- imaplib.IMAP4.thread was added. + - Plugged a minor hole in tempfile.mktemp() due to the use of os.path.exists(), switched to using os.lstat() directly if possible. |