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 richkatz
Recipients richkatz
Date 2007-09-04.20:57:36
SpamBayes Score 0.029024307
Marked as misclassified No
Message-id <1188939458.07.0.206178975211.issue1101@psf.upfronthosting.co.za>
In-reply-to
Content
Is there supposed to be a way to do 
  for x in 1,2,3: print x, 

If so, it's appears to be not working.  Is it just not in this release?

If not,  I would think that leaving out the print statement (just
because there is a print function) would represent a major problem for
cross-platform books and training materials.   Just a thought.  

How would one achieve this capability in Python 3.0?  Was it the
intention to remove this capability?

Thank you.

Regards,

Rich
History
Date User Action Args
2007-09-04 20:57:38richkatzsetspambayes_score: 0.0290243 -> 0.029024307
recipients: + richkatz
2007-09-04 20:57:38richkatzsetspambayes_score: 0.0290243 -> 0.0290243
messageid: <1188939458.07.0.206178975211.issue1101@psf.upfronthosting.co.za>
2007-09-04 20:57:37richkatzlinkissue1101 messages
2007-09-04 20:57:36richkatzcreate