From: Jeremy Hylton Date: Sun, 14 Dec 2003 05:29:45 +0000 (+0000) Subject: Add news item about processor support in urllib2. X-Git-Tag: v2.4a1~1096 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37c5f2a74ffe1c823075ef70d32a6592a635caeb;p=python Add news item about processor support in urllib2. --- diff --git a/Misc/NEWS b/Misc/NEWS index 53dbe06b7d..9d5b144504 100644 --- 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.