[Python-Dev] [Python-checkins] Things to remember when adding *packages* to stdlib
"Martin v. Löwis"
martin at v.loewis.de
Sun Jun 25 19:14:25 CEST 2006
More information about the Python-Dev mailing list
Sun Jun 25 19:14:25 CEST 2006
- Previous message: [Python-Dev] Things to remember when adding *packages* to stdlib
- Next message: [Python-Dev] [Python-checkins] Things to remember when adding *packages* to stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Things to remember when adding *packages* to stdlib
- Next message: [Python-Dev] [Python-checkins] Things to remember when adding *packages* to stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list