Patch #800236: add HTTPResponse.getheaders().
diff --git a/Misc/NEWS b/Misc/NEWS
index 95d9f8db..c6857dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@
 Library
 -------
 
+- HTTPResponse has now a getheaders method.
+
 - Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon
   Percivall.