Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bebda commit 92c4d45Copy full SHA for 92c4d45
1 file changed
Doc/whatsnew/3.5.rst
@@ -213,3 +213,7 @@ that may require changes to your code.
213
if it represented midnight in UTC. This behavior was considered obscure and
214
error-prone and has been removed in Python 3.5. See :issue:`13936` for full
215
details.
216
+
217
+* :meth:`ssl.SSLSocket.send()` now raises either :exc:`ssl.SSLWantReadError`
218
+ or :exc:`ssl.SSLWantWriteError` on a non-blocking socket if the operation
219
+ would block. Previously, it would return 0. See :issue:`20951`.
0 commit comments