mirror of
https://github.com/python/cpython.git
synced 2024-12-07 00:36:07 +08:00
Add news item about processor support in urllib2.
This commit is contained in:
parent
c1be59f40a
commit
37c5f2a74f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user