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 benlbroussard, mark.dickinson
Date 2009-08-25.13:03:52
SpamBayes Score 0.00029262152
Marked as misclassified No
Message-id <1251205434.38.0.294671031967.issue6781@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I get -1 ^ 2 == -3, not -1:

>>> -1 ^ 2
-3

If you're getting -1 instead, then that *is* a bug!  Are you?
History
Date User Action Args
2009-08-25 13:03:54mark.dickinsonsetrecipients: + mark.dickinson, benlbroussard
2009-08-25 13:03:54mark.dickinsonsetmessageid: <1251205434.38.0.294671031967.issue6781@psf.upfronthosting.co.za>
2009-08-25 13:03:52mark.dickinsonlinkissue6781 messages
2009-08-25 13:03:52mark.dickinsoncreate