Add note about wsgiref

This commit is contained in:
Andrew M. Kuchling 2006-06-09 16:46:51 +00:00
parent 3fed2eb6dc
commit 0873b11f2e
1 changed files with 2 additions and 0 deletions

View File

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