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 Windson Yang
Recipients Windson Yang, francismb, rhettinger, steven.daprano
Date 2019-02-19.02:27:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550543223.85.0.410823348435.issue35892@roundup.psfhosted.org>
In-reply-to
Content
I think right now we can 
> Change mode() to return the first tie instead of raising an exception.  This is a behavior change but leaves you with the cleanest API going forward.

as well as 
> Add a Deprecation warning to the current behavior of mode() when it finds multimodal data.  

In Python 3.9, we change the behavior.
History
Date User Action Args
2019-02-19 02:27:03Windson Yangsetrecipients: + Windson Yang, rhettinger, steven.daprano, francismb
2019-02-19 02:27:03Windson Yangsetmessageid: <1550543223.85.0.410823348435.issue35892@roundup.psfhosted.org>
2019-02-19 02:27:03Windson Yanglinkissue35892 messages
2019-02-19 02:27:03Windson Yangcreate