Guido> Are there any existing uses (in the core) that are hard to
Guido> replace with PyArg_ParseTuple()?
There are lots of uses where the arguments aren't tuples. I was
particularly vexed by the time module because it was used to extract
arguments both from tuples and from time.struct_time objects.
I suspect most of the low-hanging fruit (PyArg_Parse used to parse tuples)
has already been plucked.
Skip
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe:
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com