commit | 37c5f2a74ffe1c823075ef70d32a6592a635caeb | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Dec 14 05:29:45 2003 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Dec 14 05:29:45 2003 +0000 |
tree | 7e9545680069b2f880d3cab422d2b1d26514ad63 | |
parent | c1be59f40ae7d1268961b95c5734297b5ca3d872 [diff] [blame] |
Add news item about processor support in urllib2.
diff --git a/Misc/NEWS b/Misc/NEWS index 53dbe06..9d5b144 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -178,6 +178,10 @@ 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.