[Web-SIG] FYI: wsgiref is now checked in
Phillip J. Eby
pje at telecommunity.com
Fri Jun 9 18:48:23 CEST 2006
The checked-in code substantially matches the public 0.1 release of
wsgiref. There are some minor changes to the docs and the test module, but
these have also been made in the SVN trunk of wsgiref's home repository, so
that future releases don't diverge too much. The plan is to continue to
maintain the standalone version and update the stdlib from it as
appropriate, although I don't know of anything that would be changing any
time soon.
The checkin includes a wsgiref.egg-info file, so if you have a program that
uses setuptools to depend on wsgiref being installed, setuptools under
Python 2.5 should detect that the stdlib already includes wsgiref.
Thanks for all the feedback and assistance and code contributions.
More information about the Web-SIG
mailing list