commit | 39a317890fa7651e8f124c1a566af5f7a72da792 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 18 09:03:49 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 18 09:03:49 2004 +0000 |
tree | 4852eb7f6523a631654cf843690c962644b80688 | |
parent | 17cb60083c53b464a329f1a660a922db677389dd [diff] [blame] |
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 ``==``,