mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
Add news item about processor support in urllib2.
This commit is contained in:
parent
c1be59f40a
commit
37c5f2a74f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue