Commit 37c5f2a7 authored by Jeremy Hylton's avatar Jeremy Hylton

Add news item about processor support in urllib2.

parent c1be59f4
...@@ -178,6 +178,10 @@ Extension modules ...@@ -178,6 +178,10 @@ Extension modules
Library 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 - distutils compilers now compile source files in the same order as
they are passed to the compiler. they are passed to the compiler.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment