File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1194,6 +1194,14 @@ as recommended in public uses of HTTPS.
11941194
11951195(Added by Antoine Pitrou, :issue: `9003 `.)
11961196
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+
11971205unittest
11981206--------
11991207
@@ -1904,3 +1912,7 @@ require changes to your code:
19041912
19051913 (Contributed by Antoine Pitrou, :issue: `10711 `.)
19061914
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 `.)
You can’t perform that action at this time.
0 commit comments