diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-28 16:30:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-28 16:30:51 (GMT) |
commit | e6d2f159fcadd5fc336970110c49bba706b9787e (patch) | |
tree | b7776304fedf69f6073b393b822dcd3519f2d859 /Misc/NEWS | |
parent | c1764dd3506e70d19d1bdda171b7812d416ad92f (diff) | |
parent | 3e86ba4e321d20931648d110e1be12643cb8ff04 (diff) | |
download | cpython-e6d2f159fcadd5fc336970110c49bba706b9787e.zip cpython-e6d2f159fcadd5fc336970110c49bba706b9787e.tar.gz cpython-e6d2f159fcadd5fc336970110c49bba706b9787e.tar.bz2 |
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Core and Builtins Library ------- +- Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl + module, rather than silently let them emit clear text data. + - Issue #20046: Locale alias table no longer contains entities which can be calculated. Generalized support of the euro modifier. |