Bugs item #1313496, was opened at 2005-10-05 00:27 Message generated for change (Settings changed) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1313496&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 Library Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Drew Perttula (drewp) >Assigned to: Raymond Hettinger (rhettinger) Summary: bisect C replacement doesn't accept named args Initial Comment: Code like "bisect.bisect(a,x,lo=y)" works in 2.3 but not in 2.4 due to the new _bisect module not accepting named arguments. _bisect (and all of the other C modules, for that matter) should accept named arguments to their functions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1313496&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com