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 skip.montanaro
Recipients cjw, georg.brandl, skip.montanaro
Date 2009-07-25.12:28:13
SpamBayes Score 0.00060274324
Marked as misclassified No
Message-id <1248524895.29.0.551815463268.issue6571@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to work as expected for me:

>>> 7 >> 1
3
>>> 7 << 1
14
History
Date User Action Args
2009-07-25 12:28:15skip.montanarosetrecipients: + skip.montanaro, georg.brandl, cjw
2009-07-25 12:28:15skip.montanarosetmessageid: <1248524895.29.0.551815463268.issue6571@psf.upfronthosting.co.za>
2009-07-25 12:28:13skip.montanarolinkissue6571 messages
2009-07-25 12:28:13skip.montanarocreate