Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
diff --git a/Misc/NEWS b/Misc/NEWS
index ee77d5d..715a346 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,8 @@
 
 - Issue #1537721: Add a writeheader() method to csv.DictWriter.
 
+- Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
+
 Extension Modules
 -----------------