diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-22 06:30:50 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-22 06:30:50 (GMT) |
commit | 60373cd2449215c20375cdfc032129dc8caefa44 (patch) | |
tree | 3e647ca85c4e7b8a25a4947ff5624ed57bb671b8 | |
parent | 53c1692f6ac592a8c0d5a6f83017019b52625969 (diff) | |
download | cpython-60373cd2449215c20375cdfc032129dc8caefa44.zip cpython-60373cd2449215c20375cdfc032129dc8caefa44.tar.gz cpython-60373cd2449215c20375cdfc032129dc8caefa44.tar.bz2 |
Copy the wsgiref package during make install.
-rw-r--r-- | Makefile.pre.in | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d9c6c5f..11a7113 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ @@ -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? |