Neal Norwitz wrote:
> I believe this change is all that's necessary on the Unix side to
> install wsgiref.  Can someone please update the Windows build files to
> ensure wsgiref is installed in b2?  Don't forget to update the NEWS
> entry too.

It's installed in b1 already. The msi generator picks up all .py files
in Lib automatically, except for those that have been explicitly
excluded (the plat-* ones).

> Maybe someone could come up with a heuristic to add to Misc/build.sh
> which we could test in there.

I think "make install INSTALL=true|grep true" should print the names
of all .py files in Lib, except for the ones in plat-*.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to