Patches item #1474454, was opened at 2006-04-21 17:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1474454&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: Allow PyArg_ParseTupleAndKeywords to unpack tuples Initial Comment: PyArg_ParseTuple will unpack tuples using a format string like "i(ii)i", but this is currently disallowed when using keywords. This allows PyArg_ParseTupleAndKeywords to behave in the same way. Diff was done against 2.4.3 release, but code works equally well with 2.3.5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1474454&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
