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 cjw
Recipients cjw, georg.brandl
Date 2009-07-25.12:15:23
SpamBayes Score 0.0061886148
Marked as misclassified No
Message-id <1248524124.94.0.366651342464.issue6571@psf.upfronthosting.co.za>
In-reply-to
Content
Shift operators.  It would be good if "<<" and ">>" could be included 
in the index.

Incidentally, the usage seems counter-intuitive.

One would expect ">>" to be a shift to the right and 
"<<" to be a shift to the left.
History
Date User Action Args
2009-07-25 12:15:25cjwsetrecipients: + cjw, georg.brandl
2009-07-25 12:15:24cjwsetmessageid: <1248524124.94.0.366651342464.issue6571@psf.upfronthosting.co.za>
2009-07-25 12:15:23cjwlinkissue6571 messages
2009-07-25 12:15:23cjwcreate