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 alexis, docs@python, eric.araujo, r.david.murray, tarek, ysj.ray
Date 2011-06-17.02:31:40
SpamBayes Score 4.657696e-07
Marked as misclassified No
Message-id <1308277901.91.0.197285885034.issue9302@psf.upfronthosting.co.za>
In-reply-to
Content
> 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!
History
Date User Action Args
2011-06-17 02:31:42ysj.raysetrecipients: + ysj.ray, tarek, eric.araujo, r.david.murray, docs@python, alexis
2011-06-17 02:31:41ysj.raysetmessageid: <1308277901.91.0.197285885034.issue9302@psf.upfronthosting.co.za>
2011-06-17 02:31:41ysj.raylinkissue9302 messages
2011-06-17 02:31:41ysj.raycreate