[ python-Bugs-1313496 ] bisect C replacement doesn't accept named args

SourceForge.net noreply at sourceforge.net
Wed Oct 5 13:49:17 CEST 2005


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: Closed
>Resolution: Fixed
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.


----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2005-10-05 06:49

Message:
Logged In: YES 
user_id=80475

Fixed.
See Modules/_bisectmodule.c 1.3 and 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1313496&group_id=5470


More information about the Python-bugs-list mailing list