Patch #1025790: Add status code constants to httplib.
diff --git a/Misc/ACKS b/Misc/ACKS
index 04114bf..72fe0cf 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -161,6 +161,7 @@
Maxim Dzumanenko
Hans Eckardt
Grant Edwards
+Andrew Eland
Lance Ellinghaus
David Ely
Jeff Epler
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 ``==``,