diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-03-09 15:35:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-03-09 15:35:55 (GMT) |
commit | 1190a38d336ad65f505b00b9057e0f136f777115 (patch) | |
tree | 011dcb63aa49369edf5db8ea1f51e43d16e8dabf /Misc | |
parent | fd61107e7a24af2cc25a3a7abbdb82656fbe9335 (diff) | |
download | cpython-1190a38d336ad65f505b00b9057e0f136f777115.zip cpython-1190a38d336ad65f505b00b9057e0f136f777115.tar.gz cpython-1190a38d336ad65f505b00b9057e0f136f777115.tar.bz2 |
Patch #957003: Implement smtplib.LMTP.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -152,6 +152,8 @@ Core and builtins Library ------- +- Patch #957003: Implement smtplib.LMTP. + - Patch #1481079: add support for HTTP_REFERER to CGIHTTPServer. - Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). |