[Distutils] New code snapshot
Greg Ward
gward@python.net
Fri, 25 Aug 2000 23:02:48 -0400
Hi all --
I've just created a new code snapshot; this fixes a rather embarassing
bug, and also includes Thomas' latest version of the Windows installer
code.
Windows folks -- please try this snapshot to build PyXML and/or NumPy
under Windows! The bug affects any module distribution using
"old-style" extension descriptions, ie. the big ugly
list-of-dicts-of-tuples instead of Extension instances, and only under
Windows.
And of course, give bdist_wininst a good exercise. This will become
Distutils 0.9.2 if I don't hear any loud squawks.
The URL for snapshots is back to python.org:
http://www.python.org/sigs/distutils-sig/download.html#snapshot
Enjoy!
Greg
--
Greg Ward - Unix geek gward@python.net
http://starship.python.net/~gward/
Animals can be driven crazy by placing too many in too small a pen.
Homo sapiens is the only animal that voluntarily does this to himself.