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 serhiy.storchaka
Recipients larry, serhiy.storchaka, zach.ware
Date 2015-04-14.21:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429045864.78.0.679014479701.issue23935@psf.upfronthosting.co.za>
In-reply-to
Content
The new API change looks doubtful for me. It is more verbose. And less readable. It makes harder to search in sources, because {'str', 'robuffer'} is the same as {'robuffer', 'str'}. If Argument Clinic would a tool with programmatic API, sets would make sense, but for now the main interface of Argument Clinic is text inclusions in C files.

If you want to convert the types parameter into a set, is it possible to continue to accept strings? Many user-friendly APIs accept either a sequence of string names or a string containing space-separated names. For example namedtuple, Enum.
History
Date User Action Args
2015-04-14 21:11:04serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2015-04-14 21:11:04serhiy.storchakasetmessageid: <1429045864.78.0.679014479701.issue23935@psf.upfronthosting.co.za>
2015-04-14 21:11:04serhiy.storchakalinkissue23935 messages
2015-04-14 21:11:04serhiy.storchakacreate