This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bls
Recipients bls, mark.dickinson, milko.krachounov, rhettinger, tebeka, terry.reedy
Date 2010-04-14.22:01:07
SpamBayes Score 8.348903e-05
Marked as misclassified No
Message-id <1271282468.62.0.616723478816.issue4356@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, after I posted my comment, I realized I could use tuple comparison semantics:

   loc = bisect.bisect(mapping, (line,))

since my key happens to be at index 0.  "key=" would still be nice.
History
Date User Action Args
2010-04-14 22:01:08blssetrecipients: + bls, rhettinger, terry.reedy, tebeka, mark.dickinson, milko.krachounov
2010-04-14 22:01:08blssetmessageid: <1271282468.62.0.616723478816.issue4356@psf.upfronthosting.co.za>
2010-04-14 22:01:07blslinkissue4356 messages
2010-04-14 22:01:07blscreate