Bugs item #1264168, was opened at 2005-08-19 10:31 Message generated for change (Comment added) made by finlay648 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1264168&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: Python Interpreter Core Group: None Status: Closed Resolution: Duplicate Priority: 5 Submitted By: John Finlay (finlay648) Assigned to: Nobody/Anonymous (nobody) Summary: PyArg_ParseTupleAndKeywords doesn't handle I format correctl Initial Comment: PyArg_ParseTupleAndKeywords fails with the message; "...impossible<bad format char>" when parsing an optional keyword param using "I" format. Using Python 2.3.5 but also observed in Python 2.4.x The problem is a missing "I" handler in the skipitem function. I've attached a proposed patch. ---------------------------------------------------------------------- >Comment By: John Finlay (finlay648) Date: 2005-08-19 11:40 Message: Logged In: YES user_id=1331852 And how would one look up a bug by bug number since there appears to be no obvious way to do this. ---------------------------------------------------------------------- Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-08-19 11:18 Message: Logged In: YES user_id=1188172 Duplicate of #893549. See patch #1212928 to fix all missing format codes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1264168&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com