Re: feedback on function introspection in argparse

2009-11-07 Thread Yuv
tried to comply to PEP 257 and we're open to suggestions on this. --yuv -- http://mail.python.org/mailman/listinfo/python-list

feedback on function introspection in argparse

2009-11-07 Thread Yuv
k on what we have so far. Some specific questions: * Do you think this is worth including in argparse? * Would you use the current ``argparse.run`` API in your own code? * If you wouldn't use it as-is, what additional features/modifications would you require? --Steve and Yuv PS: The author