Greg et al,
If anyone still has control over the distutils documentation stored here:
http://www.python.org/sigs/distutils-sig/doc/dist/dist.html
You might want to update it to the latest version. A question was recently posted to the newsgroup about the missing "extensions" keyword argument for setup() -- which is correctly labelled "ext_modules" in the latest version of the distutils documentation bundled with Python 2.0.
Lyle Johnson writes:
If anyone still has control over the distutils documentation stored here:
http://www.python.org/sigs/distutils-sig/doc/dist/dist.html
You might want to update it to the latest version. A question was recently posted to the newsgroup about the missing "extensions" keyword argument for setup() -- which is correctly labelled "ext_modules" in the latest version of the distutils documentation bundled with Python 2.0.
If Greg doesn't get to it I'll try and update it next week. I don't want to get in his way if he plans to do anything about it. Thanks for pointing this out!
-Fred