Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex().
diff --git a/Misc/NEWS b/Misc/NEWS
index b718641..f087f41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,9 @@
 Library
 -------
 
+- Issue #12065: connect_ex() on an SSL socket now returns the original errno
+  when the socket's timeout expires (it used to return None).
+
 - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
   Roger Serwy.