commit | 9aaeb5e0c8b5946b305590eb85312c282a457098 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Feb 10 14:13:40 2013 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Feb 10 14:13:40 2013 +0000 |
tree | 9d28f5d2ab197b561c907d1fafdf5e36bb174071 | |
parent | f898038ca06f50fd328e0cd0eb5e5b9383b90680 [diff] [blame] |
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
diff --git a/Misc/NEWS b/Misc/NEWS index 39298b5..8fa5cab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,9 @@ Library ------- +- Issue #17149: Fix random.vonmisesvariate to always return results in + the range [0, 2*math.pi]. + - Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. - Issue #6975: os.path.realpath() now correctly resolves multiple nested