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 mark.dickinson
Recipients Henry.Eshbaugh, eric.smith, georg.brandl, mark.dickinson
Date 2010-10-21.14:02:09
SpamBayes Score 1.5482162e-09
Marked as misclassified No
Message-id <1287669730.86.0.388875062598.issue10163@psf.upfronthosting.co.za>
In-reply-to
Content
Seconding Eric's comment.  This is what I get on my machine;  can you cut and paste the equivalent output on yours (including whatever else is required to reproduce the results you describe)

Python 2.6.1 (r261:67515, Feb 11 2010, 15:47:53) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 200 % 7
4

In any case, please let us know which version of Python you're using, and where you got it from.
History
Date User Action Args
2010-10-21 14:02:10mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, eric.smith, Henry.Eshbaugh
2010-10-21 14:02:10mark.dickinsonsetmessageid: <1287669730.86.0.388875062598.issue10163@psf.upfronthosting.co.za>
2010-10-21 14:02:09mark.dickinsonlinkissue10163 messages
2010-10-21 14:02:09mark.dickinsoncreate