[Python-checkins] python/dist/src/Misc ACKS, 1.282, 1.283 NEWS, 1.1135, 1.1136

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 18 11:03:53 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10831/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #1025790: Add status code constants to httplib.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- ACKS	10 Sep 2004 06:32:54 -0000	1.282
+++ ACKS	18 Sep 2004 09:03:49 -0000	1.283
@@ -161,6 +161,7 @@
 Maxim Dzumanenko
 Hans Eckardt
 Grant Edwards
+Andrew Eland
 Lance Ellinghaus
 David Ely
 Jeff Epler

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1135
retrieving revision 1.1136
diff -u -d -r1.1135 -r1.1136
--- NEWS	16 Sep 2004 01:30:48 -0000	1.1135
+++ NEWS	18 Sep 2004 09:03:49 -0000	1.1136
@@ -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 ``==``,



More information about the Python-checkins mailing list