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 rhettinger
Recipients Sergey.Litvinov, mark.dickinson, rhettinger, serhiy.storchaka
Date 2014-12-09.10:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418120087.7.0.285839991692.issue23007@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Mark.  This code is *very* old and AFAICT it has never caused a problem in practice.   

The "textbook" formula is more important in languages without something like Python long ints.  In Python, "textbook" form just slows down and obfuscates the intention of the code.
History
Date User Action Args
2014-12-09 10:14:47rhettingersetrecipients: + rhettinger, mark.dickinson, serhiy.storchaka, Sergey.Litvinov
2014-12-09 10:14:47rhettingersetmessageid: <1418120087.7.0.285839991692.issue23007@psf.upfronthosting.co.za>
2014-12-09 10:14:47rhettingerlinkissue23007 messages
2014-12-09 10:14:47rhettingercreate