[Python-Dev] buildin vs. shared modules
Martin v. Löwis
martin at v.loewis.de
Fri Oct 17 18:10:49 EDT 2003
Thomas Heller <theller at python.net> writes:
> I'm undecided on these modules, I do not use them now but may in the
> future - so I'm undecided:
>
> _csv winsound datetime bz2
I think Guido's point that you should be able to build pythonxy.dll
without downloading additional source is good, so _csv, winsound,
datetime would go in, and bz2 would stay out.
Regards,
Martin
More information about the Python-Dev
mailing list