[Python-checkins] python/dist/src/Misc NEWS,1.1313,1.1314

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Jul 14 08:40:50 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
RFE [ 1216944 ] Add Error Code Dictionary to urllib2



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1313
retrieving revision 1.1314
diff -u -d -r1.1313 -r1.1314
--- NEWS	12 Jul 2005 10:21:01 -0000	1.1313
+++ NEWS	14 Jul 2005 06:40:47 -0000	1.1314
@@ -168,6 +168,9 @@
 Library
 -------
 
+- urllib2 has now an attribute 'httpresponses' mapping from HTTP status code
+  to W3C name (404 -> 'Not Found'). RFE #1216944.
+
 - Bug #1177468: Don't cache the /dev/urandom file descriptor for os.urandom,
   as this can cause problems with apps closing all file descriptors.
 



More information about the Python-checkins mailing list