diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 07:13:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 07:13:28 (GMT) |
commit | ee82c0e6b727515b54ce2f1dfff2e6ff330f88f1 (patch) | |
tree | b7b936b5d1dc3f6081e9f314dca987ac6525a2b8 /Misc | |
parent | 0347a9a49193f292b1aff0bbda2b33d96c459a39 (diff) | |
download | cpython-ee82c0e6b727515b54ce2f1dfff2e6ff330f88f1.zip cpython-ee82c0e6b727515b54ce2f1dfff2e6ff330f88f1.tar.gz cpython-ee82c0e6b727515b54ce2f1dfff2e6ff330f88f1.tar.bz2 |
Patch #1567274: Support SMTP over TLS.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -613,6 +613,7 @@ William Tanksley Christian Tanzer Steven Taschuk Amy Taylor +Monty Taylor Tobias Thelen Robin Thomas Eric Tiedemann @@ -84,6 +84,8 @@ Core and builtins Library ------- +- Patch #1567274: Support SMTP over TLS. + - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that ctypes isn't considered as requiring executable stacks. |