Kaydet (Commit) 92c4d453 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Add porting note for issue #20951.

üst b4bebdaf
...@@ -213,3 +213,7 @@ that may require changes to your code. ...@@ -213,3 +213,7 @@ that may require changes to your code.
if it represented midnight in UTC. This behavior was considered obscure and if it represented midnight in UTC. This behavior was considered obscure and
error-prone and has been removed in Python 3.5. See :issue:`13936` for full error-prone and has been removed in Python 3.5. See :issue:`13936` for full
details. details.
* :meth:`ssl.SSLSocket.send()` now raises either :exc:`ssl.SSLWantReadError`
or :exc:`ssl.SSLWantWriteError` on a non-blocking socket if the operation
would block. Previously, it would return 0. See :issue:`20951`.
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