]> granicus.if.org Git - python/commitdiff
Add news item about processor support in urllib2.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sun, 14 Dec 2003 05:29:45 +0000 (05:29 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sun, 14 Dec 2003 05:29:45 +0000 (05:29 +0000)
Misc/NEWS

index 53dbe06b7dd217b873e229bf72c7640e895cb2a0..9d5b14450440155143ea2ef308735fe88a6fe118 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,6 +178,10 @@ Extension modules
 Library
 -------
 
+- urllib2 now supports processors.  A processor is a handler that
+  implements an xxx_request or xxx_response method.  These methods are
+  called for all requests.
+
 - distutils compilers now compile source files in the same order as
   they are passed to the compiler.