[Python-checkins] r46784 - python/trunk/Misc/NEWS

andrew.kuchling python-checkins at python.org
Fri Jun 9 18:46:51 CEST 2006


Author: andrew.kuchling
Date: Fri Jun  9 18:46:51 2006
New Revision: 46784

Modified:
   python/trunk/Misc/NEWS
Log:
Add note about wsgiref

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Jun  9 18:46:51 2006
@@ -136,6 +136,8 @@
 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.


More information about the Python-checkins mailing list