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 eric.araujo
Recipients alexis, docs@python, eric.araujo, r.david.murray, tarek, ysj.ray
Date 2011-06-16.15:26:21
SpamBayes Score 0.00025021523
Marked as misclassified No
Message-id <1308237982.11.0.679795501898.issue9302@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your feedback.  My patch assumes that people will understand that an argument that has a plural name (like macros) can’t be a string but a list of strings; I don’t know if relying on this inference is better than your initial patch.  An alternate style that I saw somewhere is to use “[str]” to describe a list of strings.
History
Date User Action Args
2011-06-16 15:26:22eric.araujosetrecipients: + eric.araujo, tarek, r.david.murray, ysj.ray, docs@python, alexis
2011-06-16 15:26:22eric.araujosetmessageid: <1308237982.11.0.679795501898.issue9302@psf.upfronthosting.co.za>
2011-06-16 15:26:21eric.araujolinkissue9302 messages
2011-06-16 15:26:21eric.araujocreate