diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-12-14 05:29:45 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-12-14 05:29:45 (GMT) |
commit | 37c5f2a74ffe1c823075ef70d32a6592a635caeb (patch) | |
tree | 7e9545680069b2f880d3cab422d2b1d26514ad63 | |
parent | c1be59f40ae7d1268961b95c5734297b5ca3d872 (diff) | |
download | cpython-37c5f2a74ffe1c823075ef70d32a6592a635caeb.zip cpython-37c5f2a74ffe1c823075ef70d32a6592a635caeb.tar.gz cpython-37c5f2a74ffe1c823075ef70d32a6592a635caeb.tar.bz2 |
Add news item about processor support in urllib2.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |