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 serhiy.storchaka
Recipients mark.dickinson, mark108, rhettinger, serhiy.storchaka, terry.reedy
Date 2013-02-06.15:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201302061737.25536.storchaka@gmail.com>
In-reply-to <1360162974.12.0.266289965898.issue13355@psf.upfronthosting.co.za>
Content
> One minor comment: I'd prefer it if the second test were "elif low ==
> high:", since that more obviously guards against the division by zero.

It is written deliberately. What if low == high != mode?
History
Date User Action Args
2013-02-06 15:37:42serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, mark.dickinson, mark108
2013-02-06 15:37:42serhiy.storchakalinkissue13355 messages
2013-02-06 15:37:42serhiy.storchakacreate