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 sproctor
Recipients
Date 2004-11-30.10:28:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Some kind of option to indicate there is an element,
but we don't care about its value would be nice. It
could be _. then an example would be:
PyArg_ParseTuple (tuple, "_i", &my_int);

This indicates that there is another value before the
int, but we don't care about it one way or the other.
History
Date User Action Args
2007-08-23 16:08:35adminlinkissue1075902 messages
2007-08-23 16:08:35admincreate