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 bmiller
Recipients belopolsky, benjamin.peterson, bmiller, loewis
Date 2008-04-11.14:45:48
SpamBayes Score 0.051817317
Marked as misclassified No
Message-id <1207925149.52.0.992474864376.issue2610@psf.upfronthosting.co.za>
In-reply-to
Content
The patch does not change the behavior of repr.  It modifies the 
behavior of str.

I agree that learning list/tuple sooner is better, but students who have 
never written a line of code before can only absorb so much information, 
this little patch allows them to print(range(100,0,-1)) and get a much 
better intuition about what is happening.
History
Date User Action Args
2008-04-11 14:45:49bmillersetspambayes_score: 0.0518173 -> 0.051817317
recipients: + bmiller, loewis, belopolsky, benjamin.peterson
2008-04-11 14:45:49bmillersetspambayes_score: 0.0518173 -> 0.0518173
messageid: <1207925149.52.0.992474864376.issue2610@psf.upfronthosting.co.za>
2008-04-11 14:45:48bmillerlinkissue2610 messages
2008-04-11 14:45:48bmillercreate