diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-09 16:46:51 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-09 16:46:51 (GMT) |
commit | 0873b11f2eace2223dc2a71009d4f7c0cafc3af8 (patch) | |
tree | 616bd2e4a0d567bd962db908aac86be7df66d4ed | |
parent | 3fed2eb6dc612c203a42a424f64344db9fdf355b (diff) | |
download | cpython-0873b11f2eace2223dc2a71009d4f7c0cafc3af8.zip cpython-0873b11f2eace2223dc2a71009d4f7c0cafc3af8.tar.gz cpython-0873b11f2eace2223dc2a71009d4f7c0cafc3af8.tar.bz2 |
Add note about wsgiref
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |