diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-09-18 09:03:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-09-18 09:03:49 (GMT) |
commit | 39a317890fa7651e8f124c1a566af5f7a72da792 (patch) | |
tree | 4852eb7f6523a631654cf843690c962644b80688 /Misc | |
parent | 17cb60083c53b464a329f1a660a922db677389dd (diff) | |
download | cpython-39a317890fa7651e8f124c1a566af5f7a72da792.zip cpython-39a317890fa7651e8f124c1a566af5f7a72da792.tar.gz cpython-39a317890fa7651e8f124c1a566af5f7a72da792.tar.bz2 |
Patch #1025790: Add status code constants to httplib.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -161,6 +161,7 @@ Eugene Dvurechenski Maxim Dzumanenko Hans Eckardt Grant Edwards +Andrew Eland Lance Ellinghaus David Ely Jeff Epler @@ -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 ``==``, |