diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-10 17:28:56 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-10 17:28:56 (GMT) |
commit | 6c22b1d7609413f711cb1bcf258ecc13ef15af07 (patch) | |
tree | c67440120743091cc13fe1b2451a04601a3e05c2 /Misc/NEWS | |
parent | 5e61f14c6dd29982da9364696bc864604b143a66 (diff) | |
download | cpython-6c22b1d7609413f711cb1bcf258ecc13ef15af07.zip cpython-6c22b1d7609413f711cb1bcf258ecc13ef15af07.tar.gz cpython-6c22b1d7609413f711cb1bcf258ecc13ef15af07.tar.bz2 |
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,6 +221,8 @@ Core and Builtins Library ------- +- Issue #17141: random.vonmisesvariate() no more hangs for large kappas. + - Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. |