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 mark.dickinson
Recipients Chaka_bum, asvetlov, mark.dickinson, mark108, python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2013-04-13.14:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365863767.44.0.00406656802845.issue13355@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the issue_13355.patch commit should be reverted: the code used to work fine in the case high < mode < low, and now does not.  (Similarly, a call to random.uniform(2.0, 1.0) works as expected at the moment.)

Really, I think all that's needed here is Terry's suggested one-line fix.
History
Date User Action Args
2013-04-13 14:36:07mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, terry.reedy, asvetlov, python-dev, mark108, serhiy.storchaka, Chaka_bum
2013-04-13 14:36:07mark.dickinsonsetmessageid: <1365863767.44.0.00406656802845.issue13355@psf.upfronthosting.co.za>
2013-04-13 14:36:07mark.dickinsonlinkissue13355 messages
2013-04-13 14:36:07mark.dickinsoncreate