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 jfine2358
Recipients DavidMertz, dcasmr, eric.smith, jfine2358, maheshwark97, mark.dickinson, steven.daprano
Date 2019-01-07.14:06:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546869978.85.0.202812265139.issue33084@roundup.psfhosted.org>
In-reply-to
Content
Based on a quick review of the python docs, the bug report, PEP 450
and this thread, I suggest

1. More carefully draw attention to the NaN feature, in the
documentation for existing Python versions.
2. Consider revising statistics.py so that it raises an exception,
when passed NaN data.

This implies dividing this issue into two parts: legacy and future.

For more information, see:
https://mail.python.org/pipermail/python-ideas/2019-January/054872.html
History
Date User Action Args
2019-01-07 14:06:19jfine2358setrecipients: + jfine2358, mark.dickinson, eric.smith, steven.daprano, DavidMertz, maheshwark97, dcasmr
2019-01-07 14:06:18jfine2358setmessageid: <1546869978.85.0.202812265139.issue33084@roundup.psfhosted.org>
2019-01-07 14:06:18jfine2358linkissue33084 messages
2019-01-07 14:06:18jfine2358create