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 Ted Whalen, aldwinaldwin, docs@python, mark.dickinson, rhettinger
Date 2019-07-19.06:51:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563519109.05.0.598764855663.issue37624@roundup.psfhosted.org>
In-reply-to
Content
We can add a note the the docs that weights are assumed to be non-negative, but I don't want to add an extra O(n) step to check for unusual inputs with undefined meaning -- that would just impair the normal use cases for near zero benefit.
History
Date User Action Args
2019-07-19 06:51:49rhettingersetrecipients: + rhettinger, mark.dickinson, docs@python, Ted Whalen, aldwinaldwin
2019-07-19 06:51:49rhettingersetmessageid: <1563519109.05.0.598764855663.issue37624@roundup.psfhosted.org>
2019-07-19 06:51:49rhettingerlinkissue37624 messages
2019-07-19 06:51:48rhettingercreate