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 benjamin.peterson, chester, georg.brandl, loewis
Date 2008-05-11.16:50:36
SpamBayes Score 0.11240194
Marked as misclassified No
Message-id <1210524637.53.0.0730940300756.issue2817@psf.upfronthosting.co.za>
In-reply-to
Content
Just in case the previous comments aren't clear: Would you rather see

py> (3+4)*5
35

or

py> (3+4)*5
(7, 7, 7, 7, 7)
History
Date User Action Args
2008-05-11 16:50:37loewissetspambayes_score: 0.112402 -> 0.11240194
recipients: + loewis, georg.brandl, benjamin.peterson, chester
2008-05-11 16:50:37loewissetspambayes_score: 0.112402 -> 0.112402
messageid: <1210524637.53.0.0730940300756.issue2817@psf.upfronthosting.co.za>
2008-05-11 16:50:36loewislinkissue2817 messages
2008-05-11 16:50:36loewiscreate