Patch #1025790: Add status code constants to httplib.

This commit is contained in:
Martin v. Löwis 2004-09-18 09:03:49 +00:00
parent 17cb60083c
commit 39a317890f
4 changed files with 227 additions and 13 deletions

View file

@ -161,6 +161,7 @@ Eugene Dvurechenski
Maxim Dzumanenko
Hans Eckardt
Grant Edwards
Andrew Eland
Lance Ellinghaus
David Ely
Jeff Epler

View file

@ -22,6 +22,8 @@ Extension modules
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 ``==``,