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 rhettinger
Recipients eric.araujo, rhettinger, ssapin, stutzbach
Date 2012-01-09.19:33:36
SpamBayes Score 0.027545178
Marked as misclassified No
Message-id <1326137616.96.0.861227889639.issue13742@psf.upfronthosting.co.za>
In-reply-to
Content
Simon, please keep the original version fast by creating two code paths:

   if key is None:
      original_code
   else:
      new_code using the key_function
History
Date User Action Args
2012-01-09 19:33:37rhettingersetrecipients: + rhettinger, stutzbach, eric.araujo, ssapin
2012-01-09 19:33:36rhettingersetmessageid: <1326137616.96.0.861227889639.issue13742@psf.upfronthosting.co.za>
2012-01-09 19:33:36rhettingerlinkissue13742 messages
2012-01-09 19:33:36rhettingercreate