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 ronaldoussoren
Recipients brett.cannon, docs@python, ronaldoussoren, techtonik
Date 2013-06-21.14:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371825730.24.0.270146840533.issue18269@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that a new parameter format is sufficient. For the message in this call the new parameter isn't even needed, you'd "just" have to ensure that enough information is available in convertsimple to create a more useful message.

That said, that is far from a trivial change, more so because the PyArg_Parse family of functions can parse fairly complicated argument structures in one go (such as using ``PyArg_Parse(args, "(si)", &host, port)`` to unpack the tuple in the first (and only) argument).
History
Date User Action Args
2013-06-21 14:42:10ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, techtonik, docs@python
2013-06-21 14:42:10ronaldoussorensetmessageid: <1371825730.24.0.270146840533.issue18269@psf.upfronthosting.co.za>
2013-06-21 14:42:10ronaldoussorenlinkissue18269 messages
2013-06-21 14:42:10ronaldoussorencreate