Commit 27db87a3 authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1011 from felixonmars/fix-typo

Fix a typo in CHANGES.rst
[skip ci]
parents d011c4f5 ded88740
...@@ -1494,7 +1494,7 @@ Release highlights: ...@@ -1494,7 +1494,7 @@ Release highlights:
- Imported a number of patches from stdlib by **Antoine Pitrou**: - Imported a number of patches from stdlib by **Antoine Pitrou**:
- Calling :meth:`makefile` method on an SSL object would prevent the underlying socket from being closed until all objects get truely destroyed (Python issue #5238). - Calling :meth:`makefile` method on an SSL object would prevent the underlying socket from being closed until all objects get truly destroyed (Python issue #5238).
- SSL handshake would ignore the socket timeout and block indefinitely if the other end didn't respond (Python issue #5103). - SSL handshake would ignore the socket timeout and block indefinitely if the other end didn't respond (Python issue #5103).
- When calling :meth:`getpeername` in ``SSLSocket.__init__``, only silence exceptions caused by the "socket not connected" condition. - When calling :meth:`getpeername` in ``SSLSocket.__init__``, only silence exceptions caused by the "socket not connected" condition.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment