Message65376
> I don't think <0, 1, ..., 9> is much clearer than range(0, 10). The
> only problem students may have is that 10 not in range(0, 10), but this
> can be learned very quickly. The <..> repr breaks x == eval(repr(x))
> invariant which is actually important in some of my code.
I think you misunderstand the patch. It doesn't affect repr() at all. |
|
| Date |
User |
Action |
Args |
| 2008-04-11 21:33:26 | loewis | set | spambayes_score: 0.482657 -> 0.482657 recipients:
+ loewis, belopolsky, benjamin.peterson, bmiller |
| 2008-04-11 21:33:25 | loewis | link | issue2610 messages |
| 2008-04-11 21:33:25 | loewis | create | |
|