diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-12 20:09:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-12 20:09:02 (GMT) |
commit | b0182c8ca5a98d2c61f44e87e9b5dc6e8b7a9f30 (patch) | |
tree | 4677fbfdcdfb7c90184fb4cfdc66cf5221156521 /Misc/NEWS | |
parent | 0518842b692a0f698018e35a0f754118b4762fbd (diff) | |
download | cpython-b0182c8ca5a98d2c61f44e87e9b5dc6e8b7a9f30.zip cpython-b0182c8ca5a98d2c61f44e87e9b5dc6e8b7a9f30.tar.gz cpython-b0182c8ca5a98d2c61f44e87e9b5dc6e8b7a9f30.tar.bz2 |
Issue #10075: Add a session_stats() method to SSLContext objects.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #10075: Add a session_stats() method to SSLContext objects. + - Issue #9948: Fixed problem of losing filename case information. Extensions |