summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2003-12-14 05:29:45 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2003-12-14 05:29:45 (GMT)
commit37c5f2a74ffe1c823075ef70d32a6592a635caeb (patch)
tree7e9545680069b2f880d3cab422d2b1d26514ad63
parentc1be59f40ae7d1268961b95c5734297b5ca3d872 (diff)
downloadcpython-37c5f2a74ffe1c823075ef70d32a6592a635caeb.zip
cpython-37c5f2a74ffe1c823075ef70d32a6592a635caeb.tar.gz
cpython-37c5f2a74ffe1c823075ef70d32a6592a635caeb.tar.bz2
Add news item about processor support in urllib2.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53dbe06..9d5b144 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.