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 f7fb762 commit 2e8ec22Copy full SHA for 2e8ec22
1 file changed
Doc/whatsnew/3.2.rst
@@ -1194,6 +1194,14 @@ as recommended in public uses of HTTPS.
1194
1195
(Added by Antoine Pitrou, :issue:`9003`.)
1196
1197
+imaplib
1198
+-------
1199
+
1200
+Support for explicit TLS on standard IMAP4 connections has been added through
1201
+the new :mod:`imaplib.IMAP4.starttls` method.
1202
1203
+(Contributed by Lorenzo M. Catucci and Antoine Pitrou, :issue:`4471`.)
1204
1205
unittest
1206
--------
1207
@@ -1904,3 +1912,7 @@ require changes to your code:
1904
1912
1905
1913
(Contributed by Antoine Pitrou, :issue:`10711`.)
1906
1914
1915
+* SSL sockets in timeout mode now raise :exc:`socket.timeout` when a timeout
1916
+ occurs, rather than a generic :exc:`~ssl.SSLError`.
1917
1918
+ (Contributed by Antoine Pitrou, :issue:`10272`.)
0 commit comments