From: Andrew M. Kuchling Date: Fri, 9 Jun 2006 16:46:51 +0000 (+0000) Subject: Add note about wsgiref X-Git-Tag: v2.5b1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0873b11f2eace2223dc2a71009d4f7c0cafc3af8;p=python Add note about wsgiref --- diff --git a/Misc/NEWS b/Misc/NEWS index 8ce9229913..2fb9256ed2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.