Patch #1025790: Add status code constants to httplib.
diff --git a/Misc/NEWS b/Misc/NEWS
index fcc52d7..a6ca5fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Library
 -------
 
+- httplib now offers symbolic constants for the HTTP status codes.
+
 - SF bug #1028306:  Trying to compare a ``datetime.date`` to a
   ``datetime.datetime`` mistakenly compared only the year, month and day.
   Now it acts like a mixed-type comparison:  ``False`` for ``==``,