Copy the wsgiref package during make install.
diff --git a/Misc/NEWS b/Misc/NEWS
index 746bbcc..d02f40f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@
 - The compiler module now correctly compiles the new try-except-finally
   statement (bug #1509132).
 
+- The wsgiref package is now installed properly on Unix.
+
 
 
 What's New in Python 2.5 beta 1?