diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-28 16:26:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-28 16:26:33 (GMT) |
commit | 63cc99d9a6cf4751bd75b6bc32416fdb3a98440b (patch) | |
tree | 45821cb43ac9bc17ab7e4ea94d425c1d59a730ab /Misc/NEWS | |
parent | e891de3cbba302b3633635c91787b5ffbd9684e2 (diff) | |
download | cpython-63cc99d9a6cf4751bd75b6bc32416fdb3a98440b.zip cpython-63cc99d9a6cf4751bd75b6bc32416fdb3a98440b.tar.gz cpython-63cc99d9a6cf4751bd75b6bc32416fdb3a98440b.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
@@ -27,6 +27,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 #20027: Fixed locale aliases for devanagari locales. - Issue #20067: Tkinter variables now work when wantobjects is false. |