]> granicus.if.org Git - python/commitdiff
Add note about wsgiref
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 9 Jun 2006 16:46:51 +0000 (16:46 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 9 Jun 2006 16:46:51 +0000 (16:46 +0000)
Misc/NEWS

index 8ce92299133718b99c59677bfef2e31fe9c68e1e..2fb9256ed280bc08d46df5d47c98065fc09d32ef 100644 (file)
--- 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.