[Python-checkins] r47064 - in python/trunk: Makefile.pre.in Misc/NEWS

neal.norwitz python-checkins at python.org
Thu Jun 22 08:30:56 CEST 2006


Author: neal.norwitz
Date: Thu Jun 22 08:30:50 2006
New Revision: 47064

Modified:
   python/trunk/Makefile.pre.in
   python/trunk/Misc/NEWS
Log:
Copy the wsgiref package during make install.



Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Thu Jun 22 08:30:50 2006
@@ -708,7 +708,7 @@
 		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 \

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jun 22 08:30:50 2006
@@ -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?


More information about the Python-checkins mailing list