Message190548
+1 on adding this
I found today via @dabeaz's cookbook that iter() has a sentinel-detection use case. Having one in min/max seems *far* more obviously useful. It's also consistent with quite a few methods on builtin types where we provide a way to deal with unknown data safely by having a default instead of catching exceptions directly. |
|
| Date |
User |
Action |
Args |
| 2013-06-03 15:27:27 | doughellmann | set | recipients:
+ doughellmann, twouters, rhettinger, ncoghlan, nedbat, r.david.murray, skrah, Julian |
| 2013-06-03 15:27:27 | doughellmann | set | messageid: <[email protected]> |
| 2013-06-03 15:27:27 | doughellmann | link | issue18111 messages |
| 2013-06-03 15:27:27 | doughellmann | create | |
|