diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-29 19:31:49 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-29 19:31:49 (GMT) |
commit | 51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458 (patch) | |
tree | a2dd8558bc370df1862d0df2a2c544813cfd4917 | |
parent | 745ab3807e0c5f141376f6b9e1b6111e806c31d0 (diff) | |
download | cpython-51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458.zip cpython-51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458.tar.gz cpython-51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458.tar.bz2 |
update Misc/NEWS to include issue #9706 changes
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -136,6 +136,9 @@ Extensions Library ------- +- Issue #9706: ssl module provides a better error handling in various + circumstances. + - Issue #1868: Eliminate subtle timing issues in thread-local objects by getting rid of the cached copy of thread-local attribute dictionary. |