commit | 60373cd2449215c20375cdfc032129dc8caefa44 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Jun 22 06:30:50 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Jun 22 06:30:50 2006 +0000 |
tree | 3e647ca85c4e7b8a25a4947ff5624ed57bb671b8 | |
parent | 53c1692f6ac592a8c0d5a6f83017019b52625969 [diff] |
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?