mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add porting note for issue #20951.
This commit is contained in:
parent
b4bebdafe3
commit
92c4d45326
1 changed files with 4 additions and 0 deletions
|
@ -213,3 +213,7 @@ that may require changes to your code.
|
|||
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
|
||||
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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue