This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients docs@python, ysj.ray
Date 2010-07-19.09:43:22
SpamBayes Score 0.012216887
Marked as misclassified No
Message-id <1279532605.75.0.42010773345.issue9302@psf.upfronthosting.co.za>
In-reply-to
Content
The distutils api document for class Extension:

http://docs.python.org/dev/py3k/distutils/apiref.html#distutils.core.Extension

Among the argument, in fact, the type of the arguments "sources", "include_dirs", "library_dirs", "libraries", "runtime_library_dirs" must be list, but all of them are marked as "string". I think this is a problem. 

Here is a patch for this, against py3k.
History
Date User Action Args
2010-07-19 09:43:26ysj.raysetrecipients: + ysj.ray, docs@python
2010-07-19 09:43:25ysj.raysetmessageid: <1279532605.75.0.42010773345.issue9302@psf.upfronthosting.co.za>
2010-07-19 09:43:23ysj.raylinkissue9302 messages
2010-07-19 09:43:23ysj.raycreate