summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.