diff options
author | 2013-02-10 14:16:10 +0000 | |
---|---|---|
committer | 2013-02-10 14:16:10 +0000 | |
commit | be5f91957f3d553a7cbbfdc43f66a3b30bb97aec (patch) | |
tree | 0f6473d649766c9b0dfe61e7d828d8730e0bc46a /Misc | |
parent | Fix a test for SpooledTemporaryFile (added in issue #10355). (diff) | |
download | cpython-be5f91957f3d553a7cbbfdc43f66a3b30bb97aec.tar.gz cpython-be5f91957f3d553a7cbbfdc43f66a3b30bb97aec.tar.bz2 cpython-be5f91957f3d553a7cbbfdc43f66a3b30bb97aec.zip |
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index e28509e80cd..c4793c70d0f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -218,6 +218,9 @@ Core and Builtins Library ------- +- Issue #17149: Fix random.vonmisesvariate to always return results in + [0, 2*math.pi]. + - Issue #1470548: XMLGenerator now works with binary output streams. - Issue #6975: os.path.realpath() now correctly resolves multiple nested |