mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Patch #1025790: Add status code constants to httplib.
This commit is contained in:
parent
17cb60083c
commit
39a317890f
4 changed files with 227 additions and 13 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 ``==``,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue