issue3972: HTTPConnection and HTTPSConnection now support a
source_address parameter.

Also cleans up an annotation in the socket documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f9322d..92fc9c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@
 Library
 -------
 
+_ Issue #3972: httplib.HTTPConnection now accepts an optional source_address
+  parameter to allow specifying where your connections come from.
+
 - socket.create_connection now accepts an optional source_address parameter.
 
 - Issue #5511: now zipfile.ZipFile can be used as a context manager.