[docs] [issue9302] distutils API Reference: setup() and Extension parameters' description not correct.

ysj.ray report at bugs.python.org
Fri Jun 17 04:31:42 CEST 2011


ysj.ray <ysj.ray at gmail.com> added the comment:

> I would not read [str] as implying a list of strings, FWIW.

help() on distutils.extension.Extension gives the parameters description like this:
    ......
    sources: [string]
    ......
    include_dirs: [string]
    ......

So I guess this style can be used as somewhere.


> I’m in favor of using explicit “list of strings” wording now.  ysj.ray, I understand from the “Done” comments on the review page that you have an updated patch somewhere; please upload and I’ll commit.


Ok, here is it. Thanks!

----------
Added file: http://bugs.python.org/file22391/issue_9302_2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9302>
_______________________________________


More information about the docs mailing list