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 str8lazy
Recipients lehmannro, str8lazy
Date 2008-02-28.17:47:24
SpamBayes Score 0.12818027
Marked as misclassified No
Message-id <1204220845.96.0.377801257065.issue2201@psf.upfronthosting.co.za>
In-reply-to
Content
I made a type in that line, but when the typo isn't there I get the same
thing. It turns out that it was an error from running a slightly older
version of the dev kit. Now that I have updated the dev kit it runs, but
I end up with the following as an output:

3 is a prime number
4 equals 2 * 2
5 is a prime number
5 is a prime number
5 is a prime number
6 equals 2 * 3
7 is a prime number
7 is a prime number
7 is a prime number
7 is a prime number
7 is a prime number
8 equals 2 * 4
9 is a prime number
9 equals 3 * 3

as opposed to the desired

2 is a prime number
3 is a prime number
4 equals 2 * 2
5 is a prime number
6 equals 2 * 3
7 is a prime number
8 equals 2 * 4
9 equals 3 * 3
History
Date User Action Args
2008-02-28 17:47:26str8lazysetspambayes_score: 0.12818 -> 0.12818027
recipients: + str8lazy, lehmannro
2008-02-28 17:47:26str8lazysetspambayes_score: 0.12818 -> 0.12818
messageid: <1204220845.96.0.377801257065.issue2201@psf.upfronthosting.co.za>
2008-02-28 17:47:25str8lazylinkissue2201 messages
2008-02-28 17:47:24str8lazycreate