mirror of https://github.com/python/cpython
Add note about wsgiref
This commit is contained in:
parent
3fed2eb6dc
commit
0873b11f2e
|
@ -136,6 +136,8 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- The wsgiref package has been added to the standard library.
|
||||
|
||||
- The functions update_wrapper() and wraps() have been added to the functools
|
||||
module. These make it easier to copy relevant metadata from the original
|
||||
function when writing wrapper functions.
|
||||
|
|
Loading…
Reference in New Issue