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 loewis, richkatz
Date 2007-09-04.21:31:46
SpamBayes Score 0.0218111
Marked as misclassified No
Message-id <1188941506.34.0.652139709231.issue1101@psf.upfronthosting.co.za>
In-reply-to
Content
What's wrong with

py> for x in 1,2,3:print(x,end=" ")
...
1 2 3

Closing as invalid.
History
Date User Action Args
2007-09-04 21:31:46loewissetspambayes_score: 0.0218111 -> 0.0218111
recipients: + loewis, richkatz
2007-09-04 21:31:46loewissetspambayes_score: 0.0218111 -> 0.0218111
messageid: <1188941506.34.0.652139709231.issue1101@psf.upfronthosting.co.za>
2007-09-04 21:31:46loewislinkissue1101 messages
2007-09-04 21:31:46loewiscreate