]> granicus.if.org Git - python/commitdiff
Copy the wsgiref package during make install.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 22 Jun 2006 06:30:50 +0000 (06:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 22 Jun 2006 06:30:50 +0000 (06:30 +0000)
Makefile.pre.in
Misc/NEWS

index d9c6c5f9f45fe2919c31ca2bf94d2ea609fee3e2..11a7113fc2e04f6c0d65e2ec5bea63f6352dd041 100644 (file)
@@ -708,7 +708,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
                encodings compiler hotshot \
                email email/mime email/test email/test/data \
                sqlite3 sqlite3/test \
-               logging bsddb bsddb/test csv \
+               logging bsddb bsddb/test csv wsgiref \
                ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
                distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
                setuptools setuptools/command setuptools/tests setuptools.egg-info \
index 746bbccfedf48012664541644cf70f7dd54c6455..d02f40fd6870816c0e35ad58c742beab91435937 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Library
 - 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?