Message150969
| 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:37 | rhettinger | set | recipients: + rhettinger, stutzbach, eric.araujo, ssapin |
| 2012-01-09 19:33:36 | rhettinger | set | messageid: <1326137616.96.0.861227889639.issue13742@psf.upfronthosting.co.za> |
| 2012-01-09 19:33:36 | rhettinger | link | issue13742 messages |
| 2012-01-09 19:33:36 | rhettinger | create | |