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 loewis
Recipients belopolsky, benjamin.peterson, bmiller, loewis
Date 2008-04-11.21:33:25
SpamBayes Score 0.4826574
Marked as misclassified No
Message-id <47FFD923.2090007@v.loewis.de>
In-reply-to <1207923539.16.0.730504479261.issue2610@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2008-04-11 21:33:26loewissetspambayes_score: 0.482657 -> 0.4826574
recipients: + loewis, belopolsky, benjamin.peterson, bmiller
2008-04-11 21:33:25loewislinkissue2610 messages
2008-04-11 21:33:25loewiscreate