Add news item about processor support in urllib2.

This commit is contained in:
Jeremy Hylton 2003-12-14 05:29:45 +00:00
parent c1be59f40a
commit 37c5f2a74f
1 changed files with 4 additions and 0 deletions

View File

@ -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.