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 tim.peters
Recipients
Date 2005-05-27.19:50:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

-0.  I could live with this change, but would rather not.  In my 
experience complaints about using a negative shift count has 
correctly pointed out logic errors in my code, and I wouldn't 
want to lose that.

Note that floats don't support __[lr]shift__ regardless; neither 
do complex numbers nor Decimals; the benefit/damage 
among the builtin types would be confined to int & long.
History
Date User Action Args
2008-01-20 09:59:39adminlinkissue1205239 messages
2008-01-20 09:59:39admincreate