Commit 83c22fb0 authored by Neal Norwitz's avatar Neal Norwitz

Copy the wsgiref package during make install.

parent 15cc2c6a
...@@ -708,7 +708,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ ...@@ -708,7 +708,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
encodings compiler hotshot \ encodings compiler hotshot \
email email/mime email/test email/test/data \ email email/mime email/test email/test/data \
sqlite3 sqlite3/test \ sqlite3 sqlite3/test \
logging bsddb bsddb/test csv \ logging bsddb bsddb/test csv wsgiref \
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
setuptools setuptools/command setuptools/tests setuptools.egg-info \ setuptools setuptools/command setuptools/tests setuptools.egg-info \
......
...@@ -19,6 +19,8 @@ Library ...@@ -19,6 +19,8 @@ Library
- The compiler module now correctly compiles the new try-except-finally - The compiler module now correctly compiles the new try-except-finally
statement (bug #1509132). statement (bug #1509132).
- The wsgiref package is now installed properly on Unix.
What's New in Python 2.5 beta 1? What's New in Python 2.5 beta 1?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment